.ptjs-theme.classic .step-container .step-header.special {
  padding: 30px 20px 25px 20px;
  background-color: var(--ordolio-default-primary);
}

.ptjs-theme.classic .step-container .step-header.special .title {
  color: white;
  font-weight: 500;
}

.ptjs-theme.classic .step-container {
  font-family: "Poppins", sans-serif;
}

.ptjs-theme.classic .step-container .step-button-close.special {
  background-color: white;
  color: var(--ordolio-default-primary);
}

.ptjs-theme.classic .step-container .step-button-close {
  background-color: var(--ordolio-default-primary);
  color: white;
}

.ptjs-theme.classic .step-container .step-footer .step-buttons span:hover {
  background-color: var(--ordolio-default-primary);
}

.circle {
  height: 10px;
  width: 10px;
  top: 6px;
  left: 104px;
}

.circle-nav {
  height: 10px;
  width: 10px;
  top: 6px;
  left: 62px;
}

.lottieplayer {
  position: absolute;
  right: 0;
}

.nieuws_card {
  cursor: pointer;
  transition: all 0.4s ease;
}

.nieuws_card:hover {
  box-shadow: 0 0 0.5rem #000;
  transition: all 0.4s ease;
}

.line-through {
  text-decoration: line-through;
}

.modal-header.bg-danger h5.modal-title,
.modal-header.bg-danger button.close {
  color: white !important;
}

.collapse:not(.show) {
  display: none !important;
}

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

.app-top-banner {
  position: absolute;
  height: 400px;
  width: 100%;
  background-position: center top;
  background-size: cover;
  z-index: -42069;
}

.autocomplete-suggestion {
  padding: 10px;
}

.autocomplete-suggestion,
.autocomplete-suggestion b {
  color: #000;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
}

input[type="checkbox"].delete-checkbox {
  display: none !important;
}

.delete-label {
  display: inline-block;
}

.delete-label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  background-color: rgba(253, 57, 122, 0.1);
  color: #f1646c;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 1rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
}

.delete-label:hover::before {
  background-color: #f1646c;
  color: white;
  transition: all 0.4s ease;
}

input[type="checkbox"].delete-checkbox:checked + .delete-label {
  background: rgba(253, 57, 122, 0.1);
  color: #ff4669;
}

.app-top-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.35
  ); /* Change the color and opacity as needed */
}

.kt-footer {
  /* background-color: var(--ordolio-default-light) !important */
  background-color: #f0f0fc !important;
}

.kt-footer__title {
  color: #747ce9 !important;
}

.kt-footer__content {
  color: #595d6e !important;
}

.kt-footer .kt-footer__top .kt-footer__subscribe {
  background-color: rgb(255 255 255 / 55%) !important;
}

.kt-widget13__text {
  /* line-break: anywhere !important; */
}

.ov-item-card {
  background-color: #fcfcff !important;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem;
  box-shadow: 0 0 0.5rem var(--ordolio-default-light-no-transparency);
}

.ov-item-card a {
  color: black;
}

.ov-item-card:hover {
  box-shadow: 0 0 1rem var(--ordolio-default-light-no-transparency);
  transition: all 0.4s ease;
}

.font-8 {
  font-size: 8px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-30 {
  font-size: 30px !important;
}

.iuw-root {
  min-height: 10vh;
  position: relative;
}

.iuw-error {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 10;
  border-radius: 8px;
}

.iuw-root.error .iuw-error {
  display: flex;
}

.iuw-root.square {
  width: 300px !important;
  height: 300px !important;
  min-width: auto !important;
}

.iuw-inline-root,
.iuw-root {
  border: 1px solid #e2e5ec !important;
  border-radius: 8px !important;
}

.iuw-inline-root .iuw-add-image-btn,
.iuw-inline-root .inline-related {
  background-color: transparent !important;
  box-shadow: 0 0 1px 0 #5868dd6c !important;
}

.iuw-inline-root .iuw-add-image-btn span,
.iuw-inline-root .iuw-empty,
.iuw-root .iuw-empty {
  color: var(--ordolio-default-primary) !important;
}

.iuw-inline-root .iuw-add-image-btn svg,
.iuw-inline-root .iuw-empty > svg,
.iuw-root .iuw-empty > svg {
  fill: var(--ordolio-default-primary) !important;
}

.iuw-root .iuw-image-preview {
  width: 100% !important;
}

.iuw-root.square .iuw-image-preview {
  width: 300px !important;
  height: 300px !important;
}

.iuw-inline-root {
  height: 100% !important;
  min-height: 200px !important;
}

.iuw-inline-root .inline-related img {
  position: absolute;
  top: 0;
  left: 0;
}

.iuw-inline-root .inline-related .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
}

.iuw-inline-root > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.iuw-inline-root .inline-related {
  flex: 1 0 auto;
  height: 160px;
  width: 160px;
  margin: 10px !important;
}

.btn.btn-sm i,
.btn-group-sm > .btn i,
.btn i,
.btn-group > .btn i {
  padding-right: 0 !important;
}

.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.kt-portlet.small-portlet .kt-portlet__head {
  min-height: 0 !important;
  padding: 15px 15px !important;
}

tr.clickable-row {
  cursor: pointer;
}

.alert-light {
  background-color: var(--ordolio-default-light-no-transparency) !important;
  border-color: var(--ordolio-default-light-no-transparency) !important;
  color: #595d6e !important;
}

.alert-light p,
.alert-light b {
  font-size: 15px !important;
}

