@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
::-webkit-scrollbar {
  width: 2px;
  height: 3px;
  color: #000000;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: gray;
}

:root {
  --primary-color: #043985;
  --primary-light-color: #345e9c;
  --secondary-color: #242549;
  --btn-primary: #275292;
  --bs-light: #f5f6f9;
  --base-font-size: 0.85rem;
  --secondary-font-size: 0.8rem;
  --smallest-font-size: 0.7rem;
  --base-font-family: "Noto Sans", sans-serif;
}

body {
  color: var(--dark-text-color);
  font-size: var(--base-font-size);
  font-family: var(--base-font-family);
  background: var(--bs-light);
}

.fs-7 {
  font-size: 0.85rem;
}

.container-custom {
  width: 90%;
  margin: 0 auto;
}

.btn-custom {
  background-color: var(--btn-primary);
  color: #fff;
  height: 60px !important;
}
.btn-custom:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-primary {
  color: #fff;
}

.form-label {
  font-weight: 600;
}

.navbar-brand-logo .brand-title {
  font-size: 0.8rem;
}
@media screen and (max-width: 996px) {
  .navbar-brand-logo .brand-title {
    font-size: 0.6rem;
  }
}
.navbar-brand-logo img {
  width: 44px;
}

.navbar .navbar-toggler {
  border: none;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .navbar .btn-sm {
    padding: 0.5rem 0.4rem;
    font-size: 0.6rem;
  }
  .navbar .nav-item {
    flex: none;
  }
}

.heading-title {
  margin: 0 auto;
  z-index: 9999;
}

.content-title {
  font-size: 32px;
  color: #4f4f4f;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.content-title.text-dark {
  color: #000;
}
@media screen and (max-width: 996px) {
  .content-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .sub-content-title {
    font-size: 12px;
    line-height: 1.7;
  }
}
.features-subt {
  line-height: 1.8;
}

.w-page .s-custom-s {
  overflow: hidden;
}
.w-page .s-custom-s .w-i {
  height: 65vh;
  overflow: hidden;
}
.w-page .s-custom-s .w-i h1,
.w-page .s-custom-s .w-i .btn {
  z-index: 1;
  border-radius: 100px;
  font-size: 12px;
  padding: 8px 20px;
  background: aliceblue;
  color: #2d5999;
  font-weight: 700;
}
@media screen and (max-width: 720px) {
  .w-page .s-custom-s .w-i h1,
  .w-page .s-custom-s .w-i .btn {
    font-size: 9px;
    padding: 6px 14px;
  }
}
.w-page .s-custom-s .w-i .banner-content {
  z-index: 9;
}
.w-page .s-custom-s .w-i .overlay-image {
  position: absolute !important;
  background: linear-gradient(159deg, #043985, rgba(4, 57, 133, 0.6901960784));
  inset: 0;
}
.w-page .s-custom-s .w-i .overlay-image1 {
  background-size: cover;
  background-image: url(../img/wave-line.png);
  background-position: top;
  height: 100%;
  inset: 0;
}
.w-page .s-custom-s .w-i img {
  width: 100%;
  height: 100%;
}
.w-page .s-custom-s .notice {
  height: 65vh;
  max-height: 65vh;
  overflow-y: hidden;
}
.w-page .s-custom-s .notice .card-header {
  font-size: 16px;
}
.w-page .s-custom-s .notice .notice-body {
  max-height: 100%;
  overflow-y: scroll;
}
.w-page .s-custom-s .notice .notice-list {
  font-size: 14px;
  line-height: 1.6;
}
.w-page .s-custom-s .notice .notice-list li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.6rem;
  margin-bottom: 0.8rem;
}
.w-page .s-custom-s .notice .notice-list ol {
  padding-left: 0.9rem;
}

