/* sourceMappingURL=custom.min.css.map */
.m-l-10 {
  margin-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.required label:after {
  color: red;
  content: " *";
}

.star {
  color: red;
}

.help-block {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
}

#ui-id-1 {
  height: 500px !important;
  overflow-y: scroll;
}

.ui-menu-item-wrapper:hover {
  background-color: #0b5be0 !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.display-flex {
  display: flex !important;
}

.no-result-found {
  text-align: center;
  padding: 20px;
}

/* breadcrumb back button */
.back-button {
  margin-right: 25px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.back-button:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

#ui-id-2 {
  z-index: 10000 !important;
}

/* toggle swith css start */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
  color: #fff;
  background: #808080;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #205368 !important;
}

.bootstrap-switch {
  border-radius: 20px !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.bootstrap-switch-on .bootstrap-switch-container {
  background-color: #205368 !important;
}

.bootstrap-switch-off .bootstrap-switch-container {
  background-color: #808080 !important;
}

/* toggle swith css end */

.btn-label .label-icon {
  width: 32px;
}

.btn-label {
  padding-left: 35px;
}

.scroll-list {
  height: 300px;
  overflow-y: scroll;
}

.w-70 {
  width: 70px !important;
}

.text-align-end {
  text-align: end !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.per-page-dropdown {
  padding: 0.3rem 0.8rem 0.3rem 0.5rem !important;
}

/* Dark mode css start */
[data-bs-theme="dark"] .back-button {
  background-color: #1a1d21 !important;
}

[data-bs-theme="dark"] .table-hover>tbody>tr:hover>* {
  color: white !important;
}

[data-bs-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd)>* {
  color: white !important;
}

/* Dark mode css end */

.progress-nav .nav .nav-link {
  width: 3rem !important;
  height: 3rem !important;
}

.progress-nav .progress {
  top: 35% !important;
}

.progress-title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-flow: column !important;
}

.csv-link {
  color: #0d6efd !important;
}

.cursor-default {
  cursor: default !important;
}

.employee-nav .nav-pills .nav-link {
  border: 1px solid #ebebeb !important;
}

.employee-nav .nav-link:hover {
  background-color: #4051890d;
}

.employee-nav .nav-pills :is(.nav-link.active, .show > .nav-link):hover {
  background-color: #205368;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 24px !important;
}

.select2-container--krajee-bs5 .select2-selection__clear {
  line-height: 1.4 !important;
  right: 10px !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: inline-block;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f3f6f9 !important;
  color: #212529 !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #000 !important;
  margin-top: 3px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #000 !important;
  background-color: transparent !important;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 12px !important;
  padding-top: 5px !important;
}

.select2-search {
  margin-top: 8px !important;
}

.shine-effect {
  background-repeat: no-repeat;
  background-position: -350px -50px, 0 0;

  background-image: -webkit-linear-gradient(top left,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 50%);
  background-image: -moz-linear-gradient(0 0,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(0 0,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(0 0,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 50%);

  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;

  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}

.shine-effect:hover {
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}

.modal-note {
  border: 1px solid #e9ebec;
  padding: 10px;
  border-radius: 4px;
}

.custom-spinner {
  width: 20px;
  height: 20px;
  border: var(--vz-spinner-border-width) solid #205368 !important;
  border-right-color: transparent !important;
}

.grid-view-table {
  overflow-x: auto !important;
  width: 100% !important;
}

.btn-close:hover {
  background-color: #e9ebec;
  border-radius: 15px;
}

.width-content {
  width: fit-content !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.wd-5 {
  width: 5% !important;
}

.wd-8 {
  width: 8% !important;
}

.wd-10 {
  width: 10% !important;
}

.wd-16 {
  width: 16% !important;
}

.wd-20 {
  width: 20% !important;
}

.wd-25 {
  width: 25% !important;
}

.wd-30 {
  width: 30% !important;
}

.wd-34 {
  width: 34% !important;
}

.wd-35 {
  width: 35% !important;
}

.wd-40 {
  width: 40% !important;
}

.wd-42 {
  width: 42% !important;
}

.wd-45 {
  width: 45% !important;
}

.wd-50 {
  width: 50% !important;
}

.wd-75 {
  width: 75% !important;
}

.wd-80 {
  width: 80% !important;
}

.wd-84 {
  width: 84% !important;
}

.wd-90 {
  width: 90% !important;
}

.wd-95 {
  width: 95% !important;
}

.list-group-item.active {
  z-index: 0 !important;
}

.list-group-item.active h6 {
  color: #fff !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
  border-radius: 0 0 5px 5px !important;
}

a.nav-link.menu-link.collapsed {
  border-radius: 0 5px 0 0 !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-menu {
  position: fixed !important;
}

.ob-form-label {
  right: -22px !important;
  background-color: #0ab39c !important;
}

.dropdown-toggle::after {
  border: none !important;
  vertical-align: unset !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

/* Card check box css start */
.import-employee .grid {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0;

  @media (min-width: 60em) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 90em) {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Card Styles */
.import-employee .card {
  background: #fff;
  border: 1px solid #e2ebf6;
  border-radius: 0.25em;
  cursor: pointer;
  display: flex;
  padding: 1em;
  position: relative;
  transition: all 0.2s;

  &:hover {
    border-color: #0b5be0;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
    transform: translateY(calc(-1.5rem / 5));
  }
}

.import-employee .card__image {
  border-radius: 0.25em;
  height: 6em;
  min-width: 6em;
}

.import-employee .card__content {
  flex: auto;
  padding: 0 1em;
}

.import-employee .card h2 {
  font-weight: 700;
  margin: 0;
}

.import-employee .card p {
  color: #546e7a;
  margin: 0;
}

/* Checkbox Styles */

.import-employee .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: #e2ebf6;
  border-radius: 50%;
  height: 2em;
  margin: 0;
  margin-left: auto;
  flex: none;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 2em;

  &:after {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 1em;
    left: 0.625em;
    position: absolute;
    top: 0.25em;
    transform: rotate(45deg);
    width: 0.5em;
  }

  &:focus {
    box-shadow: 0 0 0 2px rgba(11, 91, 224, 0.6);
  }

  &:checked {
    background: rgb(11, 91, 224);
    border-color: #0b5be0;
  }
}

.import-employee .checkbox-control__target {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.import-employee label {
  margin-bottom: 0px !important;
}

/* diabled checkbox */
.checkbox-control__target.disabled {
  color: #999;
  pointer-events: none;
}

/* Card check box css end */

.padding-lr-20 {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

[data-layout-position="fixed"] .sticky-breadcrumb {
  position: sticky;
  top: 93px;
  z-index: 1;
}

.employee-menu-disable {
  background-color: #c7c7c7 !important;
  cursor: not-allowed !important;
  opacity: 0.4;
}

.report-tab {
  width: 200px;
}

.pending-action-hover:hover {
  color: #0b5be0;
  transform: scale(1.02);
}

[data-bs-theme="dark"] .os-dark-logo i {
  color: white !important;
}

[data-bs-theme="dark"] .text-os-color {
  color: white !important;
}

[data-bs-theme="light"] .text-os-color {
  color: black !important;
}

.preference-card {
  background: #fff;
  border: 1px solid #e2ebf6;
  border-radius: 10px;
  padding: 1em;

  &:hover {
    border: 1px solid #0b5be0 !important;
    box-shadow: 0 4px 10px 8px rgba(11, 91, 224, 0.1) !important;
  }
}

.w-18 {
  width: 18% !important;
}

.w-49 {
  width: 49% !important;
}

.left-0 {
  left: 0% !important;
}

/* Hides the browser default "reveal" button in Microsoft Edge and Internet Explorer */
input::-ms-reveal {
  display: none;
}

/*24/4 Changes css*/

.card {
  margin-bottom: 1.5rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

h4.fs-16.mb-1 {
  font-size: 24px !important;
  color: #161616;
}

.card-animate:hover {
  -webkit-transform: translateY(calc(-1.5rem / 5));
  transform: translateY(calc(-1.5rem / 5));
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

/* .card-header:first-child {
  background-color: #ddeff5;
} */

.required label:after {
  color: red;
  content: " *";
}

.btn-soft-primary {
  background-color: #ffffff;
}

ul.nav.nav-tabs.nav-border-top.nav-border-top-primary.mb-3 {
  margin-bottom: 0 !important;
}

.nav-border-top-primary .nav-link.active {
  color: #ffffff !important;
  border-top-color: #205368;
  background-color: #205368;
  border-radius: 4px;
}

.badge.bg-success-subtle,
.badge.bg-success-subtle,
.badge.bg-success-subtle,
.badge.bg-success-subtle {
  font-size: 12px;
}

.avatar-title {
  background-color: #ffffff !important;
  border-radius: 50% !important;
}

.table-hover>tbody>tr:nth-child(even) {
  background: #fbfbfb;
}

.table-hover>tbody>tr:nth-child(odd) {
  background: #ffffff;
}

/* tr.table-light th, tr.table-light th a {
  background-color: #00688b !important;
  color: #fff;
} */

/* 24/4 Changes css*/
.expired-card-height {
  height: 460px !important;
}

.col.shade-1 .text-muted,
.col.shade-2 .text-muted,
.col.shade-3 .text-muted,
.col.shade-4 .text-muted,
.col.shade-5 .text-muted,
.col.shade-6 .text-muted,
.col.shade-1 h2.mb-0,
.col.shade-2 h2.mb-0,
.col.shade-3 h2.mb-0,
.col.shade-4 h2.mb-0,
.col.shade-5 h2.mb-0,
.col.shade-6 h2.mb-0 {
  color: #ffffff !important;
}

.col.shade-1 {
  background-color: #f86767;
}

.col.shade-2 {
  background-color: #12bc95;
}

.col.shade-3 {
  background-color: #6147db;
}

.col.shade-4 {
  background-color: #47c9d7;
}

.col.shade-5 {
  background-color: #47c947;
}

.col.shade-6 {
  background-color: #2d69b6;
}

.copy-btn, .name-copy-btn {
    cursor: pointer;
    font-size: 14px;
    border: none;
    background: none;
}
.copy-btn:hover, .name-copy-btn:hover {
    color: #0b5ed7;
    background: none;
}

#restrict-page-modal {
    backdrop-filter: blur(15px);
    pointer-events: none;
}

/* Dark theme css*/

[data-bs-theme="dark"][data-sidebar="dark"] h4.fs-16.mb-1 {
  color: #fff;
}

/* [data-bs-theme="dark"][data-sidebar="dark"] .card-title {
  color: #205368;
} */

[data-bs-theme="dark"][data-sidebar="dark"] .col.shade-1 .bg-success-subtle,
[data-bs-theme="dark"][data-sidebar="dark"] .col.shade-2 .bg-success-subtle,
[data-bs-theme="dark"][data-sidebar="dark"] .col.shade-3 .bg-success-subtle,
[data-bs-theme="dark"][data-sidebar="dark"] .col.shade-4 .bg-success-subtle,
[data-bs-theme="dark"][data-sidebar="dark"] .col.shade-5 .bg-success-subtle,
[data-bs-theme="dark"][data-sidebar="dark"] .col.shade-6 .bg-success-subtle {
  background-color: rgb(10 179 156 / 59%) !important;
  color: #fff !important;
}

[data-bs-theme="dark"][data-sidebar="dark"] .table-hover>tbody>tr:nth-child(odd) {
  background: #212529;
}

[data-bs-theme="dark"][data-sidebar="dark"] .table-hover>tbody>tr:nth-child(even) {
  background: #262a2e;
}

/* Dark theme css*/