@font-face {
  font-family: 'SutonnyMJ';
  src: url('../lib/font/SutonnyMJ.ttf') format('truetype');
}

/* RESET START */
.row {
  /* overflow: scroll; */
}

.bs-actionsbox div {
  width: 100% !important;
  margin-top: 10px;
}


.nav-item.active .nav-link {
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
}

textarea#exmainee-roll,
textarea#except-roll,
textarea#examineeInfo,
textarea#absentRoll,
textarea#expelRoll {
  min-height: 150px !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .80);
}


.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

a.dropdown-item i {
  font-size: 16px;
  margin-right: 25px;
  background: #d0d1d3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

a.dropdown-item i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* .dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
} */

.user-action-dropdown.show {
  top: 38px !important;
  right: 0;
  left: auto;
}


.form-control,
.form-select,
.form-control-sm,
.custom-select-sm {
  /* height: 1.9rem; */
  /* min-height: 1.9rem !important; */
  /* padding: 2px .5rem; */
  /* outline: none !important; */
  /* background: #e8f0fe; */
  /* font-size: 16px !important; */
}


div a img {
  display: none !important;
}

.disclaimer {
  display: none !important;
}

.summary-heading {
  border-bottom: 2px dotted;
  padding-bottom: 7px !important;
}

/* Bootstrap seachable select option  */
/* div.dropdown-menu.open {
  max-height: 100px !important;
  overflow: hidden;
}

ul.dropdown-menu.inner {
  max-height: 100px !important;
  overflow-y: auto;
} */

.dropdown button {
  background: #e8f0fe !important;
  border: 1px solid #ced4da !important;
  /* height: 30px; */
  /* line-height: 1; */
  color: #212529;
  font-size: 16px;
}

.multiple-select-holder .bootstrap-select {
  padding: 0 !important;
  background-image: none !important;
  border: none !important;
}

.dropdown.bootstrap-select.show-tick.form-select.specifyData,
.dropdown.bootstrap-select.show-tick.form-select.specifyColumn {
  width: 100%;
}

/* .multiple-select-holder .dropdown button {
  background-color: #fff !important;
} */


#hscAdmissionForm .dropdown-menu li a {
  font-size: 14px !important;
}


/* Bootstrap seachable select option end */

.status-roll {
  min-width: 77px !important;
}




#examineeInfo {
  height: auto;
}

label.form-label {
  font-size: 15px;
  font-weight: bold;
}


td .form-label {
  margin-bottom: 0 !important;
}


.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

.card [class*=card-header-] {
  margin: 0 15px;
  padding: 0;
  position: relative;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  background: linear-gradient(90deg, rgba(192, 190, 231, 1) 0%, rgba(174, 174, 244, 1) 35%, rgba(185, 243, 255, 1) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}


/* loader start */
#loader,
#hscModalLoader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#loader .fa-3x,
#hscModalLoader .fa-3x {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: -6vh !important;
  line-height: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#loader .fa-3x i,
#hscModalLoader .fa-3x i {
  font-size: 45px;
  color: #333333;
}

.loader.fa-3x {
  text-align: center;
  height: 75vh;
  margin-top: 20vh;
  text-align: center;
}

/* Header fixed to the top of the modal */
.modal-header {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 55; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 55; /* [2] */
}


table {
  font-size: 14px;
}

table td {
  padding: .3rem .5rem !important;
}


.final-absent-list-holder .a4-landscape,
.final-absent-list-holder .a4 {
  font-family: 'SutonnyMJ' !important;
}
table tbody tr td {
  /* height: 4vh; */
  vertical-align: middle !important;
  font-size: 100% !important;
  line-height: 1.7;
  white-space: nowrap;
}

.final-absent-table {
  width: 100%;
  table-layout: fixed;
}

.final-absent-table tr td {
  padding: 0 5px !important;
}

.final-absent-table tr th {
  text-align: center;
  padding: 0 5px !important;
  vertical-align: middle;
  line-height: 1;
}

.final-absent-table tr td:nth-child(1) {
  text-align: center;
}

.final-absent-table tr th:nth-child(1) {
  width: 50px;
}