@media screen and (max-width: 720px) {
  .w-page .w-i {
    height: 40vh !important;
  }
}
.left-part .bg-img {
  width: 450px;
  height: 452px;
}
.left-part .bg-img .mask {
  background: url("../img/into2.png") center/contain no-repeat;
  -webkit-mask: url("../img/into2.png") center/contain no-repeat;
          mask: url("../img/into2.png") center/contain no-repeat;
}
.left-part .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.left-part .bg-img .circle-part {
  position: absolute;
  height: 150px;
  width: 150px;
  top: -16px;
  right: 22px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
}
.left-part .bg-img .circle-part .number {
  color: darkblue;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1e2022;
  background-color: #fff;
  border: 0.0625rem solid rgba(183, 183, 183, 0.7);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  font-size: 0.8rem;
}

.select2-selection__rendered {
  line-height: 39px !important;
}

.select2-container .select2-selection--single {
  height: 39px !important;
  border: 0.0625rem solid rgba(196, 197, 200, 0.7);
}

.select2-dropdown {
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.select2-selection__arrow {
  height: 34px !important;
}

@media screen and (max-width: 720px) {
  .brd-crms {
    font-size: 12px !important;
  }
  .brd-crms h4 {
    font-size: 12px !important;
  }
}
.t-ggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -48px;
  top: 6px;
  line-height: 1;
  font-size: 22px;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  .t-ggle {
    width: 40px;
    height: 51px;
    right: -40px;
    top: 0px;
  }
}

.login-body .form-control,
.login-body .form-select {
  height: 50px;
  padding: 0.6125rem 1rem 0.6125rem 2rem !important;
  border-radius: 10px;
  border: 1px solid gray;
}
.login-body .btn {
  width: 100%;
  height: 50px;
}
.login-body .t-eye {
  position: absolute;
  top: 39px;
  right: 12px;
  font-size: 1.3rem;
  z-index: 99;
  padding-left: 10px;
}
.login-body .t-eye:hover {
  cursor: pointer;
  color: blue;
}

.input-icon {
  position: absolute;
  top: 43px;
  left: 6px;
  padding-left: 4px;
  font-size: 17px;
}

.filter-items.active, .filter-items:hover {
  color: var(--blue-text);
  cursor: pointer;
}
.filter-items.active .filter-checkbox, .filter-items:hover .filter-checkbox {
  color: var(--blue-text);
}

.filter-check .f-check-input {
  display: none;
}

.user-pro {
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
}

.c-tabs-content {
  display: none !important;
}
.c-tabs-content.active {
  display: block !important;
}

.card {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  margin-bottom: 1rem;
}
.card .card-header {
  background-color: transparent;
  padding: 0.8rem 1.1rem;
}
.card .card-header .card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.card .card-body p {
  line-height: 1.7;
}
.card .card-box {
  padding: 14px 16px;
}
.card .card-box .icon-box {
  background: #ececec;
  color: #000;
  width: 20px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid gray;
  position: absolute;
  left: 8px;
  top: 16px;
  font-size: 10px;
}
.card .card-box h6 {
  font-size: var(--base-font-size);
  font-weight: 500;
}
.card .card-box:not(:last-child) {
  border-bottom: 1px solid #f3ebeb;
}

.accordion .accordion-item {
  margin-bottom: 10px;
  border-bottom: 0;
  border-radius: 7px;
  overflow: hidden;
}
.accordion .accordion-item .accordion-button {
  font-size: var(--base-font-size);
  font-weight: 500;
  color: var(--primary-color);
  background-color: #fff !important;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  padding-left: 0;
}

.tabs-s .nav-link {
  border-bottom: 2px solid transparent;
  color: var(--dark-text);
}
.tabs-s .nav-link.active {
  border-color: var(--blue-text);
  color: var(--blue-text);
}

