.main-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f4f2ff 100%);
    padding-top: 40px;
    padding-bottom: 10px;
}

.main-container-mobile {
    display: none;
}

.background-box {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    min-height: 400px;
    filter: blur(60px);
    inset: 0;
    width: 100%;
    height: 100%;
    padding-top: -100px;
    padding-bottom: 100px;
}

.background-box::before,
.background-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 600px;
    height: 400px;
    background: url('../img/purple-left.svg') no-repeat center;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    top: 200px;
}

.background-box::before {
    left: -200px;
}

.background-box::after {
    right: -200px;
    transform: scaleX(-1);
}

.petals-overlay {
    position: absolute;
    opacity: 1;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    padding-left: 40px;
    padding-top: -100px;
    padding-bottom: 100px;
}

.petal {
    position: absolute;
    width: 500px;
    opacity: 1;
    z-index: 1;
}

.petal-left {
    left: -90px;
    bottom: 0;
    top: 350px;
}

.petal-right {
    right: -90px;
    bottom: 0;
    top: 350px;
    transform: scaleX(-1);
}


.dashboard {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    z-index: 2;
    position: relative;
}

.dashboard-wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.dashboard-sidebar {
    width: 40px;
    background: #f8f8fa;
    display: flex;
    justify-content: center;
    padding: 26px 16px;
    align-items: flex-start;
    gap: 8px;
}

