﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


button.bhover:hover {
    background-color: azure !important;
    transform: scale(1.1);
}


#BOOKING_edtSENDER_ADDRESS {
    font-weight: bold !important;
    font-family: Arial, sans-serif !important;
    color: black !important;
}

.lbHeader {
    font-size: 16px !important;
    font-weight: 600 !important
}
.blAquaMenu {
    font-size: 14px !important;
    
}


#BOOKING_edtRECEIVER_ADDRESS {
    font-weight: bold !important;
    font-family: Arial, sans-serif !important;
    color: black !important;
}

input.form-control[type="text"] {
    color: #000 !important;
    font-weight: 550 !important;
}


.tawk-min-container {
    z-index: 100 !important; /* Modal Bootstrap thường từ 1050 trở lên */
}

 

/*#btnCLOSE_NOIDIAMY {
    display: none;*/ /* Mặc định ẩn trên PC */
/*}

@media (max-width: 768px) {
    #btnCLOSE_NOIDIAMY {
        display: block;
    }
}*/

body {
    display: none;
    opacity: 0;
}


.lbAqua {
    font: 12px Tahoma, Geneva, sans-serif;
}

input, textarea {
    font: 14px Tahoma, Geneva, sans-serif !important;
    border-radius: 0px !important;
}


.dxeBase_Aqua {
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxbButton {
    color: white;
    background-color: #35B86B;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
    font: 14px 'Roboto Medium', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    -webkit-transition-property: box-shadow, background-color;
    -moz-transition-property: box-shadow, background-color;
    -o-transition-property: box-shadow, background-color;
    transition-property: box-shadow, background-color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
}

.safe-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    display: flex;
    align-items: flex-start;
    padding-top: env(safe-area-inset-top, 2px) !important;
    padding-left: env(safe-area-inset-left, 110px) !important;
    padding-right: env(safe-area-inset-right, 0px) !important;
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: none;
}

    .safe-header .container {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .safe-header #mainBackButton {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
        z-index: 1;
        user-select: none;
        border: none;
        margin-right: 8px;
    }

        .safe-header #mainBackButton img {
            width: 18px;
            height: 18px;
        }

    .safe-header h5 {
        margin: 0;
        text-align: center;
        flex: 1;
        font-size: 1.1rem;
        font-weight: bold;
        color: #222;
    }

.modal-back-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 1;
    user-select: none;
    border: none;
    margin-right: 8px;
}

    .modal-back-btn img {
        width: 18px;
        height: 18px;
    }

.BackButton {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 1;
    user-select: none;
    border: none;
    margin-right: 8px;
}

    .BackButton img {
        width: 18px;
        height: 18px;
    }

.modal-header {
    padding-top: env(safe-area-inset-top, 0px) !important;
    padding-left: env(safe-area-inset-left, 0px) !important;
    padding-right: env(safe-area-inset-right, 0px) !important;
}


body {
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow-x: auto;
}


.container {
    width: 100%;
    max-width: 1000px !important;
    padding: 5px;
}

.wide-container {
    max-width: 1000px !important;
}

.search-bar {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    width: 100%; /* Đảm bảo full chiều ngang */
    max-width: 100%;
}

    .search-bar input {
        border: none;
        outline: none;
        flex: 1;
        padding: 5px;
        font-size: 14px;
        min-width: 0; /* Cho phép input co lại khi cần */
        border: none !important; /* Loại bỏ border */
        outline: none !important; /* Loại bỏ viền khi focus */
        background: transparent; /* Đảm bảo không có nền gây lỗi */
        min-width: 0;
        flex: 1;
    }

.qr-icon, .user-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.user-icon-container {
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .user-icon-container:hover {
        transform: translateY(-2px);
    }

.user-icon {
    font-size: 40px;
    color: #888888;
    padding: 10px;
    border-radius: 50%;
    background: #f5f5f5;
}

.user-name {
    margin-top: 6px;
    font-weight: 400;
    color: #888888;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-item {
    background: #F0FAF9;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    cursor:pointer;
    opacity:0.8;

}

    .grid-item img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }


    .grid-item:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        background: #e0f7f4;
        opacity: 1;
    }


