:root {
    --main-color: #e73a34 !important;
}


.thm-btn {
    background: var(--main-color) !important;
    border: var(--main-color);
}

.thm-check:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.thm-color {
    color: var(--main-color) !important;
}

.thm-bg {
    background: var(--main-color) !important;
}

.color-white {
    color: #fff;
}

.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1500000;
}

.selectr-options-container {
    padding: 0;
}

.selectr-input-clear::before {
    display: none;
}

.selectr-input-clear::after {
    display: none;
}

.package-card-1,
.package-card-2 {
    width: 100%;
    max-width: 100%;
}

.header-1,
.header-2 {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #b9211c;
}

.header-1 {
    background-color: var(--main-color);
}

.header-2 {
    background-color: #b9211c;
}

.header-1 h2,
.header-2 h2 {
    margin: 0;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
}

.status-1,
.status-2 {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: white;
}

.status-2.disabled i {
    color: #000000;
    margin-right: 8px;
}

.status-1.active i {
    color: #a7f3d0;
    margin-right: 8px;
}

.body-1,
.body-2 {
    padding: 44px 30px;
    display: flex;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 20px;
    width: 50%;
    border-bottom: 1px solid #eee;
}

.feature-icon {
    font-size: 1.8em;
    color: var(--main-color);
    margin-right: 20px;
    background-color: #ffe0e0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* İkinci kart icon rengi farklı */
.package-card-2 .feature-icon {
    color: #b9211c;
    background-color: #e0d4ff;
}

.feature-details h3 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    font-weight: 600;
    color: #444;
}

.feature-details p {
    margin: 0 0 8px 0;
    font-size: 1.1em;
    color: #555;
    font-weight: 500;
}

