/* ========================================= */
/* 🎨 Basic setup */
/* ========================================= */
:root {
  --sidebar-width: 270px;
  --sidebar-mini-width: 70px;
}

/* Sidebar default look */
body.sidebar-mini.layout-fixed .main-sidebar {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1040; /* Below modals */
  transition: all 0.3s ease-in-out;
}

/* Brand link follow sidebar width */
body.sidebar-mini.layout-fixed .main-sidebar .brand-link {
  width: var(--sidebar-width);
  transition: width 0.3s ease-in-out;
  border-bottom: 1px solid lightgrey;
  background-color: white !important;
}

/* Hide for Scrollbar */
.main-sidebar .sidebar::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.main-sidebar .sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.main-sidebar:hover .sidebar::-webkit-scrollbar {
  width: 8px !important;
}

.main-sidebar:hover .sidebar::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.25);
  border-radius: 4px;
}

.main-sidebar:hover .sidebar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.25) transparent;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link{
    width:calc(258px - .5rem * 2)
}

.sidebar-search-results,
.sidebar .form-inline .input-group
{
    width:calc(258px - .5rem * 2)
}

.form-control-sidebar, .btn-sidebar{
    background: white !important
}

.sidebar-search-results .text-light{
    color:black !important
}
/*
.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar
.nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar
.nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs
.main-sidebar .nav-sidebar .nav-link{
    width: 3.3rem;
} */


/* ========================================= */
/* 🖥️ Desktop mode */
/* ========================================= */
@media (min-width: 992px) {

  /* Expanded sidebar */
  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar {
    width: var(--sidebar-width) !important;
  }

  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar .brand-link {
    width: var(--sidebar-width) !important;
  }

  /* Collapsed sidebar (mini mode) */
  /* body.sidebar-mini.sidebar-collapse .main-sidebar {
    width: var(--sidebar-mini-width) !important;
  } */

  body.sidebar-mini.sidebar-collapse .main-sidebar .brand-link {
    width: var(--sidebar-mini-width) !important;
  }

  body.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link {
    width: var(--sidebar-width) !important;
 }

  /* Shift content accordingly */
  body.sidebar-mini:not(.sidebar-collapse) .content-wrapper,
  body.sidebar-mini:not(.sidebar-collapse) .main-footer,
  body.sidebar-mini:not(.sidebar-collapse) .main-header {
    margin-left: var(--sidebar-width) !important;
    transition: margin-left 0.3s ease-in-out;
  }

  body.sidebar-mini.sidebar-collapse .content-wrapper,
  body.sidebar-mini.sidebar-collapse .main-footer,
  body.sidebar-mini.sidebar-collapse .main-header {
    margin-left: var(--sidebar-mini-width) !important;
    transition: margin-left 0.3s ease-in-out;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before{
    width: 4.4rem;
  }
}

.navbar .dropdown-toggle::after{
    margin-left: 0px;
}

.nav-link {
    color:white !important;
    padding-left:20px
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #00ADEE !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 2px 6px rgba(0, 0, 0, 0.35) !important

}

.nav-icon{
    width:20px !important;
    height:20px !important;
    color:#6c757d;
}

#hamburger-menu{
    color:black !important;
}

/* ========================================= */
/* 📱 Mobile mode */
/* ========================================= */
@media (max-width: 991.98px) {
  /* Sidebar hidden by default */
  body.sidebar-mini .main-sidebar {
    transform: translateX(-100%);
    width: var(--sidebar-width) !important;
  }

  /* When opened */
  body.sidebar-open .main-sidebar {
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }

  /* Prevent scroll when open */
  body.sidebar-open {
    overflow: hidden;
  }

  /* Content always full width */
  .content-wrapper,
  .main-footer,
  .main-header {
    margin-left: 0 !important;
  }
}

/* Sidebar end  */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading .spinner {
    font-size: 2.5rem;
    color: #fff;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #00ADEE;
}

.card-primary.card-outline {
    border-top: 3px solid #00ADEE;
}

