/*--------------------------------------------------------------
# Common Custom Style
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 14px !important;
}
a,
a:hover {
  text-decoration: none;
}
.tooltip-primary,
.popover-primary {
  --bs-tooltip-bg: var(--bs-primary);

  --bs-popover-border-color: var(--bs-primary);
  --bs-popover-header-bg: var(--bs-primary);
  --bs-popover-header-color: var(--bs-white);
}
.tooltip-secondary,
.popover-secondary {
  --bs-tooltip-bg: var(--bs-secondary);

  --bs-popover-border-color: var(--bs-secondary);
  --bs-popover-header-bg: var(--bs-secondary);
  --bs-popover-header-color: var(--bs-white);
}
.tooltip-info,
.popover-info {
  --bs-tooltip-bg: var(--bs-info);

  --bs-popover-border-color: var(--bs-info);
  --bs-popover-header-bg: var(--bs-info);
  --bs-popover-header-color: var(--bs-white);
}
.tooltip-warning,
.popover-warning {
  --bs-tooltip-bg: var(--bs-warning);

  --bs-popover-border-color: var(--bs-warning);
  --bs-popover-header-bg: var(--bs-warning);
  --bs-popover-header-color: var(--bs-black);
}
.tooltip-danger,
.popover-danger {
  --bs-tooltip-bg: var(--bs-danger);

  --bs-popover-border-color: var(--bs-danger);
  --bs-popover-header-bg: var(--bs-danger);
  --bs-popover-header-color: var(--bs-white);
}
.tooltip-dark,
.popover-dark {
  --bs-tooltip-bg: var(--bs-dark);
  --bs-popover-border-color: var(--bs-dark);
  --bs-popover-header-bg: var(--bs-dark);
  --bs-popover-header-color: var(--bs-white);
}
.tooltip-success,
.popover-success {
  --bs-tooltip-bg: var(--bs-success);

  --bs-popover-border-color: var(--bs-success);
  --bs-popover-header-bg: var(--bs-success);
  --bs-popover-header-color: var(--bs-white);
}
.popover-primary,
.popover-secondary,
.popover-info,
.popover-warning,
.popover-danger,
.popover-dark,
.popover-success {
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}
.popover {
  min-height: auto;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}
.popover::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.shadow-sm {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
}
.text-bg-error {
  color: #fff;
  background-color: #dc3545;
}
.xs-small {
  font-size: 0.8em;
}
.btn {
  border-radius: 4px;
  font-size: 14px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
}
.bi,
svg {
  vertical-align: -0.2em;
}
.cursor-pointer {
  cursor: pointer;
}
.hover-shadow:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  cursor: pointer;
}
.dropstart .dropdown-toggle::before {
  content: none;
}
/* box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15); */
.invalid-server-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-server {
  border-color: var(--bs-danger);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.invalid-server:focus {
  border: 2px solid #dc3545 !important;
}
.form-control {
  border-radius: 4px;
  font-size: 14px !important;
}
.input-group-text {
  font-size: 14px !important;
  border-radius: 4px;
  min-height: calc(2.3rem + calc(var(--bs-border-width) * 2));
  height: calc(2.3rem + calc(var(--bs-border-width) * 2));
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: relative;
}
/* .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control{
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
  } */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  outline: 0;
  box-shadow: none !important;
  border: 2px solid var(--bs-primary);
}

.form-floating > label {
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}
.form-floating > .form-control:not([disabled]):focus ~ .form-floating label {
  color: #0d6efd !important;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.4rem) !important;
  background: #fff;
  padding: 0 8px;
  text-overflow: ellipsis;
  height: auto;
  width: auto;
  line-height: 1;
  font-size: 14px;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.5rem);
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  padding: 0 8px;
  text-overflow: ellipsis;
  height: auto;
  width: auto;
  line-height: 1.1;
  font-size: 14px;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  min-height: calc(2.3rem + calc(var(--bs-border-width) * 2));
  height: calc(2.3rem + calc(var(--bs-border-width) * 2));
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 0.5rem 0.75rem !important;
}
.table > tbody > tr , .table>thead{
  vertical-align: middle;
}
.table-light{
  border-color: var(--bs-border-color);
}
.table > :not(caption) > * > * {
  white-space: nowrap;
  color: var(--bs-gray, var(--bs-table-color-type, var(--bs-gray)));
}
.accordion-button:not(.collapsed) {
  background-color: rgb(255 255 255 / 0%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .logo {
      width: 200px;
  }
}

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-list {
  font-size: 18px;
  color: #012970;
}
.header-nav .nav-link:hover {
  color: var(--bs-primary);
}
.header-nav .nav-link.active {
  color: var(--bs-primary);
  background: #f6f9ff;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  inset: 2px 2px auto auto;
  font-size: 13px;
  padding: 3px 6px;
}

.header-nav .notifications .notification-item {
  transition: 0.3s;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 15px 15px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
      padding: 15px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  transition: all 0.3s;
  border-top: var(--bs-border-width) solid var(--bs-light-border-subtle);
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  top: 60px;
  left: 0;
  width: 250px;
  transition: all 0.3s;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
}
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b4b4b4;
}
@media (min-width: 992px) {
  .sidebar-nav .nav-link {
      justify-content: flex-start;
      padding: .5rem calc(1rem* 2 / 2);
  }
}
@media (max-width: 1199px) {
  .sidebar {
      left: -250px;
  }
}
@media (min-width: 1200px) {
  #main,
  #footer {
      margin-left: 250px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
      left: 0;
  }
}

