 /* Стили кнопок */
    .btn_birthday {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #77778b;
        font-weight: 600;
        font-size: 11px;
        transition: 0.2s all;
        height: auto;
        box-shadow: none;
        text-shadow: none;
    }
    
    .btn_birthday:hover {
        color: #ffffff;
        background: none;
    }
    
    .profile-link {
        display: block;
        text-decoration: none;
    }
    
    .birthday-actions {
        margin-top: 3px;
    }
    
    /* Стили модального окна */
    .birthday-modals {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
    }
    
    /* Контейнер для конфетти */
    .confetti-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        overflow: hidden;
    }
    
    #confetti-canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /* Содержимое модального окна */
    .modals-content {
        position: relative;
        z-index: 2;
        background: linear-gradient(135deg, rgba(40, 42, 54, 0.95) 0%, rgba(30, 32, 48, 0.98) 100%);
        margin: 10% auto;
        padding: 30px;
        border-radius: 15px;
        max-width: 500px;
        animation: modalopen 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid #531d77;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5),
                    0 0 0 1px rgb(84 25 194 / 10%),
                    0 0 30px rgb(65 27 146 / 10%) inset;
    }
    
    .close {
        color: #77778b;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background: none;
        border: none;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    
    .close:hover {
        color: #531d77;
        transform: rotate(90deg);
        background: rgba(133, 79, 234, 0.1);
    }
    
    .congrats-content {
        text-align: center;
        padding: 20px;
    }
    
    .congrats-content h2 {
        color: #531d77;
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 700;
        text-shadow: 0 0 10px #531d7796;
    }
    
    .congrats-message {
        color: #d1d1e0;
        line-height: 1.6;
        margin-bottom: 25px;
        font-size: 16px;
    }
    
    .birthday-btn {
        background: radial-gradient(100% 100% at 50% 0, #7b44d3 0, #531d77 100%);
        color: white;
        border: none;
        padding: 12px 30px;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s;
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    
    .birthday-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(83, 16, 207, 0.452);
    }
    
    /* Анимация открытия модального окна */
    @keyframes modalopen {
        from {opacity: 0; transform: translateY(-50px);}
        to {opacity: 1; transform: translateY(0);}
    }
    
    /* Адаптивность */
    @media (max-width: 600px) {
        .modals-content {
            margin: 20% auto;
            width: 90%;
            padding: 20px;
        }
    }
    
    
     .birthday-item {
        margin-bottom: 15px;
    }
    .birthday-item:last-child {
        margin-bottom: 0;
    }
    .birthday_widgets_txt {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    }
   .birthday_widgets_txt i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4d4d5f 0, #363642 100%));
    text-shadow: #000000a1 1px 0 10px;
    font-size: 17px;
    color: #7f7f92;
    height: 36px;
    width: 36px;
    border-radius: 10px;
}
   .rait_top .bx-cake {
    border-radius: 4px;
    color: #fff;
    text-shadow: #000000d4 1px 0 7px;
    height: 18px;
    display: flex;
    width: 18px;
    font-size: 11px;
    background: linear-gradient(34deg, #bd4141 0%, #fd5656 55%);
    align-items: center;
    justify-content: center;
}
.happy_icons {
    position: absolute;
    z-index: 20;
    background: linear-gradient(34deg, #a65050 0%, #eb7979 65%);
    padding: 1px 9px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #ea79798a;
    font-weight: 600;
    text-shadow: #00000096 1px 0 7px;
    font-size: 8.5px;
    color: #ffffff;
    margin-top: 18px;
    right: 50px;
}
.flex_brst_user {
    display: flex;
    flex-direction: column;
    line-height: 17px;
}
.birthday_widgets_block_home {
    padding: 17px;
    border-radius: 17px;
    margin-bottom: 20px;
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
    box-shadow: 0px 5px 10px #531d777d;
}
.name_brst_usr {
    color: #ffff;
    font-weight: 600;
    font-size: 13px;
}
.desp_brst_usr {
    color: #787890;
    font-weight: 600;
    line-height: 15px;
    font-size: 11px;
}
.birthday_user {
    display: flex;
    background: #32323d;
    padding: 17px;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.flex_info_birthday_user {
    display: flex;
    gap: 10px;
    margin-left: 3px;
    position: relative;
    top: 39px;
    align-items: center;
}
.flex_birth_rait {
    display: flex;
    transform: skewX(348deg);
    gap: 7px;
    margin-bottom: -23px;
}
.img_birthday_user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid 5px #383844;
}
.flex_birthday_users {
    position: relative;
    display: flex;
    flex-direction: column;
}
.text_birthday_users {
    color: #fff;
    font-weight: 600;
    font-size: 12.5px;
}
.bottom_birthday_user {
    border-radius: 0px 0px 15px 15px;
    height: 35px;
    background: linear-gradient(90deg, #383844 10%, #32323d 90%);
    padding-right: 35px;
    display: flex;
    align-items: center;
    border-top: solid 1px #444851;
    justify-content: space-around;
}
.rait_birthday_icons {
    color: #fff;
    border: solid 1px #4b4b5a;
    display: flex;
    background: #4d4d6073;
    padding: 0px 10px 0px 4px;
    gap: 8px;
    font-weight: 600;
    font-size: 11px;
    height: 26px;
    border-radius: 6px;
    align-items: center;
}
.rait_birthday_icons .bx-cake {
    border-radius: 4px;
    color: #fff;
    text-shadow: #000000d4 1px 0 7px;
    height: 18px;
    display: flex;
    width: 18px;
    font-size: 11px;
    background: linear-gradient(34deg, #bd4141 0%, #fd5656 55%);
    align-items: center;
    justify-content: center;
}