/* font face setting */

@font-face {
  font-family: 'Product Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Regular'), url('ProductSans-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Italic'), url('ProductSans-Italic.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Thin Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Thin Regular'), url('ProductSans-Thin.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Light Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Light Regular'), url('ProductSans-Light.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Medium Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Black Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Black Regular'), url('ProductSans-Black.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Thin Italic'), url('ProductSans-ThinItalic.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Light Italic'), url('ProductSans-LightItalic.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Medium Italic'), url('ProductSans-MediumItalic.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Bold'), url('ProductSans-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Bold Italic'), url('ProductSans-BoldItalic.woff') format('woff');
}


@font-face {
  font-family: 'Product Sans Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Product Sans Black Italic'), url('ProductSans-BlackItalic.woff') format('woff');
}

/* font face settings end */

/* auth page */
/*# sourceMappingURL=custom.min.css.map */

/* choices css fix */
.choices__list--dropdown {
  z-index: 10 !important;
}

/* fix for autocomplete */
.autoComplete_wrapper ul {
  z-index: 10 !important;
}

/* font changed temporary, remove if not needed */
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-family: "Product Sans Medium Regular", sans-serif;
  font-weight: normal;
}

p {
  font-family: "Product Sans Thin", sans-serif;
  font-weight: normal;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar-brand-box {
  padding: 20px 0px;
}

.navbar-brand-box .logo-lg img {
  height: 80px;
  width: 80px;
}

.navbar-brand-box img {
  border-radius: 10%;
  object-fit: contain;
  background-color: white;
  aspect-ratio: 1/1;
  padding: 2px;
}

.toast {
  background-color: var(--vz-white) !important;
  padding: 10px;
}

.nav,
.nav-tabs-custom {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
}

.nav li {
  flex-shrink: 0;
}

td {
  vertical-align: middle;
}


/* choices fix */
.choices[data-type*="select-one"] {
  cursor: pointer;
  margin-bottom: 0;
}

#add_cover_toggle {
  fill: #4caf50;
  /* Green when active */
}

.tox-collection__item-label {
  display: flex;
  align-items: center;
}

#add_cover_toggle::before {
  content: "✓";
  /* Check icon when active */
  margin-right: 5px;
}

.tox-promotion {
  display: none !important;
}

.pointer-event-none {
  pointer-events: none;
}

.scrollable_tabs_wrapper {
  display: grid;
  grid-template-columns: 40px auto 40px;
}

.scrollable_tabs_wrapper button {
  border: none;
}

/* scroll bar for scrollable_tabs_wrapper */

.tabs-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

.tabs-wrapper::-webkit-scrollbar-thumb {
  opacity: 0;
  background: #909090;
}

.tabs-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

/* toast */
.toast_wrapper {
  position: fixed;
  bottom: 0px;
  right: 50%;
  z-index: 9999;
  padding: 8px 10px;
  background: var(--vz-backdrop-bg);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transform: translate(50%, 0%);
  animation: toast_anim 3.5s ease-out;
  animation-fill-mode: forwards;
}

@keyframes toast_anim {
  0% {
    transform: translate(50%, 100%);
  }

  10% {
    transform: translate(50%, -120%);
  }

  90% {
    transform: translate(50%, -120%);
  }

  100% {
    transform: translate(50%, 220%);
  }
}

.view_toggle {
  border: 2px solid var(--fc-border-color);
  padding: 5px;
  line-height: 0;
  color: var(--djdt-pre-text-color);
}

.view_toggle i {
  /* height: 30px; */
  /* width: 30px; */
  /* display: flex !important; */
  font-size: 20px;
  line-height: 96%;
  align-items: center;
  justify-content: center;
}

.stat_card2_status_icon {
  margin: -10px;
  right: 0;
  background-color: var(--fc-neutral-bg-color);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  line-height: 100%;
}

.stat_card2_icon {
  line-height: 1;
}

/* policy card design  */
.preview_button:hover {
  background-color: rgb(0, 0, 0) !important;
  color: white !important;
}

.selected_mark {
  aspect-ratio: 1/1;
  display: grid;
  color: var(--fc-border-color);
  line-height: 0;
  place-content: center;
  display: none;
}

.document_container_selected {
  border: 2px solid var(--vz-success) !important;
}

.document_container_selected .selected_mark {
  display: block;
}

.image_holder:hover .preview_button {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

/* policy card design ends */

@media screen and (max-width: 768px) {
  .md_to_column {
    flex-direction: column !important;
  }
}


.cms-card-title {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
}

.section-title {
  font-weight: 600 !important;
}

.modal-title {
  font-weight: 500 !important;
}


/* leave badge */

.leave-type-badge i {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--leave-badge-color) 100%, black 50%);
}

.leave-type-badge {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  gap: 10px;
  border-radius: 50px;
  background-color: #f0f0f0;
  /* color: ; */
  color: var(--leave-badge-color);
  width: fit-content;
  font-size: 13px;
  font-weight: 500;
  background-color: color-mix(in srgb,
      var(--leave-badge-color) 15%,
      transparent 90%);
}

/* leave badge ends */
.left-0 {
  left: 0 !important;
}

.chipper {
  border: 1px solid;
  padding: 0.2rem 0.5rem;
  border-radius: 7px;
  cursor: pointer;
}

.chipper:hover {
  opacity: 0.4;
}

/* sytles for mobile view */
@media screen and (max-width: 768px) {
  .vstack-md {
    flex-direction: column !important;
  }
}


.policy_grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}


.stat_button_2:hover {
  opacity: 0.7;
}
