


body{
    font-family: Gotham Pro;
}
.customGreenBtn1{
    width: 100%;
    display: flex;
    height: 48px;
    align-items: center;
    border-radius: 12px;
    background: rgb(182, 255, 24);
    color: rgb(14, 14, 26) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-decoration: none;
    justify-content: center;
    gap: 9px;
    border:none;
    outline:none !important;
    border:none !important;
    box-shadow: none;
}

.customGrayBtn1{
    width: 100%;
    display: flex;
    height: 48px;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-decoration: none;
    justify-content: center;
    gap: 9px;
}

.customModal1Title{
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.customModal1Text1{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 14px;
}
#rechargeModal .customModal1Text1,
#withdrawModal .customModal1Text1{
    text-align: left;
}
.customModal1Text1 p{
    margin-bottom: 10px;
}
.customModal1Form1{
    margin-top: 38px;
}
.customModal1Form1Inp{
    margin-top: 10px;
}
.customModal1Form1Inp:first-child{
    margin-top: 0;
}
.customModal1Form1 label{
    font-weight: normal;
    margin: 0;
    width: 100%;
}
.customModal1Form1Inp .inp{
    position: relative;
}
.customModal1Form1Inp .inp a.eye{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.customModal1Form1Inp .inp a.eye img{
    display: flex;
}
.customModal1Form1 label .text,
.customModal1Form1Inp>.text{
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.customModal1Form1 label .text.block,
.customModal1Form1Inp>.text.block{
    display: block;
}
.customModal1Form1 label .inp{
    margin-top: 5px;
    display: flex;

}
.customModal1Form1 label input[type="text"],
.customModal1Form1 label input[type="password"],
.customModal1Form1 label input[type="email"],
.customModal1Form1 label input[type="number"]{
    outline:none !important;
    color:#fff;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 13.24px;
    border:1px solid rgba(82, 80, 96,.45);
    background: rgba(255, 255, 255, 0.05);
}
.customModal1Form1 button[type="submit"]{
    margin-top: 30px;
}
.customModal1Url{
    margin-top: 20px;
    text-align: center;
}
.customModal1Url a{
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    line-height: 11px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.customModal1Wrap .modal-dialog{
    border:none !important;
    box-shadow: none;
    padding: 0 25px;
}
.customModal1Wrap .modal-content{
    border: 1px solid rgba(82, 80, 96, 0.45);
    border-radius: 20px;
    background: #100c1a;
    padding: 34px 25px;
}
.customModal1WrapClose{
    background: transparent;
    box-shadow: none;
    border: none;
    display: inline-flex;
    position: absolute;
    top:15px;
    right: 15px;
    outline:none !important;
}
.modal-backdrop{
    backdrop-filter: blur(20px);
    --bs-backdrop-bg: rgba(13, 10, 24, 0.37);
    --bs-backdrop-opacity:1;
}
.customModal1Form1DopLinks{
    margin-top: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
.customModal1Form1DopLinks a,
.customModal1Form1ForgotLink a{
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}
.customModal1Form1ForgotLink.policy a{
    font-weight: normal;
    border-bottom:1px dashed #fff;
}
.customModal1Form1ForgotLink{
    margin-top: 5px;
}
.resendTimer{
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    opacity: .4;
}
.customModal1Form1RepeatCode{
    text-align: center;
    margin-top: 20px;
}
.customModal1Form1RepeatCode .resendCode{
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}
.indexPageInner{
    font-size: 16px;
    line-height: 1.5;
    color:#fff;
}
.indexPageInner a{
    color:#fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none !important;
}

body {
    background-color: #f0f0f0; /* фон вокруг "мобильной версии" */
}

body{
    width: 100%;
    background-color: #000;

    margin: 0 auto;
}
body,html{
    height: 100%;
}


.wrap{
    height: 100%;
    overflow: auto;
    background-image: url("../images/bgDesk1.jpg");
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    padding-top: 30px;
}
.container{
    padding: 0;
}


.bottomNavBarListingListItem.active path{
    fill:#B6FF18;
}
.bottomNavBarListingListItem.active .text{
    color:#B6FF18;
}



.cabinetHead{
    margin-bottom: 20px;
}
.cabinetHeadInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cabinetHeadInnerTitle{
    font-size: 28px;
    font-weight: bold;
    color:#fff;
}
.cabinetHeadInnerRightBlock{
    display: flex;
    align-items: center;
    gap: 12px;
}
.cabinetHeadInnerRightBlockNotifications a{
    position: relative;
}
.cabinetHeadInnerRightBlockNotifications a>span{
    padding: 2px;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    background-color: #0e0e1a;
    border-radius: 50%;
}
.cabinetHeadInnerRightBlockNotifications a span>span{
    border-radius: 50%;
    background-color: #FB2523;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color:#fff;
    width: 100%;
    height: 100%;
}

.loadingBlock{
    display: none;
}
body.loading .loadingBlock{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 50000;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.loading .loadingBlock svg{
    width: 40px;
    height: 40px;
}
.bottomNavBarListingListItem a>.icon img{
    width: 100%;
    max-width: 25.5px;
}
.customModal1SubTitle{
    margin-top: 10px;
    text-align: center;
    color:#fff;
    font-size: 12px;
}
.customModal1StaticText{
    color:#fff;
    padding-top: 20px;
    font-size: 12px;
}
#policyModal h2{
    font-size: 16px;
}
#policyModal p>a{
    color:#fff;
    text-decoration: none !important;
    border-bottom: 1px dotted #fff;
}
#policyModal p>a:hover{
    border-bottom: 1px dotted transparent;
}

#policyModal ul{
    padding-left: 20px;
}
#policyModal ul.numeric{
    list-style: none;
}
.policyModalBtn{
    margin-top: 20px;
}
.indexPageInner h1{
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.indexPageInner h2{
    font-size: 18px;
    margin-top: 30px;
}
.indexPageInnerBtn1{
    margin-bottom: 20px;
}
.indexPageInner a.email{
    border-bottom:1px dashed #fff;
    color:#fff !important;
    text-decoration: none !important;
}
.wrap{
    position: relative;
}
.postCard{
    top:0;
    width: 100%;
    height: 100%;
    background-image: url("/images/postCardBg.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
}
.postCardInnerBlock1Img{
    display: flex;
    justify-content: center;
}
.postCardInnerBlock1Title{
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.postCardInnerBlock1Text1{
    margin-top: 14px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    opacity: .6;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.postCardInnerBlock2{
    margin-top: 44px;
}
.postCardInnerBlock2Text1{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.postCardInnerBlock2Text2{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.postCardInnerBlock2Text2 span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    color: rgb(182, 255, 24);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.postCardInnerBlock2Text3{
    margin-top: 18px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.postCardInnerBlock2Btn{
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.postCardInnerBlock2Btn>a{
    max-width: 275px;
}
.postCardWrap{
    height: 100%;
    display: flex;
    align-items: center;
}
.rechargeManual{
    color:#fff;
    line-height: 1.3;
    font-size: 14px;
}
.rechargeManual h1{
    font-size: 20px;
    margin-bottom: 2rem;
}
.rechargeManual h2{
    font-size: 16px;
}
.rechargeManual h3{
    font-size: 14px;
}
.rechargeManual ul{
    list-style-type: disc;
}
.rechargeManual ul,
.rechargeManual ol{
    line-height: 1.4;
}
.rechargeManual li{
    margin-top: 5px;
}
.rechargeManual a{
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none !important;
}
.rechargeManual a:hover{
    border-bottom: 1px dotted transparent;
}
.rechargeManual li:first-child{
    margin-top: 0;
}
.customModal1Form1Manual{
    margin-top: 20px;
}
.customModal1Form1Manual a{
    color: #fff;
    border-bottom: 1px dashed #fff;
    text-decoration: none !important;
    font-size: 12px;
}
.customModal1Form1Manual a:hover{
    border-bottom: 1px dashed transparent;
}
#rechargeModal .customModal1Form1{
    margin-top: 20px;
}
#withdrawRulesModal .customModal1Title{
    margin-top: 10px;
}
#withdrawRulesModal .customModal1Text1{
    text-align: left;
}
#withdrawRulesModal ol{
    padding-left: 20px;
}
#withdrawRulesModal ol li{
    margin-top: 5px;
}
#withdrawRulesModal ol li:first-child{
    margin-top: 0;
}
.withdrawRulesModalReturn{
    margin-top: 5px;
    padding-left: 8px;
}
.withdrawRulesModalReturn a{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    text-decoration: none;
}
.withdrawRulesModalReturn a .text{
    color: #fff;
    font-size: 10px;
}
.withdrawRulesModalReturn a svg{
    display: flex
;
    width: 18px;
}
.withdrawRulesModalReturn a svg rect{
    fill:transparent;
}
.withdrawRulesModalReturn a svg path{
    stroke:#fff;
}
.cabinet-error{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:#fff;
}
.error-title h1{
    font-size: 50px;
    text-align: center;
}
.error-message{
    text-align: center;
}
.error-message a{
    color:#fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none !important;
}
.error-message a:hover{
    border-bottom: 1px dotted transparent;
}
.error-code h2{
    color:rgb(36, 209, 253);
    text-align: center;
    font-size: 100px;
}

input[name="verificationCode"]{
    font-size: 20px !important;
}

#presentationModal .customModal1{
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
#presentationModal .modal-content{
    padding: 0;
}
#presentationModal .customModal1WrapClose{
    top: -30px;
    right:0;
    z-index: 20;
}
.videoBox{
    margin-top: 35px;
    margin-bottom: 35px;
}
.cabinetHeadInnerTitle img{
    max-width: 50px;
}
.slotsDemoNotification{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: red;
    color: #fff;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 600;
    font-size: 14px;
}
.mainPageBlock1 img{
    max-width: 100%;
}
.mainPageBlock2{
    opacity: 0;
}
.mainPageBlock1Play>a{
    height: 57px;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 4px;
}
.mainPageBlock1Play{
    margin-top: 90px;
}