.btn-primary,
.btn-brand,
.nolt-feedback-button {
  background: linear-gradient(
    280.75deg,
    var(--ordolio-gradient-button--end) 0%,
    var(--ordolio-gradient-button--start) 94.81%
  ) !important;
  border: none !important;
}

.nolt-feedback-button {
  box-shadow: 0px 4px 16px 0px rgba(54, 108, 243, 0.15) !important;
  font-weight: normal !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  color: white;

  /* Makes the button perfectly round */
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  text-align: center !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  transition: all 0.4s ease;
}

.nolt-feedback-button::before {
  /* center the icon */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-size: 20px 20px !important;
  height: 20px !important;
  width: 20px !important;
}

.nolt-feedback-button:hover {
  color: white;
  box-shadow: 0px 6px 16px 0px rgba(54, 108, 243, 0.25) !important;
}

.kt-portlet {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15) !important;
}

.font-18 {
  font-size: 18px;
}

.kt-scrolltop {
  bottom: 30px !important;
  right: 90px !important;
}

.text-white-hover:hover {
  color: white !important;
}

.text-underline {
  text-decoration: underline;
}

.select2-container {
  width: 100% !important;
}

.select2-container--open {
  z-index: 9999 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
}

.select2-selection__rendered {
  padding-top: 0px !important;
}

.arrow.feedback::before {
  border-left-color: var(--ordolio-default-primary) !important;
}

.arrow.feedback::after {
  border-left-color: var(--ordolio-default-primary) !important;
}

.kt-header-mobile__toolbar-topbar-toggler {
  display: none !important;
}

.organisation-select {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.organisation-select .active {
  background-color: rgba(255, 255, 255, 0.1);
  height: 42px;
  width: 50%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1rem;
}

body.kt-header--minimize .organisation-select .active {
  background-color: #f8f8fb;
}

.organisation-select .active:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.organisation-select .active .title {
  color: white;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}

body.kt-header--minimize .organisation-select .active .title {
  color: #959cb6;
}

.organisation-select .active .logo {
  height: 30px;
  width: 30px;
  margin-right: 1rem;
}

.organisation-select .active .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.kt-notification .kt-notification__item:hover,
.kt-notification .kt-notification__item {
  border-radius: 8px;
}

.organisation-select .dropdown-menu img {
  height: 30px;
  width: 30px;
  margin-right: 1rem;
}

.organisation-select .dropdown-menu .kt-notification__item-time {
  display: none;
}

.organisation-select
  .dropdown-menu
  .kt-notification__item:hover
  .kt-notification__item-time {
  display: block;
}

.organisation-select.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .organisation-select.mobile {
    display: initial !important;
  }

  .organisation-select {
    justify-content: flex-start;
    align-items: center;
  }

  .organisation-select .active {
    margin: 4px 0px;
    background-color: rgba(116, 120, 141, 0.1);
  }

  .organisation-select .active:hover {
    background-color: rgba(116, 120, 141, 0.2);
  }

  .organisation-select .active .title {
    color: #48465b;
  }
}