.login-page {
    background-image: url(https://system.mxm.com.my/assets/admin/pages/media/bg/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary {
    background-color: #00ADEE !important;
    border-color: #00ADEE !important;
}

.bg-success-dark {
    background-color: #2c753d !important;
    border-color: #2c753d !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #00aeeeec !important;
    color: #fff !important;
}

.btn.bg-primary:hover {
    background-color: #00aeeeec !important;
    opacity: 0.8;
}

.page-item.active .page-link {
    background-color: #EBF0F5 !important;
    border-color: lightgrey !important;
    color:black;
}

.level2.menu-open {
    background-color: rgba(255, 255, 255, 0.1);
}

.card-primary.card-outline-tabs > .card-header a.active {
    border-top: none;
}

select[readonly].select2 + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2 + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
    display: none;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    line-height: 12px;
}

.dataTables_filter{
    text-align: right !important;
}

.spinner-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: 99999;
}

.spinner {
    position: absolute;
    /* left: 50%;
    top: 50%; */
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid rgba(0, 174, 239, 0.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.table-label {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.select2.is-invalid ~ .select2-container .select2-selection,
.select2-multiple.is-invalid ~ .select2-container .select2-selection {
    border-color: #dc3545;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="%23dc3545" viewBox="0 0 12 12"%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);
}

.select2-search__field {
    outline: 0 !important;
    border: 0 !important;
}

.select2-selection__choice__display {
    padding-left: 24px !important;
}

.info-wrapper {
    max-width: 220px;
    min-width: 180px;
    width: 20%;
}

[class*="bg-"].disabled,
.info-box:not(.disabled):hover,
.info-box.active {
    opacity: 0.65;
}

.info-box.disabled:hover {
    opacity: 0.8 !important;
}

.nav-item.menu-is-opening.menu-open > a.nav-link {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Font Weight */
.font-weight-semibold {
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500;
}

/* Custom Table Theme Color */
.table-info-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #17a2b8;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #17a2b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #17a2b8;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.btn-outline-purple {
    color: #4b0983;
    border-color: #4b0983;
    --bs-btn-color: #4b0983;
    --bs-btn-border-color: #4b0983;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4b0983;
    --bs-btn-hover-border-color: #4b0983;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4b0983;
    --bs-btn-active-border-color: #4b0983;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4b0983;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4b0983;
    --bs-gradient: none;
}

.btn.btn-light {
    border: 1px solid #d4d4d4 !important;
}


.btn.btn-primary {
    color: #fff !important;
    background-color: #00ADEE !important;
    border-color: #00ADEE !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.show > .btn.btn-primary.dropdown-toggle {
    background-color: #0096d1 !important;
    border-color: #0096d1 !important;
    color: #fff !important;
}

.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
    background-color: #00ADEE !important;
    border-color: #00ADEE !important;
    color: #fff !important;
    opacity: 0.65;
}



.btn.btn-secondary {
    color: black !important;
    background-color: #F0F4F8 !important;
    border-color: #F0F4F8 !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.show > .btn.btn-secondary.dropdown-toggle {
    background-color: #e5ebef !important;
    border-color: #e5ebef !important;
    color: black !important;
}

.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled {
    background-color: #e5ebef !important;
    border-color: #e5ebef !important;
    color: white !important;
    opacity: 0.65;
}



.btn-outline-primary {
    border-color: #00ADEE;
    color: #00ADEE;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00ADEE;
    border-color: #00ADEE;
}

.btn-outline-primary {
    --bs-btn-color: #00ADEE;
    --bs-btn-border-color: #00ADEE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00ADEE;
    --bs-btn-hover-border-color: #00ADEE;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00ADEE;
    --bs-btn-active-border-color: #00ADEE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00ADEE;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00ADEE;
    --bs-gradient: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-primary.btn.active,
.bg-primary.btn:active,
.bg-primary.btn:not(:disabled):not(.disabled).active,
.bg-primary.btn:not(:disabled):not(.disabled):active {
    background-color: #00ADEE !important;
    border-color: #00ADEE;
    color: #fff;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #00ADEE !important;
}


/* Log Body */
.log-body {
    background: #ffffff;
    height: auto;
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-height: 800px;
    gap: 10px;
}
/* Chat UI */
/* Chat Container */
.chat-container {
    background: #f5f5f5;
    border-radius: 0.25rem;
    width: 100%;
}

/* Chat Header */
.chat-header {
    background: #4b0983;
    color: #ffffff;
    padding: 0.75rem 1.25rem;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 0.25rem 0.25rem 0 0 !important;
    position: relative;
}

/* Chat Body */
.chat-body {
    position: relative;
    background: #ffffff;
    height: 72vh;
    overflow-y: auto;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    max-height: 800px;
    gap: 10px;
}

/* User Messages */
.message {
    margin-bottom: 15px;
    display: flex;
}

.message .bubble {
    max-width: 70%;
    padding: 20px 25px;
    border-radius: 20px;
    background-color: #dbc9eb;
}

.message.sent .bubble {
    background: #4b0983;
    color: #ffffff;
    border-radius: 10px;
    align-self: flex-end;
}

/* Agent/Company Messages */
.message.received .bubble {
    background: #d9c2f0;
    color: #222222;
    border-radius: 10px;
    align-self: flex-start;
}

.message.sent {
    justify-content: flex-end;
}
.message.received {
    justify-content: flex-start;
}

.message-time {
    text-align: right;
    margin-top: 0.5rem;
}

/* Input Field */
.input-container {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-top: 2px solid #4b0983;
    padding: 0.75rem 1.25rem;
    border-radius: 0 0 0.25rem 0.25rem;
}

.input-container input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #222222;
}

.input-container input:focus {
    outline: none;
}

/* Send Button */
.input-container button {
    background: #4b0983;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.date-separator {
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    padding: 5px 20px;
    background: #e0e0e0;
    border-radius: 0.75rem;
    display: inline-block;
    width: auto;
}

.date-seperator-wrapper {
    display: none; /* Hide if no next element */
    justify-content: center;
}

.date-seperator-wrapper:has(+ *) {
    display: flex; /* Show if next element exists */
}

.floating-date-header {
    position: sticky;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    padding: 5px 20px;
    background: #e0e0e0;
    color: #000;
    border-radius: 0.75rem;
    font-size: 1rem;
    width: fit-content;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; /* Start hidden */
    will-change: opacity;
}

.messageing-format {
    white-space: pre-line;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-family: inherit;
}

.main-sidebar{
    /* background: linear-gradient(180deg, #d5e4f5 0%, #ffffff 100%) !important; */
    background: linear-gradient(173deg, #0250C7 44.12%, #81D4F3 91.49%);
}

.main-header, .main-footer{
    /* background: #ebf4ff; */
    background: white;
}

.content-wrapper{
    height: auto !important;
    background: linear-gradient(77deg, #e7f2ff 0%, #ffffff 100%) !important;
}

.stepper-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: 20px 0;
}

.step-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}

.step {
  width: 2em;
  height: 2em;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
transform: translate(0, 50%);
}

.line {
  flex-grow: 1;
  height: 4px;
  background-color: #ccc;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 1;
}

.step.completed .bs-stepper-circle {
  background-color: #007bff;
  color: #fff;
}

.line.completed {
  background-color: #3b9aff !important;
}

.bs-stepper-header{
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 3rem;
  padding-bottom: 5rem;

}
/* .step-wrapper:first-child {
}
 */
.step-wrapper:last-child {
  flex: 0;
}

/* .btn.step-trigger{
    text-wrap: wrap;
} */

.nationality-wrapper,
.gender-wrapper,
.pregnancy-wrapper,
.msi-wrapper,
.ewill-package-wrapper,
.ewill-payment-wrapper,
.welcome-pack-wrapper{
    /* display: flex;
    gap: 10px; */
    text-align: center;

}

.radio-option{
    /* flex: 1 1 auto; */
    width: 100%;
}

.radio-option input[type="radio"] {
  display: none;
}

.radio-option span {
  width:100%;
}

.btn-radio {
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
    border: 2px solid lightgrey;
    color: grey;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.radio-option input[type="radio"]:checked + .btn-radio {
    /* background-color: #007bff; */
    border: 2px solid #007bff;
    color: #007bff;
}

.radio-option input[type="radio"]:disabled + .btn-radio {
    opacity: 0.6;
}

.radio-option input[type="radio"]:disabled:checked + .btn-radio {
    border: 2px solid #88c0fc;
    color: #88c0fc;
    opacity: 0.8;
}

.card-header-bg{
    background:#F0F4F8;
    border:none;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.ewill-summary-installment-section{
    font-size:80%;
}


.nav-tab-blue{
    border:none !important;
    color:black !important;
    background: transparent !important;
    border-radius: 0;
}
.nav-tab-blue.active{
    border-bottom:2px solid #00ADEE !important;
    color:#00ADEE !important;
}

.bg-success-soft{
    background-color: #E3FBE3 !important;
    color:#0A470A !important;
}

.bg-danger-soft{
    background-color: #FBCFCC !important;
    color:#9F1612 !important;
}

.bg-warning-soft{
    background-color: #FFFCBD !important;
    color:#C2A016 !important;
}

.bg-light-soft{
    background-color: #F0F4F8 !important;
    color:black !important;
}

.text-success-dark{
    color:#0A470A !important;
}

.text-danger-dark{
    color:#9F1612 !important;
}

.text-warning-dark{
    color:#C2A016 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    padding-top:1px;
    margin-top:-3px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    content: "\f068";
    background-color: #dc3545;
}

.blink-bg {
    animation: blinkBg 1.5s infinite;
    transition: background-color 0.5s ease;
}

.rounded-modal .modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

/* Skeleton Load */
.skeleton-load {
    position: relative;
    overflow: hidden;
    background-color: #e5e7eb;
    border-radius: 6px;
    height:15px;
}

.skeleton-load::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    animation: skeleton-load-shimmer 1.2s infinite;
}

@keyframes skeleton-load-shimmer {
    100% {
        transform: translateX(300%);
    }
}

/* Shepherd */
.shepherd-element {
    border-radius: 20px !important;
    box-shadow: 0 25px 50px rgba(0,0,0,.35) !important;
}

.shepherd-button {
    background-color: #00ADEE !important;
    border-radius: 10px !important;
    color:white !important;
}

.shepherd-button:hover,
.shepherd-button:focus,
.shepherd-button:active,
.shepherd-button.active,
.show > .shepherd-button.dropdown-toggle {
    background-color: #0096d1 !important;
}

.shepherd-active {
    pointer-events: none;
}

.shepherd-active .shepherd-element,
.shepherd-active .shepherd-modal-overlay-container {
    pointer-events: auto;
}

/* tippy-box */
@keyframes rubberBand {
    0%   { transform: scale3d(1,1,1); }
    30%  { transform: scale3d(1.25,0.75,1); }
    40%  { transform: scale3d(0.75,1.25,1); }
    50%  { transform: scale3d(1.15,0.85,1); }
    65%  { transform: scale3d(0.95,1.05,1); }
    75%  { transform: scale3d(1.05,0.95,1); }
    100% { transform: scale3d(1,1,1); }
}

.tippy-box[data-animation='rubber'][data-state='visible'] {
    animation: rubberBand 0.6s both;
}

.tippy-box[data-theme~='custom-blue'] {
    background: #00ADEE !important;
    color: #fff !important;
    border-radius: 8px;
    font-size: 13px;
    padding: 6px 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.tippy-box[data-theme~='custom-blue'] > .tippy-arrow::before {
    color: #575ad6 !important;
}

.benefit-cell {
    position: relative;
    display: block;        /* important */
    width: 100%;
}

.benefit-cell .tippy-icon {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 10;           /* prevent overlap issues */
    cursor: pointer;
    font-size: 12px;
}

.benefit-cell .benefit-text {
    display: inline-block;
    padding-right: 16px;   /* avoid text overlapping icon */
}


/* Animate only the background color */
@keyframes blinkBg {
    0%, 100% {
        background-color: #ffc107; /* Bootstrap bg-warning */
    }
    50% {
        background-color: #ffee8f; /* lighter yellow for blinking effect */
    }
}

@media only screen and (max-width: 768px) {
    .bs-stepper-header {
        padding-left: 2em;
        padding-right: 2em;
    }


}

@media only screen and (max-width: 576px) {
    .bs-stepper-header {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .bs-stepper-label {
        white-space: normal !important;
        display: block;
        text-align: center;
        width: 80px;
        font-size: 13px
    }

    .bs-stepper .line, .bs-stepper-line{
        margin-top:7px !important
    }

    .dataTables_wrapper .pagination .page-item .page-link {
        padding: 0.25rem 0.5rem; /* smaller padding */
        font-size: 0.9rem;       /* smaller font */
    }
}