.matrixListingAccordionItemHeadLine1{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
}
.matrixListingAccordionItemHeadLine1 .icon svg{
    display: flex;
    opacity: .30;
}
.matrixListingAccordionItemHeadLine1 .text{
    font-weight: bold;
    font-size: 15px;
    color:rgba(255,255,255,.30);
}
.matrixListingAccordionItemHead{
    flex-direction: column;
    padding: 25px 20px;
    align-items: flex-start;
    position: relative;
}
.matrixListingAccordionItem{
    background-color: rgba(13, 10, 24,.37);
}
.matrixListingAccordionItemHead{
    background-color: transparent;
}
.matrixListingAccordionItemHeadLine2{
    width: 100%;
    margin-top: 12px;
}
.matrixListingAccordionItemHeadLine2List1{
    display: flex;
}
.matrixListingAccordionItemHeadLine2List1Item{
    width: 50%;
}
.matrixListingAccordionItemHeadLine2List1ItemText1{
    font-size: 9.5px;
    color:#fff;
}
.matrixListingAccordionItemHeadLine2List1ItemText2{
    font-size: 12px;
    color:#fff;
    font-weight: bold;
}
.matrixListingAccordionItem{
    border:1px solid rgba(82, 80, 96,.45);
    border-bottom: none;
    margin-top: 5px;
    position: relative;
}
.matrixListingAccordionItem:after{
    content: " ";
    position: absolute;
    display: block;
    left: -7px;
    top: 100%;
    width: calc(100% + 14px);
    height: 5px;
    /*background-image: url(../images/divider1.png);*/
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: 100%; */
    z-index: 10;
    /* border: 1px solid #ececec; */
    border-radius: 20px;
    /* background: #a6a5aa; */
    border: 1px solid rgba(82, 80, 96, .45);
    background: rgba(13, 10, 24, .37);
}
.matrixListingAccordionItem:first-of-type{
    border-radius: 20px 20px 0 0;
    margin-top: 0;
}
.matrixListingAccordionItem:last-of-type{
    border-radius: 0 0 20px 20px ;
    border-bottom:1px solid rgba(82, 80, 96,.45);
}
.matrixListingAccordionItem:last-of-type:after{
    display: none;
}