.organisation-card {
  background-color: white !important;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem;
  border: 1px solid var(--ordolio-default-light-no-transparency);
  cursor: pointer;
  transition: all 0.4s ease;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.organisation-card .logo {
  height: 100px;
  width: 100px;
  margin-right: 1rem;
}

.organisation-card .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.organisation-card .title {
  color: black;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}

.organisation-card:hover {
  border: 1px solid var(--ordolio-default-primary);
}

.organisation-card:hover .icon i,
.organisation-card:hover .title {
  color: var(--ordolio-default-primary);
}

.daterangepicker {
  font-family: "Poppins", sans-serif !important;
}

.daterangepicker .ranges li.active,
.daterangepicker .drp-calendar td.active {
  background-color: var(--ordolio-default-primary) !important;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
  background: rgba(88, 103, 221, 0.7) !important;
}

div.overlay {
  /* Position the overlay. Fill the container */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  /* Apply the overlay */
  background-color: rgba(255, 255, 255, 1);

  z-index: 2500;
}

div.overlay .spinner {
  /* Center the icon */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  user-select: none;
  & > * {
    margin: 0.5rem 0.5rem;
  }
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;

  &:checked + .checkbox-tile {
    border-color: var(--ordolio-default-primary);
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    color: var(--ordolio-default-primary);
    &:before {
      transform: scale(1);
      opacity: 1;
      background-color: var(--ordolio-default-primary);
      border-color: var(--ordolio-default-primary);
    }

    .checkbox-icon,
    .checkbox-label {
      color: var(--ordolio-default-primary);
    }
  }

  &:focus + .checkbox-tile {
    border-color: var(--ordolio-default-primary);
    box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
    &:before {
      transform: scale(1);
      opacity: 1;
    }
  }
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  border-radius: 8px;
  padding: 1rem;
  border: 2px solid #ebedf2;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(#000, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;

  .disabled {
    cursor: not-allowed;
  }

  &:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  &:hover:not(.disabled):not(.readonly) {
    border-color: var(--ordolio-default-primary);
    &:before {
      transform: scale(1);
      opacity: 1;
    }
  }
}

.checkbox-tile.disabled {
  cursor: not-allowed;
  border: 2px solid red;
  opacity: 0.5;

  &:before {
    border-color: red;
  }

  &:hover {
    border-color: red;
  }
}

.checkbox-tile.readonly {
  cursor: not-allowed;
  border: 2px solid #ebedf2;
  opacity: 0.5;

  &:before {
    border-color: #ebedf2;
  }

  &:hover {
    border-color: #ebedf2;
  }
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
  svg {
    width: 3rem;
    height: 3rem;
  }
}

.fieldsets-with-info {
  display: grid;
  grid-gap: 10px;
}

.fieldsets-with-info.temp-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.fieldsets-with-info.temp-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1024px) {
  .fieldsets-with-info {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .fieldsets-with-info {
    grid-template-columns: 1fr !important;
  }
}

.row .checkbox .checkbox-wrapper {
  width: 100%;
}

.row .checkbox .checkbox-wrapper .checkbox-label .title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.checkbox-label {
  color: black;
  transition: 0.375s ease;
  text-align: center;
}

.checkbox-group.with-info {
  text-align: center;
}

.checkbox-group.with-info p {
  font-size: 1.2rem;
  color: #535353;
  font-weight: 300;
}

.checkbox-group.with-info > .checkbox,
.checkbox-group.with-info label,
.checkbox-group.with-info .checkbox-tile {
  width: 100%;
  height: 100%;
}

.checkbox-group.with-info .checkbox-label {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

.photo-album {
  display: flex;
}

.photo-album .photo-album__cover {
  height: 100px;
  width: 200px;
  margin: 1rem;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  /* box-shadow: 0 0 0.2rem var(--ordolio-default-light); */
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15) !important;
}

.photo-album .photo-album__cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.photo-album .photo-album__text {
  margin: 1rem;
  width: 100%;
  color: #595d6e;
}

.photo-album .photo-album__text .photo-album__name {
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  display: block;
}

.photo-album .photo-album__text .photo-album__count {
  font-size: 11px;
}

.photo-album .photo-album__text .photo-album__description {
  display: block;
}

.photo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.photo-container {
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0 0 0.2rem var(--ordolio-default-light-no-transparency);
  margin: 1rem;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-container a {
  height: 100%;
  width: 100%;
}

.photo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.photo-album-description {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 0px;
  margin-bottom: 1rem;
  display: inline-block;
}

.form-control.is-warning {
  border-color: #ffb822;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffb822' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ffb822' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--dotted-warning:before {
  background: transparent !important;
  border-left-color: #ffb822;
  border-left-width: 2px;
  border-left-style: dotted;
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--dotted-success:before {
  background: transparent !important;
  border-left-color: #00ccac;
  border-left-width: 2px;
  border-left-style: dotted;
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--dotted-danger:before {
  background: transparent !important;
  border-left-color: #ff4669;
  border-left-width: 2px;
  border-left-style: dotted;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 1rem;
}

/* WILLEM */
.kt-widget__media,
.kt-user-card__avatar {
  position: relative;
}

.kt-widget__media:hover {
  background-color: rgba(33, 33, 33, 0.25);
  border-radius: 0.5rem;
}

.hover-button {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-button:hover {
  border: none;
}

.kt-widget__media:hover .hover-button,
.kt-user-card__avatar:hover .hover-button {
  display: inline-block !important;
  border: none;
}

.kt-widget__media > a > .hover-button > i {
  color: white !important;
}

.kt-user-card a > .hover-button > i {
  color: black !important;
}

div#iuw-modal-element {
  z-index: 10000;
}

.kt-header__topbar-icon,
.kt-widget__media {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.kt-header__topbar-icon {
  max-width: 34px;
  max-height: 34px;
}

.kt-widget__media {
  width: 90px;
  height: 90px;
}

.kt-widget__media img,
.kt-badge.kt-badge--lg.kt-badge--rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kt-header__topbar-icon:hover {
  border: 2px solid var(--ordolio-default-primary);
}

.registrations__container {
  display: flex;
  justify-content: space-between;
}

.img__container {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* WILLEM */

.bg-primary {
  background: linear-gradient(
    280.75deg,
    var(--ordolio-gradient-button--end) 0%,
    var(--ordolio-gradient-button--start) 94.81%
  ) !important;
}

.vw-100 {
  width: 100vw !important;
}

#kt_subheader > .kt-container,
.kt-container:has(#kt_todo) {
  width: 100vw !important;
}

.accordion.accordion-toggle-arrow > a:after {
  font-size: 1rem;
  font-family: LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f110";
  color: #74788d;
}

.accordion.accordion-toggle-arrow > a.collapsed {
  color: #74788d;
}

.accordion.accordion-toggle-arrow > a.collapsed:after {
  color: #74788d;
  content: "\f112";
}

.hub .kt-iconbox {
  cursor: pointer;
}

.hub .kt-iconbox:hover {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.hub .kt-iconbox {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.kt-todo__link {
  font-size: 14px;
  background-color: #f7f8fa;
}

.kt-pricing-1 .kt-pricing-1__items .kt-pricing-1__item .kt-pricing-1__price {
  font-size: 28px !important;
  color: #48465b !important;
  font-weight: 500 !important;
}

.kt-pricing-1 .kt-pricing-1__items .kt-pricing-1__item .kt-pricing-1__subtitle {
  color: #9392a0 !important;
  font-weight: 400 !important;
}

.action-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(
    255,
    255,
    255,
    0.7
  ); /* semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's above other content */
}

.loading-icon {
  width: 50px; /* Customize the size of the loading icon */
  height: 50px;
  border: 5px solid #ccc; /* Customize the border color */
  border-radius: 50%; /* To make it circular */
  border-top-color: var(
    --ordolio-default-primary
  ); /* Customize the color of the loading spinner */
  animation: spin 1s linear infinite; /* Add animation for spinning */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lb-dataContainer {
  background-color: #f9f9fc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.lb-details {
  color: black !important;
  padding: 20px;
}

.lb-outerContainer {
  border-radius: 0px !important;
}

.lightbox .lb-image {
  border: 0 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
}

.lb-outerContainer {
  background-color: transparent !important;
}

.lb-number {
  display: none !important;
}

.lb-details h4 small {
  font-size: 1rem;
  color: #48465b;
}

/* SOCIAL SHARING MENU */
.social__container {
  position: fixed;
  top: 75vh;
  left: 0;
  transform: translate(0, -50%);
  background-color: rgb(25, 25, 25);
  z-index: 2;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0 0.5rem 0.5rem 0;
}

.social__container > .icon {
  text-align: center;
  color: white;
  transition: 0.4s cubic-bezier(0.52, -0.5, 0.212, 1.45);
  position: relative;
}

.social__container > .icon:hover {
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: rgb(40, 40, 40);
}

.social__container > .icon > a {
  color: white;
}

.social__container > .icon > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 40px;
}

.social__container > .icon > a > span > i {
  font-size: 1.5rem;
}

.social__container > .icon > .social__tooltip {
  position: absolute;
  top: 50%;
  left: 130%;
  /* left: -200px; */
  transform: translate(0, -50%);
  background-color: rgb(40, 40, 40);
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
  display: none;
}

.social__container > .icon:hover > .social__tooltip {
  display: block;
}

@media (max-width: 768px) {
  .social__container {
    position: fixed;
    top: initial;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transform: translate(0, 0);
  }

  .social__container > .icon {
    flex: 1;
  }

  .social__container > .icon > .social__tooltip {
    top: -50%;
    left: 0;
  }

  .social__container > .icon > a {
    display: flex;
    justify-content: center;
  }
}

/* SOCIAL SHARING MENU */

@media (max-width: 1350px) {
  .hub.kt-callout {
    flex-basis: auto !important;
  }

  .hub .kt-callout__body {
    display: block !important;
  }

  .hub .kt-callout__desc .icons {
    display: block !important;
  }
}

.tox-statusbar__branding {
  display: none !important;
}

.kt-todo
  .kt-todo__aside
  .kt-todo__nav
  .kt-nav
  .kt-nav__item:last-child
  .kt-nav__link
  .kt-nav__link-icon {
  font-size: 1.25rem !important;
}

.kt-pricing-1__subtitle {
  padding: 0px 8px !important;
}

/* CHECKLIST */
.checklist-item .form-group.row {
  margin: 1rem 0rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem;
}

input.form-control.col.checklist-item-name {
  transition: all 0.5s;
  /* background-color: #eafdeb; */
}

.checklist-item-chk {
  width: 2rem !important;
}

.chk-close {
  font-size: 2rem;
  color: #df5a5a;
}

.btn-delete-checklist-item {
  cursor: pointer;
}

.chk-done {
  background-color: rgb(236 236 236) !important;
  text-decoration: line-through;
}

span.info-subtitle {
  font-size: 1rem;
  color: #74788d;
  padding-bottom: 0.5rem;
  font-weight: 500;
  display: block;
}

span.info-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #595d6e;
  display: block;
}

.kt-iconbox__icon i::before {
  font-size: 50px;
}

table.clickable-row tr {
  cursor: pointer;
}

input#checklist_name {
  transition: 0.5s all;
}

.success-background {
  background-color: rgb(234, 253, 235) !important;
}

.success-background-alt {
  background-color: white !important;
}

span.info-text {
  overflow-wrap: anywhere;
}

.currency-group-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* .currency-group-container > .input-group-prepend {
  width: 40%;
  text-align: center;
  margin-right: 10px;
}*/

.currency-symbol {
  background-color: transparent;
  border: none !important;
  color: black;
  font-size: 40px;
  flex: 0 0 auto; /* Ensure the symbol doesn't grow or shrink */
  margin-right: 20px;
}

.currency-input {
  border: none !important;
  font-size: 40px;
  width: 50%; /* Ensures the input field takes up the remaining width */
}

@media (max-width: 768px) {
  .currency-group-container {
    flex-direction: column;
  }

  .currency-symbol {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .currency-input {
    width: 100%;
  }
}

.btn.btn-label-danger.btn-icon-sm.btn-cursor {
  cursor: pointer !important;
}

.nowrap {
  white-space: nowrap;
}

.group-info:not(:first-child) {
  margin-top: 20px;
}

.group-info:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
}
.group-info h5 {
  color: #595d6e;
}

.terms-body {
  position: relative;
}

/* checkboxes that have the attribute "onclick" with the value that ENDS on "return false" need to be shown as disabled */
input[type="checkbox"][onclick$="return false"] {
  cursor: not-allowed;
}

.no-shadow {
  box-shadow: none !important;
}

/* Make perfect scrollbar always visible */
.ps__rail-x,
.ps__rail-y {
  opacity: 0.6 !important;
}

.ps > .ps__rail-y > .ps__thumb-y,
.ps > .ps__rail-x > .ps__thumb-x {
  background-color: black !important;
}

.kt-sc {
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15) !important;
}

.kt-sc__heading {
  font-size: 1.5rem;
  font-weight: 500;
  color: white !important;
  text-shadow: 0 0 0.5rem #000;
  margin-bottom: 10px !important;
}

.kt-sc .kt-sc__bottom {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.kt-sc__bottom p {
  color: white !important;
  font-size: 1.25rem;
}

.quickstart.progress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #f0f0fc;
  border-radius: 8px;
  margin: 1rem 0;
}

.quickstart.progress span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  left: 0;
  text-shadow: 0 0 1rem #000;
}

.flow-container {
  position: relative;
}

.flow-complete-checkbox {
  position: absolute;
  top: 10px; /* Adjust positioning as needed */
  right: 10px; /* Adjust positioning as needed */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #ddd;
  display: none;
  cursor: pointer;
  z-index: 10;
}

.flow-container:hover .flow-complete-checkbox {
  display: block;
}

.flow-complete-checkbox:checked {
  background-color: green; /* Optional: Change color when checked */
  border-color: green;
}

.kt-portlet.flow {
  position: relative;
  width: 33%;
}

@media (max-width: 1920px) {
  .kt-portlet.flow {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .kt-portlet.flow {
    width: 100%;
  }
}

.kt-portlet.flow.next-flow {
  transform: scale(1.01);
}

.kt-portlet.flow .append-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 2em;
  padding: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.kt-portlet.flow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: end;
  align-items: center;
}

.kt-portlet.flow .overlay-icon {
  font-size: 2em;
  color: white;
  padding-right: 10px;
}

.kt-portlet.flow .kt-portlet__body {
  padding: 0 !important;
}

.subnavbar {
  height: 100%;
  position: sticky;
  top: 13vh;
  z-index: 1000;
  background-color: white;
  border-bottom: 1px solid #ebedf2;
  overflow-y: auto; /* Enable vertical scrolling */
  max-height: calc(90vh - 10vh); /* Adjust height to fit within viewport */
  padding-right: 5px; /* Add space for scrollbar if needed */
}

.subnavbar::-webkit-scrollbar {
  width: 5px;
}

.subnavbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.subnavbar::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

button#gpt-trainer-window-button {
  width: 75px !important;
  height: 75px !important;
  background: linear-gradient(
    280.75deg,
    var(--ordolio-gradient-button--end) 0%,
    var(--ordolio-gradient-button--start) 94.81%
  ) !important;
}
img#gpt-trainer-open-chat-icon {
  width: 40px !important;
  height: 40px !important;
}

.kt-iconbox.social:hover {
  box-shadow: 0px 10px 13px 0px rgba(82, 63, 105, 0.15) !important;
}

.kt-iconbox.social .kt-link,
.kt-iconbox.social .kt-iconbox__content,
.kt-iconbox.social .kt-iconbox__body {
  color: white !important;
}

.kt-iconbox.facebook {
  background-color: #3b5998;
}

.kt-iconbox.linkedin {
  background-color: #0077b5;
}

.kt-iconbox.x {
  background-color: #0f1419;
}

.kt-iconbox.whatsapp {
  background-color: #25d366;
}

.btn-inactive {
  background-color: var(--ordolio-default-light-no-transparency) !important;
}

.btn-active {
  background-color: var(--ordolio-default-primary) !important;
  color: white !important;
}

.field-card {
  border-bottom: 1px solid #ebedf2 !important;
}

.options-container {
  /* padding: 1rem;
  background-color: #eafdeb;
  border-radius: 0.5rem; */
  display: flex;
  flex-direction: column;
}

.form-group.has-error {
  background-color: #ff00001f;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.share-icon {
  padding: 0.3rem;
  cursor: pointer;
}

.share-icon:hover {
  background-color: #cbd6f1;
  border-radius: 0.5rem;
}

.ordolio-tooltip {
  opacity: 1 !important;
  margin: 0.5rem;
  background: #eee;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #333;
}

[x-cloak] {
  display: none !important;
}

.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username:hover {
  color: #74788d !important;
}

.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title > a {
  color: inherit !important;
}

.brand-red {
  color: #ff4669;
}

.brand-green {
  color: #00ccac;
}

.brand-yellow {
  color: #f3d012;
}

.brand-light-blue {
  color: #ccd3fa;
}

.brand-blue {
  color: #5c88f5;
}

.answer-hover {
  transition: all 0.3s ease;
}

.answer-hover:hover {
  background-color: #1073d921;
}

.bg-hover {
  background-color: #fafbfc !important;
}

.bg-hover:hover {
  background-color: #f6f6f6 !important;
}

.fc-event-mirror {
  background: linear-gradient(
    280.75deg,
    var(--ordolio-gradient-button--end) 0%,
    var(--ordolio-gradient-button--start) 94.81%
  ) !important;
}

.kt-header--fixed.kt-header--minimize .kt-header {
  z-index: 2000 !important;
}

.modal-open .modal {
  z-index: 2001 !important;
}

.datetimepicker {
  z-index: 2010 !important;
}

.event-admin-card {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 0;
  display: flex;
  width: 100%;
}

.event-admin-card .banner,
.event-admin-banner {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.event-admin-card:not(.event-admin-card--nohover):hover {
  transform: scale(1.05);
}

.event-admin-card .banner .banner-overlay,
.event-admin-banner .banner-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  border-radius: 8px;
  padding: 0 10px; /* Add some padding for text */
  box-sizing: border-box; /* Include padding in width calculation */
  text-align: center;
  flex-direction: column;
}

.event-admin-card .banner .banner-overlay .title,
.event-admin-banner .banner-overlay .title,
.event-admin-banner .banner-overlay .subtitle {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 2.5rem; /* Adjust base font size */
  line-height: 1.2; /* Control line height for multiple lines */
  margin: 0;
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Add ellipsis for overflowed text */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
}

.event-admin-banner .banner-overlay .subtitle {
  margin-top: 0.5rem; /* Add space between title and subtitle */
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .event-admin-card .banner .banner-overlay .title {
    font-size: 1.2rem; /* Smaller font size on small screens */
    -webkit-line-clamp: 3; /* Allow up to 3 lines on small screens */
  }

  .event-admin-card .banner .banner-overlay .subtitle {
    font-size: 1rem; /* Smaller font size on small screens */
    -webkit-line-clamp: 2; /* Allow up to 2 lines on small screens */
  }
}

.event-admin-tiles div[class^="col-"] {
  display: flex;
}

/* Parent container */
.event-tiles {
  display: flex;
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Prevent vertical scrolling */
  gap: 10px; /* Add space between tiles */
  padding: 10px; /* Optional: add some padding around the tiles */
  scroll-behavior: smooth; /* Smooth scrolling */
  width: 100%; /* Full width */
}

/* Child tiles */
.event-card {
  flex: 0 0 calc(25% - 10px); /* 4 tiles per row on large screens */
  max-width: calc(25% - 10px); /* Prevent growing beyond 4 tiles */
  box-sizing: border-box; /* Include padding and border in width */
}

@media (max-width: 1500px) {
  .event-card {
    flex: 0 0 calc(50% - 10px); /* 2 tiles per row on medium screens */
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .event-card {
    flex: 0 0 calc(100% - 10px); /* 1 tile per row on small screens */
    max-width: calc(100% - 10px);
  }
}

.event-header-container {
  max-width: 70vw;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 800px) {
  .event-header-container {
    max-width: 100vw !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Optional: Style the scrollbar for a better look */
.event-tiles::-webkit-scrollbar {
  height: 0px; /* Height of horizontal scrollbar */
}

.event-tiles::-webkit-scrollbar-thumb {
  background-color: #ccc; /* Scrollbar color */
  border-radius: 4px; /* Rounded scrollbar */
}

.event-tiles::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; /* Scrollbar color on hover */
}

.event-scroller {
  position: relative;
  display: flex;
  align-items: center;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.scroll-btn-left {
  left: -10px;
}

.scroll-btn-right {
  right: -10px;
}

.event-card {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 0;
  display: flex;
  width: 100%;
  height: 350px;
}

.event-card .banner,
.event-banner {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.event-card:not(.event-card--nohover):hover {
  transform: scale(1.05);
}

.event-card .banner .banner-overlay,
.event-banner .banner-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  border-radius: 8px;
  padding: 0 10px; /* Add some padding for text */
  box-sizing: border-box; /* Include padding in width calculation */
  text-align: center;
  flex-direction: column;
}

.event-card .banner .banner-overlay .title,
.event-banner .banner-overlay .title,
.event-banner .banner-overlay .subtitle {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 2.5rem; /* Adjust base font size */
  line-height: 1.2; /* Control line height for multiple lines */
  margin: 0;
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Add ellipsis for overflowed text */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
}

.event-banner .banner-overlay .subtitle {
  margin-top: 0.5rem; /* Add space between title and subtitle */
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .event-card .banner .banner-overlay .title {
    font-size: 1.2rem; /* Smaller font size on small screens */
    -webkit-line-clamp: 3; /* Allow up to 3 lines on small screens */
  }

  .event-card .banner .banner-overlay .subtitle {
    font-size: 1rem; /* Smaller font size on small screens */
    -webkit-line-clamp: 2; /* Allow up to 2 lines on small screens */
  }
}

@media (max-width: 768px) {
  .event-banner .banner-overlay .subtitle {
    display: none;
  }
}

.event-types .item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 280px;
  padding-bottom: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-types .item > div {
  height: 150px;
}

@media (max-width: 1399px) {
  .event-types .item {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .event-types .item > div {
    height: 100%;
  }
}

.event-types .item:hover {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.25);
  transform: scale(1.05);
}

.event-types .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the color and transparency as needed */
  border-radius: 8px; /* Match the border radius of the item */
  z-index: 1; /* Ensure the overlay is above the background but below the text */
}

.event-types .item h4,
.event-types .item h2,
.event-types .item p {
  position: relative;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

#kt_ticket_panel,
#dynamic-panel {
  width: 700px !important;
  right: -720px;
  background-color: #f9f9fc;
}

#kt_ticket_panel.kt-offcanvas-panel--on,
#dynamic-panel.kt-offcanvas-panel--on {
  right: 0;
  z-index: 2002 !important;
}

.field-card .options > .option,
.menu-card .options > .option {
  padding: 20px;
  background-color: #f9f9fc;
  border-radius: 8px;
}

.select2-container--open {
  z-index: 2002 !important;
}

.pulsate-button {
  animation: pulsate 1.5s infinite;
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 136, 245, 1);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(92, 136, 245, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(92, 136, 245, 0);
  }
}

.border-primary {
  border: 1px solid var(--ordolio-default-primary);
}

.badge-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.5rem !important;
}

