.profile__bonuses_history{
    display: none;
}
.profile__bonuses_history.active{
    display: block;
}
.profile__bonuses_history_sum{
    font-style: normal;
    font-weight: 700;
    font-size: 4.7rem;
    line-height: 5.4rem;
}
.profile__bonuses_history_open{
    color: var(--m-3-sys-light-on-primary, #FFF);
    /* M3/title/medium */
    font-family: TT Carville;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    position: relative;
    letter-spacing: 0.15px;
    width: fit-content;
    cursor: pointer;
}
.profile__bonuses_history_open:hover {
    border-bottom: 1px solid white;
}
.profile__bonuses_history_open:after{
    content: url("/images/arrow_down.svg");
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: -19px;
    top: 4px;
}
.profile__bonuses_history_open:after{
    content: url("/images/arrow_down.svg");
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: -19px;
    top: 4px;
}
.profile__bonuses > div{
    z-index:5;
}
.profile__bonuses > .ajax-loader-info, .profile__bonuses > .profile__bonuses-card{
    z-index:6;
}
.profile__bonuses_history_open.active:after{
    transform: scale(1, -1)
}
@media (max-width: 640px) {
    .profile__bonuses_history_sum {
        font-size: 3.5rem;
        line-height: 1.2;
    }
}
.select__choice.disable{
    background: lightgrey;
}
.shop_desc{
    margin-bottom: 10px;
}
.saveBtn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: lightgreen;
    padding: 10px;
    border-radius: 17px;
    cursor: pointer;
    display: none;
}
.saveBtn.active{
    display: block;
}
.profile__bonuses-withdraw-link{
    position: relative;
}
.widthContent{
    width: fit-content;
    position: relative;
}
.custom-tooltip .tooltip-text {
    visibility: hidden;
    position: absolute;
    color: black;
    left: 100%;
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #ff6e00;
    z-index: 100;
    margin-left: 14px;
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible; /* Вот такое чудо! */
}
@media (max-width: 991px) {
    .custom-tooltip .tooltip-text {
        left: 0;
        bottom: 100%;
        margin-left: 0px;
        margin-bottom: 14px;
    }
}

.bonus_alert{
    color: #ff6e00;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
}

#accredAccept ul{
    list-style: disc;
    margin-top: 1rem;
}
.accred_info{
    display: block;
}
#accredAccept .modal__inner{
    max-width:81rem
}
#accredAccept .profile__form-checkbox{
    justify-content: center;
}
.return_otk.alert:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    display: flex;
    top: 0;
    right: -8px;
    background: #FF6E00;
    border-radius: 10px;
}
.cancel_rules{
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.cancel_rules_title{

}
.cancel_rules_popup{
    display:none;
}
.cancel_rules:hover .cancel_rules_popup{
    display:flex;
    position: absolute;
    width: 300px;
    right: 0;
    padding: 1.6rem;
    background: #ffffff;
    box-shadow: 0 .4rem .8rem #00000026;
    border-radius: .8rem;
    color: #000;
    z-index: 100;
}

.new_alerts{
    position: relative;
}
.new_alerts:after{
    content: attr(data-cnt);
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background: #ff6e00;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
}
.same_label{
    /*padding: 1.6rem;*/
    /*padding-bottom: 0rem;*/
    padding-top: 1.6rem;
}

.buy_point_save{
    display: none;
}