.table {
  white-space: nowrap;
  width: 100% !important;
}
.table.text-wrap td {
  vertical-align: top;
}
.table tr {
  color: #4a4d4f;
}
.table tr th,
.table tr td {
  padding: 0.75rem 0.75rem;
  background-color: transparent;
  border-bottom-width: 0.0625rem;
  box-shadow: inset 0 0 0 9999px transparent;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.8;
}
.table tr th.amount-td,
.table tr td.amount-td {
  text-align: right;
}
.table tr.tr-header {
  background: var(--blue-text);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.table tr.tr-header td {
  padding: 0.65rem 0.65rem;
  font-size: 12px;
}
.table thead.thead-light th {
  background-color: #f8fafd;
}
.table thead th {
  font-size: 0.74375rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4d4f;
}
.table tfoot th,
.table tfoot td {
  font-weight: bold;
  font-size: 13px;
}

.pre-laoder {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #ffcede;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pre-laoder .loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.act-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  border-radius: 5px;
  flex-flow: wrap;
}
.act-btns.bt-primary {
  background: rgba(31, 133, 217, 0.22);
  color: #0a8ef9;
}
.act-btns.bt-success {
  background: rgba(53, 217, 31, 0.22);
  color: rgba(37, 161, 20, 0.8);
}
.act-btns.bt-danger {
  background: rgba(217, 31, 31, 0.22);
  color: rgba(161, 20, 20, 0.8);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fv-plugins-bootstrap5 .row .fv-plugins-icon {
  right: 22px;
}

.form-group {
  position: relative;
}
.form-group label ~ .fv-plugins-icon {
  top: 23px !important;
}

.tb-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #f8f9fa;
}

.nav-item.hs-mn-rqst {
  position: relative;
}
.nav-item.hs-mn-rqst .nav-link-title:after {
  position: absolute;
  width: 7px;
  height: 7px;
  background: red;
  top: 15px;
  z-index: 99;
  content: "";
  margin-left: 4px;
  border-radius: 50%;
}

.is-notification {
  min-width: 300px;
}
.is-notification .not-user-icon {
  width: 40px;
  height: 40px;
}
.is-notification .not-info {
  font-size: 13px;
  flex: 1;
}

.is-new {
  background: #f3f8fc;
  border-left: 2px solid #3499ec;
}

.invalid-feedback {
  display: block !important;
}

.i-noftif .dropdown-toggle:after {
  display: none;
}
.i-noftif.has-notification {
  position: relative;
}
.i-noftif.has-notification .dropdown-toggle:before {
  content: "";
  background: red;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: -1px;
}
.i-noftif.has-notification .n-count {
  font-size: 10px !important;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: -10px;
  top: -8px !important;
}

.c-badge {
  height: 17px;
  font-size: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.comment-text {
  font-size: 13px;
}

.daterangepicker td.in-range {
  background-color: rgba(91, 105, 200, 0.3019607843);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.active {
  background-color: #5b69c8;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.active:hover {
  background-color: #5b69c8;
  border-color: transparent;
  color: #fff;
}
.daterangepicker .ranges li.active {
  background-color: #5b69c8;
  color: #fff;
}

.input-group-append .input-group-text {
  padding: 0.475rem 0.75rem;
  font-size: 0.9rem;
  background-color: #f7f7f7;
}

.required-label {
  position: relative;
}

.required-label:after {
  content: "*";
  color: red;
  position: relative;
  top: 0;
}

.table.dataTable > thead .sorting::before, .table.dataTable > thead .sorting::after,
.table.dataTable > thead .sorting_asc::before,
.table.dataTable > thead .sorting_asc::after,
.table.dataTable > thead .sorting_desc::before,
.table.dataTable > thead .sorting_desc::after,
.table.dataTable > thead .sorting_asc_disabled::before,
.table.dataTable > thead .sorting_asc_disabled::after,
.table.dataTable > thead .sorting_desc_disabled::before,
.table.dataTable > thead .sorting_desc_disabled::after {
  bottom: auto;
  display: inline-flex;
}

.table.dataTable > thead .sorting_asc::before, .table.dataTable > thead .sorting_asc::after,
.table.dataTable > thead .sorting_desc::before,
.table.dataTable > thead .sorting_desc::after {
  color: #0a8ef9;
}

.modal .modal-dialog {
  margin: 8rem auto;
}
.modal .modal-dialog .modal-content {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0.5rem 1rem;
  background-color: #0404e0 !important;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  padding: 0.25rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}

.fs-i-s * {
  font-size: 12px !important;
}

@media print {
  body {
    background: #fff !important;
  }
  .container {
    max-width: 100%;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .table td,
  .table th {
    padding: 6px !important;
  }
  .table thead th {
    font-size: 0.64375rem !important;
  }
  .print-body {
    height: 90;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}
.cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}
.cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}
@keyframes folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 38%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 100%;
  animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  animation: text 0.5s ease infinite alternate;
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
.preloader {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.toast {
  background-color: #030303;
}

.toast-info {
  background-color: #3276b1;
}

.toast-info2 {
  background-color: #2f96b4;
}

.toast-error {
  background-color: #bd362f;
}

.toast-success {
  background-color: #51a351;
}

.toast-warning {
  background-color: #f89406;
}

.modal .select2-container .select2-container--open.select2-dropdown--below {
  max-width: 400px !important;
}

.avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.s-table > .table .form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2142857143rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(98, 105, 118, 0.24);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.s-table > .table thead th {
  color: #626976;
  background: #f2f3f4;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #626976;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}
.s-table > .table tbody td {
  font-size: 12px;
  padding: 0.6rem 0.65rem;
}
.s-table > .table tbody td a {
  font-size: 12px;
}

.div-content-area {
  min-height: 255px;
  max-height: 255px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.div-content-area .avatar i {
  font-size: 1.2rem;
}

.request-title {
  font-size: 0.8rem;
}

.bg-assign {
  --bs-bg-opacity: 1;
  background-color: #41f9c9;
  color: #118466;
}

.no-wrap {
  white-space: normal;
}

.sticky-col {
  position: sticky !important;
  width: 140px;
  right: 0px;
  z-index: 99 !important;
  background: white !important;
}

th.sticky-col {
  background-color: #f8f9fa !important;
}

.dataTable .sticky-col {
  position: sticky !important;
  width: 140px;
  right: 0px;
  z-index: 99 !important;
  background: white !important;
}
.dataTable th.sticky-col {
  background-color: #f8f9fa !important;
}

.custom-input {
  width: 101px;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 8px;
  border-radius: 4px;
  font-size: 13px;
  color: #3a3a3a;
}

.tabs-s {
  position: relative;
}
.tabs-s:not(.--jsfied) {
  -webkit-overflow-scrolling: touch;
}
.tabs-s .--hidden {
  display: none;
}
.tabs-s a,
.tabs-s button {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  color: #0d6efd;
  background-color: transparent;
  border: 0px;
}
.tabs-s .-primary {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-s .-primary .-more > button span {
  display: inline-block;
  transition: transform 0.2s;
}
.tabs-s .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  animation: nav-secondary 0.2s;
}
.tabs-s .-secondary .dropdownmenu {
  display: none;
}
.tabs-s .-secondary a,
.tabs-s .-secondary button {
  padding: 0.8em;
  text-align: left;
}
.tabs-s .-secondary a:hover,
.tabs-s .-secondary button:hover {
  color: #39438b;
}
.tabs-s .-secondary a:active,
.tabs-s .-secondary button:active {
  background-color: #ffffff;
  color: #39438b;
}
.tabs-s li {
  flex-grow: 1;
}
.tabs-s li a,
.tabs-s li button {
  white-space: nowrap;
  padding: 1em 1em;
}
.tabs-s li a:hover,
.tabs-s li button:hover {
  color: #2a3565;
}
.tabs-s .dropdownmenu li {
  flex-grow: 1;
}
.tabs-s .dropdownmenu li a {
  text-align: left;
  color: #333;
}

.tabs-s.--show-secondary .-primary .-more > button span {
  transform: rotate(180deg);
}

.tabs-s.--show-secondary .-secondary {
  display: block;
  z-index: 9999;
  background-color: white;
}
@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 720px) {
  .tabs-s .-primary > li > a,
  .tabs-s .-primary > li > button {
    padding: 0.7em 0.6em;
    font-size: 12px;
  }
}
.collapseButton {
  vertical-align: text-top;
}

#hidden {
  display: none;
}

.has-no-borders {
  border: none !important;
}

.text-break {
  white-space: break-spaces;
}

.text-break {
  width: 440px;
  /* adjust to desired wrapping */
  display: table;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

span.created.badge.bg-primary {
  padding: 3px 3px;
  font-size: 9px !important;
}

.cust-padding {
  padding: 0.13em;
}

.cust-height {
  height: 330px;
}

.text-qr-primary {
  color: var(--text-qr-primary);
}

.t-eye {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1rem;
  z-index: 99;
  padding-left: 10px;
}

.bg-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../img/banner.jpg);
  opacity: 0.2;
  background-size: cover;
}

.anc-tag {
  font-size: 0.9em;
}

.anc-tag a:hover {
  /* color: #0A58CA; */
  text-decoration: underline;
  border-bottom: 1px solid #0a58ca;
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}

.table > :not(:first-child) {
  border-top: 1px solid rgb(222, 222, 222);
}

.footer {
  background-color: var(--primary-light-color);
  opacity: 1;
  padding: 40px 0 0 0;
}

.landing .overlay-image {
  background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing .card-style {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.test::before,
.test::after {
  content: "";
  height: 3px;
  background: black;
  flex: 1;
  margin: 0.2em;
}

.login-img {
  height: 100%;
}
.login-img img {
  width: 100%;
  height: 100%;
}

.home-box {
  width: 345px;
  height: 403px;
}
.home-box img {
  -o-object-fit: fill;
     object-fit: fill;
}

.box-1 {
  background-color: #1fa3ed;
}

.box-2 {
  background-color: #ddd509;
}

.box-3 {
  background-color: #32d359;
}

.box-4 {
  background-color: #ff5f8e;
}

.icon-box {
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 100%;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

#previewContainer {
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
}

.previewdiv {
  display: flex;
}
.previewdiv .preview {
  border: 1px solid gainsboro;
  padding: 10px;
  margin-top: 10px;
}
.previewdiv a {
  width: 200px;
  height: 140px;
  border-radius: 10px;
}
.previewdiv .doc-image {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f2f2f2;
  padding: 10px;
}
.previewdiv .cross-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 9px;
  font-weight: 800;
}
.previewdiv .file-name {
  font-weight: 600;
  margin-left: 10px;
}

.open-pdf-button {
  background-color: blue;
}

.img-grid {
  width: 200px;
  height: 150px;
}
.img-grid img {
  -o-object-fit: contain;
     object-fit: contain;
}

.upload-outerdiv {
  border: 1px dashed #c1c1c1;
  padding: 30px;
  border-radius: 7px;
}

.navbar-vertical-container {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.navbar-vertical-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 16.25rem;
}
.navbar-vertical-fixed .navbar-vertical-container {
  max-height: 100%;
}
.navbar-vertical-fixed .navbar-vertical-footer-offset {
  height: 100%;
  padding-bottom: 4.25rem;
}
.navbar-vertical-fixed .static-menu {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 11px;
  color: gray;
}
.navbar-vertical-fixed .nav-vertical.nav-tabs .nav-link {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  margin-bottom: 3px;
}
.navbar-vertical-fixed .navbar-vertical-content {
  height: calc(100% - 3.875rem);
  padding: 14px;
}
.navbar-vertical-fixed .navbar-vertical-content .bi::before {
  font-weight: 600 !important;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-tabs {
  border: none;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-link {
  color: var(--dark-text-color);
  font-weight: 600;
  border: 0;
  font-size: 13px;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-link:hover {
  background: #f8f8fc;
  border-radius: 4px !important;
  color: var(--primary-color);
}
.navbar-vertical-fixed .navbar-vertical-content .nav-collapse {
  position: relative;
  margin: 0 10px;
  margin-bottom: 6px;
}

.nav-icon {
  margin-right: 8px;
  font-size: 16px;
}

.navbar-vertical-fixed .dropdown-toggle.active {
  background: transparent;
}
.navbar-vertical-fixed .dropdown-toggle::after {
  float: right;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem 1rem;
  content: "";
  transition: 0.3s;
}

.nav-item {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.nav-item.active > .nav-link {
  background: #f8f8fc;
  border-radius: 4px !important;
  color: var(--primary-color);
}
.nav-item > .nav-link.dropdown-toggle::after {
  margin-left: auto;
  content: "\f282";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.nav-item > .nav-link[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.show > .nav-link.active, .show > .nav-link:hover {
  background-color: transparent !important;
  color: var(--primary-color);
}
.show > .nav-link.dropdown-toggle::after {
  margin-left: auto;
  display: inline-block;
  content: "\f282";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.show > .nav-link.dropdown-toggle::after {
  transform: rotate(-180deg);
}

.vertical-navigation.sm-menu-vr .nav-item {
  margin: auto;
  padding-bottom: 0;
}
.vertical-navigation .nav-link {
  color: var(--dark-text-color);
  border-left: 4px solid transparent;
}
.vertical-navigation .nav-link.active, .vertical-navigation .nav-link:hover {
  color: var(--blue-text);
  border-color: var(--blue-text);
  font-weight: 600;
}

.navbar-vertical-fixed.sidebar-small {
  width: 4rem;
}
.navbar-vertical-fixed.sidebar-small .navbar-vertical-content {
  padding: 10px;
}
.navbar-vertical-fixed.sidebar-small .nav-link-title,
.navbar-vertical-fixed.sidebar-small .brand-title,
.navbar-vertical-fixed.sidebar-small .static-menu {
  display: none;
}
.navbar-vertical-fixed.sidebar-small .nav-icon {
  margin: 0;
}
.navbar-vertical-fixed.sidebar-small .nav-item {
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
}
.navbar-vertical-fixed.sidebar-small .nav-link {
  padding: 5px 10px;
  font-size: 18px;
  margin-bottom: 10px !important;
}
.navbar-vertical-fixed.sidebar-small .gap-2 {
  gap: 0 !important;
}
.navbar-vertical-fixed.sidebar-small .nav-collapse {
  position: absolute;
  min-width: 16rem;
  left: 3.5rem;
  background: white;
  padding: 10px;
}
.navbar-vertical-fixed.sidebar-small .dropdown-toggle::after {
  display: none !important;
}
.navbar-vertical-fixed.sidebar-small .dropdown-header {
  display: none;
}

.m-left {
  margin-left: 16.25rem;
}
@media screen and (max-width: 720px) {
  .m-left {
    margin-left: 0;
  }
}
.m-left.sidebar-small {
  margin-left: 3.5rem;
}

.min-h {
  min-height: 100vh;
}

.accordion .accordion-item {
  border: 1px solid #ebebeb;
}
.accordion .accordion-item .accordion-button {
  font-size: var(--base-font-size);
  font-weight: 600;
}

.card-stack h6 {
  font-size: 0.9rem;
}
.card-stack:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.instruction-list li {
  margin-bottom: 10px;
}

@media screen and (max-width: 720px) {
  .table tr th,
  .table tr td {
    padding: 0.4rem;
    font-size: 10px;
    line-height: 1.5;
  }
  .btn-sm {
    padding: 0.2rem 0.4rem;
    font-size: 0.4rem;
  }
  .form-select {
    font-size: var(--smallest-font-size);
  }
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.2rem;
    min-height: calc(1.5em + 0rem + 0.7px) !important;
  }
}
.carousel-indicators {
  bottom: -14px;
}

.dropdown-menu {
  inset: 7px -1px auto auto !important;
  border: 1px solid #e9e9e9;
}
.dropdown-menu .dropdown-item {
  font-size: var(--base-font-size);
}
.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: #e7eaee;
}