/* Responsive */
@media (max-width: 480px) {
    .grid {
        grid-template-columns: repeat(2, 1fr); /* Chuyển thành 2 cột khi màn hình nhỏ */
    }
}

@media (max-width: 320px) {
    .grid {
        grid-template-columns: repeat(1, 1fr); /* Chuyển thành 1 cột khi màn hình rất nhỏ */
    }
}

/* --- Kiểu dáng dropdown --- */
.dropdowncombobox {
    display: none; /* Ẩn mặc định */
    position: absolute;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 5px 0;
    margin-top: 5px;
    min-width: 220px;
    max-width: 350px;
    max-height: 280px;
    overflow-y: auto;
    z-index: 999;
}

.dropdowncombobox {
    display: none; /* Mặc định ẩn */
    position: absolute;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 8px 0;
    margin-top: 6px;
    min-width: 220px;
    max-width: 550px;
    max-height: 280px;
    overflow-y: auto;
    z-index: 999;
}

    /* --- Hiển thị dropdown mượt mà --- */
    .dropdowncombobox.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    /* --- Các mục trong dropdown --- */
    .dropdowncombobox li {
        padding: 14px 18px;
        font-size: 14px; /* Chữ to hơn để dễ nhấn */
        color: #333;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid #eee;
    }

        /* --- Loại bỏ border cho mục cuối cùng --- */
        .dropdowncombobox li:last-child {
            border-bottom: none;
        }

        /* --- Hiệu ứng khi chọn --- */
        .dropdowncombobox li:hover,
        .dropdowncombobox li.active {
            background: #e8f5ff;
            color: #007bff;
        }

#suggestionElement {
    position: relative;
}

.dropdowncombobox-close-button {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: gray;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
    z-index: 10;
}

    .dropdowncombobox-close-button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

/* --- Hiển thị to hơn trên mobile --- */
@media (max-width: 768px) {
    .dropdowncombobox {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 400px;
        max-height: 60vh;
        border-radius: 16px;
        padding: 12px 0;
    }

        .dropdowncombobox li {
            font-size: 14px;
            padding: 16px;
        }
}


.ag-theme-quartz {
    /* Changes the color of the grid text */
    --ag-foreground-color: rgb(14, 68, 145) !important;
    /* Changes the color of the grid background */
    --ag-background-color: rgb(241, 247, 255) !important;
    /* Changes the header color of the top row */
    --ag-header-background-color: rgb(228, 237, 250) !important;
    /* Changes the hover color of the row*/
    --ag-row-hover-color: rgb(216, 226, 255) !important;
}

/* Loại bỏ viền của grid container */


/* Loại bỏ đường viền của các checkbox */
.ag-checkbox-input {
    border: none !important;
}

/* Rate Selection Buttons */
.rate-button {
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

    .rate-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-color: #007bff;
        opacity: 1;
    }

    .rate-button.selected {
        position: relative;
        background-color: #FFFFFF;
        border-color: #1C8ADB;
        box-shadow: 0 0 0 2px rgba(28, 138, 219, 0.2);
        opacity: 1;
    }

        .rate-button.selected .rate-title {
            color: #007bff;
            font-weight: 600;
        }

        .rate-button.selected .current-price {
            color: #28a745;
            font-weight: 700;
        }

        .rate-button.selected .checkmark {
            display: block;
        }

.rate-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.rate-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.rate-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.rate-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.rate-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.original-price {
    font-size: 11px;
    color: darkslategray;
    text-decoration: line-through;
}

.current-price {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rate-button {
        padding: 10px;
    }

    .rate-title {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .current-price {
        font-size: 14px;
    }

    .rate-header {
        margin-bottom: 4px;
    }

    .rate-icon {
        width: 24px;
        height: 24px;
    }

    /*@media (max-width: 768px) {
        #edtRATE_BUTTON_8 {
            max-height: 120px;*/ /* Điều chỉnh giá trị này tùy theo chiều cao thực tế của 1 ô rate */
    /*overflow-y: auto;
            -webkit-overflow-scrolling: touch;*/ /* Cho phép scroll mượt trên iOS */
    /*}
    }*/
}

@media (max-width: 480px) {
    #edtRATELIST, #edtRATELIST_FEDEX {
        grid-template-columns: repeat(2, 1fr);
    }

    .rate-button {
        padding: 6px;
    }

    .rate-title {
        font-size: 10px;
    }
}

