@import "https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css?family=Archivo+Narrow";

@font-face {
  font-family: "Kalimati";
  src: url("../font/Kalimati.ttf");
  src: url("../font/Kalimati.woff") format("woff"),
    url("fontname.ttf") format("truetype"),
    url("../font/Kalimati.svg#kalimati") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ne-NP-lang {
  font-family: "Kalimati", "IBM Plex Sans", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: -1px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--dpp-primary-light);
}

:root {
  --dpp--success-text: #5b69c8;
  --dpp--success: #198754;
  /*    --dpp-primary: #8ca0f2;*/
  --dpp-primary: #6b78c6;
  --dpp-primary-light: rgba(2, 36, 70, 0.733);
  --dpp--secondary: #997a5b;
  --dpp--white: white;
  --dpp--dark: #333;
  --dpp--dark-text-color: #022446;
  --dpp--dark-text: #00283f;
  --dpp-light: #d5dbd7;
  --dpp-blue-light: #8aa4b1;
  --dpp-base-font: 0.875rem;
  --dpp-base-font-family: "Mukta", sans-serif;
  --bs-light: #f7f7f7;
  /*    --bs-blue-light: #0d6efd;*/
  /*    --bs-blue-light: #C8DBFF*/
  --bs-blue-light: #baccec;
}

body {
  color: var(--dpp--dark-text-color);
  font-size: var(--dpp-base-font);
  font-family: var(--dpp-base-font-family);
  background: var(--bs-light);
}

.btn-primary {
  background: var(--dpp-primary);
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background: var(--dpp--success-text);
}

.bg-primary {
  background: var(--dpp-primary);
}

.dpp-bg-light {
  background: rgba(158, 60, 73, 0.3);
}

.dpp-text-light {
  color: rgba(158, 60, 73, 0.3);
}

.fs-7 {
  font-size: 0.75rem;
}

.fs-8 {
  font-size: 0.85rem;
}

.btn {
  padding: 0.275rem 0.65rem;
  font-size: 0.9rem;
}

.btn-sm {
  padding: 0.25rem 0.4rem;
  font-size: 0.77rem;
}

.branding-section {
  min-height: 50px;
  padding: 0 35px;
  color: var(--dpp-primary);
}

.branding-section img {
  height: 80px;
  margin-bottom: 10px;
}

.branding-section img.s-logo {
  width: 40px;
  height: 40px;
}

.qr-code {
  width: 100px;
  height: 100px;
}

.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;
}

@media screen and (max-width: 720px) {
  .navbar-vertical-fixed {
    left: 0;
  }
}