.final-absent-table tr th:nth-child(2) {
  width: 80px;
}

.final-absent-table tr th:nth-child(3) {
  width: 90px;
}

.final-absent-table tr th:nth-child(4) {
  width: auto;
}

.final-absent-table tr th:nth-child(5) {
  width: 80px;
}


.information-table tr:first-child td {
  border-top: 1px solid !important;
}

.information-table tr td:nth-child(1) {
  font-weight: 700 !important;
  width: 380px !important;
}

.information-table tr td:nth-child(2) {
  font-weight: 500 !important;
  word-wrap: break-word !important;
  white-space: unset !important;
}

.information-table tbody tr td {
  font-size: 16px !important;
}

.marks-table tr td {
  padding: 0 !important;
  line-height: 0 !important;
  word-wrap: break-word !important;
  white-space: unset !important;
}

#draftTable tr td {
  word-wrap: break-word !important;
  white-space: unset !important;
}



.selectedrow {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.selectedrow .btn {
  pointer-events: none !important;
  opacity: 0 !important;
}

#summaryTable td {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


#summaryTable tbody tr td {
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 500 !important;
  padding: 5px !important;
  /* white-space: unset; */
}

#summaryTable thead th {
  font-size: 14px !important;
  text-align: center;
  color: #fff !important;
  background-color: #000;
  vertical-align: middle;
  font-weight: bold !important;
  padding: 2px 5px 1px 5px !important;
}

#student_list a {
  color: #212529 !important;
  cursor: pointer;
}

#student_list td:nth-child(10),
#student_list th:nth-child(10),
#student_list td:nth-child(9),
#student_list th:nth-child(9),
#student_list td:nth-child(8),
#student_list th:nth-child(8),
#student_list td:nth-child(7),
#student_list th:nth-child(7),
#student_list td:nth-child(1),
#student_list th:nth-child(1) {
  display: none !important;
}



.roll-container-left {
  border-right-style: hidden !important;
  padding: 0 !important;
}


.roll-container-right {
  border-left-style: hidden !important;
  padding: 0 !important;
}

table thead th {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #383864;
  background: #f6f9fc;
  border-bottom: none;
  padding: .6rem 0.5rem;
  font-weight: bold !important;
}

table td,
table th {
  font-size: 0.85rem;
  /* white-space: nowrap; */
}

/* Card body table end */


/* datatable pagination */
.page-link {
  /* padding: .09rem .4rem !important; */
}

div.dt-buttons {
  float: left;
  margin-top: -3px;
  margin-bottom: 10px;
}

/* datatable pagination end*/

/* dtatable start */
.btn-xs {
  /* padding: 3px 10px; */
  /* font-size: 90%; */
  font-weight: bold;
}

/* .btn-group .btn {
  font-size: 14px !important;
  padding: 0.375rem 0.59rem;
} */


.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(36, 116, 140, 0.12);
}

/* dtatable end */


/* alert message start */
.message {
  font-size: 81%;
}

/* alert message end */

/* Scrollbar */
::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #747981;
}

::-webkit-scrollbar-thumb:active {
  background: #747981;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* Scrollbar end */

/* paginate button start */
.paginate_button {
  /* font-size: 85%; */
}

/* paginate button end */


/* MAIN CSS START HERE */
body {
  background: #fff4dc;
  font-family: 'grInter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, Arial;
}

.fullscreen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}


tr.tr-hover {
  background: #00000013 !important;
}

tr.fail-warn {
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

/* Alert box css start */
.alert_tips {
  position: fixed;
  z-index: 10176523;
  width: 100%;
  top: 40%;
  pointer-events: none;
  text-align: center;
}

.alert_tips div {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .7);
  min-width: 50px;
  max-width: 230px;
  text-align: center;
  color: #fff;
  animation: tipsshow 3s .01s ease;
  opacity: 0;
}


@keyframes tipsshow {
  0% {
    opacity: 0;
    transform: scale(1.4) rotateX(-360deg)
  }

  20% {
    opacity: 1;
    transform: scale(1) rotateX(0deg)
  }

  80% {
    opacity: 1;
    transform: scale(1) rotateX(0deg)
  }

  100% {
    opacity: 0;
    transform: scale(1.4) rotateX(360deg)
  }
}