input[readonly] {
  background-color: #f7f8fa !important;
}

.kt-widget__stats.calendar-item {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

@media (max-width: 2100px) {
  .kt-widget__stats.calendar-item {
    flex-direction: column;
  }
}

.blur-text {
  filter: blur(5px);
}

.switch-blur {
  cursor: pointer;
}

.table-sticky th,
.table-sticky td:first-child {
  position: sticky;
  background: white; /* Ensure background is set to avoid overlap issues */
  z-index: 1; /* Ensure the sticky elements are above other content */
}

.table-sticky th {
  top: 0; /* Stick the header row to the top */
  z-index: 2; /* Ensure the header row is above the first column */
}

.table-sticky td:first-child {
  left: 0; /* Stick the first cell of each row to the left */
}

.table-sticky.table-striped tbody tr:nth-of-type(odd) > td {
  background-color: #f7f8fa;
}

.table-sticky.table-striped tbody tr:nth-of-type(even) > td {
  background-color: #fff;
}

#attendance-table {
  border-collapse: separate;
}

#attendance-table td,
#attendance-table th {
  min-width: 100px;
}

#attendance-table td:first-child,
#attendance-table th:first-child {
  min-width: 250px;
  border-right: 1px solid #ebedf2;
}

@media (max-width: 768px) {
  #attendance-table td:first-child,
  #attendance-table th:first-child {
    min-width: 100px;
  }
}

