/* .light-style .landing-hero {
    background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: start!important;
    padding-top: 80px!important;
} */

/* body::before {

    content: '';
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #425eb5, #fd5634);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
} */


@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');


body {
    background: linear-gradient(135deg,
            rgba(66, 94, 181, 0.1),
            rgba(253, 86, 52, 0.1)) !important;
}

.bg-12 {
    background-color: #000 !important;
}

.t-32 {
    top: -32% !important;
}

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

.w-6 {
    width: 14% !important;
}

.pos-rel {
    position: relative !important;
}

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

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

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

.fs-13 {
    font-size: 13px !important;
}

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

.fs-15 {
    font-size: 15px !important;
}

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

.fs-17 {
    font-size: 17px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.bot-302 {
    bottom: 302px !important;
}

.section-pading {
    padding: 11.25rem 0;
}

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

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

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

.t-132 {
    top: -132px !important;
}

.t-105 {
    top: -105px !important;
}

.section-img {
    background-image: url(../img/pages/profile-banner.png);
    object-fit: contain;
}

@media (min-width: 992px) {
    .landing-hero .hero-text-box {
        max-width: 870px !important;
        margin: 0 auto;
    }
}

.logo-width {
    width: 290px;
}


.logo-widths {
    width: 270px;
}


@media screen and (min-width: 376px) and (max-width: 425px) {
    .logo-width {
        width: 290px !important;
    }

    .ticket-container:before,
    .ticket-container:after {
        top: 49% !important;
    }
}

@media screen and (max-width: 375px) {
    .logo-width {
        width: 240px !important;
    }

    .ticket-container:before,
    .ticket-container:after {
        top: 47% !important;
    }

    .otp-input input {
        width: 35px !important;
        height: 35px !important;
        border-radius: 6px !important;
    }
}

@media screen and (max-width: 425px) {

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

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

    .notice-item {
        flex-wrap: wrap;
        padding: 1rem 0px !important;
        border: none !important;
    }

    .notice-icon {
        width: 46px !important;
        height: 46px !important;
        margin-right: 1rem !important;
        margin-bottom: 10px;
    }

    .hasDatepicker {
        display: flex;
        justify-content: center;
    }

    .first-section-pt {
        padding-top: 11.5rem !important;
    }

    .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 270px !important;
    }

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

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

    .fs-sm-13 {
        font-size: 13px !important;
    }

    .mt-sm-2 {
        margin-top: 10px !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .p-sm-0 {
        padding: 0px !important;
    }

    .fs-sm-40 {
        font-size: 40px !important;
    }

    .px-sm-0 {
        padding: 0 !important;
    }

    .qr-width {
        width: 150px !important;
    }

    .t-12 {
        top: -12% !important;
    }

    .t-75 {
        top: -75px !important;
    }

    /* .flatpickr-calendar.inline {
        left: -19px !important;
    } */

    .d-sm-none {
        display: none !important;
    }

    .border-sm-none {
        border-style: none !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    .wid-100 {
        width: 100% !important;
    }

    .d-md-none {
        display: none !important;
    }


}

@media screen and (max-width: 1024px) {
    .padding-s-0 {
        padding-left: 0px !important;
    }

    .dr-position {
        position: static;
    }

    .br-none {
        border: none !important
    }
}

@media screen and (min-width: 1888px) {

    .ticket-container:before,
    .ticket-container:after {
        top: 53% !important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 320px !important;
    }

    .t-15 {
        top: -15% !important;
    }

    .border-md-none {
        border: none !important;
    }

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

    .w-md-75 {
        width: 75% !important;
    }

    .logo-width {
        width: 340px !important;
    }

    .ticket-container:before,
    .ticket-container:after {
        top: 53% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 320px !important;
    }

    .t-28 {
        top: -28% !important;
    }

    .t-105 {
        top: -105px !important;
    }

    .step-trigger {
        padding-left: 0px !important;
    }

    .bs-stepper .line {
        visibility: hidden;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

    .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 360px !important;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {

    .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 240px !important;
    }

}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {

    .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 240px !important;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1888px) {

    /* .ui-datepicker-inline {
        margin-top: 10px !important;
        width: 360px !important;
    } */

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

    .logo-width {
        width: 350px !important;
    }

    .qr-width {
        width: 170px !important;
    }

    .ticket-container:before,
    .ticket-container:after {
        top: 51% !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1888px) {}

@media only screen and (min-width: 1024px) {

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

    .border-lg-end {
        border-right: 1px solid #dbdade !important;
    }
}

.select-placeholder {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #666;
    font-size: 16px;
    pointer-events: none;
}

.svg-primary {
    filter: invert(54%) sepia(5%) saturate(174%) hue-rotate(215deg) brightness(92%) contrast(85%);
}

.svg-color-filter {
    filter: invert(42%) sepia(67%) saturate(633%) hue-rotate(230deg) brightness(95%) contrast(90%) !important;

}

.text-decoration-color {
    color: #24039c !important;
}

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

.text-gra {
    color: #6a659b !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.max-height-272 {
    max-height: 272px !important;
}

.text-black {
    color: #000 !important;
}

.pop-img {
    height: auto;
    /* width: 230px !important; */
    position: relative;
    top: 40px;

}

/* Style the Image Used to Trigger the Modal */
.ser {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* img:hover {
    opacity: 0.7;
} */

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    /* padding-top: 10px; */
    left: 30px;
    top: 120px;
    width: 90%;
    max-height: 100%;
    height: 66%;
    overflow: auto;
    background-color: transparent;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;

}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#image-viewer .close {
    position: absolute;
    top: 3px;
    right: 40px;
    color: #5c5c5c;
    font-size: 34px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

/* #image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
} */

@media only screen and (max-width: 700px) {
    .modal-content1 {
        width: 100%;
    }
}

.custom-link {
    color: blue;
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

@media (min-width: 1200px) {

    .layout-menu-fixed .layout-navbar-full .layout-navbar,
    .layout-menu-fixed-offcanvas .layout-navbar-full .layout-navbar {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}

.layout-navbar {
    backdrop-filter: none;
    background: #fff !important;
}

.ui-widget-header {
    background: #2E7D32;
}

.ui-widget-header a {
    color: #fff !important;
}

.ui-datepicker-month {
    color: #fff !important;
}

.ui-datepicker-year {
    color: #fff !important;
}

.ui-state-disabled {
    border-radius: 10px !important;
}

.orange-span {
    background: #fef3c7 !important;
    color: #f59e0b !important;
    /* border: 1px solid #967f57 !important; */
}

.red-span {
    background: #fee2e2 !important;
    color: #ef4444 !important
        /* border: 1px solid #c1233e !important; */
}

.sunday-span {
    /* background: #f2f2f3 !important; */
    color: #a8aaae !important;
    /* border: 1px solid #bababa !important; */
}

.green-span {
    background: #dcfce7 !important;
    color: #10b981 !important;
    /* border: 1px solid #467c69 !important; */
}

.past-span {
    /* background: #ebebeb !important; */
    color: #a8aaae !important;
    /* border: 1px solid #bababa !important; */
}

.ui-datepicker-next-hover span {
    background-color: none !important;
    background: none !important;
}

.template-customizer-open-btn {
    display: none !important;
}

/* .btn-primary:hover {
    position: absolute;
    content: '';
    background: #151c2c;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
} */
.btn-primary {
    overflow: hidden !important;
}

.btn-primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #425eb5;
    /* Darker shade for hover effect */
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.btn-primary:hover {
    color: #c8e6c9;
    /* Lighter text color on hover */
}

.btn-primary:hover:before {
    transform: translateX(0);
    /* Slide the effect into view */
}

.z-999 {
    z-index: 999 !important;
}

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

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

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

/* .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
} */

.form-check .form-check-input:checked,
.form-check .form-check-input[type=checkbox]:indeterminate {
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: #7367f0;
    border-color: #7367f0;
}

/* 
.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E)!important;
} */

.form-check-input:checked[type=checkbox] {
    background-image: url('../img/white_tick.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 11px !important;
}


.w-px-40 {
    width: 40px;
}

.fs-19 {
    font-size: 19px !important;
}


.file-wrapper {
    width: 150px;
    height: 140px;
    border: 5px solid gray;
    border-radius: 10px;
    position: relative;
}

.file-wrapper:after {
    content: '+';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 48px;
    right: 0;
    width: max-content;
    height: max-content;
    display: block;
    max-height: 85px;
    font-size: 70px;
    font-weight: bolder;
    color: gray;
}

.file-wrapper:before {
    content: 'Upload Photo';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
    width: max-content;
    height: max-content;
    font-size: 0.75em;
    color: gray;
}

.file-wrapper:hover:after {
    font-size: 73px;
}

.file-wrapper .close-btn {
    display: none;
}

/* input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    cursor: pointer;
} */

.file-set {
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    padding: 10px;
    border-width: 0px;
    border-radius: 10px;
}

.file-set:hover {
    transition: all 0.5s ease-out;
    filter: brightness(110%);
}

.file-set:before {
    color: transparent;
}

.file-set:after {
    color: transparent;
}

.file-set .close-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    background: #000;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 0px 10px 0px 0px;
}

.file-set>input {
    pointer-events: none;
}

.text-danger {
    font-weight: 500 !important;
}


.card-with-bg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* .card-with-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/authentication.png') no-repeat center center;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
} */

.card-with-bg .card-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.fee-table-container {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
}

.fee-table-header th {
    text-align: left;
    /* background-color: #f7f7f7; */
    color: #fff;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 13px;
}

.fee-table-row {
    border-bottom: 1px solid #eee;
}

.fee-table-row:last-child {
    border-bottom: none;
}

.fee-table-cell {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.fee-table-cell img {
    vertical-align: middle;
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.fee-table-count {
    display: inline-block;
    /* background-color: #e8f8e8;
    color: #1faa1f; */
    text-align: center;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 600;
}

.fee-table-price,
.fee-table-total {
    color: #6c6c6c;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fee-table-header {
        display: none;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }



    .fee-table-row {
        display: block;
        margin-bottom: 15px;
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        overflow: hidden;
        /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    }

    .fee-table-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #f1f1f1;
    }

    .fee-table-cell:last-child {
        border-bottom: none;
    }

    .fee-table-cell[data-label]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6c6c6c;
        margin-right: 10px;
    }

    .fee-table-cell img {
        margin-right: 0;
    }

    .fee-table-count {
        font-size: 12px;
    }
}

.pt-15 {
    padding-top: 15px;
}

.bg-label-count {
    /* background-color: #1976D2 !important; */
    color: #fff !important;
}

.fs-50 {
    font-size: 50px;
}

.menu-card {
    min-height: 146px;
}

.cta-button {
    display: inline-flex;
    border-radius: 5px;
    background: linear-gradient(to right, #425eb5, #6699ff);
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.cta-button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cta-button-2 a {
    position: relative;
    transition: all .35s ease-out;
}

.cta-button-2 button {
    position: relative;
    transition: all .35s ease-out;
}

#slide-effect {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #425eb5;
    position: absolute;
    transition: all .35s ease-out;
    bottom: 0;
}

.cta-button-2:hover #slide-effect {
    left: 0;
}

.cta-button:hover a {
    color: #fff;
}

.cta-button:hover button {
    color: #fff;
}

.otp-input input {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.ui-state-hover:hover {
    /* background: transparent !important; */
    /* border: none !important; */
    /* z-index: -1; */
    /* transform: none !important; */
}



thead th:first-child {
    border-radius: 10px 0 0 0;
    /* Round top-left corner */
}

thead th:last-child {
    border-radius: 0 10px 0 0;
    /* Round top-right corner */
}

.dt-buttons {
    gap: 0.5rem !important;
}

#project-list-datatable_next a {
    background-color: #425eb5;
    color: white;
    padding: 11px 22px;
}

#project-list-datatable_next a:hover {
    background-color: #0056b3;
    color: #fff;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    padding: 11px 16px !important;
}

@media screen and (max-width: 767px) {

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: start !important;
    }
}

.dashboard-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(66, 94, 181, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(45deg, #00BCD4 0%, #00E676 100%);
}

.stat-card {
    padding: 1.5rem;
    height: 100%;
}

.stat-icon {
    width: 48px;
    height: 48px;
    background: #5584401f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E7D32;
    margin-bottom: 1rem;
}

.notice-item {
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #eee;
}

.notice-item:hover {
    transform: translateX(5px);
    border-color: #425eb5;
}

.notice-icon {
    width: 36px;
    height: 36px;
    background: #5584401f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E7D32;
    margin-right: 1rem;
}

.highlight {
    color: #1976D2 !important;
    font-weight: 600;
}

.main-title {
    background: linear-gradient(to right, #425eb5, #6699ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.floating-card {
    /* animation: float 6s ease-in-out infinite; */
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.ticket-alert {
    background: white;
    border: 1px dashed #2E7D32;
    border-radius: 12px;
    padding: 12px 1.5rem;
    position: relative;
    margin: 1rem 0;
}

.ticket-alert::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #558440;
    border-radius: 12px;
    opacity: 0.08;
    z-index: 0;
}

.ticket-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.ticket-icon {
    background: #2E7D32;
    color: white;
    width: 37px;
    height: 37px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    animation: borderPulse 2s infinite;
    /* box-shadow: 0 0 15px rgba(253, 86, 52, 0.1); */
}

@keyframes borderPulse {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(253, 86, 52, 0.1);
    }

    50% {
        box-shadow: 0 0 25px rgba(253, 86, 52, 0.3);
    }
}

/* Main icon animation */
.main-icon {
    font-size: 1.4em;
    position: relative;
    z-index: 2;
    color: white;
    animation: iconBeat 1.5s ease-in-out infinite;
}

@keyframes iconBeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Rotating background effect */
.bg-effect {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    /* background: linear-gradient(45deg,
            transparent 45%,
            rgba(253, 86, 52, 0.1) 48%,
            rgba(253, 86, 52, 0.2) 50%,
            rgba(253, 86, 52, 0.1) 52%,
            transparent 55%); */
    animation: rotateEffect 3s linear infinite;
}

@keyframes rotateEffect {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Particle effects */
.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(253, 86, 52, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.particle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation: particle1 2s infinite;
}

.particle:nth-child(2) {
    top: 70%;
    right: 20%;
    animation: particle2 2s infinite 0.5s;
}

.particle:nth-child(3) {
    bottom: 20%;
    left: 50%;
    animation: particle3 2s infinite 1s;
}

@keyframes particle1 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        transform: translate(-10px, -10px);
        opacity: 1;
    }
}

@keyframes particle2 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        transform: translate(10px, -10px);
        opacity: 1;
    }
}

