.full-screen-bg-img {
    background-image: url('https://cdn.snake-eyes.be/img/theme/hero/mechsvsminions.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

body:not(.bg-body) {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.rounded-content {
    background-color: var(--kt-content-bg) !important;
    border-radius: 0.95rem !important;
}

.role-img {
    width: 2em !important;
    height: 2em !important;
}

.active-member {
    color: green !important;
    font-weight: bold !important;
}

.pending-member {
    color: darkorange !important;
    font-weight: bold !important;
}

.expiring-member {
    color: darkorange !important;
    font-weight: bold !important;
}

.expiring-member-free-month {
    color: green !important;
    font-weight: bold !important;
}

.inactive-member {
    color: crimson !important;
    font-weight: bold !important;
}

.voucher-qr,
.membershipcard-qr {
    width: 90% !important;
}

.sponsor-benefit-logo {
    max-width: 3em !important;
    max-height: 3em !important;
}

.active-card {
    font-weight: bold !important;
    color: green !important;
}

.inactive-card {
    color: var(--bs-gray-500) !important;
    font-style: italic !important;
}

.expired-card {
    font-weight: bold !important;
    color: crimson !important;
}

.active-card-light {
    font-weight: normal !important;
    color: green !important;
}

.inactive-card-light {
    font-weight: normal !important;
    color: var(--bs-gray-500) !important;
    font-style: italic !important;
}

.expired-card-light {
    font-weight: normal !important;
    color: crimson !important;
}

.positive-balance {
    color: darkgreen !important;
    font-weight: bold !important;
}

.negative-balance {
    color: darkred !important;
    font-weight: bold !important;
}

.error {
    font-weight: bold !important;
    color: crimson !important;
}

.voucher-used {
    color: green !important;
    font-weight: bold !important;
}

.no-records {
    color: var(--kt-text-gray-400) !important;
    font-style: italic !important;
    text-align: center !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.text-code-larger {
    font-family: Courier New, Courier, monospace !important;
    font-size: larger !important;
    letter-spacing: 0.3em !important;
}

.text-code {
    font-family: Courier New, Courier, monospace !important;
    letter-spacing: 0.2em !important;
}

.otp-app {
    color: green !important;
    font-weight: bold !important;
}

.otp-pin {
    font-family: Courier New, Courier, monospace !important;
    font-size: larger !important;
}

.loyalty-point-balance {
    color: var(--kt-success) !important;
}

.loyalty-points-awarded {
    color: green !important;
    font-weight: bold !important;
}

/* Fixes */
.header .header-menu .menu > .menu-item > .menu-link .menu-title {
    color: var(--kt-header-link-color) !important;
}
.header-fixed[data-kt-sticky-header="on"] .header {
    background-color: var(--black-color) !important;
}

.table thead th, .table thead td {
  font-weight: 600 !important;
  font-size: 1rem !important;
  border-bottom-width: 1px !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.table tbody td {
    vertical-align: middle !important;
}

a > i {
    padding: 0 0.3rem 0 0;
}

.nav {
  white-space: nowrap;
  display:block!important;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}

.nav li {
  display: inline-block
}

/*input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}*/

.btn-check:active + .btn.btn-active-primary, .btn-check:checked + .btn.btn-active-primary/*, .btn.btn-active-primary.active*/, .btn.btn-active-primary.show, .btn.btn-active-primary:active:not(.btn-active), .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .show > .btn.btn-active-primary {
    background-color: var(--kt-primary-active) !important;
}

.timeline {
    --bs-timeline-icon-size: 38px;
    --bs-timeline-icon-space: 0.35rem;
}

.timeline.timeline-border-dashed .timeline-line {
    border-left-style: dashed !important;
}
.timeline .timeline-line {
    display: block;
    content: " ";
    justify-content: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: var(--bs-timeline-icon-size);
    bottom: 0;
    transform: translate(50%);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--bs-gray-300);
    width: var(--bs-timeline-icon-size);
    margin-top: var(--bs-timeline-icon-space);
    margin-bottom: var(--bs-timeline-icon-space);
}

.timeline.timeline-border-dashed .timeline-icon {
    border-style: dashed !important;
}

.timeline .timeline-icon {
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem;
    width: var(--bs-timeline-icon-size);
    height: var(--bs-timeline-icon-size);
    display: flex
;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: 50%;
}

/*** Password screen ***/
span:has(> i.fa-times) {
    color: darkgrey;
}

span:has(> i.fa-check) {
    color: darkgreen;
    font-weight: 600;
}

/*** Customizations ***/
.halloween {
    color: var(--theme-color4) !important;
    font-family: 'Hollows Free' !important;
    font-size: x-large !important;
}

.halloween:hover {
    color: var(--theme-color5) !important;
}

.summer {
    color: #28D3DD !important;
    font-family: 'Lobster 1.4' !important;
}

.summer:hover {
    color: #7BA2DC !important;
}

.xmas {
    color: #D6001C !important;
    font-family: 'Merry Christmas Flake' !important;
    font-size: x-large !important;
}

.xmas:hover {
    color: var(--theme-color5) !important;
}

.marker-felt {
    font-family: 'Marker-Felt' !important;
}

.chicago-neon {
    font-family: 'Chicago Bright Neon 3D' !important;
}

.card-body > .card {
    margin-bottom: 25px !important;
}

.double-table-row-1 {
    border: none !important;
}

.double-table-row-2 > td {
    padding: 0px 0px 20px 20px !important;
}

#voucher_message {
    height: 120px;
}