@media (max-width: 576px) {
  #attendance-table td:first-child,
  #attendance-table th:first-child {
    min-width: 50px;
  }
}

#kt_header_menu_wrapper a.kt-menu__link {
  background-color: rgba(255, 255, 255, 0.1);
}

.kt-todo .kt-todo__header .kt-todo__nav {
  display: flex;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.kt-todo .kt-todo__header .kt-todo__nav a.kt-todo__link {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

span.toggle-fees {
  cursor: pointer;
  color: var(--ordolio-default-primary);
}

.span.toggle-fees:hover {
  color: var(--ordolio-default-primary-darker);
}

.alert.alert-warning {
  background: #fff3cd !important;
  border: 1px solid #fff3cd !important;
  color: #856404 !important;
}

.alert.alert-warning > .alert-icon,
.alert.alert-warning > .alert-icon i,
.alert.alert-warning > .alert-text {
  color: #856404 !important;
}

.alert.alert-success {
  background: #eafdeb !important;
  border: 1px solid #eafdeb !important;
  color: #0f9d58 !important;
}

.alert.alert-success > .alert-icon,
.alert.alert-success > .alert-icon i,
.alert.alert-success > .alert-text {
  color: #0f9d58 !important;
}

.alert.alert-danger {
  background: #f8d7da !important;
  border: 1px solid #f8d7da !important;
  color: #d60000 !important;
}

.alert.alert-danger > .alert-icon,
.alert.alert-danger > .alert-icon i,
.alert.alert-danger > .alert-text {
  color: #d60000 !important;
}

.alert.alert-primary-light {
  background-color: var(--ordolio-default-light-no-transparency) !important;
  border: 1px solid var(--ordolio-default-light-no-transparency) !important;
  color: var(--ordolio-default-primary) !important;
}

.kt-header--minimize
  #kt_header_menu_wrapper
  a.kt-menu__link.admin
  .kt-menu__link-text {
  color: white;
}

#kt_header_menu_wrapper a.kt-menu__link.admin {
  background-color: rgba(54, 108, 243, 0.6);
}

#kt_header_menu_wrapper a.kt-menu__link.federation {
  background-color: rgba(255, 99, 132, 0.6);
}