.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 .nav-vertical.nav-tabs .nav-link {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 0.1875rem solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-vertical-fixed .navbar-vertical-content {
  height: calc(100% - 3.875rem);
  overflow-y: auto;
}

.navbar-vertical-fixed .navbar-vertical-content .nav-tabs {
  border: none;
}

.navbar-vertical-fixed .navbar-vertical-content .nav-link {
  padding: 0.5rem 0.7rem;
  color: var(--dpp--white);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

.navbar-vertical-fixed .navbar-vertical-content .nav-link:hover {
  background: var(--dpp--white);
  color: var(--dpp-primary);
}

.navbar-vertical-fixed .navbar-vertical-content .nav-collapse {
  position: relative;
  margin: 0 10px;
  margin-bottom: 6px;
}

.navbar-vertical-fixed .navbar-vertical-content .nav-link {
  border-left: none;
}

.nav-icon {
  opacity: 0.7;
  flex: 0 0 1.9375rem;
  margin-right: 8px;
}

.navbar-vertical-fixed .dropdown-toggle.active {
  background: rgba(0, 0, 0, 0);
}

.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 {
  background: var(--dpp-primary-light);
  border-radius: 4px !important;
  color: #0d6efd;
}

.nav-item.active > .nav-link {
  background: var(--bs-blue-light);
  border-radius: 4px;
}

.nav-item > .nav-link.dropdown-toggle::after {
  margin-left: auto;
  float: right;
  content: "";
  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: #0d6efd;
  color: #fff;
  border-radius: 4px !important;
}

.show > .nav-link.dropdown-toggle::after {
  margin-left: auto;
  display: inline-block;
  content: "";
  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(--dpp--dark-text-color);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

.vertical-navigation .nav-link.active,
.vertical-navigation .nav-link:hover {
  color: var(--dpp--blue-text);
  border-color: var(--dpp--blue-text);
  font-weight: 600;
}

.navbar-vertical-fixed.sidebar-small {
  width: 4rem;
}

.navbar-vertical-fixed.sidebar-small .nav-item {
  padding-bottom: 0;
}

.navbar-vertical-fixed.sidebar-small .nav-item .nav-link {
  display: flex;
  justify-content: center;
}

.navbar-vertical-fixed.sidebar-small .nav-item .nav-link .nav-icon {
  flex: 0;
}

.navbar-vertical-fixed.sidebar-small .nav-link-title {
  display: none;
}

.navbar-vertical-fixed.sidebar-small .nav-collapse {
  position: absolute;
  min-width: 16rem;
  left: 3.5rem;
  background: #fff;
  padding: 10px;
}

.navbar-vertical-fixed.sidebar-small .dropdown-toggle::after {
  display: none !important;
}

.navbar-vertical-fixed.sidebar-small .dropdown-header {
  display: none;
}

.dropdown-header {
  color: #e4e2e2;
}

.navbar-vertical-fixed.sidebar-small .t-ggle {
  right: -50px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
  padding: 0;
  top: 5px;
}

.navbar-vertical-fixed.sidebar-small .t-ggle i {
  transform: rotate(-180deg);
}

.m-left {
  margin-left: 16rem;
}

@media screen and (max-width: 720px) {
  .m-left {
    margin-left: 0;
  }
}

.m-left.sidebar-small {
  margin-left: 3.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6125rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1e2022;
  background-color: #fff;
/*  border: 0.0625rem solid rgba(231, 234, 243, 0.7);*/
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #c5e1d4;
  box-shadow: 0 0 0 0.25rem rgba(197, 225, 212, 0.58);
}

.select2-selection__rendered {
  line-height: 39px !important;
}

.select2-container .select2-selection--single {
  height: 39px !important;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.select2-dropdown {
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.select2-selection__arrow {
  height: 34px !important;
}

.t-ggle {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  right: -17px;
  top: 6px;
  border: 1px solid rgba(161, 161, 161, 0.2196078431);
  line-height: 1;
}

.login-body .form-control {
  height: 50px;
}

.login-body .btn {
  width: 100%;
  height: 50px;
}

.login-body .t-eye {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 1.3rem;
  z-index: 99;
  padding-left: 10px;
}

.login-body .t-eye:hover {
  cursor: pointer;
  color: blue;
}

.filter-items.active,
.filter-items:hover {
  color: var(--dpp--blue-text);
  cursor: pointer;
}

.filter-items.active .filter-checkbox,
.filter-items:hover .filter-checkbox {
  color: var(--dpp--blue-text);
}

.filter-check .f-check-input {
  display: none;
}

.user-pro {
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
}

.bi {
  vertical-align: -0.125em !important;
}

.c-tabs-content {
  display: none !important;
}

.c-tabs-content.active {
  display: block !important;
}

.card {
  margin-bottom: 1rem;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

.card-subtitle {
  display: block;
  font-size: 0.71094rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.card .card-header {
  text-transform: capitalize;
}

.tabs-s .nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: var(--dpp--dark-text);
}

.tabs-s .nav-link.active {
  border-color: var(--dpp--blue-text);
  color: var(--dpp--blue-text);
}

.table {
  white-space: nowrap;
  width: 100% !important;
}

.table tr {
  color: #4a4d4f;
}
.table tr th {
  padding: 0.35rem 0.75rem !important;
}
.table tr th,
.table tr td {
  padding: 0.25rem 0.75rem !important;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0.0625rem;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
  vertical-align: middle;
  font-size: 13px;
}

.table tr th.amount-td,
.table tr td.amount-td {
  text-align: right;
}

.table tr.tr-header {
  background: var(--dpp--blue-text);
  color: #fff;
  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.84375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.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;
  border-top: 8px solid #3498db;
  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:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.1803921569);
}

.form-check-input:checked {
  background-color: var(--dpp--success);
  border-color: var(--dpp--success);
}

.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: rgba(0, 0, 0, 0);
  color: #000;
  border-radius: 0;
}

.daterangepicker td.active {
  background-color: #5b69c8;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.daterangepicker td.active:hover {
  background-color: #5b69c8;
  border-color: rgba(0, 0, 0, 0);
  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;
}

.form-label {
  font-weight: 500;
  font-size: 0.9rem;
}

.required-label:after {
  content: "*";
  color: red;
  position: relative;
  top: 0;
}

.sorting_1,
.sorting_2 {
  border-right-width: 0.01rem;
}

.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;
}

.table > :not(:first-child) {
  border-top: 1px solid gray;
}

.modal .modal-header {
  padding: 0.5rem 1rem;
}

.modal .modal-footer .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 {
    border: 1px solid gray;
  }

  .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%;
  }

  .table > :not(:first-child) {
    border-top: 1px solid gray;
  }
}

.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: #fff;
  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: #fff;
  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 {
  background: #f2f3f4;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  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;
}

.request-title {
  font-size: 0.8rem;
}

.bg-assign {
  --bs-bg-opacity: 1;
  background-color: #41f9c9;
  color: #118466;
}

.sticky-col {
  position: sticky;
  width: 140px;
  right: 0px;
  z-index: 99 !important;
  background: #fff !important;
}

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: rgba(0, 0, 0, 0);
  border: 0px;
}

