.cabinet{
    background: linear-gradient(180deg, #001A5D 2.55%, #0037C3 57.69%, #011452 106.18%);
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 300px 0 114px;
}

.cabinet-block1{
    width: 362px;
    /*min-height: 515px;*/
    height: 100%;
    border-radius: 0;
    padding-bottom: 40px;
    background: linear-gradient(180deg, rgba(6, 69, 255, 0.30) 11.54%, rgba(0, 0, 0, 0.10) 85.1%, rgba(6, 69, 255, 0.30) 11.54%, rgba(0, 0, 0, 0.10) 85.1%);
}

.profile{
    padding: 18px 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    /*background: linear-gradient(180deg, rgba(6, 69, 255, 0.20) 11.54%, rgba(0, 0, 0, 0.00) 85.1%, rgba(6, 69, 255, 0.20) 11.54%, rgba(0, 0, 0, 0.00) 85.1%);*/
}

/*.profile-info-logo{*/
/*    color: #FFF;*/
/*    font-family: "Futura New";*/
/*    font-size: 24px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 120%;*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    background: #57260C;*/
/*    border-radius: 24px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.profile-info-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.profile-info{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.profile-info >a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.cabinet-links{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 362px;
}

.cabinet-links >a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 14px 12px 12px;
    border-top: solid 1px #79BAEA;
    transition: 0.2s;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cabinet-links >a:hover{
    text-decoration: none;
    color: #FFF;
    transition: 0.2s;
    transform: scale(1.05);
}
.cabinet-links >a.active-link{
    color: #FFF;
    width: 300px;
    border: none;
    background: #79BAEA;
    padding: 14px 12px 12px;
}
.cabinet-links >a.active-link:hover{
    transform: scale(1);
}

.chat-off{
    display: none;
}
.chat-on{
    display: initial;
}

.notify-count{
    border-radius: 30px;
    background: #ED2727;
    padding: 3px 8px;
    color: #fff;
    min-width: 30px;
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.notify-block .table-bordered > tbody > tr {
    height: 67px;
}

.notify-block .table-bordered > thead > tr > th {
    text-align: center;
}

.notify-block .table-striped tbody tr td.column-1 {
    text-align: center;
}
.notify-block .table-striped tbody tr td.column-2 {
    text-align: center;
}
.notify-block .table-striped tbody tr td.column-3 {
    text-align: start;
}




.cabinet-block2{
    width: 1180px;
    position: relative;
}

.cabinet-title{
    margin: -110px 0 51px -400px;
}

/*.cabinet-title >p{*/
/*    color: #FFE32E;*/
/*    font-family: "Druk Text Wide Cyr";*/
/*    font-size: 42px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
/*    margin: 0;*/
/*}*/

/*html[lang = 'kk-KZ'] .cabinet-title >p{*/
/*    font-size: 40px;*/
/*}*/


.codesButtons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    /*border-bottom: 2px solid #FFF;*/
}

.codesButtons >a{
    display: flex;
    height: 59px;
    width: 353px;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 0;
    border: 4px solid #FFF;
    background: #0029A3;
    cursor: pointer;
    transition: 0.2s;
}
.codesButtons >a:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}
.codesButtons a.selectedButton {
    background: #2859F6;
}

.codes-block{
    padding-top: 38px;
    /*padding-bottom: 40px;*/
}

.cabinet-table{
    width: 1180px;
    max-height: 530px;
    height: 100%;
    overflow-y: auto;
}

.table-bordered{
    border: none;
}

.table-bordered > thead > tr > th{
    border-bottom: solid 3px #FFF;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    /*text-align: center;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0 12px 8px 0;
}

.codes-block .table-bordered > thead > tr > th{
    text-align: center;
    max-width: 140px;
}