/* Selected Rate Display */
.selected-rate-display {
    background: white;
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .selected-rate-display .rate-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .selected-rate-display .rate-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .selected-rate-display .rate-icon {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .selected-rate-display .rate-title {
        font-size: 16px;
        font-weight: 600;
        color: #007bff;
    }

    .selected-rate-display .rate-price {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: center;
    }

    .selected-rate-display .original-price {
        font-size: 14px;
        color: #999;
        text-decoration: line-through;
    }

    .selected-rate-display .current-price {
        font-size: 20px;
        font-weight: 700;
        color: #28a745;
    }

    .selected-rate-display .rate-discount {
        font-size: 14px;
        font-weight: 600;
        margin-top: 4px;
    }

/* Victory Check Mark Animation */
@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    70% {
        opacity: 1;
        transform: scale(1.2);
    }

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

.checkmark {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: none;
    background-image: url('Icons/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: appear 0.3s ease-in-out forwards;
    z-index: 2;
}

    /* Remove the pseudo-elements that were creating the previous checkmark */
    .checkmark::before,
    .checkmark::after {
        display: none;
    }

/* Show the checkmark when selected */
.rate-button.selected .checkmark {
    display: block;
}

.modal-header {
    color: black;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 8px;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateY(-20px);
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.scroll-line::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin-animation {
    animation: spin 1s linear infinite;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

/* Backdrop custom cho modal thứ 2 */
.custom-backdrop {
    z-index: 1051 !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* Modal thứ 2 (trên cùng) */
.modal.modal-on-top {
    z-index: 1052 !important;
}


.modal.modal-slide-up .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    animation: slideUp 0.3s ease-out;
}

.modal-backdrop.show {
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(6px);
}


.modal.modal-slide-up .modal-content {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

/* Slide animation */
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

#toggleSwitch:checked {
    background-color: black !important;
    border-color: black !important;
}

/* Nút tròn trắng bên trong */
#toggleSwitch::before {
    background-color: white;
}

input:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.01rem rgba(0,128, 0, 0.2) !important; /* Glow đen mỏng */
}

textarea:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.01rem rgba(0,128, 0, 0.2) !important; /* Glow đen mỏng */
}



.wheel-container {
    height: 150px;
    overflow-y: auto;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.wheel-item {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: center;
    font-size: 18px;
}

.wheel-indicator {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 30px;
    margin-top: -15px;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    pointer-events: none;
}

#selectedDay {
    font-weight: bold;
    color: green;
    font-size: 20px;
    margin-top: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal {
    z-index: 1050;
}

#edtPOPUP_QUOTATION {
    z-index: 1050;
}

    #edtPOPUP_QUOTATION .modal-dialog {
        z-index: 1051;
    }


.coupon-stamp {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px dashed #e29b2f;
    border-radius: 18px;
    margin-bottom: 10px;
    padding: 16px 18px;
    box-shadow: 0 2px 8px rgba(226,155,47,0.08);
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-height: 70px;
}

    .coupon-stamp.selected {
        border-color: #1c8adb;
        box-shadow: 0 4px 16px rgba(28,138,219,0.10);
    }

.coupon-icon img {
    width: 38px;
    height: 38px;
    margin-right: 16px;
    filter: drop-shadow(0 2px 4px rgba(226,155,47,0.15));
}

.coupon-info {
    flex: 1;
}

.coupon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1em;
    font-weight: 600;
    color: black;
}

.coupon-code {
    background: #fff7e0;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
}

.coupon-value {
    color: #28a745;
    font-size: 1em;
    font-weight: 700;
}

.coupon-desc {
    font-size: 0.95em;
    color: #888;
    margin-top: 2px;
}

.coupon-expiry {
    font-size: 0.85em;
    color: #b98b1b;
    margin-top: 2px;
}