.tabs-s .-primary {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.-primary .dropdownmenu li a {
  text-align: left;
  color: #333;
}

.tabs-s .-primary > li {
  flex-grow: 1;
}

.tabs-s .-primary > li > a,
.tabs-s .-primary > li > button {
  white-space: nowrap;
  padding: 1em 1em;
}

.tabs-s .-primary > li > a:hover,
.tabs-s .-primary > li > button:hover {
  color: #2a3565;
}

.tabs-s .-primary .-more > button span {
  display: inline-block;
  transition: transform 0.2s;
}

.tabs-s.--show-secondary .-primary .-more > button span {
  transform: rotate(180deg);
}

.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 a,
.tabs-s .-secondary button {
  padding: 0.8em;
}

.tabs-s .-secondary a:hover,
.tabs-s .-secondary button:hover {
  color: #39438b;
}

.tabs-s .-secondary a:active,
.tabs-s .-secondary button:active {
  background-color: #fff;
  color: #39438b;
}

.tabs-s.--show-secondary .-secondary {
  display: block;
  z-index: 9999;
  background-color: #fff;
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabs-s .-secondary a,
.tabs-s .-secondary button {
  text-align: left;
}

.tabs-s .-secondary .dropdownmenu {
  display: none;
}

@media screen and (max-width: 720px) {
  .tabs-s .-primary > li > a,
  .tabs-s .-primary > li > button {
    padding: 0.7em 0.6em;
    font-size: 12px;
  }
}

.has-no-borders {
  border: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul.prev li,
ul.current li {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  position: relative;
  line-height: 1;
  padding: 10px;
  padding-left: 19px;
}

ul.prev li:after,
ul.current li:after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  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;
}

ul.prev li label,
ul.current li label {
  justify-content: start;
  width: 40%;
}

ul.prev li label span,
ul.current li label span {
  flex-grow: 1;
  align-items: flex-start;
  width: 50%;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs.s-ms .nav-item .nav-link {
  background: #f4f4f4;
  color: #ccc;
  border-radius: 4px;
  padding: 8px 27px;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-tabs.s-ms .nav-item .nav-link.active {
  background: #0d6efd;
  color: #fff;
}

.m-content .advance-search-s {
  position: absolute;
  display: none;
  z-index: 99;
  top: 0px;
}

.m-content.test-small {
  margin-right: 22rem;
}

.m-content.test-small .advance-search-s {
  width: 20rem;
  right: -22rem !important;
  display: block;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .m-content.test-small {
    margin-right: 0rem;
    top: 196px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

  .m-content.test-small .advance-search-s {
    position: fixed;
    right: 16px !important;
    top: 196px;
  }

  .m-content.test-small .advance-search-s .xcloses {
    top: 7px;
  }

  .m-content.test-small .card {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  .m-content.test-small .card .card-body {
    height: 350px;
    overflow: auto;
  }
}

.m-content.testmall-in {
  margin-right: 6rem;
}

.m-content.testmall-in .advance-search-s {
  display: block !important;
  width: 2rem;
  right: -6rem;
}

.m-content.testmall-in .advance-search-s .bg-white {
  display: none;
}

.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px 0;
  height: 2px;
  border-radius: 0;
}

.info-box .progress .progress-bar {
  background: #fff;
  border-radius: 0;
}

.off-canvas main.m-left {
  left: -100px;
  position: relative;
}

.xcloses {
  position: absolute;
  right: 10px;
  top: -14px;
  padding: 5px;
  font-size: 0.7rem;
  background: #198754;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  z-index: 99;
}

.dt-buttons {
  position: absolute;
  top: 0;
  left: 127px;
}

.dt-buttons .dt-button:focus {
  box-shadow: none;
}

.hasnoselect .dt-buttons {
  left: 0;
}

.page-item.active .page-link {
  background-color: #198754;
  border-color: #198754;
}

.page-item.active .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.29);
}

.page-link {
  color: #198754;
}

.page-link:focus {
  color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.29);
}

.dataTables_paginate {
  right: 35px;
  bottom: 8px;
}

.dataTables_info {
  font-weight: 500;
}

.nav-tabs.s-ms .nav-item .nav-link.active {
  background: #198754;
}

.nav-tabs.s-ms .nav-item .nav-link {
  font-size: 0.8rem;
  border-radius: 0;
  font-weight: 600;
  color: #787878;
}

.bulk {
  position: absolute;
  left: 16px;
  top: 56px;
  z-index: 1;
}

.bulk .dropdown-toggle::after {
  margin: 0;
}

footer {
  width: calc(100% - 16.25rem);
}

@media print {
  .page-break {
    page-break-before: always;
  }
}

/*# sourceMappingURL=style.min.css.map */