.dashboard-main {
    flex: 1;
    padding: 24px;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.dashboard-search {
    border-radius: 816px;
    border: 0.8px solid #E5E7EB;
    display: flex;
    width: 295px;
    height: 39px;
    padding: 3px;
    align-items: center;
    gap: 8px;
}

.search-box {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 816.544px;
    background: #F8F8FA;
}

.search-text {
    color: #9CA3AF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.dashboard-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bell-wrapper {
    display: flex;
    padding: 6.539px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.active-bell {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 9px;
    height: 9px;
}

.bell-icon {
    display: flex;
    padding: 6.539px;
    justify-content: center;
    align-items: center;
    border-radius: 816.544px;
    background: #F8F8FA;
}

.avatar-image {
    width: 32.694px;
    height: 32.694px;
    border-radius: 50%;
    background-color: #6F68FB;
    background-image: url('../img/user-avatar.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.user-name {
    color: #1C1C1C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 11.443px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.dashboard-cards {
    display: flex;
    gap: 16px;
    margin: 24px 0;
}

.stat-card {
    display: flex;
    padding: 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 13.078px;
    background: #F8F8FA;
    justify-content: center;
    position: relative;
}

.stat-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.stat-value-main {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stat-subvalue {
    color: #9CA3AF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 9.808px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.stat-text {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 35.964px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -2.158px;
}

.stat-title {
    color: #1C1C1C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 11.443px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.stat-arrow {
    display: flex;
    padding: 6.539px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10.081px;
    top: 9.809px;
    border-radius: 816.544px;
    background: #E5E4FF;
}

.stat-arrow-green {
    display: flex;
    width: 6.539px;
    height: 6.539px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 820px;
    background: #BFF404;
}

.stat-value-main {
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
}

.dashboard-today {
    margin-top: 32px;
}

.dashboard-today-title {
    color: #1C1C1C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 19.617px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    align-self: stretch;
}

.appointment-row {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 4px 0;
    font-size: 14px;
    border-bottom: 0.817px solid #E5E7EB;
}

.user-avatar-1 {
    border-radius: 26.156px;
    background-color: #6F68FB;
    background-image: url('../img/user-avatar-1.png');
    background-repeat: no-repeat;
    background-position: 4.045px 2.969px;
    background-size: 69.072% 100.927%;
    width: 26.156px;
    height: 26.156px;
    overflow: hidden;
}

.user-avatar-2 {
    border-radius: 26.156px;
    background-color: #6F68FB;
    background-image: url('../img/user-avatar-2.png');
    background-repeat: no-repeat;
    background-position: -0.913px 3.132px;
    background-size: 92.009% 86.519%;
    width: 26.156px;
    height: 26.156px;
    overflow: hidden;
}

.appointment-row-text {
    color: #1C1C1C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 9.808px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    height: 45.772px;
    padding: 6.539px 0px;
    align-items: center;
    align-self: stretch;
}

.paid {
    border-radius: 80.919px;
    background: #DFF981;
    display: flex;
    height: 17.165px;
    padding-left: 8px;
    padding-right: 8px;
    justify-content: center;
    align-items: center;
    gap: 8.174px;
    color: #1C1C1C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 8.174px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.status-confirmed {
    display: flex;
    height: 17.165px;
    padding-left: 8px;
    padding-right: 8px;
    justify-content: center;
    align-items: center;
    gap: 8.174px;
    border-radius: 80.919px;
    background: #DFF981;
    color: #1C1C1C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope, serif;
    font-size: 8.174px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.dashboard-today-item {
    display: flex;
    gap: 30px;
    align-self: stretch;
}

.chart {
    display: inline-flex;
    padding: 11.443px 19.594px 416.557px 26.156px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    max-height: 445px;
    border-radius: 6.539px;
    background: #F8F8FA;
    max-width: 340.022px;
    width: 100%;
    height: 100%;
}

.chart-title {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 11.443px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-container {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.chart-image {
    width: 163.472px;
    height: 163.472px;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.blur-overlay {
    position: absolute;
    top: 430px;
    width: 100%;
    height: 80px;
    backdrop-filter: blur(100px);
    background: rgb(255, 255, 255);
    z-index: 4;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .main-container {
        display: none;
    }

    .main-container-mobile {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        z-index: 1;
        background: linear-gradient(180deg, #ffffff 0%, #f4f2ff 100%);
        flex-direction: column;
        padding-top: 20px;
    }


    .wrapper-mobile {
        padding: 32px 20px;
    }


    .background-mobile {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        filter: blur(60px);
        top: 300px;
    }

    .background-mobile::before,
    .background-mobile::after {
        content: "";
        position: absolute;
        background: url('../img/purple-mobile.svg') no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .dashboard-mobile {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        z-index: 2;
        position: relative;
    }

    .dashboard-wrapper-mobile {
        display: flex;
        max-width: 600px;
        width: 100%;
        max-height: 214.375px;
        height: 100%;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
    }

    .dashboard-sidebar-mobile {
        max-width: 17px;
        width: 100%;
        background: #f8f8fa;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        padding: 7.622px 4.764px;
        gap: 2.382px;
    }

    .sidebar-logo-mobile {
        width: 7.016px;
        height: 10.481px;
        aspect-ratio: 7.02/10.48;
    }

    .dashboard-main {
        flex: 1;
        padding: 7.62px;
    }

    .dashboard-top-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        gap: 12px;
        padding: 7.62px;
    }

    .dashboard-search-mobile {
        display: flex;
        max-width: 86.226px;
        width: 100%;
        height: 100%;
        padding: 0.953px;
        align-items: center;
        gap: 2.382px;
        border-radius: 237.956px;
        border: 0.238px solid #E5E7EB;
    }

    .search-box-mobile {
        display: flex;
        padding: 1.906px;
        justify-content: center;
        align-items: center;
        border-radius: 237.956px;
        background: #F8F8FA;
    }

    .search-mobile {
        width: 5.717px;
        height: 5.717px;
    }

    .search-text-mobile {
        color: #9CA3AF;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 3.335px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .dashboard-user-mobile {
        display: flex;
        align-items: center;
        gap: 5.717px;
    }

    .bell-wrapper-mobile {
        display: flex;
        padding: 1.906px;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .bell-icon-mobile {
        width: 5.717px;
        height: 5.717px;
    }

    .active-bell-mobile {
        width: 2.62px;
        height: 2.62px;
        position: absolute;
        right: 0px;
        top: 0.357px;
    }

    .avatar-image-mobile {
        width: 9.528px;
        height: 9.528px;
        border-radius: 50%;
        background-color: #6F68FB;
        background-image: url('../img/user-avatar.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .user-name-mobile {
        color: #1C1C1C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 3.335px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .img-down-arrow-mobile {
        width: 5.717px;
        height: 5.717px;
    }

    .dashboard-cards-mobile {
        display: flex;
        gap: 3.81px;
        margin: 7.62px;
    }

    .stat-card-mobile {
        display: flex;
        padding: 3.811px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3.811px;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 3.811px;
        background: #F8F8FA;
        justify-content: center;
        position: relative;
    }

    .stat-title-mobile {
        color: #1C1C1C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 3.335px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .stat-arrow-mobile {
        display: flex;
        padding: 1.906px;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 2.938px;
        top: 2.858px;
        border-radius: 237.956px;
        background: #E5E4FF;
        width: 3.811px;
        height: 3.811px;
    }

    .stat-value-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.91px;
    }

    .stat-value-main-mobile {
        display: flex;
        align-items: center;
        gap: 1.91px;
    }

    .stat-text-mobile {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 10.481px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 14.673px */
        letter-spacing: -0.629px;
    }

    .stat-arrow-green-mobile {
        display: flex;
        width: 1.906px;
        height: 1.906px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 237.956px;
        background: #BFF404;
    }

    .stat-subvalue-mobile {
        color: #9CA3AF;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 2.858px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .dashboard-today-mobile {
        margin-top: 7.62px;
        padding: 7.62px;
        gap: 3.81px;
    }

    .dashboard-today-title-mobile {
        color: #1C1C1C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 5.717px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        align-self: stretch;
        text-align: left;
    }

    .appointment-row-mobile {
        display: flex;
        gap: 3.81px;
        align-items: center;
        padding: 4px 0;
        font-size: 1.26px;
        border-bottom: 0.817px solid #E5E7EB;
    }

    .user-avatar-1-mobile {
        border-radius: 6px;
        background-color: #6F68FB;
        background-image: url('../img/user-avatar-1.png');
        background-repeat: no-repeat;
        background-position: 1.179px 0.865px;
        background-size: 69.072% 100.927%;
        width: 7.622px;
        height: 7.622px;
        overflow: hidden;
    }

    .user-avatar-2-mobile {
        border-radius: 7.622px;
        background-color: #6F68FB;
        background-image: url('../img/user-avatar-2.png');
        background-repeat: no-repeat;
        background-position: -0.266px 0.913px;
        background-size: 92.009% 86.519%;
        width: 7.622px;
        height: 7.622px;
        overflow: hidden;
    }

    .dashboard-today-item-mobile {
        display: flex;
        gap: 8.5px;
        align-self: stretch;
    }

    .appointment-row-text-mobile {
        color: #1C1C1C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 2.858px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .paid-mobile {
        display: flex;
        height: 5.002px;
        padding-left: 2.382px;
        padding-right: 2.382px;
        justify-content: center;
        align-items: center;
        gap: 2.382px;
        border-radius: 23.581px;
        background: #DFF981;
        color: #1C1C1C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 2.382px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .status-confirmed-mobile {
        display: flex;
        height: 5.002px;
        padding-left: 2.382px;
        padding-right: 2.382px;
        justify-content: center;
        align-items: center;
        gap: 2.382px;
        border-radius: 23.581px;
        background: #DFF981;
        color: #1C1C1C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope, serif;
        font-size: 2.382px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .chart-mobile {
        display: inline-flex;
        padding: 3.335px 5.628px 121.665px 7.622px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        max-height: 129.578px;
        border-radius: 3.811px;
        background: #F8F8FA;
        width: 100%;
        height: 100%;
        max-width: 85px;
    }

    .chart-title-mobile {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 3.335px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .chart-container-mobile {
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .chart-image-mobile {
        width: 47.639px;
        height: 47.639px;
        flex-shrink: 0;
    }

    .blur-overlay-mobile {
        position: absolute;
        width: 100%;
        height: 120px;
        top: 180px;
        left: 0;
        backdrop-filter: blur(100px);
        background: rgb(255, 255, 255);
        z-index: 3;
        border-radius: 12px;
        pointer-events: none;
    }

    .blur-dashboard {
        display: flex;
        justify-content: center;
        z-index: 2;
        position: relative;
    }
}