@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Letstay.UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-6nskthny0j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6nskthny0j] {
    flex: 1;
}

.sidebar[b-6nskthny0j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6nskthny0j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6nskthny0j]  a, .top-row[b-6nskthny0j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6nskthny0j]  a:hover, .top-row[b-6nskthny0j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6nskthny0j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6nskthny0j] {
        justify-content: space-between;
    }

    .top-row[b-6nskthny0j]  a, .top-row[b-6nskthny0j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6nskthny0j] {
        flex-direction: row;
    }

    .sidebar[b-6nskthny0j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 80px;
    }

    .top-row[b-6nskthny0j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6nskthny0j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6nskthny0j], article[b-6nskthny0j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6nskthny0j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6nskthny0j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Letstay.UI/Layout/NavMenu.razor.rz.scp.css */

*[b-o3eyibze7e] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.sidebar[b-o3eyibze7e] {
    position: fixed;
    top: 80px;
    left: 0;
    height: 100%;
    width: 260px;
    background: #11101d;
    z-index: 100;
    transition: all 0.5s ease;
}

    .sidebar.close[b-o3eyibze7e] {
        left: -270px;
    }
.menu-toggle[b-o3eyibze7e] {
    position: relative;
    width: 35px;
    height: 24px;
    cursor: pointer;
    margin-left: 15px;
}

    /* X shape by default */
    .menu-toggle[b-o3eyibze7e]::before,
    .menu-toggle[b-o3eyibze7e]::after,
    .menu-toggle span[b-o3eyibze7e] {
        content: '';
        position: absolute;
        width: 35px;
        height: 4px;
        background: #000; /* red X lines */
        border-radius: 2px;
        transition: 0.3s ease;
        display: block;
    }

    .menu-toggle[b-o3eyibze7e]::before {
        top: 10px;
        transform: rotate(45deg);
    }

    .menu-toggle span[b-o3eyibze7e] {
        opacity: 0;
    }

    .menu-toggle[b-o3eyibze7e]::after {
        bottom: 10px;
        transform: rotate(-45deg);
    }

    /* Active state � revert to hamburger lines */
    .menu-toggle.active[b-o3eyibze7e]::before {
        transform: rotate(0);
        top: 0;
        background: #000;
    }

    .menu-toggle.active span[b-o3eyibze7e] {
        opacity: 1;
        top: 10px;
        background: #000;
    }

    .menu-toggle.active[b-o3eyibze7e]::after {
        transform: rotate(0);
        bottom: 0;
        background: #000;
    }
/* profile menu */

.profile[b-o3eyibze7e] {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
}

    .profile h3[b-o3eyibze7e] {
        text-align: end;
        line-height: 1;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .profile p[b-o3eyibze7e] {
        line-height: 1;
        font-size: 14px;
        opacity: .6;
    }

    .profile .img-box[b-o3eyibze7e] {
        position: relative;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
    }

        .profile .img-box img[b-o3eyibze7e] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/* menu (the right one) */
nav[b-o3eyibze7e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    padding: 10`px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:99;
}
.menu[b-o3eyibze7e] {
    position: absolute;
    top: calc(100% + 24px);
    right: 16px;
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}
.menu-notification[b-o3eyibze7e] {
    position: absolute;
    top: calc(100% + 24px);
    right: 220px;
    width: 200px;
    visibility: hidden;
    transition: 300ms;
}

.menu[b-o3eyibze7e]::before, .menu-notification[b-o3eyibze7e]::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.menu.active[b-o3eyibze7e], .menu-notification.active[b-o3eyibze7e] {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

    /* menu links */

    .menu ul[b-o3eyibze7e], .menu-notification ul[b-o3eyibze7e] {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 10;
        background: #fff;
    }

        .menu ul li[b-o3eyibze7e], .menu-notification  ul li[b-o3eyibze7e]{
            list-style: none;
        }

            .menu ul li:hover .menu-notification ul li:hover[b-o3eyibze7e]{
                background: #eee;
            }

            .menu ul li a[b-o3eyibze7e], .menu-notification ul li a[b-o3eyibze7e] {
                text-decoration: none;
                color: #000;
                display: flex;
                align-items: center;
                padding: 15px 20px;
                gap: 6px;
            }

                .menu ul li a i[b-o3eyibze7e], .menu-notification ul li a i[b-o3eyibze7e] {
                    font-size: 1.2em;
                }

.header-container[b-o3eyibze7e] {
    display: flex;
    justify-content: space-between; /* Or use `flex-start` if you want them grouped together */
    gap: 2rem; /* Optional: space between the two sections */
}

.profile-container[b-o3eyibze7e],
.notification-container[b-o3eyibze7e] {
    display: flex;
    flex-direction: column;
   
}
/* _content/Letstay.UI/Pages/Apartment/CreateApartment.razor.rz.scp.css */
ul.validation-errors[b-9kt91o1g7u] {
    list-style: none !important;
    padding: 18px 20px 18px 22px !important;
    margin: 20px 0 !important;
    border-radius: 14px;
    background: #fff5f5 !important;
    border: 1px solid #f5c2c7 !important;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.08);
    position: relative;
}

    ul.validation-errors li.validation-message[b-9kt91o1g7u] {
        position: relative;
        padding-left: 28px !important;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
        color: #842029 !important;
    }
/* _content/Letstay.UI/Pages/Auth/ConfirmEmail.razor.rz.scp.css */
*[b-b5efb5hv07],
*[b-b5efb5hv07]:before,
*[b-b5efb5hv07]:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.background[b-b5efb5hv07] {
    width: 800px;
    height: 400px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

    .background .shape[b-b5efb5hv07] {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
    }

.shape:first-child[b-b5efb5hv07] {
    background: linear-gradient( #1845ad, #23a2f6 );
    left: -80px;
    top: -80px;
}

.shape:last-child[b-b5efb5hv07] {
    background: linear-gradient( to right, #ff512f, #f09819 );
    right: -30px;
    bottom: -80px;
}

.content-register[b-b5efb5hv07] {
    width: 700px;
    background-color: #28272fbf;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 10px 35px;
}

.checkmark[b-b5efb5hv07] {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: draw-b-b5efb5hv07 1s ease forwards;
    animation-delay: 1s;
}

@keyframes draw-b-b5efb5hv07 {
    to {
        stroke-dashoffset: 0;
    }
}
/* _content/Letstay.UI/Pages/Auth/Register.razor.rz.scp.css */
*[b-vn0ic1q7os],
*[b-vn0ic1q7os]:before,
*[b-vn0ic1q7os]:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.background[b-vn0ic1q7os] {
    width: 1550px;
    height: 800px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

    .background .shape[b-vn0ic1q7os] {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
    }

.shape:first-child[b-vn0ic1q7os] {
    background: linear-gradient( #1845ad, #23a2f6 );
    left: -80px;
    top: -80px;
}

.shape:last-child[b-vn0ic1q7os] {
    background: linear-gradient( to right, #ff512f, #f09819 );
    right: -30px;
    bottom: -80px;
}

.content-register[b-vn0ic1q7os] {
    width: 1400px;
    background-color: #28272fbf;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 10px 35px;
}

.form *[b-vn0ic1q7os] {
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

.form h3[b-vn0ic1q7os] {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label[b-vn0ic1q7os] {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

input[b-vn0ic1q7os] {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

[b-vn0ic1q7os]::placeholder {
    color: #e5e5e5;
}

.signup[b-vn0ic1q7os]{
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.social[b-vn0ic1q7os] {
    margin-top: 30px;
    display: flex;
}

    .social div[b-vn0ic1q7os] {
        background: red;
        width: 150px;
        border-radius: 3px;
        padding: 5px 10px 10px 5px;
        background-color: rgba(255,255,255,0.27);
        color: #eaf0fb;
        text-align: center;
    }

        .social div:hover[b-vn0ic1q7os] {
            background-color: rgba(255,255,255,0.47);
        }

    .social .fb[b-vn0ic1q7os] {
        margin-left: 25px;
    }

    .social i[b-vn0ic1q7os] {
        margin-right: 4px;
    }

.gradient-text[b-vn0ic1q7os] {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #E9891C 45%, #194DB3 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flex[b-vn0ic1q7os] {
    display: flex;
}
/* _content/Letstay.UI/Pages/Auth/RegistrationConfirmation.razor.rz.scp.css */
*[b-glheyc0ire],
*[b-glheyc0ire]:before,
*[b-glheyc0ire]:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.background[b-glheyc0ire] {
    width: 800px;
    height: 400px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

    .background .shape[b-glheyc0ire] {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
    }

.shape:first-child[b-glheyc0ire] {
    background: linear-gradient( #1845ad, #23a2f6 );
    left: -80px;
    top: -80px;
}

.shape:last-child[b-glheyc0ire] {
    background: linear-gradient( to right, #ff512f, #f09819 );
    right: -30px;
    bottom: -80px;
}

.content-register[b-glheyc0ire] {
    width: 700px;
    background-color: #28272fbf;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 10px 35px;
}
.checkmark[b-glheyc0ire] {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: draw-b-glheyc0ire 1s ease forwards;
    animation-delay: 1s;
}

@keyframes draw-b-glheyc0ire {
    to {
        stroke-dashoffset: 0;
    }
}
/* _content/Letstay.UI/Pages/Guest/CreateGuest.razor.rz.scp.css */
body[b-dyg1hd0bmg] {
}
.rz-tabview-panel[b-dyg1hd0bmg] {
    overflow: hidden;
}
.rz-datepicker[b-dyg1hd0bmg] {
    display: inline !important;
}
/* _content/Letstay.UI/Pages/Guest/GuestMain.razor.rz.scp.css */
.pagination[b-xeiwkwhmam] {
  display: inline-block;
}

.pagination[b-xeiwkwhmam] {
    display: inline-block;
}

    .pagination a[b-xeiwkwhmam] {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active[b-xeiwkwhmam] {
            background-color: #4CAF50;
            color: white;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active)[b-xeiwkwhmam] {
            background-color: #ddd;
            border-radius: 5px;
        }
/* _content/Letstay.UI/Pages/Guest/GuestPersonalInfoComponent.razor.rz.scp.css */
.input-container[b-h85spwh50c] {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    /*width: 100%;*/
    margin-bottom: 15px;
}

.icon[b-h85spwh50c] {
    padding: 15px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field[b-h85spwh50c] {
    width: 100%;
    padding: 10px;
    outline: none;
}

    .input-field:focus[b-h85spwh50c] {
        border: 2px solid dodgerblue;
    }

/* Set a style for the submit button */
.btn[b-h85spwh50c] {
    background-color: dodgerblue;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    .btn:hover[b-h85spwh50c] {
        opacity: 1;
    }
/* _content/Letstay.UI/Pages/Notifications/NotificationComponent.razor.rz.scp.css */
.notification-dropdown[b-ppe54er1oa] {
    width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

    .notification-dropdown h4[b-ppe54er1oa] {
        margin-bottom: 0.75rem;
        font-size: 16px;
        font-weight: bold;
    }

.notification-list[b-ppe54er1oa] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-item[b-ppe54er1oa] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #eee;
}

    .notification-item:last-child[b-ppe54er1oa] {
        border-bottom: none;
    }

    .notification-item.unread[b-ppe54er1oa] {
        background-color: #f9f9f9;
    }

    .notification-item .icon[b-ppe54er1oa] {
        font-size: 20px;
        color: #555;
    }

    .notification-item .content[b-ppe54er1oa] {
        flex: 1;
    }
.remove-icon[b-ppe54er1oa] {
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s;
}

    .remove-icon:hover[b-ppe54er1oa] {
        color: red;
    }
    .notification-item .title[b-ppe54er1oa] {
        font-weight: 600;
        margin: 0;
    }

    .notification-item .message[b-ppe54er1oa] {
        font-size: 14px;
        color: #555;
        margin: 2px 0;
    }

    .notification-item .time[b-ppe54er1oa] {
        font-size: 12px;
        color: #999;
    }
.notification-container[b-ppe54er1oa] {
    display: flex;
    flex-direction: column;
}

.notification-container[b-ppe54er1oa] {
    margin-top: 10px;
}

.notification-bell[b-ppe54er1oa] {
    position: relative;
    display: inline-block;
    font-size: 24px; /* Adjust icon size */
    cursor: pointer;
}

    .notification-bell i[b-ppe54er1oa] {
        color: #333; /* Icon color */
    }

.notification-count[b-ppe54er1oa] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}

.menu-notification[b-ppe54er1oa] {
    position: absolute;
    top: calc(100% + 24px);
    right: 126px;
    width: 200px;
    visibility: hidden;
    transition: 300ms;
}

    .menu[b-ppe54er1oa]::before, .menu-notification[b-ppe54er1oa]::before {
        content: '';
        position: absolute;
        top: -10px;
        right: -50px;
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
        z-index: -1;
    }

    .menu.active[b-ppe54er1oa], .menu-notification.active[b-ppe54er1oa] {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* menu links */

    .menu ul[b-ppe54er1oa], .menu-notification ul[b-ppe54er1oa] {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 10;
        background: #fff;
    }

        .menu ul li[b-ppe54er1oa], .menu-notification ul li[b-ppe54er1oa] {
            list-style: none;
        }

            .menu ul li:hover .menu-notification ul li:hover[b-ppe54er1oa] {
                background: #eee;
            }

            .menu ul li a[b-ppe54er1oa], .menu-notification ul li a[b-ppe54er1oa] {
                text-decoration: none;
                color: #000;
                display: flex;
                align-items: center;
                padding: 15px 20px;
                gap: 6px;
            }

                .menu ul li a i[b-ppe54er1oa], .menu-notification ul li a i[b-ppe54er1oa] {
                    font-size: 1.2em;
                }
/* _content/Letstay.UI/Pages/Profile/Invitation.razor.rz.scp.css */
*[b-xaeznyc7cm],
*[b-xaeznyc7cm]:before,
*[b-xaeznyc7cm]:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.background[b-xaeznyc7cm] {
    width: 1550px;
    height: 800px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

    .background .shape[b-xaeznyc7cm] {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
    }

.shape:first-child[b-xaeznyc7cm] {
    background: linear-gradient( #1845ad, #23a2f6 );
    left: -80px;
    top: -80px;
}

.shape:last-child[b-xaeznyc7cm] {
    background: linear-gradient( to right, #ff512f, #f09819 );
    right: -30px;
    bottom: -80px;
}

.content-register[b-xaeznyc7cm] {
    width: 1400px;
    background-color: #28272fbf;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 10px 35px;
}

.form *[b-xaeznyc7cm] {
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

.form h3[b-xaeznyc7cm] {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label[b-xaeznyc7cm] {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

input[b-xaeznyc7cm] {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

[b-xaeznyc7cm]::placeholder {
    color: #e5e5e5;
}

.signup[b-xaeznyc7cm] {
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.social[b-xaeznyc7cm] {
    margin-top: 30px;
    display: flex;
}

    .social div[b-xaeznyc7cm] {
        background: red;
        width: 150px;
        border-radius: 3px;
        padding: 5px 10px 10px 5px;
        background-color: rgba(255,255,255,0.27);
        color: #eaf0fb;
        text-align: center;
    }

        .social div:hover[b-xaeznyc7cm] {
            background-color: rgba(255,255,255,0.47);
        }

    .social .fb[b-xaeznyc7cm] {
        margin-left: 25px;
    }

    .social i[b-xaeznyc7cm] {
        margin-right: 4px;
    }

.gradient-text[b-xaeznyc7cm] {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #E9891C 45%, #194DB3 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flex[b-xaeznyc7cm] {
    display: flex;
}
/* _content/Letstay.UI/Pages/Profile/MyProfile.razor.rz.scp.css */
.main-body[b-5cwqxtht7r] {
    padding: 15px;
}

.card[b-5cwqxtht7r] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-5cwqxtht7r] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-5cwqxtht7r] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-5cwqxtht7r] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-5cwqxtht7r], .gutters-sm > [class*=col-][b-5cwqxtht7r] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-5cwqxtht7r], .my-3[b-5cwqxtht7r] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-5cwqxtht7r] {
    background-color: #e2e8f0;
}

.h-100[b-5cwqxtht7r] {
    height: 100% !important;
}

.shadow-none[b-5cwqxtht7r] {
    box-shadow: none !important;
}

h6[b-5cwqxtht7r] {
    font-size: 1rem;
}

.sidebar-link[b-5cwqxtht7r] {
    text-decoration: none;
    color: #000000;
    width: 100%;
    display: block;
    text-align: center;
}
.flex[b-5cwqxtht7r] {
    display: flex;
}
.profile-image-wrapper[b-5cwqxtht7r] {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.profile-image[b-5cwqxtht7r] {
    object-fit: cover;
    border: 3px solid #f0f0f0;
}

.upload-icon[b-5cwqxtht7r] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    padding: 8px;
    font-size: 16px;
    pointer-events: none;
}

.profile-image-wrapper:hover .upload-icon[b-5cwqxtht7r] {
    background-color: #0056b3;
}