/* Alert box css end  */

/* Change dropdown menu position */
.dropdown-menu.show {
  top: 47px;
}

.card-header .btn {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  color: #212529 !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}


/* Top Sheet process page start */
.a4 {
  width: 793px !important;
  /* height:1122px !important;  */
  margin: 0 auto;
  border: 2px solid #000 !important;
  border-radius: 5px !important;
  margin-top: 20px;
  page-break-after: always;
}

.a4-landscape {
  /* width: 793px !important; */
  width: 1122px !important; 
  margin: 0 auto;
  border: 2px solid #000 !important;
  border-radius: 5px !important;
  margin-top: 20px;
  page-break-after: always;
}


#A4-P {
  width: 793px !important;
}

#A4-L {
  width: 1122px !important;
}

.top-sheet-container p {
  font-size: 19px !important;
  color: #000 !important;
}

.left-placement {
  top: -5px;
  left: 130px;
}

.right-placement {
  top: -5px;
  right: 45px;
}

.topsheet-roll-container p {
  font-family: consolas;
  font-size: 17px !important;
  font-weight: bold;
}


.topsheet-roll-container span {
  font-size: 14px;
  font-family: Calibri;
}

/* Top sheet process page end */

/* Room Label Process page start */
.room-label-container {
  gap: 15px !important;
}

/* .attendance-sheet-holder table {width:100%; table-layout: fixed;} */
.attendance-sheet-holder table td,
.remaining-paper-table td {
  word-wrap: break-word !important;
  white-space: unset !important;
}

.dataTable td{
  white-space: unset;
  word-wrap: break-word;
}


.room-label-container .roll-container {
  border: 1px solid #ababab !important;
  width: 100px;
  word-wrap: break-word;
  font-size: 12px;
  color: #000;
  /* line-height: 15px; */
  min-height: 45px;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  transition: 0.3s all;
  font-weight: bold;

}

.room-label-container .main-column {
  border: 1.5px solid #000 !important;
  padding-top: 45px;
  height: fit-content;
  /* transition: 0.3s all; */
}

.room-label-container .column-no {
  position: absolute;
  top: 0;
  width: 100%;
  /* background: #343a40; */
  color: #000;
  height: 22px;
  text-align: center;
  font-size: 14px;
  cursor: move;
  font-weight: bold;
}


.seat-column-range {
  opacity: 0;
  top: 50px;
  transition: 0.3s all;
}

.seat-column:hover .seat-column-range {
  opacity: 1;
  top: 23px
}