#kt_header_menu_wrapper a.kt-menu__link:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Styles for the eye icon */
.toggle-password-icon {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--ordolio-default-primary);
}

/* Container for input and icon to maintain alignment */
.password-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Make sure the input field takes the full width of the container */
.password-container input {
  width: 100%;
  padding-right: 30px; /* Space for the icon */
}

.mail-preview {
  display: block;
  padding: 1rem;
  border-radius: 8px;
  background-color: #f9f9fc;
}

.form-datetimepicker[readonly] {
  background-color: #ffffff !important;
}

.kt-widget2 .kt-widget2__item .kt-widget2__info,
.kt-widget2 .kt-widget2__item .kt-widget2__actions {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}

.plain-portlet {
  position: relative;
}

.plain-portlet .save {
  position: absolute;
  top: 15px;
  right: 25px;
}

@media (max-width: 768px) {
  .plain-portlet .save {
    position: relative;
    top: auto;
    right: auto;
  }

  .plain-portlet .save button {
    float: right;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #e2e5ec !important;
  border-radius: 8px !important;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 1.3rem + 2px) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: calc(1.5em + 1.3rem + 2px) !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #495057 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  font-weight: bold !important;
  color: black !important;
  right: 0px !important;
}

.btn-primary-light {
  background-color: var(--ordolio-default-light-no-transparency) !important;
  color: var(--ordolio-default-primary) !important;
}