.coupon-check {
    margin-left: 12px;
    color: black;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    visibility: hidden;
}

.coupon-stamp.selected .coupon-check {
    visibility: visible;
}

.manual-coupon {
    border-top: 1px dashed #e29b2f;
    padding-top: 18px;
}


.main-content.sidebar-collapsed {
    margin-left: 0 !important;
}

.sidebar[style*="display: none"] {
    display: none !important;
}

.sidebar {
    background: linear-gradient(135deg, #fafdff 70%, #e3f0ff 100%);
    box-shadow: 2px 0 24px 0 rgba(25, 118, 210, 0.07);
}

.sidebar-header {
    padding: 0px 0 0px 0 !important;
    border-bottom: none;
    margin-bottom: 0px;
}

    .sidebar-header img {
        border-radius: 8px;
        box-shadow: none;
        width: 36px !important;
        height: 36px !important;
    }

    .sidebar-header .font-sans-serif {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
        color: darkslategray;
    }

.sidebar-content {
    padding: 10px 4px 8px 4px;
}

    .sidebar-content ul#sidebarMenu {
        padding: 0;
        margin: 0;
    }

        .sidebar-content ul#sidebarMenu li.nav-item {
            margin-bottom: 6px;
            border-radius: 8px;
            background: transparent;
            box-shadow: none;
        }

            .sidebar-content ul#sidebarMenu li.nav-item .nav-link {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 7px 10px 7px 10px;
                border-radius: 8px;
                color: #1a233a;
                font-weight: 500;
                font-size: 14px;
                background: transparent;
                box-shadow: none;
                min-height: 32px;
                transition: background 0.14s, color 0.14s, box-shadow 0.14s;
            }

                .sidebar-content ul#sidebarMenu li.nav-item .nav-link img,
                .sidebar-content ul#sidebarMenu li.nav-item .nav-link i {
                    width: 18px;
                    height: 18px;
                    min-width: 18px;
                    min-height: 18px;
                    max-width: 18px;
                    max-height: 18px;
                    object-fit: contain;
                    border-radius: 4px;
                    background: none;
                    box-shadow: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .sidebar-content ul#sidebarMenu li.nav-item .nav-link:hover,
                .sidebar-content ul#sidebarMenu li.nav-item .nav-link.active {
                    background: #f3f3f3;
                    color: #1976d2;
                    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.10);
                    text-decoration: none !important;
                }

                .sidebar-content ul#sidebarMenu li.nav-item .nav-link:active {
                    background: #bbdefb;
                    color: #0d47a1;
                }

.sidebar-footer {
    border-top: none !important;
    margin-top: 10px;
    padding-top: 10px !important;
}

    .sidebar-footer label {
        font-size: 15px;
        color: #1976d2;
        font-weight: 600;
    }
/* Topbar cải tiến */
nav#edtNav.navbar {
    background: #fff !important;
    min-height: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.06);
    border-radius: 0;
    border-bottom: 1px solid #e3eaf2 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

nav#edtNav .navbar-nav .nav-link, nav#edtNav .navbar-nav .dropdown-toggle {
    font-size: 15px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#sidebarToggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 4px 7px 4px 7px !important;
    position: fixed;
    top: 8px !important;
    left: 8px !important;
    z-index: 1040;
    display: none;
}

    #sidebarToggle:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.sidebar-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 10px;
}

.sidebar-footer-link {
    color: #222;
    font-size: 15px;
    padding: 6px 0 6px 2px;
    border-radius: 6px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    transition: background 0.14s, color 0.14s;
}

    .sidebar-footer-link i {
        width: 20px;
        text-align: center;
        color: #444 !important;
        font-size: 16px;
    }

    .sidebar-footer-link:hover {
        background: #f3f3f3;
        color: #1976d2;
        text-decoration: none !important;
    }

.sidebar-footer-user-info-gradient {
    background: linear-gradient(90deg, #ede7f6 60%, #fff 100%);
    border-radius: 8px;
    padding: 6px 12px 6px 12px;
    display: inline-block;
}

.sidebar-footer-user {
    margin-top: 8px;
}