@media (min-width: 1200px) {
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
      margin-left: 50px;
  }
}

  .toggle-sidebar .sidebar {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 50px !important;
  }
  
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  transition: 0.3;
}
.sidebar-nav .nav-link >span {
  margin-right: .5rem;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-item a:hover {
  background-color: var(--bs-tertiary-bg);
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
  background-color: var(--bs-gray-100);
}

.sidebar-nav .nav-content a.active i {
  color: #4154f1;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border: none;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  top: 100% !important;
  transform: scale(0);
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  transform-origin: 50% 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  line-height: 0;
}
.dropdown-menu.show,
.open > .dropdown-menu,
.select2-dropdown {
  display: block;
  opacity: 1;
  -webkit-animation-name: bmd-dropdown-animation;
  animation-name: bmd-dropdown-animation;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes bmd-dropdown-animation {
  0% {
      opacity: 0;
      transform: scale(0);
  }

  100% {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes bmd-dropdown-animation {
  0% {
      opacity: 0;
      transform: scale(0);
  }

  100% {
      opacity: 1;
      transform: scale(1);
  }
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background: var(--bs-body-bg);
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: var(--bs-border-width) solid var(--bs-light-border-subtle);
      border-left: var(--bs-border-width) solid var(--bs-light-border-subtle);
  }
}

@keyframes dropdown-animate {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }

  0% {
      opacity: 0;
  }
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4680ff;
  background-color: #4680ff;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.has-ripple {
  position: relative;
  overflow: hidden;
}
.ripple {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  background: #fff;
  opacity: 1;
}
.ripple-animate {
  -webkit-animation: ripple;
  animation: ripple;
}

@-webkit-keyframes ripple {
  100% {
      opacity: 0;
      transform: scale(2);
  }
}

@keyframes ripple {
  100% {
      opacity: 0;
      transform: scale(2);
  }
}
.blink_pending {
  animation: blinker 3s linear infinite;
  background-color: #ffc107 !important;
  font-weight: bold;
}
.blink_danger {
  animation: blinker 3s linear infinite;
  background-color: #dc3545 !important;
  font-weight: bold;
}
@keyframes blinker {
  50% {
      opacity: 0.5;
  }
}
.form-check-input + label {
  margin-top: 0.2rem;
}
.form-check-input {
  height: 20px !important;
  width: 20px !important;
}
.form-check-input[type="checkbox"] {
  border-radius: 2px;
}
.form-check-input:focus {
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked[type="checkbox"],.form-check-input:checked[type="radio"] {
  background-position: center;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/></svg>');
}
.form-check-input:checked {
  -webkit-animation: custripple 0.3s both, forwards, none;
  animation: custripple 0.3s both, forwards, none;
  background: var(--bs-primary);
}
a>.bi-pencil-square,
a>.bi-trash,
a>.bi-printer, 
a>.bi-eye, 
a>.bi-three-dots-vertical {
  background-color: #00000014;
  padding: 10px;
  border-radius: 50%;
}
.bi-pause::before {
  transform: rotate(90deg);
}
@-webkit-keyframes custripple {
  0% {
      box-shadow: 0 0 0 1px #00000000;
  }

  50% {
      box-shadow: 0 0 0 8px #00000014;
  }

  100% {
      box-shadow: 0 0 0 6px #00000000;
  }
}

@keyframes custripple {
  0% {
      box-shadow: 0 0 0 1px #00000000;
  }

  50% {
      box-shadow: 0 0 0 8px #00000014;
  }

  100% {
      box-shadow: 0 0 0 6px #00000000;
  }
}
/*--------------------------------------------------------------
# Light Backgrounds
--------------------------------------------------------------*/
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
/*--------------------------------------------------------------
# Bordered Tabs
--------------------------------------------------------------*/
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
/*--------------------------------------------------------------
# Toggle button style
--------------------------------------------------------------*/
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  user-select: none; /* Standard */
  -webkit-user-select: none; /* For older Safari */
  -ms-user-select: none; /* For older Edge */
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
  background-color: #eee;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}
/*-------------------------------------------------------------
# Toggle status button
-------------------------------------------------------------*/
.toggle {
  --width: 80px;
  --height: calc(var(--width) / 3);
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dc3545;
  transition: all 0.3s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.toggle input:checked + .slider {
  background-color: #198754;
}

.toggle input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: sans-serif;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 5px;
  top: 6px;
  color: #fff;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  top: 6px;
  left: calc(var(--height) - var(--width) + 6px);
  color: #ffffff;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
  transform: translateX(calc(var(--width) - var(--height)));
}
/*-------------------------------------------------------------
# Alerts
-------------------------------------------------------------*/
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.input-group > .form-floating .choices__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn {
  max-height: 39px;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  height: calc(2.3rem + calc(var(--bs-border-width) * 2)) !important;
  border-bottom: var(--bs-border-width) solid var(--bs-light-border-subtle);
  background-color: var(--bs-body-bg);
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
      50%/0.75rem auto no-repeat;
  background-color: #0000001a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 30px;
  height: 24px;
  width: 24px;
  border-radius: 10em;
}
.choices[data-type*="select-one"] .choices__button:hover {
  transition: all ease-out 0.3s;
  background-color: #ddd !important;
  background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
      50%/0.75rem auto no-repeat;
}
.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*="select-one"]::after {
  display: block;
  border-style: none;
  flex-shrink: 0;
  width: 15px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 14px;
  transition: var(--bs-accordion-transition);
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(110%);
}
.choices[data-type*="select-one"].is-open::after {
  transform: var(--bs-accordion-btn-icon-transform);
  border-color: transparent transparent #333 transparent;
  display: block;
  border-style: none;
  flex-shrink: 0;
  width: 15px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 35%;
  right: 10px;
  transition: var(--bs-accordion-transition);
}
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 4px;
  padding-left: 16px;
  border-left: 1px solid #dee2e6;
  color: #fff0;
  background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
      50%/0.75rem auto no-repeat;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 4px;
  overflow: hidden;
}
.choices__inner:has(select.invalid-server) {
  border-color: var(--bs-danger) !important;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  color: var(--bs-body-color);
  border: 2px solid var(--bs-primary);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0px 5px;
  margin: 0.1rem 0.2rem 0.2rem 0;
  border: var(--bs-border-width) solid var(--bs-light-border-subtle);
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--bs-body-bg);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 3;
  position: absolute;
  width: 100%;
  background-color: var(--bs-body-bg);
  top: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  border: none;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
  -webkit-animation-name: bmd-dropdown-animation;
  animation-name: bmd-dropdown-animation;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable::after {
      right: auto;
      left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--bs-tertiary-bg);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  line-height: 1;
  background-color: transparent;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.form-floating .choices + label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.5rem);
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  padding: 0 8px;
  text-overflow: ellipsis;
  height: auto;
  width: auto;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}