.btn-primary-light:hover {
  background-color: var(--ordolio-default-light-no-transparency) !important;
  color: var(--ordolio-default-primary) !important;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-40 .symbol-label {
  width: 40px;
  height: 40px;
}

.symbol.symbol-30 .symbol-label {
  width: 30px;
  height: 30px;
}

.symbol.symbol-light-success .symbol-label {
  background-color: #ebf0fe;
  color: #1bc5bd;
}

.symbol.symbol-transparent .symbol-label {
  background-color: transparent;
  color: #3f4254;
}

@media (min-width: 1400px) {
  .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 576px) {
  .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
}
.symbol .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol .symbol-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #3f4254;
  background-color: #f3f6f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.42rem;
}

.kt-badge--light-primary {
  background-color: var(--ordolio-default-light-no-transparency) !important;
  color: var(--ordolio-default-primary) !important;
}

.divider:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 1rem;
}

.nav-tabs .nav-item .nav-link {
  background-color: var(--ordolio-default-light-no-transparency);
}

.nav-pills .nav-item .nav-link:not(.active) {
  background-color: var(--ordolio-default-light-no-transparency) !important;
  color: var(--ordolio-default-primary) !important;
}

.btn .kt-badge.top {
  position: absolute;
  top: -5px;
  right: -5px;
}