.table-bordered > thead > tr > th > a{
    color: #FFF;
    /*text-align: center;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
}

.table-bordered > tbody > tr {
    height: 45px;
}

.table-bordered > tbody > tr > td{
    border-bottom: solid 1px rgba(255, 255, 255, 0.40);
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    padding: 5px 10px 5px 0;
}

.codes-block  .table-bordered > tbody > tr > td{
    text-align: center;
}

.codes-block .table-striped tbody tr td.column-6,
.codes-block .table-striped tbody tr td.column-7{
    white-space: nowrap;
}
.codes-block .table-striped tbody tr td.column-8 {
    max-width: 250px;
}

.codes-block .photo-link{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
}

/*.table-yellow-link{*/
/*    color: #FFE32E;*/
/*    font-family: "Futura New";*/
/*    font-size: 15px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: 110%;*/
/*    letter-spacing: 0.3px;*/
/*    text-decoration-line: underline;*/
/*    text-underline-position: from-font;*/
/*}*/

/*.table-yellow-link:hover{*/
/*    color: #FFE32E;*/
/*    text-decoration: none;*/
/*}*/

/*.table-button-inner{*/
/*    display: flex;*/
/*    height: 36px;*/
/*    padding: 11px 16px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    flex-shrink: 0;*/
/*    border-radius: 40px;*/
/*    background: var(--Linear, linear-gradient(77deg, #E3C441 28.9%, #FCF4A4 56.02%, #E1C242 83.14%));*/
/*    color: #651905;*/
/*    text-align: center;*/
/*    font-family: "CongenialBold";*/
/*    font-weight: 700;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    letter-spacing: 0.3px;*/
/*    width: 155px;*/
/*    margin-top: 8px;*/
/*}*/
/*.table-button-inner:hover{*/
/*    text-decoration: none;*/
/*    color: #651905;*/
/*}*/

.font_for_prizes_comments{
    font-size: 14px!important;
    width: 170px;
    font-weight: 800;
    white-space: normal!important;
}

.payment_status{
    width: 140px;
    white-space: normal!important;
}

.icon_for_prizes{
    padding: 20px!important;
}

.photo_for_prizes >img{
    max-height: 90px;
    max-width: 120px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.cabinet-table::-webkit-scrollbar {
    width: 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.50);
}

.cabinet-table::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 0;
    background: #2859F6;
}



.empty-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 900px;*/
}

.empty-image{
    margin-top: 0;
}

#acceptedTable .empty-image{
    margin-top: 50px;
}

#rejectedTable .empty-image{
    margin-top: 50px;
}

.empty-text{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 800px;
    width: 100%;
    white-space: normal;
}

/*.empty-text-money{*/
/*    color: #FFE32E;*/
/*    text-align: center;*/
/*    font-family: "Futura New Medium";*/
/*    font-size: 36px;*/
/*    line-height: 140%;*/
/*    position: absolute;*/
/*    transform: translateY(50%);*/
/*    top: 40%;*/
/*}*/

.empty_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    width: 100%;
}
.empty_btn .download_btn{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    max-width: 353px;
    height: 59px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 4px solid #FFF;
    background: #2859F6;
    transition: 0.2s;
}





.guaranteed-prize-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -105px;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #FFF;
}

.guaranteed-prize-block-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    width: 100%;
}

.guaranteed-prize-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 305px;
    width: 100%;
}

.guaranteed-prize-item > img{
    max-width: 269px;
    width: 100%;
    padding-bottom: 36px;
}

.guaranteed-prize-item .item1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 295px;
    width: 100%;
    padding-bottom: 15px;
}
.guaranteed-prize-item .item2{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    max-width: 295px;
    width: 100%;
    padding-bottom: 28px;
}