@keyframes particle3 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        transform: translate(0, -15px);
        opacity: 1;
    }
}



.ticket-count {
    display: inline-block;
    font-weight: bold;
    color: #fd5634;
    animation: countPulse 2s infinite;
}

@keyframes countPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Scan line */
.scan-line {
    position: absolute;
    width: 100%;
    height: 2px;
    /* background: rgba(253, 86, 52, 0.2); */
    animation: scan 2s linear infinite;
}

@keyframes scan {
    0% {
        top: -2px;
    }

    100% {
        top: 42px;
    }
}

.ticket-info {
    flex-grow: 1;
    color: #2d3748;
    font-size: 1rem;
}

.highlight {
    color: #425eb5;
    font-weight: 600;
}

.divider {
    margin: 0 0.5rem;
    color: #a0aec0;
}

@media (max-width: 768px) {
    .ticket-info {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .ticket-content {
        flex-direction: column;
        text-align: center;
    }

    .ticket-info {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .ticket-info br {
        display: none;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }
}

@media (max-width: 1024px) {
    .bs-stepper .bs-stepper-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.numeral-mask {
    width: 50% !important;
}

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

.text-orange {
    color: #ff6546 !important;
}

.text-green {
    color: #2E7D32;
}

.text-lgreen {
    color: #B2FFB2;
}

thead {
    background: #1976D2 !important;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.table thead tr td:first-child {
    border-top-left-radius: 10px;
}

.table thead tr td:last-child {
    border-top-right-radius: 10px;
}

thead>tr:first-child {
    border-top-left-radius: 10px;
}

thead>tr:last-child {
    border-top-left-radius: 10px;
}

.illustration {
    position: relative;
    background-color: #EEF2FF;
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
}

.illustration::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: var(--secondary-color);
    border-radius: 50%;
    opacity: 0.1;
    top: -30px;
    right: -30px;
}

.security-image {
    max-width: 100%;
    height: auto;
}

.shield-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.timer-pulse {
    animation: pulse 1s infinite;
}

.security-illustration {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

* {
    scrollbar-width: thin;
    /* Makes the scrollbar thinner */
    scrollbar-color: #888 #f1f1f1;
    /* thumb color | track color */
}

.top-nav {
    background-color: #000;
    padding: 0;
    height: 40px;
}

.top-nav__menu-list .top-nav__link {
    color: #fff !important;
    padding: 0 15px !important;
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 40px;
    display: block;
}

.top-nav__menu-item:not(:last-child)::after {
    content: '|';
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-nav__menu-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
}

.top-nav__text-controls {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.top-nav__text-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0 0.3rem;
    font-size: 0.9rem;
}

.top-nav__screen-reader {
    background: none;
    border: none;
    color: #fff;
    padding: 0.5rem;
    margin-right: 1rem;
}

/* Minimal light scrollbar style */
::-webkit-scrollbar {
    width: 4px;
    /* thin scrollbar width */
}

::-webkit-scrollbar-track {
    background: transparent;
    /* transparent track */
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    /* semi-transparent white */
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
    /* slightly more opaque on hover */
}

/* For Firefox */
* {
    scrollbar-width: thin;
    /* scrollbar-color: rgba(255, 255, 255, 0.4) transparent; */
}

@media (max-width: 425px) {
    .plan_card-container {
        justify-content: center !important;
    }

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

    .br-sm-none {
        border: none !important
    }
}

.ticket-footer {
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    background: white;
    /* border-top: 1px solid #dee2e6; */
    padding: 15px 0;
    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
    /* z-index: 1000; */
}

.ticket-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.ticket-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ticket-label {
    color: #6b75c7;
    margin-right: 5px;
}

.ticket-value {
    color: #666;
}

.separator {
    color: #dee2e6;
}

.total-item {
    font-weight: 500;
}

@media (max-width: 768px) {

    .ticket-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 0 15px;
    }

    .separator {
        display: none;
    }
}


@media (min-width: 426px) and (max-width: 768px) {
    .page-top {
        padding-top: 8rem !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page-top {
        padding-top: 8rem !important;
    }
}

@media (min-width: 1025px) {
    .page-top {
        padding-top: 4rem !important;
    }
}

.jus-gigw {
    justify-content: end;
}


@media only screen and (min-width: 376px) and (max-width: 425px) {
    .crrt-header {
        top: 62px !important;

    }

    .header-style-two .header-lower .logo-box {
        margin-right: 0px!important;
      }

    .page-top {
        padding-top: 10rem !important;
    }

    .px-sm-4 {
        padding: 0px 1.5rem !important
    }
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
    .crrt-header {
        top: 85px !important;
    }

    .page-top {
        padding-top: 8rem !important;
    }

}

@media only screen and (min-width: 350px) and (max-width: 359px) {
    .crrt-header {
        top: 84px !important;
    }

    .page-top {
        padding-top: 6rem !important;
    }

}

.offcanvas-panel.show {
    right: 0;
    width: 550px !important;
}

.text-blue {
    color: #0D47A1 !important
}

.bg-green {
    background: #2E7D32 !important;
}

.bg-gradient {
    background: linear-gradient(45deg, #00BCD4 0%, #00E676 100%);
}

.overflow-x-auto{
    overflow-x: auto!important;
}