.btn:has(.kt-badge.top) {
  position: relative;
}

pre.code-snippet {
  position: relative;
  background: #f9f9fc;
  padding: 10px;
  font-size: 15px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border: 1px solid #e6e7e9;
  max-width: 100%;
}

pre.code-snippet .copy-button {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
  color: white;
  background: var(--ordolio-default-primary);
  border-radius: 0.5em;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.15);
}

pre.code-snippet .copy-button:hover {
  box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.25);
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
  font-weight: 300 !important;
}

.modal-xxl {
  max-width: 90% !important;
}

.custom-fields .card .card-header .card-title {
  color: var(--ordolio-default-primary);
  position: relative;
}

.custom-fields .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0;
  color: var(--ordolio-default-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-fields .actions {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bg-ordolio {
  background-color: var(--ordolio-default-background);
}

.bg-ordolio-gray {
  background-color: #f9f9fc;
}

.img-cover {
  object-fit: cover;
}

.dtfilter.dropdown-menu {
  z-index: 10000;
}

.dtfilter .kt-nav {
  padding: 10px;
}

.table-filters {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .table-filters {
    flex-direction: column;
  }
}

.kt-submenu__parent {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kt-submenu__items {
  list-style: none;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px); /* Starts slightly higher */
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.kt-submenu__parent.active .kt-submenu__items {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  padding: 5px 0;
}

.kt-submenu__parent .arrow {
  transition: transform 0.3s ease-in-out;
  font-size: 14px;
}

.kt-submenu__parent.active .arrow {
  transform: rotate(90deg);
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.font-weight-semi-bold {
  font-weight: 500 !important;
}

.partner-deals {
  position: relative;
}

.partner-deal,
.partner-deal-more {
  position: relative;
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-deal-more {
  background-color: white;
}

.partner-deal .title {
  text-align: center;
  color: white !important;
  text-shadow: none !important;
  font-size: 2rem !important;
}

.partner-deal-more .title {
  text-align: center;
  color: black !important;
  text-shadow: none !important;
  font-size: 2rem !important;
}

.partner-deal .subtitle {
  color: white !important;
  text-shadow: none !important;
  font-size: 1rem !important;
  text-align: center;
}

.partner-deal-more .subtitle {
  color: black !important;
  text-shadow: none !important;
  font-size: 1rem !important;
  text-align: center;
}

.partner-deal-more h3,
.partner-deal-more p {
  color: black !important;
  text-shadow: none !important;
}

.partner-deal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 8px;
}

.partner-deal .kt-container,
.partner-deal-more .kt-container {
  position: relative;
  z-index: 2;
}

.kt-sc.partner-deal .kt-sc__bottom,
.kt-sc.partner-deal-more .kt-sc__bottom {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.partner-deal:hover,
.partner-deal-more:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.border-radius-8 {
  border-radius: 8px !important;
}

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

.kt-sc.quickstart {
  box-shadow: 0px 0px 20px 0px #222 !important;
  background-color: #f9f9fc !important;
  border-radius: 8px !important;
}

.kt-sc.quickstart:hover {
  box-shadow: 0px 0px 30px 0px white !important;
}

@media (max-width: 960px) {
  .kt-portlet .kt-portlet__head {
    padding: 1.5rem !important;
    flex-direction: column;
    gap: 10px;
  }
}

.timeline {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  height: 2px;
  background: #f7f8fa;
  z-index: 1;
}
.timeline-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px; /* Adjusted for better spacing */
  height: 70px; /* Adjusted for better spacing */
}
.timeline .circle {
  width: 20px; /* Circle size */
  height: 20px; /* Circle size */
  border: 5px solid; /* Border thickness */
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.border-primary-light {
  border-color: var(--ordolio-default-light-no-transparency) !important;
}

.timeline-title {
  text-align: center;
  color: black; /* Title color */
  font-weight: 500;
}

.fee-text {
  font-size: 10px;
  font-style: italic;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-error {
  border: 2px solid #fd1361 !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23fd1361" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.form-success {
  border: 2px solid #00ccac !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2300ccac" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.2 17.2l-4.8-4.8 1.68-1.68L10.8 13.84l6.72-6.72L19.2 8.8l-8.4 8.4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.form-loading {
  border: 2px solid #366cf3 !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23366cf3" height="20" viewBox="0 0 100 100" width="20" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="35" stroke="%23366cf3" stroke-width="10" fill="none" stroke-dasharray="164.93361431346415" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="1s" repeatCount="indefinite"/></circle></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.form-warning {
  border: 2px solid #ffb822 !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffb822" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.kt-wizard-v1__nav-body {
  height: 100%;
  width: 100%;
}

.kt-wizard-v1__nav-label {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  width: 70%;
}

.table-no-padding td,
.table-no-padding th {
  padding: 0 !important;
}

.table-no-padding td:first-child,
.table-no-padding th:first-child {
  padding-left: 0 !important;
}

.table-no-padding td:last-child,
.table-no-padding th:last-child {
  padding-right: 0 !important;
}

.flex-1 {
  flex: 1;
}