.guaranteed-prize-text1{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
.guaranteed-prize-text2{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.guaranteed-prize-text3{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.guaranteed-prize-item > .download_btn{
    max-width: 305px;
    height: 59px;
}



.prize-block{
    height: 715px;
    overflow-y: scroll;
    margin-top: 45px;
}

.prize-block::-webkit-scrollbar {
    width: 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.50);
}

.prize-block::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 0;
    background: #2859F6;
}

.prize-block-inner-up{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    padding-top: 0;
}

.prize-block-inner{
    width: 1140px;
    min-height: 340px;
    position: relative;
    border-bottom: 3px solid #FFF;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/*.prize-title-block{*/
/*    padding-top: 10px;*/
/*}*/

.prize-image{
    padding-right: 0;
    /*padding-right: 85px;*/
    /*position: absolute;*/
    /*top: 60px;*/
    /*right: 120px;*/
}

.prize-image >img{
    max-width: 300px;
    /*padding-bottom: 10px;*/
    /*padding-top: 80px;*/
    /*max-height: 175px;*/
}

.prize-title{
    display: flex;
    justify-content: start;
    gap: 5px;
    max-width: 500px;
}

.prize-font-1{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    /*padding-bottom: 5px;*/
}
.prize-font-2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 5px;
    width: 374px;
}
.prize-font-3{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.prize-font-4{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.block-prize-info{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    padding-top: 60px;
}

.prize-info{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.prize-info2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.prize-info-inner{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 177px;
    min-width: 70px;
    text-align: center;
}

.prize-info-inner2{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 130px;
}

.prize-info-inner3{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.prize-info-inner > span{
    font-size: 16px;
}

.prize-info-inner >p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.cabinet_btn{
    /*margin-top: -60px;*/
}

.cabinet_btn >a{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    max-width: 310px;
    min-width: 310px;
    width: 100%;
    height: 59px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
}

.cabinet-title2{
    color: #FFF;
    font-family: "Futura New";
    font-weight: 500;
    font-size: 29px;
    line-height: 130%;
}
.cabinet-title2 >p{
    margin: 0;
}

.draw-table{
    width: 735px;
    min-height: 450px;
    max-height: 450px;
    height: 100%;
    overflow-y: scroll;
    padding-left: 68px;
    position: relative;
    border-top: 2px solid #FFE32E;
    border-bottom: 2px solid #FFE32E;
}

.draw-table::-webkit-scrollbar {
    width: 9px;
    border-radius: 16px;
    background: rgba(255, 227, 46, 0.30);

}

.draw-table::-webkit-scrollbar-thumb {
    width: 9px;
    height: 118px;
    border-radius: 16px;
    background: #FFE32E;
}

.draw-table .table-bordered > thead > tr {
    height: 100px;
    max-height: 100px;
}
.draw-table .table-bordered > thead > tr >th {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 8px 12px 0;
}

.drawButtons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;
    width: 736px;
    padding: 20px 0;
}

.drawButtons >a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Futura New";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    cursor: pointer;
}
.drawButtons >a:hover{
    transition: 0.2s;
    transform: scale(1.05);
}
.drawButtons a.selectedButton {
    color: #FFE32E;
}

.draw-codes-search{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 54px;
    width: 370px;
    transform: rotate(270deg);
    position: absolute;
    top: 56%;
    left: -158px;
    z-index: 3;
}

.draw-codes-search >a{
    color: #FFF;
    font-family: "Futura New";
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.36px;
    display: flex;
    width: 180px;
    height: 54px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: linear-gradient(77deg, rgba(227, 196, 65, 0.10) 28.9%, rgba(252, 244, 164, 0.10) 56.02%, rgba(225, 194, 66, 0.10) 83.14%);
    transition: 0.2s;
    cursor: pointer;
}
.draw-codes-search >a:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}
.draw-codes-search a.active-link {
    background: linear-gradient(77deg, rgba(227, 196, 65, 0.40) 28.9%, rgba(252, 244, 164, 0.40) 56.02%, rgba(225, 194, 66, 0.40) 83.14%);
}

.draw-table .empty-text{
    padding: 40px 0;
    width: 640px;
    white-space: normal;
    margin: auto;
}

thead .empty{
    display: none;
}



.promo-dropdown {
    position: relative;
    display: inline-block;
}

.promo-code-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-code-menu::-webkit-scrollbar {
    width: 9px;
    border-radius: 16px;
    background: rgba(255, 227, 46, 0.30);
}

.promo-code-menu::-webkit-scrollbar-thumb {
    width: 9px;
    height: 118px;
    border-radius: 16px;
    background: #FFE32E;
}

.promo-code-menu {
    display: none;
    overflow-y: scroll;
    max-height: 400px;
    position: absolute;
    background-color: white;
    min-width: 100px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 8px 0;
    margin: 4px 0 0 0;
    list-style: none;
    z-index: 4;
    border-radius: 8px;
    border: 2px solid var(--gradient-1, #E3C441);
}

.promo-dropdown:active .promo-code-menu {
    display: block;
}

.promo-code-menu li {
    padding: 6px 16px;
    font-size: 16px;
    color: #651905;
    white-space: nowrap;
}

.promo-code-menu li:active {
    background-color: white;
    cursor: pointer;
}

.notify-block .table-striped tbody tr td.column-3 {
    width: 800px;
    white-space: normal;
}

.notify-block .table-striped tbody tr td.column-3 > a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: underline;
}