.matrixListingAccordionItem.opened .matrixListingAccordionItemHeadLine1 .icon svg{
    opacity: 1;
}
.matrixListingAccordionItem.opened .matrixListingAccordionItemHeadLine1 .text{
    color: rgb(182, 255, 24);
}
.matrixListingAccordionItem.hasOpen .matrixListingAccordionItemHeadLine1 .text{
    border-bottom:1px dashed rgb(182, 255, 24);
}
.matrixListingAccordionItemHeadLine2Text{
    font-size: 9.5px;
    color:#fff;
}
.matrixListingAccordionItemHeadLine2Text span{
    font-size: 12px;
    font-weight: bold;
}
.matrixListingAccordionItemHeadLine2Btn{
    margin-top: 14px;
}
.matrixListingAccordionItemHead:after{
    display: none;
}
.matrixListingAccordionItem.opened.hasOpen .matrixListingAccordionItemHead:after{
    display: flex;
    width: 36px;
    height: 36px;
    backdrop-filter: blur(35.12px);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-position: center;
    background-image: url("../images/arrowDown1.svg");
    background-size: 8px auto;
    right:13.2px;
    top:20px;
    position: absolute;
}
.matrixListingAccordionItemBodyAnchorTitle{
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
}
.matrixListingAccordionItemBodyAnchorInp{
    margin-top: 10px;
    position: relative;
}
.matrixListingAccordionItemBodyAnchorInp a.copy,
.matrixListingAccordionItemBodyAnchorInp a.send{
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.matrixListingAccordionItemBodyAnchorInp svg{
    display: flex;
}
.matrixListingAccordionItemBodyAnchorInp a.send{
    right: 10px;
}
.matrixListingAccordionItemBodyAnchorInp a.copy{
    right: 35px;
}
.matrixListingAccordionItemBodyAnchorInp input{
    outline: none !important;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    color: rgba(255, 255, 255,.5);
    font-size: 11px;
    font-weight: 700;
    line-height: 13.24px;
    border:1px solid rgba(82, 80, 96,.45);
    background: rgba(255, 255, 255, 0.05);
}
.matrixListingAccordionItemHead:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.matrixListingAccordionItemBodyEarning{
    margin-top: 27px;
}
.slotsInnerInfo .matrixListingAccordionItemBodyEarning{
    margin-top: 0;
    margin-bottom: 20px;
}
.matrixListingAccordionItemBodyEarningList1Item{
    margin-top: 15px;
}
.matrixListingAccordionItemBodyEarningList1Item:first-child{
    margin-top: 0;
}
.matrixListingAccordionItemBodyEarningList1ItemText1{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.matrixListingAccordionItemBodyEarningList1ItemProgressBar{
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}
.matrixListingAccordionItemBodyEarningList1ItemProgressBar span{
    box-sizing: border-box;
    border-radius: 8px;
    background: rgb(152, 87, 236);
    position: absolute;
    top:0;
    left:0;
    height: 100%;
}
.matrixListingAccordionItemBodyEarningList1ItemText2{
    margin-top: 11px;
    font-size: 18px;
    font-weight: 700;
    color:#A96BF7;
}
.matrixListingAccordionItemBodyEarningList1ItemText2 span{
    opacity: .4;
}
.matrixListingAccordionItemBody{
    padding: 25px 20px;
    padding-top: 0;
}
.matrixListingAccordionItemBodyEarningList1Item:last-child .matrixListingAccordionItemBodyEarningList1ItemText2{
    color:#B6FF18;
}

.matrixListingAccordionItemBodyEarningList1Item:last-child .matrixListingAccordionItemBodyEarningList1ItemProgressBar span{
    background:#B6FF18;
}
.matrixListingAccordionItemBodyShowSlotsBtn{
    margin-top: 24px;
}
.matrixListingAccordionItemBodyShowSlotsBtn.desk{
    display: none;
}

.cabinetHeadInnerSubTitle{
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    width: 100%;
}
.cabinetHeadInnerSubTitle a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    text-decoration: none;
}
.cabinetHeadInnerSubTitle a svg{
    display: flex;
    width: 18px;
}
.cabinetHeadInnerSubTitle a rect{
    fill: transparent;
}
.cabinetHeadInnerSubTitle a path{
    stroke:#fff;
}
.cabinetHeadInnerSubTitle a .text{
    color:#fff;
    font-size: 10px;
}