:root{--darkblue:#291999;--lightblue:#5555cd;--lightblue2:#8f00ff;--normalorange:orange;--lightred:rgba(255,0,0,.8);--white:#fff;--black:#000;--yellow:#ffca27;--green:#00b359;--green2:#2e8b57;--red:#ff3826;--blue:#008bff;--orange:#934f22;--deep-red:#e51717;--search-brown:#78715a;--other-gray:#2b2a2a;--canal-green:#2f8e89;--brown1:#faf9f7;--brown2:#f6f5f2;--brown3:#f3f1ed;--brown4:#f0ede8;--brown5:#edeae3;--brown6:#eae6de;--brown7:#e6e2d9;--brown8:#e3ded5;--brown9:#e0dad0;--brown10:#ddd7cb;--brown11:#d9d3c6;--brown12:#d6cfc1;--brown13:#d3cbbc;--brown14:#c9c0ad;--brown15:#c6bca8;--brown16:#bcb009;--brown17:#b3a58b;--brown18:#afa186;--brown19:#a69677;--brown20:#9c8a68;--brown21:#8f7e5d;--brown22:#807153;--brown23:#71644a;--brown24:#625740;--brown25:#534936;--brown26:#453c2d;--brown27:#362f23;--brown28:#272219;--brown29:#181510;--brown30:#090806;--mask:#1b1b1b;--major:#333;--normal:#666;--gray:#999;--disabled:#ccc;--default:#ececec;--pale-gray:#adadad;--light-gray:#f8f8f8;--linear-color-1:linear-gradient(to right,#544f4fca,var(--major),var(--normal));--button-color:linear-gradient(to right,#fff,var(--major));--button-inset-color:linear-gradient(to right,var(--mask),#fff,var(--mask));--button-reverse-color:linear-gradient(to right,var(--major),#fff);--head-color:linear-gradient(to right,var(--normal),var(--disabled),var(--normal));--header-color:linear-gradient(to bottom,#9d9d64,var(--yellow))}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ececec;background:var(--default)}::-webkit-scrollbar-thumb{background:#888;background:#666;background:var(--normal);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#000}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#000;background-color:var(--black);border-radius:100px 70px 0 0;display:flex;font-family:DM Sans,sans-serif;justify-content:center;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;list-style:none;margin:0;padding:0;text-decoration:none}.app{display:flex;overflow:hidden;width:100vw}#wrapper{width:100%}#header-item,#wrapper{display:grid;overflow:hidden}#header-item{background-color:var(--normal);grid-template-columns:auto;grid-template-rows:auto;height:12vh;left:0;position:fixed;top:0;width:100vw;z-index:2}#header-item.add-default{background-color:var(--default)}#header-item .info-card{-webkit-animation:slideDown 4s ease-in-out 1;animation:slideDown 4s ease-in-out 1;background-color:var(--orange);display:flex;justify-content:center;justify-self:center;padding:20px;position:absolute;top:-50px;width:50%;z-index:20}#header-item .h-item{align-items:center;background:var(--header-color);border-radius:0 0 50px 40px;display:flex;justify-content:center;padding:0 30px}#header-item .container{display:grid;grid-template-columns:auto;grid-template-rows:auto;width:100%}#header-item .h-item__wrap{display:grid;display:flex;flex-direction:column;grid-template-columns:auto auto;grid-template-rows:auto}#header-item .h-item__top-level{grid-gap:5%;display:grid;gap:5%;grid-template-columns:auto auto auto}#header-item .h-item__top-level__col-1{align-items:center;display:flex}#header-item .h-item__top-level__col-2{display:grid;grid-template-columns:auto;grid-template-rows:auto}#header-item .h-item__top-level__col-2 nav{display:grid}#header-item .h-item__top-level__col-2 nav ul{background:var(--brown23);border-radius:20px;display:grid;grid-template-columns:auto auto auto auto auto;margin:0}#header-item .h-item__top-level__col-2 nav ul li{align-items:center;border-radius:20px;display:grid;font-size:15px;font-weight:700;justify-content:center;padding:8px 16px}#header-item .h-item__top-level__col-2 nav ul li:hover{background:var(--brown24)}#header-item .h-item__top-level__col-2 nav ul li a,#header-item .h-item__top-level__col-2 nav ul li span{color:var(--default);font-size:12px;font-weight:400}#header-item .h-item__top-level__col-3{display:grid;position:relative}#header-item .h-item__top-level__col-3 .h-item__acc{grid-gap:2%;display:grid;gap:2%;grid-template-columns:auto auto}#header-item .h-item__acc .h-item__acc-item{display:grid}#header-item .h-item__acc .h-item__acc-item .fa-user{font-size:16px}#header-item .h-item__top-level__col-3 .h-item__acc.F{display:grid;grid-template-columns:auto auto}#header-item .h-item__acc.account .h-item__acc-item:nth-child(2){align-items:center;display:flex;font-size:12px;gap:5px;justify-content:center}#header-item .h-item__acc.account .h-item__acc-item:nth-child(2) span:first-child{color:var(--orange);text-align:center}#header-item .h-item__acc .h-item__acc-item:nth-child(2) span:nth-child(2){color:var(--default);text-align:center}#header-item .h-item__acc.account2{display:none}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}90%{-webkit-transform:translateY(-170px);transform:translateY(-170px)}to{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@keyframes slideDown{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}90%{-webkit-transform:translateY(-170px);transform:translateY(-170px)}to{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@media screen and (max-width:768px){#header-item .h-item__top-level__col-3 .h-item__acc{display:none}#header-item .h-item__acc.account2{display:block}#header-item .h-item__top-level__col-2 nav ul{grid-template-columns:auto auto auto auto}#header-item .h-item__acc .h-item__acc-item:nth-child(3){display:none}}@media screen and (max-width:650px){#header-item .h-item__top-level__col-2 nav ul{grid-template-columns:auto auto auto}#header-item .h-item__acc.account .h-item__acc-item:nth-child(2){display:none}}@media screen and (max-width:600px){#header-item .h-item__top-level__col-2 nav ul li{font-size:12px;padding:5px 10px}#header-item .h-item__top-level__col-2 nav{padding-left:10px}}@media screen and (max-width:375px){#header-item .h-item__top-level__col-2 nav ul li a,#header-item .h-item__top-level__col-2 nav ul li span{font-size:10px}}.custom-button{align-items:center;border-radius:50px;color:var(--normalwhite);cursor:pointer;display:flex;font-family:Open Sans Condensed;font-size:.7rem;font-weight:400;height:40px;justify-content:center;position:relative;width:auto}.custom-button.major-btn{background-color:var(--default);border:none;border-radius:0;color:var(--black);height:55px;margin:0;width:100%}.custom-button.major-btn.active{background-color:var(--red);color:var(--default)}.custom-button.major-btn.register{background-color:var(--green2);border:none;border:1px solid var(--brown20);border-radius:30px;color:var(--disabled);height:35px;margin:0;width:100%}.flat-button{background-color:var(--mask);background:var(--button-color);border:none;border-radius:2px;box-shadow:2px 2px 12px rgba(0,0,0,.9);color:var(--black);height:30px;padding:3px;transition:background 10s ease-in;width:100%}.trigger-btn{background:var(--brown27);border:none;color:var(--disabled);font-size:11px;height:0;padding:18px 9px}.trigger-btn:hover{background-color:var(--green2);border:1px solid var(--brown11)}.custom-button.my-bet-btn{position:relative}.custom-button.my-bet-btn,.custom-button.my-bet-btn2{background-color:var(--major);border:none;border-radius:0;color:var(--white);font-weight:700;margin:0;width:100%}.custom-button.my-bet-btn2{background-color:var(--disabled);border-radius:2px;color:var(--major);font-size:13px;height:30px;padding:0 5px}.custom-button.my-bet-btn2:first-child{padding:0 80%}.custom-button.my-bet-btn.active,.custom-button.my-bet-btn2.active{background-color:var(--mask);color:var(--yellow)}.custom-button.my-bet-btn2.active{background-color:#625d5dca;color:var(--yellow)}.custom-button.circle-type,.custom-button.circle-type2{background-color:initial;border:1px solid #fff;color:var(--site-green);height:40px;width:40px}.site-logo{color:#000;display:grid;grid-template-columns:auto auto;grid-template-rows:auto}.site-logo a{font-size:20px;font-weight:700;padding:0;position:relative}.site-logo a span:first-child{background-color:var(--green);border:2px solid var(--white);border-radius:100px;color:var(--white);padding:5px 20px 5px 5px}.site-logo a span:last-child{background-color:#fff;border-radius:100px;color:var(--green);left:85px;padding:5px;position:absolute;top:-5px}@media screen and (max-width:540px){.site-logo a{font-size:15px}.site-logo a span:last-child{left:60px}}@media screen and (max-width:375px){.site-logo a{font-size:13px}}.layout{display:grid}.main-wrap-content{display:grid;position:absolute;top:12vh}main{border-radius:50px 50px 0 0;width:100vw;z-index:1}#main-layout{display:grid}#main-wrap-content{display:grid;grid-template-columns:auto;grid-template-rows:auto auto}#container{border-radius:50px 50px 0 0;display:grid;padding:0;position:relative}#container.addLeftPadding{padding-left:25%}#container.addRightPadding{padding-right:25%}#container.container-change-color{background-color:var(--normalblack)}a,li,ul{list-style:none;text-decoration:none}h1,h2,h3,h4,p,ul{margin:0;padding:0}@media screen and (max-width:540px){#container.addLeftPadding,#container.addRightPadding{padding:0}}#login{display:grid}#login .login-content{display:grid;position:relative}#login .login-content .head{color:var(--gray);font-size:22px;margin-bottom:10px;text-align:center}#login .login-content .icon{position:absolute;top:-25px;z-index:2}#login .login-content .warning{color:#ff4500;margin:3px 0;text-align:center}#login .login-content .icon a{font-size:40px}#login .login-content .icon a span:last-child{left:160px}#login img{height:100%;object-fit:cover;width:100%}#login form{grid-gap:15px;align-items:center;display:grid;gap:15px}#login form .login-item{font-size:12px}#login form .login-item .field{display:grid}#login form .login-item:first-child{grid-gap:10px;align-items:center;display:grid;gap:10px}#login form .login-item:first-child .input-wrap{position:relative}#login form .login-item:first-child .input-wrap div{grid-gap:3px;align-items:start;border-right:1px solid var(--gray);color:var(--gray);display:grid;font-size:14px;grid-template-columns:auto auto auto;grid-template-rows:auto;height:20px;justify-content:space-between;left:20px;letter-spacing:1px;padding:2px 10px 0 0;position:absolute;top:15px}#login form .login-item:first-child .input-wrap img{height:20px;object-fit:cover;width:20px}#login form .login-item:nth-child(2){color:var(--disabled);display:flex;font-size:12px;gap:20px;justify-content:space-between}#login form .login-item:nth-child(2) .one{display:flex;gap:8px}#login form .login-item:nth-child(2) input{border:none;border-radius:4px;height:12px;width:12px}#login form .login-item:nth-child(2) a{color:var(--disabled);text-decoration:underline}#login form .login-item:nth-child(3){align-items:center;display:flex;flex-direction:column;position:relative}#login .login-item:nth-child(3) .btn-cover{align-items:center;background-color:hsla(0,0%,100%,.5);border:none;border-radius:30px;cursor:pointer;display:flex;height:55px;justify-content:center;left:0;margin:0;position:absolute;top:0;width:100%}#login .login-item:nth-child(4){color:var(--disabled);display:flex;gap:5px;justify-content:center}#login .login-item:nth-child(4) .box2{align-content:baseline;color:var(--brown16);display:flex;gap:4px}#login .login-item:last-child{grid-gap:7px;color:var(--disabled);display:grid;font-weight:700;gap:7px;justify-items:center}@media screen and (max-width:768px){#login{background-color:var(--black);padding:10px 20px}#login img{height:100%;object-fit:cover;width:100%}#login .login-content .icon a{font-size:30px}#login .login-content .icon a span:last-child{left:125px}}@media screen and (max-width:600px){#login .login-content .head{color:var(--gray);font-size:22px;margin-bottom:10px;text-align:center}}.search-input{background-color:var(--mask);border:none;color:var(--default);height:35px;padding-left:10px}.search-input,.search-input2{border-radius:5px 0 0 5px;width:100%}.search-input2{background:var(--button-reverse-color);padding:0 5px}.small-input{background:var(--button-color);border:none;outline:none;width:50px}.round-input{background-color:var(--brown5);border:none;border-radius:30px;color:var(--black);font-size:14px;height:35px;padding:0 20px}.round-input.phone{padding-left:120px}.input-fields:focus,.search-input:focus{outline:none}.round-input.register:focus{border:1px solid var(--disabled)}#booking-code{background-color:rgba(0,0,0,.8);display:grid;font-size:11px}#booking-code .booking-code-wrap{align-items:center;background-color:#322f2f80;justify-content:center;position:relative}#booking-code .cancel{cursor:pointer;font-size:15px;font-weight:700;padding:0 6px;position:absolute;right:0;top:0;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}#booking-code .cancel:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#booking-code .booking-code-wrap .container{grid-gap:10px;color:var(--default);display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto}#booking-code .booking-code-wrap .booking-code-row{display:grid;grid-template-columns:auto;grid-template-rows:auto}#booking-code .booking-code-wrap .booking-code-row:first-child .container{grid-gap:2px;align-items:center;background:var(--header-color);display:grid;gap:50px;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:space-between;padding:12px}#booking-code .booking-code-wrap .booking-code-row:first-child .container div{color:var(--black);display:grid;grid-template-columns:auto;grid-template-rows:auto}#booking-code .booking-code-wrap .booking-code-row:nth-child(2){align-items:center;display:grid;grid-template-columns:auto;padding:0 20px}#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container{grid-gap:5px;display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto}#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container .booking-c-row__item:first-child{grid-gap:5px;display:grid;gap:5px;grid-template-columns:auto}#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container .booking-c-row__item:first-child p{text-align:center}#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container .booking-c-row__item:first-child p:last-child{font-size:10px}#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container .booking-c-row__item:last-child{grid-gap:5px;background-color:rgba(0,0,0,.5);border-bottom:2px solid var(--green);border-top:1px solid var(--brown26);display:grid;gap:5px;grid-template-columns:auto;grid-template-rows:auto auto;padding:5px 10px}#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container .booking-c-row__item:last-child .row-1,#booking-code .booking-code-wrap .booking-code-row:nth-child(2) .container .booking-c-row__item:last-child .row-2{align-items:center;display:grid;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:space-between}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container{background-color:var(--default);color:var(--black);display:grid;grid-template-columns:auto;grid-template-rows:auto auto;margin:0 12px 12px}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:first-child{display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto auto}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:first-child div{display:grid;font-weight:700;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:space-between;padding:3px 12px}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:first-child div:first-child,#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:first-child div:last-child{background-color:var(--green);color:var(--black);font-weight:400;width:100%}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:nth-child(2){display:grid;grid-template-columns:auto;margin-top:10px;padding:3px 12px}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:nth-child(2) ul{grid-gap:15px;display:grid;grid-template-columns:auto;overflow-y:scroll}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:nth-child(2) ul li div{margin-bottom:3px}#booking-code .booking-code-wrap .booking-code-row:nth-child(3) .container .game-row:nth-child(2) ul li .line-1{display:flex;font-weight:700;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:space-between}#booking-code .booking-code-wrap .booking-code-row.succesfull{grid-gap:0;background-color:var(--default)}#booking-code .booking-code-wrap .booking-code-row.succesfull .container{grid-gap:20px;align-content:center;color:var(--black);display:grid;gap:20px;grid-template-columns:auto;grid-template-rows:auto auto auto;justify-items:center;padding:20px 0}#booking-code .booking-code-wrap .booking-code-row.succesfull .check-icon{align-items:center;background-color:green;border-radius:100px;color:var(--white);display:flex;justify-content:center;padding:7px 15px;width:20px}#booking-code .booking-code-wrap .booking-code-row.succesfull .container .main{grid-gap:15px;border-bottom:2px solid var(--green);border-collapse:collapse;border-top:2px solid var(--green);display:grid;gap:15px;grid-template-columns:auto;padding:20px 0;width:100%}#booking-code .booking-code-wrap .booking-code-row.succesfull .container .main div{display:grid;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:space-between}#booking-code .booking-code-wrap .booking-code-row.succesfull .container .main div span:nth-child(2){font-weight:700}#booking-code .booking-code-wrap .booking-code-row.succesfull .container .view-bet{color:green}#booking-code .booking-code-wrap .booking-code-row.succesfull .container .view-bet span:first-child{letter-spacing:1px;margin-right:10px;word-spacing:2px}footer{background-color:var(--normal);color:#fff;z-index:0}footer .wrap{display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto auto}footer .footer-item{background-color:var(--black);color:var(--default);font-size:12px;margin:0}footer .footer-item__col{padding:10px 50px}footer .footer-item:first-child{background-color:rgba(0,0,0,.7);display:grid;grid-template-columns:auto;grid-template-rows:auto}footer .footer-item:first-child ul{margin:0;padding:0}footer .footer-item:first-child .footer-list___wrap:nth-child(2){margin-top:40px}footer .footer-item:first-child ul li{color:var(--yellow);margin-bottom:10px}footer .footer-item:first-child .content{display:grid;grid-template-columns:auto 30%;grid-template-rows:auto;position:relative}footer .footer-item:first-child h1{color:var(--white);font-size:14px;margin-bottom:15px}footer .footer-item:first-child .footer-item__col{grid-gap:5px;display:grid;grid-template-columns:auto;grid-template-rows:auto auto;padding:50px}footer .footer-item:first-child .footer-item__col:first-child{background-color:rgba(0,0,0,.5);border-radius:0 0 70px 70px;height:100%;left:0;padding:0;position:absolute;top:0;width:100%}footer .footer-item:first-child .footer-item__col:nth-child(2){border-top:2px solid var(--yellow)}footer .footer-item:first-child .footer-item__col:nth-child(3){align-items:center;background-color:var(--major);border-top:2px solid var(--green);display:flex;justify-content:center}footer .footer-item:first-child .footer-item__row:first-child{grid-gap:20%;display:grid;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:start}footer .footer-item:first-child .footer-item__row:nth-child(2){display:grid;grid-template-columns:auto auto auto;grid-template-rows:auto}footer .footer-item:first-child .footer__icon-holder{background-color:grey;border-radius:100px;margin:0 5px;padding:20px}footer .footer-item:first-child .footer-item__row:nth-child(2){display:flex;justify-content:flex-end}footer .footer-item:first-child .footer-list___wrap{margin:5px}footer .footer-item:nth-child(2){background-color:#252521}footer .footer-item:nth-child(2),footer .footer-item:nth-child(2) .content{display:grid;grid-template-columns:auto;grid-template-rows:auto}footer .footer-item:nth-child(2) .footer-item__col{display:grid;grid-template-columns:auto auto;grid-template-rows:auto;justify-content:space-between;padding:10px 20px}footer .footer-item:nth-child(2) .footer__icon-holder{color:grey;margin:5px}footer .footer-item:nth-child(3){background-color:#463c3c;background-color:var(--mask);display:grid;font-size:10px}footer .footer-item:nth-child(3) .footer-item__col{display:grid;grid-template-columns:auto;grid-template-rows:auto;padding:20px}@media screen and (max-width:768px){footer .footer-item:first-child .content{grid-template-columns:auto 30%}footer .footer-item:first-child .footer-item__col:nth-child(3){justify-content:flex-start;padding:0 0 0 10%}}@media screen and (max-width:540px){footer{margin-bottom:70px}footer .footer-item:nth-child(2) .footer-item__col,footer .footer-item:nth-child(3) .footer-item__col{padding:10px}footer .footer-item:first-child .content{grid-template-columns:auto 35%}}@media screen and (max-width:414px){footer .footer-item:first-child .footer-item__col{padding:50px 20px}footer .footer-item:first-child .content{display:grid;grid-template-columns:auto;grid-template-rows:auto auto}footer .footer-item:first-child .footer-item__col:last-child{display:none}footer .footer-item:nth-child(3) .footer-item__col{font-size:8px}}@media screen and (max-width:375px){footer .footer-item:nth-child(2) .footer-item__col{grid-gap:30px;justify-content:start}footer .footer-item:nth-child(3) .footer-item__col{font-size:8px}}.modal{display:none}.modal.active{background-color:initial;display:grid;height:90vh;padding-top:10px;position:fixed;top:8.9vh;width:100vw;z-index:10}.modal.active .modal-content{display:grid;position:absolute;right:0;top:-2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal.active-b{align-items:center;background-color:rgba(0,0,0,.4);display:grid;height:100vh;justify-content:center;padding-top:0;position:fixed;top:0;width:100vw;z-index:10}.modal.active-b .modal-content{display:grid;right:0;top:-2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal.active .modal-item{align-items:center;background:var(--brown28);border-radius:4px;box-shadow:4px 4px 6px 4px var(--brown24);display:grid;margin-top:10px;padding:15px 20px;position:relative;z-index:1}.modal.active-b .modal-item{padding:0;position:relative}.modal.active .modal-item .fa-caret-up{color:var(--brown26);font-size:22px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:-13px}.modal.active-b .modal-item .fa-xmark{position:absolute;right:5px;top:5px}@media screen and (max-width:768px){.modal.active-b .modal-item{align-items:center;background:var(--brown28);border-radius:4px;display:grid;margin-top:10px;position:relative;z-index:1}}#register,#register .register-content{display:grid}#register .register-content .head{color:var(--gray);font-size:22px;margin-bottom:10px;text-align:center}#register .register-content .warning{color:#ff4500;margin:3px 0;text-align:center}#register .register-content .icon{position:absolute;top:-25px;z-index:2}#register .register-content .icon a{font-size:40px}#register .register-content .icon a span:last-child{left:160px}#register img{height:100%;object-fit:cover;width:100%}#register form{grid-gap:15px;align-items:center;display:grid;gap:15px}#register form .register-item{font-size:12px}#login form .register-item .field{display:grid}#register form .register-item:first-child{grid-gap:10px;align-items:center;display:grid;gap:10px}#register form .register-item:first-child .input-wrap{position:relative}#register form .register-item:first-child .input-wrap div{grid-gap:3px;align-items:start;border-right:1px solid var(--gray);color:var(--gray);display:grid;font-size:14px;grid-template-columns:auto auto auto;grid-template-rows:auto;height:20px;justify-content:space-between;left:20px;letter-spacing:1px;padding:2px 10px 0 0;position:absolute;top:15px}#register form .register-item:first-child .input-wrap img{height:20px;object-fit:cover;width:20px}#register form .register-item:nth-child(2){align-items:center;display:flex;flex-direction:column;position:relative}#register .register-item:nth-child(2) .btn-cover{align-items:center;background-color:hsla(0,0%,100%,.5);border:none;border-radius:30px;cursor:pointer;display:flex;height:55px;justify-content:center;left:0;margin:0;position:absolute;top:0;width:100%}#register .register-item:nth-child(3){color:var(--disabled);display:flex;gap:10px;justify-content:center}#register .register-item:nth-child(3) .box2{align-content:baseline;color:var(--brown16);display:flex;gap:4px}#register .register-item:last-child{grid-gap:7px;color:var(--disabled);display:grid;font-weight:700;gap:7px;justify-items:center}@media screen and (max-width:768px){#register{background-color:var(--black);padding:10px 20px}#register img{height:100%;object-fit:cover;width:100%}#register .register-content .icon a{font-size:30px}#register .register-content .icon a span:last-child{left:125px}}@media screen and (max-width:600px){#register .register-content .head{display:block}}.dropdown,.dropdown .dropdown__content{display:grid}.dropdown .dropdown__content ul{grid-gap:20px;display:grid;gap:20px}.dropdown .dropdown__content ul li{color:var(--brown11);font-size:11px}.dropdown .dropdown__content ul li:hover{text-decoration:underline}.dropdown .dropdown__content ul li.dropdown__item-acc{background:var(--brown30);border:1px solid var(--brown11);border-radius:3px;color:var(--brown11);display:none;font-size:9px;padding:5px}.dropdown .dropdown__content ul li.dropdown__item-acc:hover{text-decoration:none}.dropdown .dropdown__content ul li.dropdown__item-acc span:last-child{font-size:11px;text-align:center}@media screen and (max-width:768px){.dropdown .dropdown__content ul li.dropdown__item-acc{display:grid}}.account-setting{background:var(--default);display:grid;padding:50px 20px}.account-setting .success{-webkit-animation:slideDownAccSetting 3s ease-in-out 1;animation:slideDownAccSetting 3s ease-in-out 1;background:#f0f8ff;padding:25px 20px;position:absolute;right:20px;top:-80px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@-webkit-keyframes slideDownAccSetting{1%{-webkit-transform:translateY(0);transform:translateY(0)}90%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}@keyframes slideDownAccSetting{1%{-webkit-transform:translateY(0);transform:translateY(0)}90%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}.account-s__wrap-body,.account-setting__wrap{display:grid;grid-template-columns:auto}.account-setting__wrap{grid-gap:50px;display:grid;gap:50px;justify-content:center}.account-setting__wrap .head-place{align-items:baseline;display:flex;gap:20px;justify-content:center}.account-setting__wrap h1{font-size:22px;text-align:center}.account-s__wrap-col{grid-gap:50px;display:grid;gap:50px;grid-template-columns:auto auto;justify-content:center}.account-s__wrap-col .account-s__wrap-item{background:var(--light-gray);border:1px solid var(--pale-gray);display:grid;padding:50px}.account-s__wrap-col .account-s__wrap-item .head{display:flex;gap:10px;padding-bottom:10px}.account-s__wrap-col .account-s__wrap-item form,.account-s__wrap-col .account-s__wrap-item form .field-b{grid-gap:10px;display:grid;gap:10px}.account-s__wrap-col .account-s__wrap-item form .field{align-items:center;display:grid;justify-content:center}.account-s__wrap-col .account-s__wrap-item form .msg{color:var(--red);font-size:13px;text-align:center}.account-s__wrap-col .account-s__wrap-item h2{color:var(--normal);font-size:16px}@media screen and (max-width:600px){.account-s__wrap-col .account-s__wrap-item{padding:20px}.account-s__wrap-col{grid-template-columns:auto}}.banking{background-color:var(--default);padding:50px 0;position:relative}.banking,.banking__wrap{display:grid;grid-template-columns:auto}.banking__wrap{justify-content:center}.banking__item{background:var(--brown1);display:grid;grid-template-columns:auto;padding:20px}.banking__item .banking__item-row{display:grid}.banking__item .banking__item-row:not(.banking__item-row:nth-child(3)){margin-bottom:30px}.banking__item .banking__item-row:first-child{grid-gap:20px;display:grid;gap:20px;grid-template-columns:auto auto;justify-content:space-between;padding:0 5px}.banking__item .banking__item-row:first-child .banking__item-row__item:last-child h1,.banking__item .banking__item-row:first-child .banking__item-row__item:last-child h2{background:transparent;display:grid;font-size:10px;text-align:center}.banking__item .banking__item-row:first-child h1{font-size:14px}.banking__item .banking__item-row:first-child h2{background-color:var(--brown5);color:var(--gray);font-size:12px;padding:5px}.banking__item .banking__item-row:nth-child(2){grid-gap:5px;display:grid;gap:5px;grid-template-columns:auto;justify-content:center}.banking__item .banking__item-row:nth-child(2) .banking__item-row__item:first-child{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto auto;justify-content:center}.banking__item .banking__item-row:nth-child(2) .banking__item-row__item:nth-child(2){grid-gap:5px;align-items:end;background:var(--brown7);border-radius:5px;display:grid;gap:5px;grid-template-columns:8% auto;padding:5px}.banking__item .banking__item-row:nth-child(2) .banking__item-row__item.active{border:1px solid red}.banking__item .banking__item-row:nth-child(2) .banking__item-row__item:nth-child(2)
.text{font-size:16px;font-weight:900;padding-bottom:5px;text-align:center}.banking__item .banking__item-row:nth-child(2) .banking__item-row__item:nth-child(2)
.msg{color:red;font-size:10px;text-align:center}.banking__item .banking__item-row:nth-child(2) .banking__item-row__item:nth-child(2)
input{height:30px;outline:none;padding:0 5px;width:95%}.banking__item .banking__item-row:nth-child(2) button{background-color:#74af91;border:none;padding:10px 20px}.banking__item .banking__item-row:nth-child(3){background-color:var(--gray);display:grid;justify-self:center;width:100%}.banking__item .banking__item-row:nth-child(3) .msg{align-items:center;color:var(--white);display:flex;justify-content:center;padding:10px}.banking__item .banking__item-row:nth-child(3) .msg.active{background-color:#74af91}.banking__item .banking__item-row:last-child{grid-gap:10px;background-color:var(--brown3);display:grid;gap:10px;grid-template-columns:auto;height:60vh;overflow-y:auto;position:relative}.banking__item .banking__item-row:last-child h2{background-color:var(--brown7);font-size:14px;padding:5px}.banking form{grid-gap:10px;align-items:center;background:var(--default);border-radius:10px;display:grid;gap:10px;grid-template-columns:auto;justify-content:center;padding:20px}.banking__item form h3{color:var(--gray);font-size:14px;font-weight:100;text-align:center}.banking form .body{grid-gap:10px;background:linear-gradient(90deg,#2a3e34,#fff,#2a3e34);display:grid;gap:10px;grid-template-columns:auto auto;padding:5px}.banking form .img-block{align-items:center;display:grid;justify-content:center}.banking form .flutterwave-img,.banking form .paystack-img{background-color:#fff}.banking form .paystack-img img{height:100px;object-fit:cover;width:170px}.banking form .flutterwave-img img{height:35px;object-fit:cover;padding:5px;width:170px}@media screen and (max-width:600px){.banking{padding:20px 0}.banking form .paystack-img img{height:100px;width:110px}.banking form .flutterwave-img img{height:28px;width:122px}}.pin-modal{align-items:center;background:rgba(1,1,1,.4);display:grid;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2}.pin-modal .pin-modal__content{background:var(--white);display:grid;padding:20px}.pin-modal .pin-modal__item{grid-gap:20px;align-items:center;display:grid;gap:20px;justify-content:center}.pin-modal .pin-modal__item-row:first-child .item{display:flex;justify-content:space-between}.pin-modal .pin-modal__item-row:first-child .item
h2{color:var(--gray);font-size:10px;text-align:end}.pin-modal .pin-modal__item-row:first-child .item
img.flutterwave{border:1px solid #000;height:27px;object-fit:cover;padding:5px;width:120px}.pin-modal .pin-modal__item-row:first-child .item
img.paystack{height:25px;object-fit:cover;width:90px}.pin-modal .pin-modal__item-row:nth-child(2){font-size:14px;justify-self:center;width:70%}.pin-modal .pin-modal__item-row:nth-child(2) .item h1{color:var(--normal);font-size:14px;text-align:center}.pin-modal .pin-modal__item-row:nth-child(2) .item{display:grid}.pin-modal .pin-modal__item-row:nth-child(2) .item a{color:var(--orange);font-size:10px;justify-self:center;text-align:end;text-decoration:underline}.pin-modal .pin-modal__item-row:last-child{grid-gap:30px;display:grid;gap:30px}.pin-modal .pin-modal__item-row:last-child form{background:transparent;gap:30px}.pin-modal .pin-modal__item-row:last-child .item{background:var(--default);border-radius:20px;display:grid;padding:12px 17px}.pin-modal .pin-modal__item-row:last-child .item .msg{color:red;font-size:12px;margin-bottom:5px;text-align:center}.pin-modal .pin-modal__item-row:last-child .item .input-place{display:flex;gap:10px;justify-content:space-between}.pin-modal .pin-modal__item-row:last-child input{border:1px solid #d7d6d6;border-radius:3px;height:30px;text-align:center;width:30px}.pin-modal .pin-modal__item-row:last-child input::-webkit-inner-spin-button,.pin-modal .pin-modal__item-row:last-child input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pin-modal .pin-modal__item-row:last-child input[type=number]{-moz-appearance:textfield}.pin-modal .pin-modal__item-row:last-child button{border:1px solid #d7d6d6;border-radius:3px;justify-self:center;padding:7px}.my-bet{background-color:var(--default);padding:3px 5px}.my-bet,.my-bet .my-bet__body{display:grid;grid-template-columns:auto;grid-template-rows:auto}.my-bet .my-bet__body{padding-top:20px}.my-bet .my-bet__body .my-bet__body-row:first-child{display:grid;grid-template-columns:auto;grid-template-rows:auto;padding:0 20px}.my-bet .my-bet__body .my-bet__body-row:first-child .header__btn-wrap{border-radius:5px 5px 0 0;display:grid;grid-template-columns:auto auto;grid-template-rows:auto;overflow:hidden}.my-bet .my-bet__body .my-bet__body-row:first-child .header__btn-wrap .open-bet__total{align-items:center;background-color:var(--default);border-radius:40px;color:var(--default);display:grid;font-size:10px;justify-content:center;padding:2px 4px;position:absolute;right:0;top:10%}.my-bet .my-bet__body .my-bet__body-row:first-child .header__btn-wrap .open-bet__total.active{background-color:#78715a;color:var(--white)}.my-bet .my-bet__body .my-bet__body-row:nth-child(2){border-bottom:1px solid var(--brown11);display:grid;grid-template-columns:auto;grid-template-rows:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(2) .body__btn-wrap{grid-gap:20px;display:grid;gap:20px;grid-template-columns:auto auto auto;grid-template-rows:auto;justify-content:start;padding:10px}.my-bet .my-bet__body .my-bet__body-row:nth-child(3){display:grid;grid-template-columns:auto;grid-template-rows:auto;padding:10px 0 10px 8px}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .head,.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__inner-list-items{align-items:baseline;border-bottom:1px solid var(--brown15);display:grid;font-size:9px;grid-template-columns:auto auto;grid-template-rows:auto;padding:5px 0}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__inner-list-items:last-child{border-bottom:none}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li{grid-template-columns:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .li-wrap{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto auto;grid-template-rows:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .li-wrap__main{grid-gap:5px;display:grid;gap:5px;grid-template-columns:auto;grid-template-rows:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1{display:flex;flex-wrap:wrap;font-size:9px}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 span{margin-left:4px}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-2{color:var(--brown20);text-decoration:underline}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap{grid-gap:30px;display:grid;gap:30px;grid-template-columns:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap .my-bet__wrap-items{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:auto;height:35vh;overflow:auto;padding-bottom:15vh;padding-right:13px}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap-items .empty-text{color:var(--normal);display:grid;font-size:12px;grid-template-columns:10% auto;grid-template-rows:auto;justify-content:center;margin:50px 0;opacity:.5}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap .my-bet__list-items{grid-gap:20px;border:1px solid var(--brown15);border-radius:3px;display:grid;gap:20px;grid-template-columns:auto;grid-template-rows:auto;padding:0 5px 10px}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap .my-bet__list-items ul{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto;grid-template-rows:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap-btm{grid-gap:20px;color:var(--default);display:grid;font-size:10px;gap:20px;grid-template-columns:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .hide{grid-gap:10px;align-items:center;color:var(--gray);display:grid;font-size:9px;gap:10px;grid-template-columns:auto auto;justify-self:end}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap-btm .line-2{grid-gap:7px;color:var(--brown17);display:grid;gap:7px;grid-template-columns:auto}.my-bet .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap-btm .line-2 div{display:grid;grid-template-columns:auto auto;justify-content:space-between}.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 span:last-child,.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-3{color:var(--black)}.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap .my-bet__list-items .head,.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 .fa-futbol,.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 .odd,.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 .text,.my-bet__page .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-2{color:var(--gray)}.my-bet__page .custom-button.my-bet-btn.active{background-color:var(--default);border-bottom:4px solid var(--canal-green)}.my-bet__page .custom-button.my-bet-btn{background-color:var(--default);border-bottom:4px solid var(--default);color:var(--normal)}.my-bet__page.fullscreen-display .my-bet{padding:10px 10% 50px}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:first-child{justify-content:start;padding:0}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:first-child .header__btn-wrap{gap:30px}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3){padding:0}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(2) .body__btn-wrap{padding:20px 0}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .head,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__inner-list-items{padding:15px 30px}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .head,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__inner-list-items,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__inner-list-items .fixture-update,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1{font-size:12px}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1{gap:7px}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 .fa-futbol,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 .odd,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-1 .text,.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap li .li-wrap .line-2{font-weight:900}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap .my-bet__wrap-items{height:auto;overflow:visible;overflow:initial;padding-right:0}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap-items .empty-text{font-size:14px}.my-bet__page.fullscreen-display .my-bet__body .my-bet__body-row:nth-child(3) .body__btn-wrap .my-bet__wrap .my-bet__list-items .head{align-items:baseline;font-weight:700;padding:15px 30px}.my-bet__page.fullscreen-display .custom-button.my-bet-btn,.my-bet__page.fullscreen-display .custom-button.my-bet-btn2{padding:0 20px}.my-bet__page.fullscreen-display .custom-button.my-bet-btn{font-size:17px}.transaction,.transaction-table,.transaction-table__item,.transaction__wrap{display:grid;grid-template-columns:auto}table,td,th,tr{margin:0;padding:0}.transaction{padding:15px}.transaction-table{background:var(--light-gray);padding:15px}.transaction-table__item{display:grid;grid-template-columns:auto}.transaction-table__item ul li{display:grid;text-align:center}.transaction-table__item.head{grid-template-columns:auto;overflow-x:auto}.transaction-table__item.head,.transaction-table__item.head ul{border-bottom:1px solid var(--brown7);display:grid;font-size:14px}.transaction-table__item.head ul{align-items:center;grid-template-columns:auto auto auto auto auto auto}.transaction-table__item.head li{padding:10px}.transaction-table__item.head li.active{border-bottom:3px solid var(--green)}.transaction-table__item:nth-child(2){align-items:center;display:flex;height:70px;justify-content:space-between}.transaction-table__item:nth-child(2) .svg-inline--fa{color:var(--brown16);font-size:20px;margin:0 10px}.transaction-table__item:nth-child(2) span{font-size:13px}.transaction-table__item:nth-child(2) h2{background:#e9e9e9;color:var(--);font-size:12px;padding:10px}.transaction-table__item:last-child{overflow-x:auto}.transaction-table table{gap:5px;overflow-x:auto}.transaction-table table tr{grid-gap:10px;background:var(--brown3);border:1px solid var(--brown8);display:grid;gap:10px;grid-template-columns:15% 80px 20% 50px auto auto 40px}.transaction-table table tr td,.transaction-table table tr th{padding:10px 0;text-align:center}.transaction-table table tr.head{background:var(--brown24);color:var(--default)}.transaction-table table{grid-gap:3px;display:grid;font-size:11px;gap:3px;grid-template-columns:auto}.transaction-table table tr td .svg-inline--fa{color:var(--brown16);font-size:14px}.transaction-table table .msg{align-items:center;display:grid;grid-template-columns:auto;height:50vh;justify-content:center}.transaction-table table .msg td{color:var(--pale-gray);font-size:17px}@media screen and (max-width:600px){.transaction-table__item:nth-child(2){height:60px}.transaction-table table,.transaction-table__item:nth-child(2) span{font-size:10px}.transaction-table__item:nth-child(2) h2{font-size:11px;width:42%}.transaction-table table tr,.transaction-table__item ul{grid-template-columns:70px 70px 70px 70px 70px 70px 40px}}.my-account{background:var(--default);display:grid}
/*# sourceMappingURL=main.4777ea50.css.map*/