.progress-bar-wrapper {
    background-color: #e0e0e0;
    border-radius: 10px;
    height: 8px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-bar {
    height: 100%;
    border-radius: 10px;
    transition: width 0.5s ease-in-out;
}

/* Farklı gradientler */
.package-card-1 .progress-bar {
    background-image: linear-gradient(to right, var(--main-color), #85221e);
}

.package-card-2 .progress-bar {
    background-image: linear-gradient(to right, #b9211c, #a11f1b);
}

.level {
    font-size: 0.85em;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-block;
}

.level.normal {
    background-color: #ffebeb;
    color: var(--main-color);
}

/* Responsive */
@media (max-width: 992px) {
    .col-md-6.col-lg-6 {
        max-width: 100%;
    }
}

@media (max-width: 500px) {

    .package-card-1,
    .package-card-2 {
        margin: 15px 0;
    }

    .header-1,
    .header-2 {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .header-1 h2,
    .header-2 h2 {
        margin-bottom: 10px;
        font-size: 1.6em;
    }

    .body-1,
    .body-2 {
        padding: 20px;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-icon {
        margin: 0 0 15px 0;
    }
}

[data-bs-theme="dark"] .feature-title {
    color: #fff !important;
}

[data-bs-theme="dark"] .feature-count {
    color: #cccccc !important;
}

[data-bs-theme="dark"] .selectr-selected {
    background-color: #151821;
}

[data-bs-theme="dark"] .selectr-options-container {
    background-color: #151821;
}

[data-bs-theme="dark"] .selectr-option.selected {
    background-color: #0f111a;
}

.selectr-tag {
    background: var(--main-color) !important;
}

.selectr-selected {
    min-height: 38px;
}

.selectr-selected {
    border: 1px solid #e2e7f1 !important;
}

[data-bs-theme="dark"] .selectr-selected {
    border: 1px solid #333547 !important;
}

.selectr-options-container {
    border: 1px solid #e2e7f1 !important;
}

[data-bs-theme="dark"] .selectr-options-container {
    border: 1px solid #333547 !important;
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true]::before {
    border: 2px solid var(--main-color) !important;
    background-color: var(--main-color) !important;
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link:hover::before {
    border: 2px solid var(--main-color) !important;
    background-color: var(--main-color) !important;
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    background-color: rgb(248 106 106 / 5%);
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true] i,
.startbar .startbar-menu .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse][aria-expanded=true] span {
    color: var(--main-color);
}

.update-msg {
    background-color: rgb(248 106 106 / 8%);
}

.thm-process-btn {
    padding: 6px;
    color: white;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 4px;
}

.process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 61px;
}

.startbar .startbar-menu .navbar-nav .nav-item.active .nav-link.active {
    color: var(--main-color);
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link.active::before {
    border-color: var(--main-color) !important;
    background: var(--main-color) !important;
}

.startbar .startbar-menu .navbar-nav .nav-item.active .nav-link.active .menu-icon {
    color: var(--main-color);
}

.color-white:hover {
    color: white;
}

.toggle-password {
    position: relative;
    top: -28px;
    left: 90%;
    cursor: pointer;
    color: #666;
}

.editable {
    color: #d9e1ec;
}

.editable-click,
a.editable-click {
    border-bottom: dashed 1px var(--main-color) !important;
}

.form-control:focus {
    border-color: var(--main-color);
}

.editable-submit.btn {
    position: relative;
    padding-left: 0;
    width: 38px;
    height: 38px;
    background: var(--main-color);
    border-color: var(--main-color);
    text-align: center;
}

[data-bs-theme="light"] .editable {
    color: #172935 !important;
}

.editable-submit.btn:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.editable-cancel.btn {
    position: relative;
    padding-left: 0;
    width: 38px;
    height: 38px;
    background: white;
    border-color: white;
    color: #172935;
    text-align: center;
}

[data-bs-theme="light"] .editable-cancel.btn {
    position: relative;
    padding-left: 0;
    width: 38px;
    height: 38px;
    background: #172935;
    border-color: #172935;
    color: white;
    text-align: center;
}


.editable-cancel.btn:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.cancel-btn {
    background: white !important;
    color: black !important;
}

[data-bs-theme="light"] .cancel-btn {
    background: #172935 !important;
    color: white !important;
}

[data-bs-theme="dark"] .selectr-notice {
    background-color: #151821 !important;
    border-top: 1px solid #333547;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--main-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--main-color) !important;
}

.btn-primary {
    box-shadow: 0 1px 2px 0 rgb(248 106 106 / 35%);
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.table-style th {
    font-weight: 500 !important;
}

.table-style {
    padding: 30px 0 0 0 !important;
}

.bank-card {
    background: var(--main-color);
    height: 80vh;
    width: 100%;
    border-radius: 6px;
}

.bank-content {
    color: white;
}

.span-box {
    width: max-content;
}

.span-box p {
    display: flex;
    margin-bottom: 0;
}

.price-title {
    width: 110px;
}

.sp-price {
    padding-right: 16px;
}

.mr-3 {
    margin-right: 80px;
}





.introjs-tooltip {
    min-width: 750px !important;
    max-width: 750px !important;
    border-radius: 12px !important;
}

.introjs-tooltiptext {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    padding: 12px 40px 20px 40px !important;
}

.introjs-tooltipbuttons {
    padding: 12px 40px 20px 40px !important;
}

.introjs-tooltiptext strong {
    font-family: 'Poppins', sans-serif !important;
}

.introjs-skipbutton {
    color: #fff !important;
    background: var(--main-color) !important;
    outline: 0;
    text-decoration: none;
}

.introjs-skipbutton {
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 6px !important;
    line-height: 30px !important;
    font-size: 20px !important;
}

.introjs-bullets {
    position: absolute;
    left: 50%;
    bottom: 26px;
}

.introjs-bullets ul li a.active {
    background: var(--main-color) !important;
    border: 1px solid var(--main-color);
}

.introjs-bullets ul li a {
    background: transparent !important;
    border: 1px solid var(--main-color);
}

.introjs-helperNumberLayer {
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-family: 'Poppins', sans-serif !important;
    color: #4d4d4d !important;
}

.introjs-button {
    border-color: var(--main-color) !important;
    background-color: transparent !important;
    color: var(--main-color) !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    padding: .35rem 2rem !important;
    text-shadow: none !important;
    border-radius: 6px !important;
}

.introjs-button:hover {
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
    color: #fff !important;
    text-shadow: none !important;
}

.introjs-disabled {
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

.introjs-character-left::before {
    content: "";
    position: absolute;
    left: -180px;
    top: 100px;
    transform: translateY(-50%);
    width: 210px;
    height: 240px;
    background-image: url(/assets/images/dijival.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.introjs-character-right::before {
    content: "";
    position: absolute;
    right: -180px;
    top: 100px;
    transform: translateY(-50%);
    width: 210px;
    height: 240px;
    background-image: url(/assets/images/dijival.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.zoom-box {
    position: absolute;
    background: #fff;
    border: 2px solid #007BFF;
    padding: 20px;
    border-radius: 12px;
    transform-origin: center center;
    transition: all 1s ease-in-out;
    z-index: 999;
}

.introjs-nextbutton.disabled {
    pointer-events: none;
    opacity: 0.5;
}

[data-bs-theme="dark"] .introjs-tooltip {
    background-color: #121212 !important;
}

@media only screen and (max-width: 600px) {
    .introjs-tooltip {
        max-width: 360px !important;
        min-width: 360px !important;
    }

    .introjs-character-left::before {
        left: -23px;
        top: 45px;
        height: 84px;
    }

    .introjs-character-right::before {
        right: -23px;
        top: 45px;
        height: 84px;
    }

    .introjs-bullets {
        display: none !important;
    }

    .introjs-helperNumberLayer {
        display: none !important;
    }
}




.app-custom-search-results {
    top: 42px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 350px;
    overflow-y: auto;
    margin-top: 10px;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .app-custom-search-results {
    background-color: #2b2b2b;
    border-color: #444;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.app-custom-search-results .result-category-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #333333;
    padding: 8px 20px;
    margin-bottom: 5px;
}

[data-bs-theme="dark"] .app-custom-search-results .result-category-title {
    color: #e0e0e0;
    border-bottom-color: #444;
}

.app-custom-search-results .result-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.result-list:first-of-type {
    border-bottom: 1px solid #3333332b;
    margin-bottom: 20px;
}

.result-list-item a {
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.app-custom-search-results .result-list-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-custom-search-results .result-list-item:last-child {
    border-bottom: none;
}

.app-custom-search-results .result-list-item:hover {
    background-color: #f0f5ff;
}

[data-bs-theme="dark"] .app-custom-search-results .result-list-item:hover {
    background-color: #3a3a3a;
}

.app-custom-search-results .item-text {
    font-size: 0.95em;
    color: #555555;
    flex-grow: 1;
}

[data-bs-theme="dark"] .app-custom-search-results .item-text {
    color: #cccccc;
}

[data-bs-theme="dark"] .item-meta {
    color: white !important;
}

.app-custom-search-results .item-meta {
    font-size: 0.85em;
    color: #fff;
    background: var(--main-color);
    white-space: nowrap;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 6px;
    border-radius: 4px;
}

[data-bs-theme="dark"] .app-custom-search-results .item-meta {
    color: #888888;
}

.app-custom-search-results .no-results-message {
    text-align: center;
    color: #777777;
    padding: 20px;
    font-style: italic;
}

[data-bs-theme="dark"] .app-custom-search-results .no-results-message {
    color: #999999;
}

@media only screen and (max-width: 600px) {
    .topbar .app-search form .form-control {
        width: 240px;
    }

    .topbar .app-search form .form-control,
    .topbar .app-search form .form-control:focus {
        width: 240px;
    }
}

.hide-phone {
    display: flex !important;
}

.r-search {
    display: grid;
    align-items: end;
    justify-content: end;
    gap: 4px;
}

.process-btn-sm {
    font-size: 12px !important;
    padding: 4px 11px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-result {
    padding-left: 24px;
}

.price-result hr {
    margin: .75rem 0 !important;
}

.price-result a {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.price-bx {
    margin-bottom: 16px;
    position: relative;
}

.price-form label {
    color: black;
}

.price-form p {
    padding-left: 0;
    font-size: 12px;
    text-align: center;
}

.price-bx .info-p {
    font-weight: normal;
    font-size: 12px;
    margin-left: 4px;
}

.price-status {
    font-weight: normal;
    font-size: 12px;
    padding: 6px 12px;
}

.verify-btn {
    width: 100%;
    padding: 12px 0 12px 0;
    font-size: 32px;
    background: var(--main-color);
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    display: grid;
}

.verify-btn span {
    font-size: 14px;
    font-weight: normal;
}

.verify-btn-succes {
    width: 100%;
    padding: 20px 0 20px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    display: grid;
}


.verify-btn-success {
    width: 100%;
    padding: 6px 0 20px 0;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 8px;
}

.verify-btn-success span {
    font-size: 14px;
    font-weight: normal;
}

.package-date {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-t {
    margin-bottom: 10px;
}

.pricing-content li:before {
    display: none;
}

.pricing-content li {
    color: #838383;
}

.package-card {
    min-height: 430px;
}

.introjs-200 {
    top: 200px !important;
}

.sup-box {
    position: absolute;
    top: -24px;
    right: -50px;
    background: #ffffff;
    color: black;
    padding: 4px 18px;
    border-radius: 4px;
    font-size: 10px;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.596);
}

.sup-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.disp-m {
    display: none;
}

@media only screen and (max-width: 600px) {
    .disp-d {
        display: none;
    }

    .disp-m {
        display: flex;
    }

    .topbar .app-search form .form-control,
    .topbar .app-search form .form-control:focus {
        width: 90% !important;
    }

    #startIntro {
        display: none;
    }

    .pr-0 {
        padding-right: 0 !important;
    }
}

.active>.page-link {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.order-note {
    background: black;
    color: white;
    padding: 16px;
}

.fg-1 {
    flex-grow: 1
}

.lh-1 {
    line-height: 1.2;
}

.fos-1 {
    font-size: 10px;
}

.system-desc {
    color: gray;
    font-size: 10px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0;
}

.mr-6 {
    margin-right: 6px;
}

.check-color input[type="checkbox"]:enabled:checked {
    background-color: #4e0000 !important;
    color: white;
}



.wash-btn-simple {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 12px 16px;
    border-radius: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.wash-btn-simple:hover {
    background: #f0f7ff;
    border-color: #0dcaf0;
}

.wash-icon-box {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0dcaf0;
    font-size: 18px;
    margin-right: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.wash-title-simple {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.wash-subtitle-simple {
    font-size: 11px;
    color: #6c757d;
    margin-top: 2px;
}

.wash-btn-simple.active-selection {
    background: #0dcaf0;
    border-color: #0dcaf0;
    color: white !important;
}

.wash-btn-simple.active-selection .wash-title-simple,
.wash-btn-simple.active-selection .wash-subtitle-simple,
.wash-btn-simple.active-selection i {
    color: white !important;
}

.wash-package-card {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 2px solid #f2f2f2 !important;
    background: #fff;
    border-radius: 12px;
    position: relative;
}

.wash-package-card:hover {
    border-color: #0dcaf0 !important;
    background-color: #f9feff;
    transform: translateY(-2px);
}

.wash-package-card.selected {
    border-color: #0dcaf0 !important;
    background-color: #f0faff !important;
    box-shadow: 0 5px 15px rgba(13, 202, 240, 0.15);
}

.wash-package-card.selected::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #0dcaf0;
    font-size: 18px;
}

.bg-soft-info {
    background-color: rgba(13, 202, 240, 0.1);
}

.bg-soft-primary {
    background-color: rgba(13, 110, 253, 0.1);
}

.bg-soft-warning {
    background-color: rgba(255, 193, 7, 0.1);
}

.package-icon i {
    font-size: 20px;
}








.payment-card {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    background-color: #fff;
}

.payment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #adb5bd;
}

.payment-card.selected {
    border-color: #0d6efd;
    background-color: #f0f8ff;
}

.payment-card.selected i {
    color: #0d6efd !important;
}

.payment-card.selected span {
    color: #0d6efd;
}

.payment-radio-input {
    display: none;
}

    .otp-container .otp-input {
        width: 50px;
        height: 50px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        border-radius: 8px;
        border: 2px solid #e3ebf6;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
        margin: 0 2px;
    }
    .otp-container .otp-input:focus {
        border-color: #b90000;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(185, 0, 0, 0.15);
        outline: none;
    }


.input-group:focus-within .input-group-text {
    border: 1px solid red;
    transition: all 0.6s ease;
}
.absolute-form{
        position: absolute;
    width: 100%;
    top: 60px;
    left: 200px;
        z-index: 150000000;
}
@media only screen and (max-width: 600px) {
    .absolute-form{
            position: relative;
        width: 100%;
        top: auto;
        left: auto;
    }
}


.parking-main-wrapper {
            display: flex;
            flex-wrap: wrap;        
            gap: 15px;
            padding: 15px;
            background: #fff;
            border-radius: 12px;
            border: 1px solid #eef0f3;
            -webkit-overflow-scrolling: touch;
        }

        .parking-area-card {
            min-width: 240px;
            max-width: 240px;
            background: #fff;
            border-radius: 10px;
            border: 1px solid #eef0f3;
            box-shadow: 0 2px 4px rgba(0,0,0,0.04);
            display: flex;
            flex-direction: column;
        }

        .area-header {
            padding: 8px 12px;
            background: #f8f9fa;
            border-bottom: 1px solid #f1f2f4;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px 10px 0 0;
        }

        .area-title {
            font-size: 12px;
            font-weight: 700;
            color: #333;
            margin: 0;
        }

        .area-stats {
            font-size: 10px;
            font-weight: 600;
            background: #fff;
            padding: 2px 6px;
            border-radius: 4px;
            border: 1px solid #eee;
        }

        .area-body {
            padding: 10px;
            max-height: 400px; 
            overflow-y: auto;
        }

        .parking-grid-5 {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 6px;
        }

        .p-spot {
            aspect-ratio: 1 / 1; 
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-weight: 700;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.2s;
            border: 1px solid transparent;
            text-align: center;
            padding: 2px;
            word-break: break-all; 
        }

        .p-spot.available {
            background-color: #f0fff4;
            color: #276749;
            border-color: #c6f6d5;
        }

        .p-spot.occupied {
            background-color: #fff5f5;
            color: #9b2c2c;
            border-color: #fed7d7;
            box-shadow: inset 0 0 4px rgba(229, 62, 62, 0.1);
        }

        .p-spot:hover {
            transform: scale(1.1);
            z-index: 10;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .parking-main-wrapper::-webkit-scrollbar {
            height: 6px;
        }
        .parking-main-wrapper::-webkit-scrollbar-thumb {
            background: #cbd5e0;
            border-radius: 10px;
        }
        .parking-main-wrapper::-webkit-scrollbar-track {
            background: #f7fafc;
        }