.room-label-input {
  border: 1px solid #000;
  font-size: 0.72rem !important;
  font-weight: bold;
  /* font-family: consolas; */
  text-transform: uppercase;
  color: #383864;
  padding: 2px 6px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.datepicker {
  padding: .375rem .75rem !important;
}

.room-label-definer {
  padding: 1px 1px 1px 1px;
}

.room-label-definer td {
  padding: 2px !important;
}

.configure-container {
  width: 185px;
  margin: 0;
  position: fixed;
  /* top: 30%; */
  top: 56px;
  /* right: -90px; */
  right: 0;
  /* -ms-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  transition: 0.3s all;
  overflow: scroll;
  background-color: #ededed;
  max-height: calc(100vh - 76px);
  z-index: 888;
}



.configure-container .form-control,
.configure-container .form-select {
  height: 1.9rem;
  min-height: 1.9rem !important;
  padding: 2px .5rem;
  outline: none !important;
  background-color: #e8f0fe;
  font-size: 14px !important;
}

.configure-container button {
  padding: 3px 10px;
  font-size: 90%;
  font-weight: bold;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}


.configure-container label {
  font-size: 12.5px !important;
  font-weight: bold;
}

.configure-container:hover {
  opacity: 1 !important;
}

.config-switch {
  text-align: center;
  color: #000;
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 14px;
  opacity: 0.5;
  transition: 0.3s all;
}

.hide {
  height: 53px;
}

.paper-info-holder ul {
  width: calc(100% / 3);
}



.config-switch:hover {
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Room Label Process page end*/



/* User Guide CSS Start Here */
.logo-holder {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
  border-radius: 5px 0px 0px 5px;
}

.font-bold {
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

.working-heading {
  background-color: #000;
  color: #fff;
  padding: .5rem;
}

/* User Guide CSS End Here */

.room-direction {
  width: 100px;
  height: 100px;
  font-size: 50px;
  font-weight: lighter;
  font-family: monospace;
  line-height: 100px;
  text-align: center;
}

/* .room-direction i {
  display: block;
  line-height: normal;
  vertical-align: middle;
} */

.direction-sight {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.up-sight {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
}

.down-sight {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -13%);
}

.left-sight {
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}

.right-sight {
  top: 50%;
  right: 6%;
  transform: translate(0%, -50%);
}


/* footer css */
img.devel-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #646464;
  margin: 0 auto;
}

.devel-information-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  transition: .3s;
  transform: translate(-50%, -23px);
  opacity: 0;
  z-index: -1;
}

.devel-information-container.show {
  opacity: 1;
  z-index: 5555;
}

.close-devel-info-btn {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease all;
}

.close-devel-info-btn:hover {
  background-color: rgb(199, 199, 199);
}

/* footer css end */

.tooltip-inner {
  z-index: 9999;
  background-color:rgba(0, 0, 0, 0.877);
}

.tooltip-arrow {
  display: none !important;
}




/* Seat Label CSS */
.seat-label-table {
  border-collapse: unset !important;
  border-spacing: 15px !important;
}

.seat-label-table tbody td {
  border: 2px solid !important;
  border-radius: 5px !important;
  font-size: 12.5px !important;
  white-space: unset;
}

/* Seat Label CSS End*/


/* Seat-Summary */

/* Seat-Summary end */

/* MAIN CSS END HERE */
/* ================================================== */

/* PRINT CSS START */
@media print {
  @page {
    /* size: A4 portrait; */
    size: portrait;
    /* size: landscape; */

  }


  .a4:last-child,
  .a4-landscape:last-child{
    page-break-after: avoid;
    page-break-inside: avoid;
    page-break-after: avoid;
    page-break-before: avoid;
    margin-bottom: 0px;
 }

 html, body { height: auto !important }

  body {
    font-family: 'grInter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, Arial;
    -webkit-print-color-adjust: exact;
    background-color: #fff !important;

  }

  .a4-landscape {
    margin-top: 0px !important;
  }
  
  .watermark {
    display: block !important;
  }

  .tooltip {
    display: none !important;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }

  .dev-info {
    display: block !important;
  }

  body {
    /* width: 21cm; */
    /* height: 29.7cm; */
    /* margin: 30mm 45mm 30mm 45mm;  */
    /* change the margins as you want them to be. */
  }

  

  .a4 {
    margin: 0px !important;
    overflow: hidden;
    page-break-inside: avoid;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.12);
  }

  .container {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: visible !important;
  }

  .admit-card-holder .card {
    display: none !important;
  }


  /* Room label Process Page */
  .no-border {
    border: none !important;
  }

  .table {
    border-color: #000 !important;
  }

  .top-sheet-container,
  .mark-sheet {
    page-break-after: always;
  }

  .room-label-container .main-column {
    padding-top: 25px !important;
  }

  .alert_tips {
    display: none !important;
  }

  .alert_tips div {
    display: none !important;
  }

  .jconfirm {
    display: none !important;
  }

}

/* PRINT CSS END */


.info-row-add-button {
  display: inline-block;
  text-align: center;
  /* width: 10%; */
  /* border: 1.2em solid #dddddd; */
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  position: fixed;
  bottom: 80px;
  right: 50px;
}


.btn-color {
  background-color: #0e1c36;
  color: #fff;

}

.profile-image-pic {
  height: 200px;
  width: 200px;
  object-fit: cover;
}


.sub-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.cardbody-color {
  background-color: #ebf2fa;
}

a {
  text-decoration: none;
}

/* Login page CSS */
.login-logo {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #198754;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  pointer-events: none;
  flex-direction: column;
}

.logo-sub-text {
  font-size: 13px;
  font-weight: 500;
}

.login-logo h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #fff;
}

/* Login Page CSS END */