.choices__list--dropdown .choices__item--selectable::before,
.choices__list[aria-expanded] .choices__item--selectable::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-animation: custripple 0.3s both, forwards, none;
  animation: custripple 0.3s both, forwards, none;
}
.choices__list[aria-expanded] .is-selected:before {
  background-position: center;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/></svg>');
  color: #fff;
  background-color: var(--bs-primary);
  border: 0;
  display: inline-block;
  padding: 2px 2px;
  -webkit-animation: custripple 0.3s both, forwards, none;
  animation: custripple 0.3s both, forwards, none;
}
/*-------------------------------------------------------
# Calendar style
-------------------------------------------------------*/
.tempus-dominus-widget .calendar-header .bi-chevron-right,
.tempus-dominus-widget .calendar-header .bi-chevron-left {
  font-size: 21px;
}
.tempus-dominus-widget .date-container-days .dow {
  font-weight: bold;
}
.tempus-dominus-widget .calendar-header .picker-switch {
  padding: 9px;
  border-radius: 999px;
}
.tempus-dominus-widget .calendar-header .picker-switch:hover {
  background-color: #e9ecef;
}
.tempus-dominus-widget .calendar-header .next {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.tempus-dominus-widget .calendar-header .previous {
  margin-right: auto;
  padding: 4px 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.tempus-dominus-widget .calendar-header .next:hover,
.tempus-dominus-widget .calendar-header .previous:hover {
  background-color: #e9ecef;
}
.tempus-dominus-widget .toolbar {
  grid-auto-rows: 30px;
}
.tempus-dominus-widget .date-container-days div:not(.no-highlight) {
  width: 100%;
  height: auto;
}
/*----------------------------------------------
# Tinymice
----------------------------------------------*/
.tox-statusbar__branding,
.tox-promotion {
  display: none !important;
}
/*----------------------------------------------
File Input
----------------------------------------------*/
.krajee-default .file-footer-caption {
  margin-bottom: 0;
}

.print-contract {
  table th,
  table tr {
      font-size: 13px;
  }
}
.blink_pending {
  animation: blinker 3s linear infinite;
  background-color: #f39c12;
  color: #fff;
  font-weight: bold;
}
.blink_danger {
  animation: blinker 3s linear infinite;
  background-color: #dd4b39;
  color: #fff;
  font-weight: bold;
}
.blink_pink {
  animation: blinker 3s linear infinite;
  background-color: #ffecf2;
}
@keyframes blinker {
  50% {
      opacity: 0.5;
  }
}
