/*=================reset css starts here=================  */
*{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,ul,li,body,html,form,fieldset{margin:0;padding:0;outline:none;border:0}
a{text-decoration:none;border:0;outline:0;}
ul{list-style:none;}
a:focus,input:focus,textarea:focus,*:focus{outline:0!important;}

/* =================reset css ends here================= */

/* =================core css starts here================= */
body{font-size:16px;line-height:24px;font-weight:400;font-family:proxima-nova,sans-serif;color:#000;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.container-fluid{width:calc(100% - 95px);}
.container{width:calc(100% - 60px);max-width:1290px;}
a,input,button{display:inline-block;text-decoration:none;color:inherit;outline:none;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;}
a img{border:0px none;}
a:hover{outline:none;color:#000;text-decoration:none;}
a:active{outline:none;text-decoration:none;}
a:focus{outline:none;outline-offset:0px;text-decoration:none;color:inherit;}
::-webkit-input-placeholder{color:#000;opacity:0.5;}
::-moz-placeholder{color:#000;opacity:0.5;}
:-moz-placeholder{color:#000;opacity:0.5;}
:-ms-input-placeholder{color:#000;opacity:0.5;}
.os-animation{opacity:0;}
.os-animation.animated{opacity:1;}
img{max-width:100%;border:0;height:auto;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;margin-bottom:24px;line-height:1.2;font-weight:700;color:inherit;}
h1{font-size:58px;}
h2{font-size:48px;}
h3{font-size:40px;}
h4{font-size:30px;}
h5{font-size:26px;}
h6{font-size:22px;}
p{margin:0px;padding:0px;margin-bottom:24px;}
strong{font-weight:700;}
b{font-weight:400;}
p:last-child{margin-bottom:0;}
.btn{border-radius:50px;font-weight:700;padding:15px;min-width:243px;font-weight:700;font-size:20px;line-height:24px;box-shadow:none;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;}
.btn-default,.btn-default:focus{color:#fff;background-color:#E5601E;border:solid 1px  #E5601E;}
.btn-default:hover,.btn-default:active{color:#fff;background-color:#333;border-color:#333;}
.btn-dark-grey,.btn-dark-grey:focus{background:#272727;color:#fff;border:2px solid #272727;}
.btn-dark-grey:hover,.btn-dark-grey:active{color:#fff;background-color:#272727;border-color:#272727;}
.btn-grey,.btn-grey:focus{background:#F6F6F6;color:#717171;border:2px solid #F6F6F6;}
.btn-grey:hover,.btn-grey:active{color:#fff;background-color:#E5601E;border-color:#E5601E;}
.btn-grey-outline,.btn-grey-outline:focus{background:transparent;color:#434343;border:2px solid #525252;}
.btn-grey-outline:hover,.btn-grey-outline:active{color:#fff;background-color:#434343;border-color:#434343;}
.btn-green-outline,.btn-green-outline:focus{background:rgba(36,181,103,0.8);color:#fff;border:2px solid #24B567;}
.btn-green-outline:hover,.btn-green-outline:active{color:#ffff;background-color:#24B567;border-color:#24B567;}
.btn-outline,.btn-outline:focus{background:transparent;color:#000;border:2px solid #000;}
.btn-outline:hover,.btn-outline:active{color:#fff;background-color:#000;border-color:#000;}
.btn-white-outline,.btn-white-outline:focus{background:transparent;color:#fff;border:2px solid #fff;}
.btn-white-outline:hover,.btn-white-outline:active{color:#000;background-color:#fff;border-color:#fff;}
.btn-black,.btn-black:focus{color:#fff;background:#171717;border:2px solid #171717;}
.btn-black:hover,.btn-black:active{color:#171717;background-color:transparent;border-color:#171717;}
.btn-white,.btn-white:focus{color:#000;background:#fff;border:2px solid #fff;}
.btn-white:hover,.btn-white:active{color:#fff;background-color:#000;border-color:#fff;}
.btn-dark-black,.btn-dark-black:focus{color:#fff;background:#000;border:2px solid #000;}
.btn-dark-black:hover,.btn-dark-black:active{color:#000;background-color:transparent;border-color:#000;}
.btn-dark-grey,.btn-dark-grey:focus{color:#fff;background:#D1D1D1;border:2px solid #D1D1D1;}
.btn-dark-grey:hover,.btn-dark-grey:active{color:#fff;background-color:#E5601E;border-color:#E5601E;}
.btn-delete{background:#BA0303;color:#fff;}
.btn-delete:hover{color:#fff;}
.btn.btn-lg{min-width:255px!important;padding:21px 15px!important;}
.btn.btn-md{padding:21px 15px!important;}
.btn-md-close,.btn-md-close:focus{color:#171717;border:1px solid #000;background-color:transparent;}
.btn-md-close:hover,.btn-md-close:active{color:#fff;border-color:#171717;background-color:#171717;}
.btn.btn-small{font-size:15px;min-width:149px;padding:13px 15px;}
@keyframes spin{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
.btn-loading{transition:none;position:relative;}
.btn-loading img{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;position:absolute;right:18px;top:10px;}
.btn.btn-block{min-width:100%;}
.btn+.btn{margin-left:25px;}
.grey-bg{background:#f5f5f5;}
.tick-checkbox.form-check{padding-left:35px;font-size:14px;line-height:24px;margin:0;text-align:left;position:relative;color:#333230;}
.tick-checkbox.form-check input[type="checkbox"].form-check-input{display:none;}
.tick-checkbox.form-check input[type="checkbox"]+.form-check-label{cursor:pointer;line-height:inherit;}
.tick-checkbox.form-check input[type="checkbox"]+.form-check-label::before{content:'';position:absolute;left:0;top:0;background:transparent;border:2px solid #EBEBEB;border-radius:4px;width:24px;height:24px;transition:all 0.2s ease-in;}
.tick-checkbox.form-check input[type="checkbox"].form-check-input:checked+.form-check-label::before{border-color:#000;background:#000;}
.tick-checkbox.form-check input[type="checkbox"]+.form-check-label::after{content:'';position:absolute;left:0;top:0;width:24px;height:24px;display:block;background:url(../images/tick-icon.svg) no-repeat center/25px 20px;opacity:0;transform:scale(0);transition:all 0.2s ease-in;}
.tick-checkbox.form-check input[type="checkbox"].form-check-input:checked+.form-check-label::after{opacity:1;transform:scale(1);}
.tick-checkbox.form-check input[type="checkbox"].form-check-input:disabled+.form-check-label::before{background:#f6f6f6;}
.tooltip.show{opacity:1!important;z-index:999912!important;}
.tooltip-inner{opacity:1!important;max-width:380px;padding:14px 15px;color:#fff;border-radius:4px;background:#1C1D23;font-size:14px;line-height:1.2;z-index:99;}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{border-top-color:#1C1D23;}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{border-right-color:#1C1D23;}
.ui-box-inner{position:relative;z-index:1;}
.popover-overlay{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / 50%);z-index:9999;display:none;}
.popover-overlay.open{display:block;}
.popover{z-index:99999999!important;}
.popover.custom-popover{background:transparent!important;width:100%!important;max-width:793px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;height:auto!important;}
.popover.custom-popover .popover-body{padding:0!important;}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{border-right-color:#1C1D23;}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{border-top-color:#1C1D23;}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{border-bottom-color:#1C1D23;}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{border-left-color:#1C1D23;}
.custom-popover-content{background:#1C1D23;padding:10px 10px 10px 14px;border-radius:6px;}
.tooltip-popover .custom-popover-content{background:transparent!important;padding:0!important;border-radius:0!important;}
.tooltip-popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.tooltip-popover.bs-popover-end>.popover-arrow::after{border-right-color:#fff;}
.tooltip-popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.tooltip-popover.bs-popover-top>.popover-arrow::after{border-top-color:#fff;}
.tooltip-popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.tooltip-popover.bs-popover-start>.popover-arrow::after{border-left-color:#fff;}
.tooltip-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.tooltip-popover.bs-popover-bottom>.popover-arrow::after{border-bottom-color:#fff;}
.animate.circle-icon rect{stroke-dasharray:252;stroke-dashoffset:252;animation:dash 5s linear infinite;}
@keyframes dash{
to{stroke-dashoffset:0;}
}
.custom-popover-content{max-width:793px;}
.flex-basis-0{flex-basis:0!important;}
.cpc-item{padding:5px;width:auto;min-width:210px;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
.close-popover{background:transparent;position:fixed;bottom:100%;right:0;width:30px;height:30px;background:#e46223;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:-1px;cursor:pointer;}
.default-wrapper-container{padding:70px 0;}
.dwc-header{padding-bottom:5px;border-bottom:1px solid #ededed;margin-bottom:35px;}
.dwc-header h4{font-size:25px;margin-bottom:0;font-weight:600;text-transform:capitalize;}
.dwc-body .btn{margin:15px;}
.dwc-body{width:calc(100% + 30px);margin-left:-15px;}
.dwc-row + .dwc-row{margin-top:40px;}
.alert-container{max-width:528px;position:fixed;top:50px;right:20px;z-index:99;}
.alert{background:#fff;box-shadow:0px 2px 23px rgb(0 0 0 / 20%);border-radius:10px;margin-bottom:25px;font-weight:400;font-size:14px;line-height:1.4;color:#000;padding:18px 80px;position:relative;}
.alert-icon{width:25px;height:25px;position:absolute;left:25px;top:22px;}
.alert-close{width:15px;height:15px;position:absolute;right:25px;top:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.alert-close-icon{position:absolute;right:35px;top:35px;width:15px;height:15px;cursor:pointer;}
.alert-modal .modal-content{filter:drop-shadow(0px 4px 26px rgba(0,0,0,0.15));border-radius:10px;border:0;box-shadow:none;padding:0;overflow:hidden;}
.modal-alert-box{padding:35px 42px;}
.modal-alert-box h4{font-weight:700;font-size:21px;line-height:27px;margin-bottom:20px;}
.modal-alert-box p{font-weight:400;font-size:14px;line-height:24px;margin-bottom:38px;}
.btn-loader{font-weight:600;font-size:14px;line-height:24px;color:#454545;margin-right:12px;}
.alert-modal .modal-dialog{max-width:617px;}
.form-check.has-circle-radio{display:flex;align-items:center;padding-left:38px;position:relative;margin:0;min-height:auto;cursor:pointer;}
.has-circle-radio .form-check-input{width:24px;height:24px;border-color:#E4E4E4;border-width:2px;position:absolute;left:0;top:0;display:inline-block;margin:0;}
.has-circle-radio .form-check-input:focus{box-shadow:none!important;}
.has-circle-radio  .form-check-input:checked{background-color:#000!important;border-color:#000!important;}
.has-circle-radio .form-check-label{font-weight:400;font-size:14px;color:#000;cursor:pointer;}
.form-check-outer{margin-bottom:30px;}

/* =================core css ends here================= */
html,body{min-height:100vh;}
.box-shadow{box-shadow:0px 0px 22.294px rgba(0,0,0,0.1)!important;}
.border-radius{border-radius:1vw!important;}
.border{border:0.5vw solid #fff!important;}
.outer-container{width:100%;min-height:100vh;/*padding:6.5vw 0 0;*/background:#F8F8F8;}
.page-wrapper{padding:60px 0 150px;}
.pw-head{margin-bottom:2.3vw;}
.pw-list li{font-weight:500;font-size:1.9vw;line-height:1.2;letter-spacing:0.03em;text-transform:uppercase;padding:0 15px;position:relative;}
.pw-list li:not(:last-child):before{content:'';width:3px;height:calc(100% - 1vw);position:absolute;right:0;top:50%;transform:translateY(-50%);background:#333;}
.players-list .players-item{width:33.33%;padding:2vw;}
.players-box{padding:0.5vw;border:4px solid transparent;background:#fff;}
.players-box:hover{border-color:#E5601E!important;}
.player-img{width:100%;height:100%;position:relative;padding-bottom:150%;border-radius:1vw;overflow:hidden;}
.player-img > img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.pw-action-btn-row{margin-top:1.5vw;}
.pw-icon{background:#E5601E;border:6px solid #FFFFFF;border-radius:24px;box-shadow:0px 0px 36px rgb(0 0 0 / 10%);width:4vw;height:4vw;display:flex;align-items:center;justify-content:center;margin:0 auto 0.5vw;}
.pw-icon-item{width:auto;padding:0px 1vw;}
.pw-icon-box h4{font-weight:700;font-size:0.73vw;line-height:1.2;text-align:center;letter-spacing:0.03em;margin-bottom:0;text-transform:uppercase;margin-top:-30px;opacity:0;visibility:hidden;transition:0.2s all ease-in;cursor:pointer;}
.pw-icon-box:hover h4{opacity:1!important;visibility:visible!important;margin-top:0!important;}
.pw-icon{cursor:pointer;}
.pw-icon img{width:2vw;}
.players-box h4{font-weight:800;font-size:24px;line-height:29px;text-align:center;letter-spacing:0.02em;text-transform:uppercase;color:#1A1A1A;margin-bottom:0;padding:18px 10px;}
.game-question-footer{min-height:87px;padding:15px 0;background:#FFFFFF;box-shadow:0px 0px 21.4009px rgb(0 0 0 / 10%);width:100%;position:fixed;bottom:0;}
.timer-gqf{display:flex;align-items:center;}
.gqf-right-group p{font-size:24px;line-height:29px;letter-spacing:0.03em;}
.gqf-right-group{width:auto;white-space:nowrap;}
.gqf-right-group + .gqf-right-group{margin-left:30px;}
.gqf-right-group img{margin-right:15px;width:36px;}
.gqf-left-text p{font-weight:400;font-size:18px;line-height:22px;letter-spacing:0.03em;text-transform:uppercase;color:#000000;margin-bottom:0;}
.gqf-left-text h5{margin-right:16px;font-weight:700;font-size:24px;line-height:29px;letter-spacing:0.03em;text-transform:uppercase;color:#000000;margin-bottom:0;}
.gqf-left-img{padding:13px;background:#fff;border:1px solid #B5B5B5;border-radius:22px;margin-right:20px;margin-top:-90px;width:171px;}
.gqf-left-text{padding-bottom:15px;}
.timer-gqf .progress{width:18vw;height:1vh;border-radius:24px;background:#797979;}
.timer-gqf i{font-size:28px;margin-right:30px;}
.timer-gqf .progress .progress-bar{background:#E5601E;border-radius:24px;}
.timer-gqf img{margin-right:33px;}
.gqf-left-img img{height:100%;width:100%;}
.gqf-mid{position:absolute;left:50%;transform:translateX(-50%);}
.sqf-icon{width:15px;position:absolute;right:-15px;bottom:15px;}
.pw-head > img{margin-right:15px;box-shadow:0px 0px 20.3077px rgba(0,0,0,0.1);border-radius:13px;overflow:hidden;}
.pw-head h6{font-weight:500;font-size:1.9vw;line-height:1.2;letter-spacing:0.03em;margin-bottom:0;text-transform:uppercase;}
.pw-icon.disable{background:#DFDFDF!important;border-color:#C1C1C1!important;}
.game-over-content h1{font-weight:800;font-size:68px;line-height:83px;letter-spacing:0.03em;text-transform:uppercase;color:#E5601E;margin-bottom:38px;}
.game-over-content h2{font-weight:700;font-size:36px;line-height:44px;letter-spacing:0.03em;margin-bottom:5px;}
.game-over-content h2 + p{font-weight:500;font-size:18px;line-height:22px;letter-spacing:0.03em;width:90%;margin:0 auto 50px;}
.game-over-content{color:#333333;}
.large-images-box{max-width:321px;margin:100px auto 20px;}
.icon{width:36px;margin-right:13px;display:flex;align-items:center;}
.icon-row p{font-size:24px;line-height:29px;letter-spacing:0.03em;}
.game-over-content h6{font-weight:400;font-size:18px;line-height:22px;letter-spacing:0.03em;margin-bottom:0;}
.game-over-content h5{font-weight:700;font-size:24px;line-height:29px;text-align:center;letter-spacing:0.03em;margin-bottom:0;}
.icon-row + .icon-row{margin-top:30px;}
.orange-text{color:#E5601E!important;}

/*================================== Dark Mode ===========================*/
.dark-bg{background:#1C1D23!important;}
.pw-list li:not(:last-child):before{background:#fff;}

/*================================== Dark Mode ===========================*/

/* =================slick css ends here================= */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
.slick-slide img{display:block;width:100%}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,.slick-next{z-index:99;font-size:0;line-height:0;position:absolute;top:50%;display:block;float:left;padding:0;margin-top:-25px\9; /*lte IE 8*/-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;width:62px;height:63px;}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent;}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.3;}
.slick-prev:before,.slick-next:before{font-family:'font Awesome 5 Free';font-weight:900;font-size:50px;line-height:1;opacity:0.9;color:#fff;text-shadow:0 5px 5px rgba(0,0,0,0.2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent;border-radius:50%;display:inline-block;padding:0;}
.slick-prev{left:15px;}
.slick-prev:before{content:"\f053";}
.slick-next{right:15px;}
.slick-next:before{content:"\f054";}
.slick-slider{margin-bottom:0;padding-bottom:45px;}
.slick-dots{position:absolute;bottom:0;display:block;width:100%;padding:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;text-align:center;cursor:pointer;vertical-align:top;}
.slick-dots li button{font-size:0;line-height:0;display:inline-block;width:15px;height:15px;padding:0;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;opacity:1;border-radius:50%;vertical-align:top;margin:10px;}
.slick-dots li.slick-active button,.slick-dots li:hover button{opacity:1;background-color:#000;}
.white-dots .slick-dots li button{border-color:#fff;background:#fff;opacity:0.4;}
.white-dots  .slick-dots li.slick-active button,.white-dots  .slick-dots li:hover button{background-color:#fff;opacity:1;}

/* =================slick css end here=================  */

/*================================== Hero Slider Dots Animation start ===========================*/
.hero-slider .slick-dots li svg{width:70px;height:70px;position:absolute;top:0;right:0;bottom:0;left:0;}
circle{fill:transparent;stroke:#ffffff;stroke-width:2px;stroke-dasharray:201;stroke-dashoffset:0;transform:rotate(-90deg);transform-origin:center;}
@keyframes clock-animation{
0%{stroke-dashoffset:201;}
100%{stroke-dashoffset:0;}
}
.hero-slider .slick-dots .slick-active svg circle{animation:clock-animation 6.5s linear;stroke:#ee642c;}

/*================================== Hero Slider Dots Animation end ===========================*/

/*================================== Home Page start ===========================*/
.content-container{padding:45px 0;}
.btn2{border-radius:6px;font-weight:700;padding:15px 15px;min-width:150px;font-size:12px;line-height:1.2;box-shadow:none;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;text-align:center;}
.btn-orange,.btn-orange:focus{color:#fff;background-color:#E5601E;border:solid 2px #E5601E;}
.btn-orange:hover,.btn-orange:active{color:#fff;background-color:#000;border:solid 2px #000;}
.btn-third,.btn-third:focus{color:#fff;background-color:#000;border:solid 2px #000;}
.btn-third:hover,.btn-third:active{color:#000;background-color:#fff;border-color:#000;}
.btn2.btn-block{min-width:100%;}
.btn2.btn-sm{padding:12px 25px!important;font-weight:700!important;font-size:18px!important;line-height:1;letter-spacing:-0.5px;}
.grey-bg{background:#f5f5f5!important;}
.mian-wrapper-container{padding-top:80px;min-height:100vh;}
#header1{background:#f5f5f5;position:fixed;left:0;top:0;right:0;padding:0;z-index:9999;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;}
.fixed #header1{box-shadow:0 5px 8px rgba(0,0,0,0.1);}
#header1 .navbar-nav .nav-link{font-weight:600;font-size:16px;line-height:1.2;text-align:center;text-transform:uppercase;color:#0C0C0C;padding:6px;letter-spacing:0;}
#header1 .navbar-nav .nav-link:hover{color:#E5601E;}
#header1 .new-header-right{margin-left:10px;}
#header1 .navbar-expand{padding:0;height:60px;}
#header1 .header-btn{background:#E5601E;border-radius:50px;padding:13px 15px;color:#fff;min-width:138px;text-align:center;text-transform:uppercase;font-weight:700;font-size:14px;line-height:1;letter-spacing:0;}
#header1 .color-picker-btn{width:42px;height:42px;cursor:pointer;margin-left:16px;}
#header1 .navbar-brand{margin:0;padding:0;width:219px;}
#header1 .navbar{padding:0;height:80px;}
.header-count-block{padding:8px 10px;border:1px solid #ADADAD;border-radius:50px;margin:0 6px 0 10px;width:auto;min-width:85px;background:#fff;}
.hcb-logo{width:25px;height:25px;}
.hcb-icon{width:12px;margin:0 7px;display:flex;align-items:center;}
.hcb-number{font-size:18px;font-weight:700;color:#000;line-height:1;width:calc(100% - 51px);text-overflow:ellipsis;}
.cc-header h4{font-weight:400;font-size:20px;line-height:1.2;margin-bottom:0;}
.cta-continer .cta-box{border-radius:18px;}
.cta-continer .cta-content-box{position:relative;z-index:2;padding:30px 48px;}
.cta-continer .cta-bg{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;background-position:center;background-repeat:no-repeat;background-size:cover;}
.cta-content-box h5{font-size:30px;font-weight:700;line-height:1.3;text-transform:uppercase;margin-bottom:0;color:#1D1D1D;}
.cta-content-box h5 > span{display:block;font-weight:400;}
.cta-btn,.cta-btn:focus{font-weight:600;font-size:14px;line-height:1;text-transform:uppercase;color:#FFFFFF;background:#171717;padding:18px 25px;border-radius:50px;min-width:190px;text-align:center;border:2px solid #171717;}
.cta-btn:hover,.cta-btn:active{background:#000000;color:#fff;}
.winner-card-list{width:calc(100% + 56px);margin-left:-28px;margin-top:20px;}
.wcl-item{padding:25px 28px;}
.wcl-box{padding:10px;background:#fff;box-shadow:0px 0px 36px rgb(0 0 0 / 10%);border-radius:18px;}
.wcl-img-box{width:220px;margin:0 auto;}
.wcl-text-box{width:calc(100% - 220px);padding:15px 3% 15px 17%;}
.wcl-img{height:100%;position:relative;padding-bottom:100%;}
.wcl-img img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;border-radius:20px;}
.wcl-text-box h4{font-weight:400;font-size:12px;line-height:23px;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:0;}
.wcl-name-box{border:1px solid #B4B4B4;border-radius:50px;padding:4px;margin-bottom:0;}
.wcl-profile{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-right:14px;}
.wcl-profile img{width:100%;height:100%;object-fit:cover;}
.wcl-name{width:calc(100% - 64px);font-weight:400;font-size:14px;line-height:1.2;text-transform:uppercase;}
.wcl-price{margin:15px 0 0;}
.price-list{width:calc(100% + 56px);margin-left:-28px;}
.price-list li{position:relative;padding:0 28px}
.price-list li:not(:last-child):before{content:'';width:2px;height:100%;background:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.price-list-box h5,.price-list-box h3{font-size:22px;line-height:1.2;text-transform:uppercase;margin-bottom:0;}
.price-list-box h5>span,.price-list-box h3>span{display:block;font-size:12px;line-height:1.2;font-weight:500;}
.featured-contest-list{width:calc(100% + 50px);margin-left:-25px;margin-top:35px;}
.featured-contest-list li.fc-item{width:33.33%;padding:15px 25px;}
.fc-box{box-shadow:0px 0px 15px rgba(0,0,0,0.1);border-radius:25px;background:#fff;color:#1A1A1A;text-transform:uppercase;padding:21px 15px 20px 15px;position:relative;transition:0.1s all ease;}
.fc-header{padding:0 0 12px;}
.fc-btn .btn-orange:hover,.fc-btn .btn-orange:active{background-color:#1A1A1A;border-color:#1A1A1A;}
.fc-img-box{background:#fff;border-radius:18px;overflow:hidden;transition:0.2s all ease;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;}
.fc-img-box >img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.fc-main-content .fc-text-box{position:absolute;bottom:10px;left:0;right:0;color:#fff;z-index:9;opacity:0;}
.fc-main-content{z-index:2;margin-bottom:-46px;padding-bottom:160%;}
.fc-box:hover .fc-img-box{height:calc(100% - 60px);}
.fc-list{justify-content:space-between;}
.fch-text h5{font-size:14px;letter-spacing:-0.3px;line-height:1.2;font-weight:700;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.fch-text strong{font-weight:500;font-size:14px;line-height:1.2;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.fc-list-box h5{font-size:25px;line-height:1.2;margin-bottom:0;display:flex;align-items:center;}
.fc-list-box h5 >img{width:16px;display:block;margin-right:5px;}
.fc-list-box{color:#fff;}
.fc-text-box{position:relative;padding:0 15px 0 15px;}
.fc-list-box p{font-weight:500;font-size:10px;line-height:1.2;}
.fc-btn .btn2{border-radius:50px;}
.fch-clock{color:#171717;}
.clockdiv1{background:rgba(255,255,255,0.3);border:2px solid #fff;backdrop-filter:blur(20px);padding:24px 43px 16px;border-radius:17px;}
.hero-container{height:475px;}
.hero-bg{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;left:0;top:0;right:0;bottom:0;border-radius:42px;}
.hero-content-box{position:relative;border-radius:42px;overflow:hidden;}
.hero-content-container{position:relative;z-index:1;height:100%;padding:33px 35px 20px 50px;color:#1d1d1d;}
.hero-bg:before{content:'';width:100%;height:100%;background:linear-gradient(90deg,rgba(23,29,40,0.8) 0%,rgba(27,34,48,0) 51.56%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;}
.hero-slider,.hero-thumnail-slider{position:relative;z-index:2;}
.hero-content-left{color:#fff;}
.hero-slider .slick-dots li button{position:relative;overflow:hidden;width:50px;height:50px;border-radius:50px;}
.hero-slider .slick-dots li button > img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.hero-slider .slick-dots{text-align:left;bottom:35px;left:40px;}
.hero-add-icon{width:42px;height:42px;margin-right:19px;border-radius:50%;overflow:hidden;}
.hero-add-icon img{width:100%;height:100%;object-fit:cover;}
.hero-text-desc{width:calc(100% - 61px)}
.hero-text-desc h6{font-weight:600;font-size:16px;margin-bottom:5px;line-height:1.2;letter-spacing:0.08em;text-transform:uppercase;color:#FFFFFF;}
.hero-text-desc p{font-weight:400;font-size:16px;line-height:1.2;letter-spacing:0.08em;text-transform:uppercase;color:#FFFFFF;}
.hero-chevron-icon{width:20px;position:absolute;right:18px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;}
.hero-add-desc{height:74px;width:100%;position:absolute;bottom:0;left:0;right:0;z-index:9;padding:15px 30px;background:#181818;}
.hcl-top h4{font-size:20px;font-weight:400;margin-bottom:0;}
.hcl-mid h1{font-size:50px;font-weight:700;margin-bottom:0;text-shadow:0px 0px 12px rgba(0,0,0,0.5);}
.hcl-mid h1 span{font-weight:400;font-size:34px;margin-bottom:0px;display:block;line-height:1;letter-spacing:0;}
.hcl-mid{margin-top:92px;}
.hero-button{margin-top:15px;}
.hero-btn{background:#e5601e;color:#fff;padding:14px 47px;border-radius:60px;font-size:14px;line-height:1;font-weight:700;}
.hero-btn:hover{box-shadow:0 0 0 3px #fff;transition:.3s;color:#fff;}
.hcl-footer{margin-top:6.5vw;}
.clockdiv-item1>span{font-size:30px;font-weight:700;display:block;line-height:1;}
.clockdiv-item1 .smalltext{font-size:12px;font-weight:500;text-transform:uppercase;line-height:1;}
.clockdiv-item1:not(:last-child){margin-right:22px;}
.hero-thumnail-slider{position:absolute;left:45px;padding:0;bottom:40px;}
.hero-slider.slick-slider .slick-track,.hero-slider.slick-slider .slick-list{height:100%!important;}
.hcl-footer-list{opacity:0;}
.hero-thumbnail{width:50px;height:50px;padding:6px;position:relative;background:transparent;border:2px;margin-right:15px;cursor:pointer;}
.hero-thumbnail > img{width:100%;height:100%;border-radius:50%;overflow:hidden;object-fit:cover;}
.hero-thumbnail:before{content:'';width:100%;height:100%;border:2px solid #fff;position:absolute;left:0;right:0;top:0;bottom:0;border-radius:50%;}
.clockdiv-main .clockdiv-item1>span{font-size:22px;}
.clockdiv-main .clockdiv-item1 .smalltext{font-size:10px;margin-top:4px;}
.clockdiv-main .clockdiv-item1:not(:last-child){margin-right:5px;}
.clockdiv-main .clockdiv-item1{text-align:center;}
.winner-card-slider{padding-bottom:0!important;}
.winner-card-slider.slick-initialized .slick-slide{display:flex!important;flex-wrap:wrap!important;}
ul.number-dots-list{display:flex;align-items:center;}
ul.number-dots-list li{cursor:pointer;}
ul.number-dots-list li + li{margin-left:10px;}
ul.number-dots-list li > div{width:28px;height:28px;border:2px solid currentColor;border-radius:50%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:19.3073px;line-height:24px;color:#686868;cursor:pointer;}
ul.number-dots-list li.slick-active > div{color:#000;}
.fw-semi-bold{font-weight:600!important;}
.cdc-col-right{width:63%;}
.cdc-col-left{width:37%;}
.cdc-left{background:#fff;box-shadow:0px 0px 36px rgb(0 0 0 / 10%);border-radius:18px;padding:12px;width:100%;}
.cdc-img{border-radius:18px;overflow:hidden;position:relative;padding-bottom:100%;}
.cdc-img > img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:top;}
.cdc-group{display:flex;justify-content:space-between;align-items:center;}
.cdc-group-details{display:flex;align-items:center;}
.cdc-group-details h4{font-size:18px;margin-bottom:0;line-height:1;}
.cdc-group-details h4 span{display:block;font-size:12px;font-weight:500;margin-top:5px;text-transform:uppercase;}
.cdc-group-details h4 > img{width:14px;}
.cdc-group{padding:21px 15px 0 15px;}
.cdc-group-details h4:not(:last-child){margin-right:22px;}
.cdc-colck-item>span{font-size:24px;font-weight:500;line-height:1.3;display:block;}
.cdc-colck-item{text-align:center;}
.cdc-colck-item .smalltext{font-size:12px;text-transform:uppercase;margin-top:0;line-height:1.2;}
.cdc-colck-item:not(:last-child){margin-right:5px;}
.btn-w100{width:100%;background:#e5601e;color:#fff;padding:36px;font-size:32px;font-weight:700;border-radius:75px;}
.cdc-btn{padding:27px 36px 25px;}
.cdc-btn .btn2{border-radius:50px!important;font-size:14px;line-height:1.4;}
header#header1{border-bottom:0.5px solid #ADADAD;}
.notification-icon-outer{width:45px;height:45px;border:2px solid #CACACA;border-radius:50%;margin-left:10px;background:#fff;position:relative;}
.notification-icon-outer.has-notification{border-color:#E5601E;color:#E5601E;background: rgb(229 96 30 / 5%);}
.notify-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.notify-count{width:25px;height:25px;border:2px solid #E5601E;color:#fff;border-radius:50%;position:absolute;text-align:center;display:flex;align-items:center;justify-content:center;top:-6px;left:100%;margin-left:-15px;background:#E5601E;font-weight:800;font-size:14px;}
.notification-icon-outer .dropdown-menu{box-shadow:0px 0px 33px rgba(0,0,0,0.16);border:0;min-height:300px;border-radius:18px;min-width:370px;margin-top:18px!important;padding:30px 20px;}
.dm-notify-icon{width:28px;height:28px;border:3px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;line-height:1;text-align:center;letter-spacing:0.01em;text-transform:uppercase;color:#333;margin-right:10px;}
.dm-heading{font-weight:800;font-size:20px;line-height:1.2;text-align:center;letter-spacing:0.01em;text-transform:uppercase;color:#333;margin:0;}
.dm-close-icon{width:16px;position:absolute;right:0;top:0;cursor:pointer;}
.dropdown-menu-list .dml-box{width:100%;border:1px solid #BCBCBC;border-radius:25px;color:#171717;text-transform:uppercase;}
.dml-reward-box{padding:15px;}
.dml-reward-text h5{font-weight:600;font-size:12px;line-height:1.2;margin-top:1px;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.dml-reward-text h3{font-size:16px;line-height:1.2;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.dml-reward-count-text h6{font-weight:700;font-size:28px;line-height:1;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.dml-reward-count-text{font-weight:500;font-size:12px;line-height:1.2;letter-spacing:0.02em;width:70px;}
.dml-reward-logo{width:40px;height: 40px;border-radius: 50%;}
.dml-reward-logo > img{width:100%;height:100%;object-fit:cover;border-radius: 50%;overflow: hidden;}
.dml-reward-text{width:calc(100% - 110px);padding:0 15px;}
.dm-btn-row{margin-top:15px;}
.dm-header{margin-bottom:15px;}
.notification-icon-outer .btn{font-size:15px;padding:10px 15px;}
.dml-contest-winner-img{width:80px;height:80px;border-radius:20px;overflow:hidden;margin-right:20px;}
.dml-contest-winner-img img{width:100%;height:100%;object-fit:cover;}
.dml-contest-text{width:calc(100% - 102px);font-size:12px;line-height:1.2;font-weight:600;}
.dml-contest-text h4{font-size:14px;line-height:1.2;margin-bottom:0;}
.dml-contest-winner-box{padding:15px;}
.dml-item + .dml-item{margin-top:15px;}
.dm-footer{margin-top:30px;}
.dm-body h2{font-weight:800;font-size:24px;line-height:1.2;text-align:center;letter-spacing:0.01em;text-transform:uppercase;color:#AEAEAE;margin:0;}
.dm-body{overflow-y:auto;height:330px;padding:0 5px 0 0;}

/* ======================= Custom Scrollbar Start==================== */
[data-smiplebar]::-webkit-scrollbar{width:6px;}
[data-smiplebar]::-webkit-scrollbar-track{background-color:#ebebeb;-webkit-border-radius:6px;border-radius:6px;}
[data-smiplebar]::-webkit-scrollbar-thumb{-webkit-border-radius:6px;border-radius:6px;background:#E5601E;}

/* ======================= Custom Scrollbar End==================== */
.mian-wrapper-container.home  header#header1{border-bottom:0;}
.cdc-row{display:flex;flex-wrap:wrap;width:100%;margin:0 auto;}
.cr-header{display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #989898;}
.new-clock-icon{font-size:20px;}
.new-clock-item{font-size:14px;line-height:1;text-transform:uppercase;color:#282828;position:relative;padding:0 6px;}
.new-clock-item:not(:last-child):before{content:'';width:1px;height:100%;background:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.new-clock-item:nth-child(odd){font-weight:800!important;}
.text-blue{color:#0044ab;}
.cr-content p{font-size:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.2;width:100%;}
.cr-content h3 + p{margin-top:35px;}
.cr-content h1{font-size:33px;font-weight:600;LINE-HEIGHT:1.2;letter-spacing:0;margin-bottom:0;}
.cr-content{margin-top:50px;}
.cr-content h3{font-size:33px;font-weight:400;letter-spacing:0;}
.cr-list-head{display:flex;justify-content:space-between;align-items:center;}
.cr-list-head h4,.cr-list-head h3{margin-bottom:0;}
.cr-list-head h4{display:flex;align-items:center;font-size:14px;font-weight:500;color:#3D3D3D;letter-spacing:0;}
.cr-list-head h4 img{margin-left:10px;width:18px;}
.cr-list-head h3{font-weight:600;font-size:20px;line-height:1.2;text-transform:uppercase;}
.cr-list-wrapper{margin-top:60px;}
.cr-list{background:#EEF0F3;border-radius:18px;padding:18px 13px;margin-top:15px;}
.cr-list-content p{font-size:14px;font-weight:500;}
.cr-list-content{padding-left:28px;letter-spacing:0;}
.cr-list-numerical{position:absolute;top:0px;left:0;}
.cr-list-box{position:relative;}
.cr-list-numerical{font-size:12px;font-weight:500;border:1px solid #000;border-radius:50%;width:20px;height:20px;text-align:center;display:flex;align-items:center;justify-content:center;}
.cr-list li:not(:last-child){margin-bottom:8px;}
.cr-widget-box{margin-top:50px;}
.cdc-right{padding-left:12%;}
.cwb-wrapper-list{width:calc(100% + 12px);margin-left:-6px;margin-top:10px;}
.cwb-wrapper-list li{width:50%;padding:6px;}
.cwb-wrapper-box{background:#EEF0F3;border-radius:18px;padding:18px 22px 18px 22px;color:#171717;}
.cwb-wrapper-box p{margin-bottom:0;font-size:16px;text-transform:uppercase;line-height:1.2;}
.cwb-wrapper-box h6{margin-bottom:0;font-size:18px;line-height:1.2;margin-top:5px;font-weight:500;}
.cc-header-icon{margin-left:11px;cursor:pointer;width:20px;}
.cr-header-column{font-weight:500;font-size:14px;line-height:1;text-transform:uppercase;color:#282828;}
.new-tags-icon,.new-intro-icon{width:22px;}
.new-intro-icon{cursor:pointer;}
.cr-header-column span{display:inline-block;padding:0 7px 0 7px;}
.cr-widget-btn a{font-size:14px;font-weight:500;color:#3D3D3D;letter-spacing:0;display:flex;align-items:center;}
.cr-widget-btn a img{display:block;width:20px;margin-left:10px;}
.leaderboard-box-outer {padding: 30px;background: #fff;border-radius: 35px;box-shadow: 0px 0px 8.17958px rgba(0, 0, 0, 0.15);}
.leaderboard-box-outer .user-task-count-box {background: #E5601E;color: #fff;}
.leaderboard-box-outer .user-task-list {margin-top: 30px;}
.dark-bg .leaderboard-box-outer {background: #343434;}

.hero-container + .latest-hero-container{margin-top: 35px;}
.latest-hero-container {height: 475px;}
.latest-hero-content{position:relative;border-radius:42px;overflow:hidden;}
.latest-hero-bg{width:100%;height:100%;border-radius:42px;position:absolute;left:0;right:0;top:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;}
.latest-hero-container .latest-hero-inside{position:relative;z-index:2;color:#fff;z-index:1;height:100%;padding:35px 35px 35px 50px;}
.latest-hero-txt{margin-top:92px;}
.latest-hero-label{font-size:20px;font-weight:400;margin-bottom:0;}
.latest-hero-txt h3{font-size:50px;font-weight:800;margin-bottom:0;/* text-shadow:0px 0px 12px rgb(0 0 0 / 50%); */}
.latest-hero-txt h3 span{font-weight:500;font-size:34px;margin-bottom:0px;display:block;line-height:1;letter-spacing:0;}
.latest-hero-btn {margin-top: 15px;}
.latest-hero-slider .slick-dots {text-align: left;bottom: 35px;left: 45px;display: flex;align-items: center;}
.latest-hero-slider .slick-dots li{width:45px;height:45px;border-radius:50%;border:2px solid #fff;z-index:1;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;line-height:1;text-align:center;text-transform:uppercase;color:#000;}
.latest-hero-slider .slick-dots li:before{content:'';width:calc(100% - 10px);height:calc(100% - 10px);background:rgb(255 255 255 / 50%);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:-1;}
.latest-hero-slider .slick-dots li.slick-active:before{background:#fff!important;}
.latest-hero-slider.slick-slider .slick-track, .latest-hero-slider.slick-slider .slick-list{height: 100%!important;}
.latest-hero-btn .hero-btn{font-weight: 800;}
@media (min-width:991.98px){.latest-hero-clock-row {position: absolute;bottom: 35px;right: 50px;color: #000;}}
@media (max-width:991.98px){
.latest-hero-content,.latest-hero-bg{border-radius: 0;}
.latest-hero-content {width: calc(100% + 39px);margin-left: -19.5px;}
.latest-hero-txt h3{font-size: 32px; letter-spacing: 2px;}
.latest-hero-txt h3 > span{font-size: 24px;}
.latest-hero-btn{margin-top: 28px;}
.latest-hero-container .latest-hero-inside{display: flex;flex-flow: column;padding: 110px 32px 115px; background: rgba(0,0,0,0.3);}
.latest-hero-txt-outer{flex-grow: 1;display: flex;flex-flow: column;justify-content: flex-end}
.latest-hero-txt {margin-top: 15px;}
.latest-hero-container {height: 650px;}
.latest-hero-label {font-size: 18px;}
.latest-hero-slider .slick-dots{left: 28px;bottom: auto;top: 38px;}
}


/*================================== Home Page End ===========================*/
.cr-main-heading-row{font-weight:400;font-size:25px;line-height:1;letter-spacing:0.03em;text-transform:uppercase;color:#E5601E;}
.cr-main-heading > img{margin-right:10px;}

/*================================== Contests page Start ===========================*/
.filter-box  h3{font-size:22px;font-weight:400;text-transform:uppercase;margin-bottom:0;letter-spacing:0.3px;}
.filter-container{padding:25px 0 15px;}
.filter-icon{width:22px;cursor:pointer;}
.active-contest-container .featured-contest-list{width:calc(100% + 50px);margin-left:-25px;margin-top:-10px;}
.active-contest-container .fc-main-content{padding-bottom:99.4%;margin-bottom:-46px;}
.active-contest-container .featured-contest-list li.fc-item{padding:25px;}
.active-contest-container .fc-list-box h5 >img{filter:brightness(0) invert(1);}
.page-pagination{margin-top:20px;}
.page-pagination .page-link{border-color:#686868;color:#686868;font-weight:600;font-size:14px;border-radius:100%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0;}
.page-pagination .page-item:not(:first-child) .page-link{margin-left:0;}
.page-pagination .page-item:first-child .page-link,.page-pagination .page-item:last-child .page-link{border-radius:100%;}
.page-pagination .page-item{padding:0 4px;}
.page-pagination .page-item.active .page-link{color:#000;background-color:transparent;border-color:#000;}
.page-pagination .page-link:hover{color:#000;background-color:#fff;border-color:#000;}
.clock-item>span{font-size:22px;font-weight:700;display:block;line-height:1;}
.clock-item .smalltext{font-size:8px;font-weight:500;text-transform:uppercase;line-height:1;}
.clock-item:not(:last-child){margin-right:15px;}

/*================================== Contests page End ===========================*/
.global-btn{width:100px;height:100px;margin:0 auto;filter:drop-shadow(0px 4px 8px rgba(0,0,0,0.25));cursor:pointer;}
.global-btn img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;transition:0.2s all ease-in;}
.global-btn .back-image{opacity:0;visibility:hidden;}
.global-btn:hover .front-image{opacity:0;visibility:hidden;}
.global-btn:hover .back-image{opacity:1;visibility:visible;}
.global-btn:hover .playbtn-icon{filter:brightness(0) invert(1);}
.playbtn-icon > img{margin-left:5px;margin-top:3px;}
.global-btn img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:contain;transition:0.2s all ease-in;}
.playbtn-icon{width:30px;height:30px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:0.2s all ease-in;}

/*================================== Countdown timer start =======================*/
.new-countdown-timer{position:relative;width:60px;height:60px;margin:0 auto 35px;}
.new-countdown-timer .circle-icon{width:100%;height:100%;z-index:2;position:absolute;left:0;right:0;top:0;bottom:0;}
.circle-icon text{font-weight:700;font-size:50px;fill:#449C28;}
.circle-text{font-weight:700; position: absolute;left: 0;top: 0;color: #449C28;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%; font-size: 30px}
.new-countdown-timer:before{content:'';width:100%;height:100%;position:absolute;border:7px solid #cbe1c4;border-radius:50%;z-index:1;left:0;right:0;top:0;bottom:0;}
.new-countdown-timer.loading:before{border-color:#2f3034;}
.new-countdown-timer.loading{background:#474747;border-radius:50%;}
.quick-link{width:100%;position:relative;padding-left:40px;}
.quick-link-arrow{width:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.quick-link-icon{position:absolute;top:50%;transform:translateY(-50%);width:27px;left:0;}
.quick-link-text{font-weight:500;font-size:16px;line-height:19px;letter-spacing:0.06em;}
.qpl-item{padding:15px 0;border-top:1px solid  #989898;}
.qpl-item:last-child{border-bottom:1px solid  #989898;}
.quick-page-link.d-block.d-lg-none{margin:26px 0 0;}
.loading .new-countdown-timer::before{content:none!important;}
.lottie-player-box lottie-player,.lottie-player-box{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;display:none;}
.loading .img-card-wrapper,.loading .footer-content-box{display:none!important;}
.loading .new-player-box{border:0;}
.loading .new-player-img-box{border:0;}
.loading .new-page-wrapper h1{display:none!important;}
.loading .new-countdown-timer .circle-icon{display:none;}
.loading .lottie-player-box lottie-player,.loading .lottie-player-box{display:block;}
.loading .lottie-player-box lottie-player,.loading .lottie-player-box{position:relative;}
.new-countdown-timer.orange-timer{display:none;}
.loading .new-countdown-timer.orange-timer{display:block;}
.loading-icon{display:none;}
.loading .loading-icon{display:block;}
.loading .music-icon{display:none;}
/*================================== Countdown timer End =======================*/

/*================================== Confirm Entry start =======================*/
.entry-wrapper-box{max-width:500px;margin:0 auto;padding-bottom:60px;}
.ewb-heading h1{font-size:44px!important;font-weight:800!important;margin-bottom:10px;}
.ewb-heading span{position:relative;font-size:14px;padding:0 5px;}
.ewb-heading span:before,.ewb-heading span:after{content:'';position:absolute;width:110px;height:1px;background:#000;top:50%;transform:translateY(-50%);}
.ewb-heading span:before{right:100%;}
.ewb-heading span:after{left:100%;}
.ewb-heading>img{width:140px;margin-top:5px;}
.ewb-img{width:150px;height:150px;margin:0 auto;padding:5px;border-radius:27px;background:#fff;border:2px solid #E2E2E2;}
.ewb-img img{border-radius:23px;width:100%;height:100%;object-fit:cover;}
.ewb-profile-box{margin-top:30px;}
.entry-token-price h4{margin-bottom:0;font-weight:800!important;font-size:32px;}
.entry-token-price>img{width:17px;margin-right:5px;}
.entry-token{margin-top:15px;}
.ewb-count{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid #000;font-size:12px;border-radius:50%;position:absolute;top:3px;}
.ewb-text{text-transform:none;padding-left:24px;}
.ewb-box{position:relative;}
.ewb-item:not(:first-child){margin-top:10px;}
.ewb-list{padding:15px;border-radius:12px;background:#EEF0F3;margin-top:20px;}
.ewb-btn-group{width:53%;margin:auto;margin-top:30px;}
.ewb-btn-group .btn-default{font-size:14px;font-weight:600;letter-spacing:.5px;padding:16px;line-height:1;}
.btn-transparent{margin-left:0!important;font-size:13px!important;font-weight:400;margin-top:10px;}
.btn-transparent>img{width:20px;margin-right:10px;}

/*================================== Confirm Entry End =======================*/

/*================================== game over new start =======================*/
.final-score .icon{width:19px;margin-right:15px;}
.final-score h4{font-weight:400;margin-bottom:0;font-size:32px;}
.final-correct .icon{width:20px;margin-right:7px;}
.final-correct{font-size:14px;margin-top:0.4vw;}
.gow-heading h1{font-size:50px!important;font-weight:800!important;color:#E5601E!important;}
.gow-heading{margin-top:10px;}
.gow-text h6{font-size:13px;}
.gow-text{width:76%;margin:auto;}
.game-over-wrapper{letter-spacing:.3px;}
.gow-text h6{margin-bottom:0;}
.gow-text{margin-top:0.5vw;}
.gow-text span{font-size:12px;font-weight:500;margin-top:0.5vw;display:block;}
.gow-profile{margin:0 auto;color:#333333!important;margin-top:1.7vw;width:100%;}
.gow-profile-img{padding:7px;border-radius:40px;border:2px solid #E2E2E2;overflow:hidden;max-width:255px;margin:0 auto;}
.gow-profile-img img{overflow:hidden;border-radius:30px;}
.gow-profile h6{margin-top:0.8vw;font-size:18px;margin-bottom:0;}
.gow-btn-group{max-width:230px;margin:2vw auto 0 auto;width:100%;}
.gow-btn-group a{font-size:14px;padding:13px;}
.btn-transparent:hover{color:#ee642c;}

/*================================== game over new End =======================*/
.counting-block{box-shadow:0px 0px 6px rgb(0 0 0 / 10%);border-radius:8px;width:100%;padding:15px 15px 10px 15px;max-width:385px;margin:0.9vw auto 0;}
.counting-block .cdc-colck-item>span{font-size:16px;line-height:1.5;font-weight:600;}
.counting-block .cdc-colck-item .smalltext{font-size:10px;}
.counting-block .cdc-colck-item{text-align:start;}
.cbf-inner h6{margin:0;font-size:16px;display:flex;align-items:center;}
.cbf-inner span{font-size:10px;margin-top:0;display:block;}
.cbf-inner h6 img{width:7px;margin-right:4px;}
.counting-block .contestclock{width:50%;}
.counting-block-fee{width:42%;}
.game-over-wrapper{color:#171717;}
.btn-transparent{color:#333333!important;}
.final-correct{color:#585858;}
.cbf-inner{text-align:start;}

/*====================================== Custom Tooltip Start =============================*/
.popover{z-index:99999!important;border-radius:10px;max-width:240px;border-color:#D0D0D0;}
.popover .popover-body{font-weight:500;font-size:14px;line-height:1.2;text-transform:uppercase;color:#282828;padding:18px 20px;}
.popover h5{font-weight:700;font-size:14px;line-height:1.2;margin-bottom:5px;}
.popover .popover-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.popover .popover-body p:not(:last-child){margin-bottom:15px;}
.popover .btn-text-link{color:#2D74FD;}
.cr-widget-btn{font-size:14px;font-weight:500;color:#3D3D3D;letter-spacing:0;}
.cr-widget-btn .new-intro-icon{margin-left:7px;}
.btn-text-link:hover{color:#2D74FD;text-decoration:underline;}

/*====================================== Custom Tooltip End =============================*/

/*================================== New contest details start =======================*/
.cr-widget-attribute{height:200px;overflow-y:auto;overflow-x:hidden;}
.modal{z-index:999991!important;}
.modal-backdrop{z-index:99999!important;}
.custom-modal .modal-content{border:0;border-radius:30px;}
.custom-modal .cm-icon{width:51px;margin-right:20px;}
.custom-modal .cm-icon > img{width:100%;height:100%;object-fit:cover;}
.custom-modal .cm-text{font-size:23px;letter-spacing:1.6px;}
.custom-modal .cm-text > span{font-weight:800;}
.custom-modal .close-btn{width:22px;cursor:pointer;position:absolute;right:45px;top:40px;z-index:1;}
.cm-title-row h1{font-weight:800;font-size:38px;line-height:1.2;letter-spacing:1.6px;margin-bottom:0;}
.cm-title-row h3{font-size:18px;font-weight:600;line-height:1.2;margin-bottom:0;}
.cm-content-box{padding:30px 45px;}
.cm-header-row{margin-bottom:45px;}
.cm-title-row{text-align:center;margin-bottom:45px;}
.fm-form-icon{width:65px;margin-right:20px;}
.fm-form-text{width:calc(100% - 85px);}
.fm-form-text h5{font-weight:500;font-size:19px;line-height:1.2;text-transform:uppercase;margin-bottom:0;}
.fm-form-column{border:1px solid #C9C9C9;border-radius:50px;padding:12px 18px 12px 18px;}
.fm-form-column + .fm-form-column{margin-top:26px;}
.cm-pagination-row{margin-top:50px;}
.cm-pagination-row .page-link{padding:5px;border-radius:100%!important;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1.6px solid #AAAAAA;color:#AAAAAA;font-size:19px;line-height:1;font-weight:600;}
.cm-pagination-row  .page-item.active .page-link{color:#000;background-color:transparent;border-color:#000;}
.cm-pagination-row .page-item + .page-item{margin-left:10px;}
.page-link:focus,.page-link:hover{box-shadow:none!important;background-color:transparent;}
.connect-with-wallet-box{padding:0 0 150px;}
.cwwb-icon{width:140px;height:140px;margin:0 auto 65px;}
.add-large-timer{width:140px;height:140px;margin:0 auto 65px;position:relative;}
.add-large-timer:before{content:'';width:100%;height:100%;position:absolute;border:17px solid #f2af8e;border-radius:50%;z-index:1;left:0;right:0;top:0;bottom:0;}
.add-large-timer .circle-icon{width:100%;height:100%;z-index:2;position:absolute;left:0;right:0;top:0;bottom:0;}
.connect-with-wallet-box h5{font-weight:800;font-size:30px;line-height:1.2;letter-spacing:1px;margin-bottom:10px;}
.connect-with-wallet-box h6{font-weight:600;font-size:20px;line-height:1.2;letter-spacing:1.6px;margin-bottom:0;}
.cwwb-btn{margin-top:40px;}
.cm-form-group.form-btn .btn + .btn{margin-left:0;margin-top:15px;}
.cm-form-group.form-btn .btn{padding:21px 15px;}
.cm-form-group{margin-bottom:43px;}
.cm-member-box h1{font-weight:800;font-size:29px;line-height:1.2;letter-spacing:3.2px;margin-bottom:0;text-align:center;}
.cm-member-box h1 + p{font-weight:500;font-size:23px;line-height:1.2;color:#616161;text-align:center;width:90%;margin:18px auto 42px;}
.cm-form-group .form-control{border-color:#C5C5C5;padding:27px 18px;font-weight:500;font-size:19px;line-height:1.2;border-radius:19px;}
.cm-form-group .form-control::placeholder{color:#A0A0A0;}
.cm-token-count-box{color:#171717;margin-bottom:38px;}
.cm-token-price{position:relative;margin-bottom:10px;}
.cm-token-price > img{width:37px;display:inline-block;margin-right:10px;}
.cm-token-price h3{font-weight:700;font-size:73px;line-height:1;text-transform:uppercase;color:#171717;margin-bottom:0;}
.cm-token-count-box h5{font-weight:500;font-size:26px;line-height:1.2;text-transform:uppercase;margin-bottom:0;}
.cm-header-row h4{font-weight:800;font-size:39px;line-height:1.2;letter-spacing:1.6px;color:#E5601E;margin-bottom:0}
.cm-radio-group{background:#F0F0F0;border:1px solid #D8D8D8;border-radius:72px;padding:0;margin-bottom:60px;}
.cm-radio-group .form-check{margin:0;padding:0;flex-grow:1;}
.cm-radio-group .form-check input{display:none;margin:0;}
.cm-radio-group .form-check-label{padding:14px 22px;background:#F0F0F0;border:3px solid #F0F0F0;border-radius:72px;font-weight:400;font-size:22px;line-height:1;text-align:center;}
.cm-radio-group .form-check-input:checked + .form-check-label{background:#E5601E;color:#fff;font-weight:700;}
.cm-status-icon{margin-right:20px;width:55px;height:55px;background:#6c73e7;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.cm-status-icon > img{filter:brightness(0) invert(1);width:22px;}
.sm-status-text h4{font-size:21px;margin-bottom:0;font-weight:800;}
.sm-status-text p{color:#787878;font-size:18px;font-weight:400;}
.cm-status-row{border:1px solid #D8D8D8;border-radius:20px;padding:20px 22px;margin-bottom:65px}
.cm-status{background:#ecf6eb;color:#66bc57;padding:3px 7px;border-radius:4px;font-size:15px;line-height:1.2;font-weight:400;}
.cm-table-row table td{vertical-align:middle;font-weight:500;font-size:22px;line-height:1.2;letter-spacing:2px;padding:12px 15px;}
.cm-table-row table td b{font-weight:700;}
.tb-total-row{max-width:235px;background:#F0F0F0;border:0px solid #F0F0F0;border-radius:72px;padding:0 0px 0 35px;display:flex;align-items:center;}
.tb-total-row .form-select{background-color:#D8D8D8;border-radius:72px;font-weight:500;font-size:22px;line-height:1.2;min-width:auto!important;width:auto;margin-left:auto;padding:15px 42px 15px 28px;}
.cm-table-row{margin-bottom:55px;}
.cm-header-row .cm-alert-status{background:rgba(229,42,30,0.05);border:0;border-radius:50px;margin:0;padding:11px 24px;font-size:15px;line-height:1;letter-spacing:1.12px;}
.cm-header-row .cm-alert-status  img{margin-right:10px;}
.cm-header-row .cm-alert-status.error-status{padding:25px 50px;}
.cm-header-row .cm-alert-status.error-status p{font-weight:600;font-size:15px;line-height:1.2;text-align:center;letter-spacing:1.12px;margin-top:10px;color:#000000;}
.cm-alert-status{font-weight:700;font-size:11px;line-height:1;letter-spacing:0.83px;color:#E52A1E;margin-top:10px;}
.cm-alert-status  img{margin-right:5px;}
.add-payment-mode{margin-bottom:15px;background:#f6f6f6;border-radius:50px;overflow:hidden;padding:25px 40px;}
.add-payment-mode h5{font-size:24px;margin-bottom:0;}
.add-modes{width:174px;margin-left:18px;}
.cm-tick-icon{width:97px;margin:0 auto 40px;}
.small .cm-token-price h3{font-size:55px;}
.small .cm-token-price > img{width:25px;}
.small.cm-token-count-box h5{font-size:19px;}
.cm-btn .btn{font-size:20px;text-transform:uppercase;font-weight:700;padding:25px 15px;min-width:195px;}
.form-group{margin-bottom:35px;}
.form-label{font-weight:700;font-size:19px;line-height:1;color:#000;margin-bottom:5px;}
.form-control{background-color:#EFEFEF;border-color:#EFEFEF;border-radius:13px;font-weight:400;font-size:19px;line-height:20px;color:#000;padding:14px 18px;}
.form-control::placeholder{color:#727272;}
.form-control:focus{border-color:#E5601E;box-shadow:none;}
textarea.form-control{height:81px;resize:none;}
.form-group.form-btn{margin-top:85px;}
.nepb-form-column{width:100%;padding-right:0;}
.nepb-form {width: 55%;padding-right: 15px;}
.nepb-profile-column {width: 45%;position: absolute;top: 0;right: 0;}
.new-edit-profile-box h3{font-weight:800;font-size:40px;line-height:1.2;letter-spacing:3px;}
.new-edit-profile-box h3 + p{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:1px;width:90%;margin-bottom:0;}
.nepb-file{width:165px;position:relative;border:1px solid #ECECEC;border-radius:30px;padding:10px;margin-bottom:25px;}
.nepb-file img{width:100%;height:100%;object-fit:cover;border-radius:30px;}
.nepb-file input#formFile{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;}
.nepb-file-upload h6{font-weight:700;font-size:16px;line-height:1.2;margin-bottom:15px;}
.cnf-btn{font-size:15px;font-weight:600;background:#E5601E;color:#fff;border:0;padding:13px 20px;border-radius:50px;margin-left:15px;}
.nepb-form-row{padding-top:40px;}
.nepb-file-upload{width:100%;padding:15px 0 0 0;max-width:260px;margin-left:auto;}
.btn-small{position:relative;}
.btn-small input#formFile{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;opacity:0}
@media (min-width:576px){
.modal-xs{max-width:434px!important;}
.modal-sm{max-width:585px!important;}
.modal-md{max-width:880px!important;}
.modal-lg{max-width:973px!important;}
}

/*================================== New contest details End =======================*/
.modal-lg-profile{max-width:794px;}
.cmp-img .cm-profile-box{padding:45px 55px;}
.cmp-username span{font-size:24px;text-transform:uppercase;font-weight:600;letter-spacing:1px;margin-left:15px;}
.cmp-username{display:flex;border:1px solid #C8C4C4;width:fit-content;align-items:center;margin:auto;border-radius:75px;padding:12px 20px;margin-top:45px;}
.cmp-img{padding:7px;border:1px solid #e2e2e2;overflow:hidden;border-radius:50%;width:235px;height:235px;margin:0 auto;}
.cmp-img img{border-radius:50%;width:100%;height:100%;object-fit:cover;}
.cm-profile-box{padding:45px 55px;text-transform:uppercase;color:#171717;}
.cmp-content{font-size:18px;width:86%;margin:auto;letter-spacing:.6px;line-height:1.1;font-weight:500;margin-top:35px;}
.sm-social-links-box{padding:7px 20px;border-radius:50px;border:1px solid #C8C4C4;font-weight:500;letter-spacing:.6px;}
.sm-social-links-box img{margin-right:10px;width:18px;}
.cm-social-links-list{margin-top:37px;}
.cmp-details{justify-content:center;margin-top:42px;color:#333333;}
.cmp-details-box{font-size:13px;font-weight:700;padding:18px;border:1px solid #CFCBCB;background:#fbfbfb;border-radius:20px;max-width:167px;width:100%;}
.cmp-details-box span{font-size:40px;}
.cmp-details-box + .cmp-details-box{margin-left:36px;}
.sm-social-links-box:hover{background:#ee642c;color:#fff;}
.sm-social-links-box:hover img{filter:brightness(0) invert(1);}
.credit-award-btn a{padding:20px;}
.credit-award-btn a + a{margin:20px 0 0 0!important;}
.cm-text{width:calc(100% - 71px);padding-right:60px;}
.credit-award-box h5{font-weight:800;font-size:34px;line-height:1.2;letter-spacing:1px;margin-bottom:10px;}
.credit-award-box h6{font-weight:600;font-size:23px;line-height:1.2;letter-spacing:1.6px;margin-bottom:0;}
.cab-icon{max-width:153px;margin:auto;margin-bottom:35px;}
.credit-award-box{margin-bottom:125px;}
.credit-award-header{margin-bottom:85px;}

/* ===============================  Profile modal end ==================== */
.cancelled-text.asb-img-box h4{font-size: 9px;}
/* ======================== redeep modal ========================*/
.arm-heading{text-align:center;color:#4DD439;font-size:24px;}
.arm-heading h5{font-size:39px;margin-bottom:0;}
.arm-mid{text-align:center;margin-top:70px;}
.arm-mid h4{font-size:86px;margin-bottom:0;vertical-align:middle;display:flex;align-items:center;justify-content:center;}
.arm-mid h4>img{margin-right:12px;}
.arm-mid span{font-size:34px;font-weight:500;margin-top:10px;display:block;}
.cm-radio-group{width:89%;margin:45px auto 60px;}
.arm-footer{margin-top:110px;}
.arm-footer a{padding:22px;margin-bottom:30px;}
.arm-footer>p{font-size:20px;}

/* ======================== redeep modal ========================*/
.viewall-contests-btn{margin-top:30px;}
.view_all_btn{font-weight:500;font-size:18px;line-height:1;letter-spacing:0.35px;text-transform:uppercase;color:#0044AB;}
.view_all_btn:hover,.view_all_btn:focus{color:#0044AB;text-decoration:underline;}
.icon_box{width:28px;margin-right:8px;}
.chevron_right{width:10px;margin-left:10px;}
.dark-bg .view_all_btn{filter:brightness(0) invert(1);}
.winner-card-slider .slick-slide > div{width:50%!important;}

/* ===============================  Profile modal start ==================== */
.custom-modal-content{padding:40px 35px;}
.custom-modal-header h6{font-weight:400;font-size:23px;line-height:1.2;letter-spacing:1.6px;margin-bottom:0;}
.custom-modal-header .new-close-btn{width:22px;position:absolute;right:0;top:0;z-index:99;cursor:pointer;}
.custom-modal-body h3{font-weight:800;font-size:38px;line-height:1.2;letter-spacing:1px;margin-bottom:0;}
.custom-modal-body h2{font-weight:800;font-size:32px;line-height:1.2;letter-spacing:1px;margin-bottom:0;}
.custom-profile-icon-box{width:161px;margin:65px auto 70px;}
.custom-modal-body h5{font-weight:600;font-size:20px;line-height:1.3;letter-spacing:1.6px;}
.custom-modal-body{padding:35px 15px;}
.custom-modal-footer{padding:0 35px;}
.custom-modal-footer .btn + .btn{margin-left:0;margin-top:15px;}
.btn-text{font-weight:700;font-size:23px;line-height:1;color:#171717;}
.custom-modal .ewb-heading{padding-top:10px;}

/* =============================== profile page start =============================== */
.profile-page-wrapper{padding:50px 0;}
.widget-box{background:#fff;border-radius:30px;padding:15px 18px 15px 15px;}
.widget-box + .widget-box{margin-top:30px;}
.activity-list .activity-item:not(:first-child){border-top:1px solid #D9D9D9;padding-top:20px;margin-top:20px;}
.activity-img-box{width:64px;height:64px;border-radius:15px;overflow:hidden;}
.activity-img-box img{width:100%;height:100%;object-fit:cover;}
.activity-text-box{width:calc(100% - 110px);padding:0 12px;}
.asb-icon-box{width:30px;}
.activity-score-box{width:46px;}
.asb-total-price{font-weight:800;font-size:14px;line-height:1.3;}
.activity-text-box h4{font-weight:700;font-size:14px;line-height:1.2;margin-bottom:0;}
.activity-text-box h4 > span{font-weight:400;display:block;color:#363636;font-size:12px;}
.score-text-box{font-weight:500;font-size:14px;line-height:1.2;}
.new-profile-list{width:calc(100% + 30px);margin-left:-15px;}
.new-profile-item{width:33.33%;padding:0 15px;text-transform:uppercase;}
.new-profile-box h6{font-size:16px;}
.new-profile-box h6 > strong{font-weight:800;}
.new-profile-box h5{font-size:16px;font-weight:500;}
.np-inner-box{background:#fff;text-align:center;padding:30px 50px 50px 50px;border-radius:25px;color:#292929;}
.np-img{width:165px;height:165px;margin:0 auto;border-radius:50%;object-fit:cover;padding:5px;border:2px solid #E2E2E2;}
.np-img img{border-radius:50%;width:100%;height:100%;object-fit:cover;}
.profile-code{font-weight:500;padding:10px 35px 10px 15px;font-size:14px;line-height:1;border:1px solid #C8C4C4;border-radius:50px;position:relative;max-width:200px;margin:30px auto 0;}
.copy-icon{width:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:22px;top:50%;transform:translateY(-50%);}
.profile-code img{margin-left:10px;width:10px;}
.np-username{font-size:24px;margin-top:20px;}
.np-bio{font-size:14px;text-align:start;line-height:1.5;margin-top:20px;font-weight:500;color:#171717;}
.np-btn a.btn{font-size:14px;min-width:100%;padding:11px 0;border:1px solid #000;color:#000;}
.np-btn a.btn:hover{background:#000;color:#fff;}
.wrt-right h3 + p{display:block;margin-top:7px;letter-spacing:0.3px;}
.np-btn{margin:42px 10px 0 10px;}
.wwc-content h3{margin-bottom:0;font-size:38px;}
.ww-credit-box{background:#fff;padding:15px;border-radius:25px;position:relative;}
.ww-credit-box>img{width:65px;margin-right:15px;}
.wwc-content{font-size:15px;font-weight:500;}
.info-icon{width:25px;position:absolute;right:25px;top:50%;transform:translateY(-50%);cursor:pointer;}
.info-icon img{width:100%;}
.ww-credit-box + .ww-credit-box{margin-top:20px;}
.wrt-left{width:65px; height: 65px;border-radius: 50%;}
.add-border {border: 1px solid currentColor!important;}
.wrt-left img{border-radius:50%;width:100%;height:100%;object-fit:cover;overflow: hidden;}
.ww-redeem-box{background:#fff;padding:15px;border-radius:25px;position:relative;}
.wrt-mid{width:calc(100% - 140px);padding:0 15px;}
.wrt-mid h5{font-size:16px;margin-bottom:7px;}
.wrt-mid p,.wrt-right p{font-weight:600;}
.ww-redeem-top{font-size:14px;line-height:1;}
.wrt-right h3{margin-bottom:0;font-size:27px;line-height:1;}
.wrt-right{width:75px;text-align:right;}
.ww-redeem-btn a{font-size:14px;padding:4px 10px;}
.ww-redeem-btn{margin:18px 8px 4px;}
.dark-bg .ww-redeem-btn .btn:hover,
.dark-bg .ww-redeem-btn .btn:focus {background: #1C1D23;border-color: #1C1D23;}
.ww-credit-box:not(:first-child),.ww-redeem-box:not(:first-child){margin-top:20px;}
.redeem-widget-wrapper{margin-top:30px;}
.profile-top-score-list{background:#fff;padding:25px 20px;border-radius:25px;position:relative;}
.profile-top-scrore-wrapper{margin-top:30px;}
.pts-item{padding:16px 0;border-bottom:solid 1px rgba(190,190,190,1);}
.pts-box{display:flex;flex-wrap:wrap;align-items:center;}
.pts-box-img{width:42px;height:42px;border-radius:50%;overflow:hidden;border:solid 2px #000;}
.pts-box-contest{width:calc(100% - 110px);padding:0 15px;font-weight:500;}
.pts-box-contest span{width:100%;display:inline-block;vertical-align:middle;font-size:13px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pts-box-points{background:#E5601E;font-weight:600;color:#fff;font-size:13px;line-height:23px;padding:0 5px;border-radius:50px;width:60px;text-align:center;margin-right:5px;margin-left:auto;}
.pts-item:first-child{padding-top:0;}
.pts-item:last-child{padding-bottom:0;border:0;}
#claimPrizeModal .email-sign-icon-box{width:190px;margin:25px auto 45px;}
#claimPrizeModal .custom-modal-content h5{font-size:35px;margin-bottom:15px;}
#claimPrizeModal h5 + p{font-size:22px;font-weight:500;line-height:28px;color:#616161;}
.custom-popover-content > strong{font-weight:500;}
.tab-pane-inside .waiting .user-task-box:hover{background:#F4F4F4!important;}
.waiting .user-task-box:hover .user-txt{font-weight:400;}
.tab-pane-inside .waiting .user-task-count-box,.tab-pane-inside .waiting  .user-task-box:hover .user-task-count-box{background:#D7D7D7;}
.tab-pane-inside .waiting .user-task-box{color:#B0B0B0!important;}
.user-task-item.waiting{cursor:no-drop;}
.nfc-tabs.nav-tabs .nav-link.disabled{background:#F8F8F8;border-color:#F8F8F8;color:#BABABA;cursor:no-drop;}
.agd-mid p,.agd-mid h5{margin-bottom:0;}
.awb-game-details{background:#fff;border-radius:25px;padding:15px;}
.agd-left{width:24%;}
.agd-left img{width:100%;border-radius:15px;}
.agd-mid{font-size:14px;line-height:1.2;}
.agd-mid h5{font-size:14px;margin-top:20px;}
.agd-right{width:35%;text-align:right;}
.agd-right h6{margin-bottom:0;}
.agd-right img{width:30px;}
.agd-right h6{margin-top:20px;}
.wallet-widget-box,.activity-widget-box{color:#171717;}
.asb-left{width:40px;}
.asb-mid p{margin-bottom:0;}
.asb-right h6{margin-bottom:0;font-weight:800;color:#000;}
.asb-mid{width:calc(50% - 40px);padding:0 15px;flex-grow:1;}
.asb-mid h4{font-size:14px;line-height:1.6;margin-bottom:0;}
.asb-right{font-size:14px;text-align:right;width:35%;line-height:1.2;color:#363636;}
.awb-status-item:not(:last-child){padding-bottom:13px;border-bottom:1px solid  #D9D9D9;}
.awb-status-item + .awb-status-item{margin-top:13px;}
.np-inner-box{position:relative;}
.edit-profile-btn{position:absolute;top:20px;left:20px;width:25px;}
.edit-profile-btn a,.edit-profile-btn a > img{width:100%;height:100%;object-fit:cover;}
.np-social-links-box{margin:auto;padding:5px 15px;border:1px solid #C8C4C4;border-radius:25px;font-size:14px;justify-content:center;}
.np-social-links-box >i{margin-right:7px;}
.np-social-links-box:hover >i{color:#fff;}
.np-social-links-box:hover{background:#000;color:#fff;}
.np-social-links-box:not(:first-child){margin-top:16px;}
.np-social-links{max-width:200px;margin:16px auto 0;}
.show-more-collapsible{text-align:center;font-weight:700;font-size:12px;margin-top:25px;cursor:pointer;}
.asb-mid h4 span{display:block;font-weight:400;color:#363636;}
.asb-right h6 + p{margin-top:7px;}
.blue-text-btn{font-size:16px;text-transform:uppercase;color:#3A78F1;font-weight:800;display:block;margin-bottom:7px;}
.toggler-button-block{width:68px;height:35px;position:absolute;top:25px;right:15px;display:flex;align-items:center;}
.toggler-button-block input[type=checkbox]{height:0;width:0;visibility:hidden;}
.toggler-button-block label{cursor:pointer;text-indent:-9999px;width:100%;height:100%;background:grey;display:block;border-radius:100px;position:relative;}
.toggler-button-block label:after{content:'';z-index:99;position:absolute;top:2.9px;left:5px;width:28px;height:28px;background:#fff;border-radius:90px;transition:0.3s;}
.toggler-button-block input:checked + label{background:#000;}
.toggler-button-block input:checked + label:after{left:calc(100% - 4px);transform:translateX(-100%);}
.toggler-button-block label:active:after{width:28px;}
img.moon{position:absolute;width:21px;right:9px;top:50%;transform:translateY(-50%);}
img.brightness{width:21px;position:absolute;left:5px;top:50%;transform:translateY(-50%);filter:brightness(0) invert(1);}
.np-score-item{position:relative;padding:0 15px;font-size:14px;letter-spacing:0.02em;text-transform:uppercase;color:#171717;}
.np-score-item:not(:last-child)::before{content:'';width:2px;height:calc(100% - 5px);background:#000;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.np-score-number-box{font-weight:700;font-size:25px;}
.np-score-area{margin-top:20px;}

/*=================================  Notiffication Css Start ============================  */
.notify-icon.dropdown-toggle::after{content:none!important;}
.tutorial-content-box{padding:24px 30px;}
.tuts-thumbnail-slider{border-radius:30px;overflow:hidden;}
.tuts-thumbnail-slider .slick-dots li{margin:0;}
.tuts-thumbnail-slider .slick-dots li button{width:20px;height:20px;margin:0 10px;border:2px solid #fff;background:rgb(255 255 255 / 44%);}
.tuts-thumbnail-slider .slick-dots li.slick-active button,.tuts-thumbnail-slider .slick-dots li:hover button{background:#fff;}
.tuts-thumbnail-slider .slick-dots{bottom:15px;}
.tuts-thumbnail{position:relative;padding-bottom:75%;}
.tuts-thumbnail > img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.tuts-text-box h3{font-weight:800;font-size:28px;line-height:34px;text-align:center;letter-spacing:1px;color:#232323;margin-bottom:22px;}
.tuts-text-box  strong{font-weight:600;font-size:18px;line-height:24px;letter-spacing:1.6px;text-transform:uppercase;color:#232323;margin-bottom:10px;display:inline-block;}
.tuts-text-box{padding:40px 19px 30px;}
.tuts-button-box{margin-top:22px;}
.tuts-text-box p{font-weight:300;font-size:20px;line-height:30px;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#232323;margin-bottom:38px;}
.asb-img-box h4{text-align:center;font-size:12px;line-height:1;text-transform:uppercase;color:#232323;margin-bottom:0;}
.asb-img-box{border-radius:15px;background:rgba(81,209,78,0.1);padding:8px;width:70px;}
.asb-img{width:32px;margin:0 auto 5px;}
.asb-upper{font-weight:400;font-size:12px;line-height:1.2;letter-spacing:0.03em;text-transform:uppercase;color:#363636;}
.asb-upper > span{font-weight:800;line-height:1;}
.asb-lower{font-weight:500;font-size:12px;line-height:1.2;letter-spacing:0.03em;text-transform:uppercase;color:#000000;}
.asb-lower > span{font-weight:800;font-size:13px;line-height:1;}
.new-activity-list .activity-text-box{width:calc(100% - 134px);}
.new-activity-list .activity-text-box h4{margin-bottom:8px;}
.asb-img-box.gray{background:#F6F6F6;}
.asb-img-box.yellow{background:rgba(246,176,38,0.12);}
.new-activity-list .activity-box{align-items:flex-start;}
.btn-text-close{font-size:17px;line-height:1.2;color:#000000;}
.btn-text-close:hover{background:#000;color:#fff;}
.tuts-text-slider .btn + .btn{margin-left:0;margin-top:4px;}
.streak-modal-box{padding:50px 38px 38px 38px;position:relative;}
.close__btn {width: 22px;height: 22px;display: flex;align-items: center;justify-content: center;position: absolute;right: 55px;top: 60px;cursor: pointer;}
.streak-modal-box p{font-size: 20px;line-height: 1;letter-spacing: 0.02em;text-transform: uppercase;margin-bottom: 0;}
.streak-modal-box h6{font-weight:800;font-size:32px;line-height:1.2;text-align:center;letter-spacing:0.02em;text-transform:uppercase;margin-bottom: 15px;}
.counter-buttons-row{background:#F9F9F9;padding:8px 5px;border-radius:35px;margin-top: 25px;}
.streak-btn-box {margin-top: 30px;}
.streak-icon{width:50px;margin-right:10px;}
.streak-txt{width:calc(100% - 60px);font-size:35px;line-height:1.2;text-align:center;letter-spacing:0.02em;text-transform:uppercase;}
.cbr__item__box{padding:12px 12px 16px;background:#eee;border-radius:35px;max-width:135px;}
.streak-txt > span{font-weight:800;margin-right: 15px;}
.cbr__item{width:33.33%;padding:15px;}
.cbr__img__box{width:86px;margin:0 auto;}
.cbr__img__box + h5{margin-top:15px;}
.cbr__item__box h5{font-weight:500;font-size:24px;line-height:1;text-transform:uppercase;color:#313131;margin-bottom:0;}
.cbr__color__icon{display:none;}
.cbr__item.complete .cbr__color__icon{display:block;}
.cbr__item.complete .cbr__grey__icon{display:none;}
.streak-img-box{max-width:280px;margin:70px 0 80px;}
.streak-credit-row {margin-bottom: 15px;}
.cbr__item.complete .cbr__item__box{background:#E1F3CE;}
.cbr__item.complete .cbr__item__box h5{font-weight:800;color:#000;font-size: 24px;}
.streak-complete-title{font-weight:500;font-size:40px;line-height:1.2;text-transform:uppercase;color:#E5601E;}
.streak-img-box.complete{max-width:220px;margin:35px 0 30px;}
.new-lottie-player-box lottie-player,.new-lottie-player-box{width:80vh;height:100%;position:fixed;left:50%;top:0;bottom:0;z-index:9999;transform:translateX(-50%);}
.nfc-tab-header > h5 +.nfc-tab-count{margin:-10px 0 24px;}
.utcr-count-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;}
.utcr-count-block + .user-task-count-box{margin-left:15px;}
.default-user-group .default-num-box{background:transparent;}
.default-user-group .utcr-count-icon{width:14px;height:14px;}
.utcr-count-text{font-weight:600;font-size:16px;line-height:1;letter-spacing:0.03em;margin-left:5px;}
.ntcc-item{font-weight:400;font-size:18px;line-height:1;position:relative;padding:0 12px;text-transform:uppercase;}
.ntcc-item:not(:last-child):before{content:'';width:1px;height:calc(100% - 5px);top:50%;transform:translateY(-50%);background:currentColor;position:absolute;right:0;}
.default-user-group .utcr-count-text {font-size: 12px;}
/*=================================  Notiffication Css End ============================  */
/* =============================== small popup start ========================== */
.custom-modal-box{padding:46px 65px;}
.cross-btn{width:22px;height:22px;position:absolute;right:30px;top:30px;cursor: pointer;}
.logo__area{width:259px;margin:0 auto 40px;}
.custom-modal-box h3{font-weight:800;font-size:40px;line-height:1.2;letter-spacing:1px;}
.testi-text-box{font-weight:600;font-size:24px;line-height:29px;color:#393939;}
.testi-text-box p{margin-bottom:0;}
.custom-modal-box h6{font-weight:700;font-size:24px;line-height:24px;color:#393939;}
.para-group-box{font-weight:600;font-size:20px;line-height:24px;color:#535353;    padding-bottom: 30px;}
.para-group-box p{margin-bottom:0;}
.testi-text-box p + p {margin-top: 7px;}
.testi-text-box + h6 {margin-top: 50px;margin-bottom: 15px;}
.para-group-box p + p {margin-top: 8px;}
.custom-modal-action-btn {margin-top: 30px;}
.custom-modal-box h3 > span{font-weight:600;font-size:20px;line-height:24px;letter-spacing:0;color:#393939;margin-top: 6px;}
.tick-icon-box{background:#EFEFEF;border-radius:13px;display:inline-block;padding:12px 25px 12px 25px;font-weight:500;font-size:19px;line-height:24px;}
img.check__icon__1{width:31px;height:31px;margin-left:10px;}
.mt-form-group{margin-top: 58px;}
.mt-twitter-button {position: relative;padding:21px 15px;color: #fff;background: #50ABF1;font-weight: 800;font-size: 18px;line-height: 1;}
.mt-twitter-box{padding-left: 40px;}
.mt-twitter-box i{display:inline-block;margin-right:12px;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);left:0;}
.mt-or-row{font-weight:600;font-size:19px;line-height:24px;color:#000000;position:relative;margin:30px 0;}
.mt-or-row  > span{display:inline-block;padding:0 10px;position:relative;}
.mt-or-row  > span:before,.mt-or-row  > span:after{content:'';width:50vw;height:1px;background:#D9D9D9;position:absolute;top:50%;transform:translateY(-50%);}
.mt-or-row  > span:before{left:100%;}
.mt-or-row  > span:after{right:100%;}
.mt-twitter-button:hover{background-color: #000!important;color: #fff!important;}
/* =============================== small popup end ========================== */

#footer1{padding:55px 0 40px;border-top:1px solid #BBBBBB;}
#footer1 .search-input-box{background:#fff;padding:10px;border-radius:10px;position:relative;}
#footer1 .btn-submit{background:#E5601E;font-weight:800;font-size:14px;line-height:1;padding:8px;border-radius:12px;border:0;color:#fff;min-width:70px;}
#footer1 .search-form-control{font-weight:700;border:0;padding:6px;font-size:14px;background:transparent;}
#footer1 .search-form-control::placeholder{color:#9D9D9E;opacity:1;}
#footer1 .social-link li a{font-size:22px;color:#737375;}
#footer1 .social-link li a:hover,#footer1 ul.footer-nav li a:hover{color:#E5601E;}
#footer1 .social-link li + li{margin-left:28px;}
#footer1 ul.footer-nav{width:100%;column-count:2;column-gap:0;max-width:330px;margin:0 auto;padding:0 15px;}
#footer1 ul.footer-nav li{margin-bottom:15px;}
#footer1 ul.footer-nav li a{font-weight:700;font-size:15px;line-height:1.2;color:#737375;text-transform:uppercase;}
#footer1 .footer-box h5{font-size:18px;line-height:1.2;margin-bottom:15px;text-transform:uppercase;color:#000;}
.col-one{width:28%;}
.col-two{width:50%;}
.col-three{width:22%;}
.confirmed .btn-submit{display:none;}
.confirmed .tick-icon{width:30px;height:30px;background:#333;border-radius:50%;position:absolute;right:15px;top:50%;transform:translateY(-50%);}
#footer1  .search-input-box.confirmed{background-color:#E7E7E7;}
.dark-bg  .confirmed .tick-icon{background:#565656;}
.dark-bg #footer1  .search-input-box.confirmed{background-color:#343434;}
.dark-bg #footer1 .footer-box h5{color:#fff;}
.dark-bg #footer1 ul.footer-nav li a,.dark-bg #footer1 .social-link li a{color:#CACACA;}
.dark-bg  #footer1 .social-link li a:hover,.dark-bg  #footer1 ul.footer-nav li a:hover{color:#fff!important;}
.dark-bg #footer1 .search-input-box{background:#343434;}
.dark-bg #footer1 .search-form-control{color:#fff;}
.dark-bg .asb-upper{color:#fff;}
.dark-bg .asb-lower{color:#fff;}
/* =============================== profile page end =============================== */
.device-content-container{position:fixed;padding:3vw;top:0;bottom:0;left:0;right:0;z-index:99999;background:#fff;display:none !important;}
.dcc-text-box > h4{font-weight:800;font-size:20px;line-height:24px;letter-spacing:1.6px;text-transform:uppercase;}
.dcc-text-box > h4 > span{display:block;font-weight:400;}
.dcc-icon-box{width:90px;margin:30px auto 0;}
.dark-bg .device-content-container{background:#1C1D23!important;color:#fff;}
.dark-bg  .dcc-icon-box{filter:brightness(0) invert(1);}
@media only screen and (max-width:767px) and (orientation:landscape){
/* .device-content-container{display:flex;} */
}
@media (max-width:1830.98px){
.players-list .players-item{padding:1vw;}
.players-box h4{font-size:18px;line-height:24px;}
.timer-gqf img{margin-right:25px;}
.gqf-left-img{padding:10px;border-radius:13px;width:115px;}
.gqf-left-text{padding-bottom:12px;}
.gqf-left-text p{font-size:16px;line-height:20px;}
.gqf-left-text h5{margin-right:15px;font-size:20px;line-height:24px;}
.sqf-icon{width:12px;right:-12px;bottom:12px;}
.btn{font-size:18px;line-height:22px;}
.gqf-right-group img{margin-right:12px;width:26px;}
.gqf-right-group + .gqf-right-group{margin-left:15px;}
.gqf-right-group p{font-size:20px;line-height:25px;}
.timer-gqf i{font-size:28px;margin-right:15px;}
.game-over-content h1{font-size:50px;line-height:68px;}
.game-over-content h2{font-size:28px;line-height:38px;}
.game-over-content h2 + p{font-size:16px;line-height:22px;margin:0 auto 35px;}
.icon{width:30px;}
.icon-row p{font-size:20px;}
.large-images-box{max-width:285px;margin:55px auto 20px;}
.game-over-content h6{font-size:16px;}
.game-over-content h5{font-size:22px;}
}

/*=================================== New Game pages css start ==============================*/
.new-btn{border-radius:50px;padding:7px 12px 7px 6px;min-width:98px;text-align:center;font-weight:700;font-size:10px;letter-spacing:0.5px;line-height:1;box-shadow:none;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;display:flex;align-items:center;justify-content:center;}
.new-btn > img{width:25px;margin-right:5px;}
.new-btn + .new-btn{margin-left:25px;}
.fixed #header{box-shadow:0 4px 15px rgba(0,0,0,0.1);}
#header{width:100%;position:fixed;z-index:99;left:0;top:0;right:0;padding:0;z-index:9999;background:#f8f8f8;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;}
#header .navbar{height:90px;padding:0;margin:0;}
#header .navbar-brand{width:170px;}
#header .nhr-icon{width:26px;cursor:pointer;}
.new-page-wrapper-outer{background:#F8F8F8;min-height:100vh;}
.new-player-wrapper{margin-top:28px;}
.new-page-wrapper{color:#333;text-transform:uppercase;width:100%;min-height:100vh;padding:120px 0 150px;z-index:-1;}
.new-page-wrapper h1{font-weight:700;font-size:23px;line-height:1.2;margin-bottom:0;}
.npw-number-box{width:40px;height:40px;color:#333;border:2px solid #333;border-radius:10px;align-items:center;justify-content:center;display:flex;font-weight:900;font-size:25px;margin-right:15px;}
.npc-icon-box{width:64px;height:64px;margin:0 auto 30px;background:#C32525;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;}
.new-player-list{width:calc(100% + 60px);margin-left:-30px;list-style:none;padding:0;}
.new-player-list .new-player-item{width:33.33%;padding:30px;}
.new-player-img-box{height:210px;width:100%;position:relative;overflow:hidden;border:2px solid #fff;background:#1c1d22 url(../images/grey-logo.svg) no-repeat center/80px auto;}
.new-player-box h4{font-weight:800;font-size:18px;line-height:1.2;text-align:center;letter-spacing:0.5px;text-transform:uppercase;color:#1A1A1A;margin-bottom:0;padding:18px 10px 28px;}
.img-card-wrapper{width:100%;position:absolute;left:0;top:0;opacity:0;}
.img-card{height:208px;width:100%;position:relative;}
.img-card img{width:100%;height:100%;object-fit:cover;border-radius:0;overflow: hidden;}
.intro-type2 .new-player-img-box{padding-bottom:55.088%;height:0;}
.intro-type2 .img-card-wrapper{height:2000%;}
.intro-type2 .img-card{height:5%;}
.intro-type2.dark-bg #footer{background:#f8f8f8!important;color:#000;padding:24px 0;}
.intro-type2 #footer .player-img-box{background:#f8f8f8;}
.intro-type2 #footer .footer-content-box{padding-bottom:0;}
.intro-type2 .container-fluid{max-width:1624px;}
.countdown-text{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#449C28;font-weight:700;font-size:26px;}
.new-player-img-box img,.new-player-img-box{border-radius:30px;}
.selected-player .npi-icon-box{background:#449C28;}
.selected-player.new-player-box{border-color:#449C28!important;}
.new-player-box{border:4px solid #c32525;border-radius:30px;/*padding:7px 7px 0;*/cursor:pointer;transition:0.3s all ease;}
.icon-box-caw{width:200px;margin:0 auto 15px;}
.cww-title{font-weight:700;font-size:38px;line-height:1.2;text-transform:uppercase;color:#E5601E;margin-bottom: 10px;}
.caw-btn .btn + .btn{margin-left:0;margin-top:5px;}
.btn-dark-link{font-weight:700;line-height:1;text-transform:uppercase;color:#000000;}
.btn-dark-link:hover{text-decoration:underline;}
@media (min-width:767.98px){
.new-player-box:hover{transform:scale(1.2);}
.new-page-wrapper-outer:not(.dark-bg) .new-player-box:hover{background:#fff;box-shadow:0px 0px 22.294px rgba(0,0,0,0.1)!important;}
}
.add-shadow{filter:drop-shadow(0px 0px 44px rgba(0,0,0,0.15));}
.npi-icon-outer{width:48px;height:48px;position:absolute;left:50%;transform:translateX(-50%);bottom:-24px;padding:3px;}
.npi-icon-box{width:100%;height:100%;background:#C32525;border-radius:50%;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;}
.inner-spin-border{width:100%;height:50%;background-color:#fff;border-radius:50px 50px 0 0;position:absolute;left:50%;top:0;transform:translateX(-50%);z-index:-1;}
.new-player-btn{font-weight:800;font-size:15px;line-height:24px;min-width:128px;background:#E5601E;border-radius:50px;padding:10px 15px;color:#fff;border:4px solid #F8F8F8;}
.new-player-button{width:100%;position:absolute;left:50%;transform:translateX(-50%);bottom:-24px;padding:0;max-width:83%;display:flex;align-items:center;justify-content:center;}
/* .dark-bg .new-player-btn{border-color:#1C1D23;} */
.add-border-shape{width:100%;height:50%;background:#fff;position:absolute;left:50%;transform:translateX(-50%);top:0;border-radius:50px 50px 0 0;z-index:-1;}
.new-player-box.disable-player{border-color:#929292!important;}
.disable-player .new-player-img-box img{filter:grayscale(1)!important;opacity:0.5!important;}
.disable-player .npi-icon-box{background:#929292!important;}
.npc-icon-box.add-timer-countdown{background:transparent!important;}
.new-player-box.orange{border-color:#E5601E!important;}
.new-player-box.white{border-color:#fff!important;}
.new-player-btn.btn-sm{padding:8px 15px;min-width:195px!important;}
#footer{width:100%;position:fixed;bottom:0;padding:18px 0;z-index:99;background:#f8f8f8;}
#footer .player-img-box{border:2px solid #E2E2E2;background: #fff;padding:6px;width:120px;border-radius:20px;position:absolute;bottom:0;left:0;}
#footer .player-img-box img{width:100%;height:100%;object-fit:cover;border-radius:14px;}
#footer .player-text-box h4{font-weight:700;font-size:16px;line-height:1.2;letter-spacing:1px;text-transform:uppercase;margin-bottom:0;margin-top:2px;}
#footer .player-text-box p{font-weight:400;font-size:13px;line-height:1.2;letter-spacing:0.2px;text-transform:uppercase;margin-bottom:0;}
#footer .footer-content-box{padding-left:135px;padding-bottom:12px;}
#footer .fcb-middle{width:auto;position:absolute;left:50%;transform:translateX(-50%);padding:0 15px;display:flex;align-items:center;}
#footer .sr-item{text-transform:uppercase;}
#footer .sr-icon{width:23px;margin-right:10px;margin-left:auto;}
#footer .sr-icon.trophy{width:11px;margin-right:8px;}
#footer .sr-item b{font-weight:700;font-size:21px;}
#footer .sr-item b,#footer .sr-count{font-size:21px;}
#footer .sr-count{font-weight:400;}
.sr-item + .sr-item{margin-left:37px;}
.intro-page #header,.intro-page #footer{opacity:0;visibility:hidden;}
.intro-content{position:absolute;left:0;top:50%;right:0;height:100%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:99;opacity:0.7;}
.intro-logo{width:70px;transform:scale(0);}
.intro-num-content{position:absolute;left:0;top:50%;right:0;height:100%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:98;}
.intro-screen-head{font-weight:400;text-align:center;color:#FFF;letter-spacing:2px;margin-bottom:20px;}
.intro-screen{position:absolute;left:0;top:50%;right:0;height:100%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:101;}
.intro-screen-logo{width:70px;}
.intro-screen-btn{background-color:#e46123;width:200px;height:40px;text-align:center;margin:30px 0 0;z-index:10;border-radius:25px;cursor:pointer;line-height:40px;font-weight:700;}
.intro-num{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:300px;line-height:1;color:#e46123;font-style:italic;font-weight:300;width:100%;}
.intro-num span{display:inline-block;opacity:0;transform:translateY(-20px);width:100%;text-align:center;}
.intro-num em{font-style:normal;}
.intro-main-game{opacity:0;visibility:hidden;}
.img-card{opacity:0;}
.into-bott-text{font-weight:500;font-size:24px;line-height:1.2;letter-spacing:0.03em;text-transform:uppercase;font-style:italic;position:absolute;bottom:45px;}
.back-to-home-btn{padding:12px;border:1px solid #fff;border-radius:50px;font-weight:700;font-size:14px;line-height:1;text-align:center;letter-spacing:0.02em;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center;width:190px;}
.back-to-home-btn:hover,.back-to-home-btn:focus{color:#fff;background:#E5601E;border-color:#E5601E;}
.back-to-home-btn > img{width:22px;margin-right:5px;}

/* ============================== Error Page Start ========================= */
header#header2{width:100%;position:fixed;left:0;top:0;background:#f5f5f5;right:0;padding:0;z-index:9999;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;}
#header2 .navbar{height:80px;padding:0;}
#header2 .navbar-brand{padding:0;margin:0;width:220px;}
.error-page-wrapper{height:calc(100vh - 80px);padding-bottom:80px;}
.epw-icon{width:50px;margin:0 auto 25px;}
.epw-box h1{font-weight:700;font-size:38px;line-height:1.5;color:#E46223;margin-bottom:0;}
.epw-box{font-weight:300;font-size:24px;line-height:1.3;text-transform:uppercase;color:#000000;letter-spacing:1px;}
.epw-box em{font-size:14px;line-height:1.2;font-style:normal;letter-spacing:0.4px;}
.epw-box p{margin-bottom:0;}
.epw-btn{display:inline-block;margin:25px auto 0;}
.epw-btn .btn{font-size:16px;}

/* ============================== Error Page End ========================== */

/* ============================== Cookies Css start ======================== */
#cookieModal .modal-content{padding:30px;border:2px solid #E5601E;box-shadow:0px 0px 32px rgb(0 0 0 / 25%);border-radius:20px;}
#cookieModal .buttons{margin-top:15px;}
#cookieModal .modal-dialog{position:fixed;max-width:360px;bottom:15px;right:15px;margin:0px;}
#cookieModal .cookie-text{font-weight:500;font-size:18px;line-height:1.2;text-transform:uppercase;color:#000000;}

/* ============================== Cookies Css end ======================== */
.new-fch-txt{font-weight:500;font-size:12px;line-height:1.2;text-transform:uppercase;color:#171717;}
.new-fch-txt h5{font-size:24px;margin-bottom:0;}
.new-cdc-txt h4{font-weight:500;font-size:22px;margin-bottom:0;line-height:1;}
.new-cdc-txt p{font-size:12px;font-weight:500;text-transform:uppercase;}
.new-ewb-heading{margin-top:15px;}
.new-ewb-heading h5{font-size:34px;line-height:1.3;text-align:center;}
.new-ewb-heading h5 > span{font-weight:500;font-size:16px;text-align:center;text-transform:uppercase;}

/* ================================ Initial state start ================================= */
#entryDiv{position:fixed;width:100%;height:100%;z-index:1;background-color:#f5f5f5;}
#entryLogo{position:absolute;width:70px;height:auto;top:0;bottom:0;left:0;right:0;margin:auto;z-index:1;}
#entryLogoOrange{position:absolute;width:75px;height:auto;top:0;bottom:0;left:0;right:0;margin:auto;z-index:1;display:none;}
.t1{font-weight:400;text-align:center;color:#e46123;letter-spacing:2px;}
.t2{font-weight:700;text-align:center;color:#ffffff;letter-spacing:1px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;}
#entryWords{position:absolute;width:140px;height:20px;text-align:center;transform:translate(0,-110px);top:0;bottom:0;left:0;right:0;margin:auto;z-index:10;    /* border: 1px solid red; */}
#entryButton{background-color:#e46123;position:absolute;width:200px;height:40px;text-align:center;transform:translate(0,130px);top:0;bottom:0;left:0;right:0;margin:auto;z-index:10;border-radius:25px;cursor:pointer;}
#bottom{position:absolute;background-color:#ffffff;width:100%;height:10%;bottom:0;z-index:100;box-shadow:0 0 5px 2px rgba(0,0,0,0.1);}
#loadingImage{position:fixed;width:237px;height:46px;top:0;bottom:0;left:0;right:0;margin:auto;z-index:11000;image-rendering:smooth;}
#feedback{position:fixed;display:none;z-index:50000;color:aliceblue;background-color:rgb(28,42,48);}
#countDown{position:fixed;top:-400px;bottom:0;left:0;right:0;margin:auto;z-index:11;pointer-events:none;transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;}
.t3{font-style:italic;text-align:center;opacity:0;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);white-space:nowrap;transition:0.3s all ease-in;font-weight:300;font-size:220px;line-height:1;letter-spacing:0.03em;text-transform:uppercase;color:#E5601E;}
.step-2 .t3{opacity:1;}
.step-2.step-3 .t3{opacity:0;}
.step-2 #countDown{top:0;}
.hidden{position:absolute;opacity:0;pointer-events:none;}
#slot1{transform:translate(-310%,-50%);}
#slot2{transform:translate(-50%,-500%);}
#slot3{transform:translate(210%,-50%);}
.slot{width:calc(33.33% - 31.66px);position:absolute;top:50%;left:50%;z-index:11;pointer-events:none;transition:0.8s all ease-in;}
.step-3 #slot1{transform:translate(-150%,-50%);}
.step-3 #slot2{transform:translate(-50%,-50%);}
.step-3 #slot3{transform:translate(50%,-50%);}
.onload #header{opacity:0;top:-100%;transition:all 1s ease-in;-webkit-transition:all 1s ease-in;background-color:transparent;}
.step-1 .onload #header{opacity:1;top:0;}
.onload #footer{opacity:0;bottom:-100%;transition:all 1s ease-in;-webkit-transition:all 0.3s ease-in;}
.step-2 .onload #footer{opacity:1;bottom:0;}
.onload #footer .player-img-box{background:#fff;}
.step-1 #entryDiv{background-color:#1A1B20;}
.step-1 #entryWords{opacity:0;}
.step-1 #entryButton,.step-1 #entryLogo{display:none;}
.step-1 #entryLogoOrange{display:block;}
#entryLogo{animation:zoom-in-zoom-out 2s ease-out infinite;}
@keyframes zoom-in-zoom-out{
0%{transform:scale(1,1);}
50%{transform:scale(1.2,1.2);}
100%{transform:scale(1,1);}
}

/* ================================ Initial state start ================================= */

/* ================================ Final Step Page start ================================= */
.contender-wrapper{min-height:100vh;padding:50px 0 115px;}
#header3{width:100%;position:fixed;top:0;z-index:999;}
.fixed #header3{background-color:#1C1D23;box-shadow:0 5px 8px rgba(0,0,0,0.1);}
.new-wrapper-container{min-height:100vh;}
.new-navbar-brand{width:180px;margin:32px 0;}
.credits-block-box h4{font-weight:600;font-size:40px;line-height:1;letter-spacing:2.2px;text-transform:uppercase;margin-bottom:0;}
.credits-block-box p{font-weight:600;font-size:16px;line-height:1.2;letter-spacing:2.3px;text-transform:uppercase;}
.credits-block-box{position:absolute;right:0;top:0;}
.cw-icon-box{width:50px;margin:0 auto 1vw;}
.cw-content-row h1{font-weight:500;font-size:20px;line-height:1.2;letter-spacing:2.3px;text-transform:uppercase;color:#24B567;margin-bottom:1.5vw;}
.score-points-box h5{font-weight:600;font-size:50px;line-height:1;letter-spacing:4px;text-transform:uppercase;margin:0;}
.score-points-box span{font-weight:600;font-size:18px;line-height:1;letter-spacing:0px;text-transform:uppercase;position:absolute;top:calc(100% - 25px);left:100%;}
.score-points-box{position:relative;padding:0 5px;display:inline-block;}
.points-wrapper-row{width:100%;background:#343434;max-width:1035px;padding:22px;margin:2.5vw auto;border-radius:15px;}
.cw-bott-row{max-width:630px;margin:0 auto;}
.cw-bott-row h4{font-weight:500;font-size:14px;line-height:1.6;text-align:center;letter-spacing:2.3px;text-transform:uppercase;margin-bottom:1.5vw;}
.cw-bott-row h5{font-weight:300;font-size:14px;line-height:1.6;text-align:center;letter-spacing:2.3px;text-transform:uppercase;margin-bottom:1.5vw;}
.how-its-work > img{width:20px;margin-right:12px;}
.how-its-work{font-weight:500;font-size:12px;line-height:1;letter-spacing:0.02em;text-transform:uppercase;display:flex;align-items:center;}
footer#footer2{color:#333;width:100%;background:#fff;position:fixed;bottom:0;left:0;right:0;}
.green .item-icon-box svg > path{fill:#24B567;}
.red .item-icon-box svg > path{fill:#AF3030;}
.item-icon-box{position:relative;padding-bottom:78%;margin-bottom:15px;}
.item-icon-box > svg{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;}
.item-icon-box svg + span{position:absolute;left:50%;top:50%;padding-bottom:12px;transform:translate(-50%,-50%);font-weight:600;font-size:20px;line-height:1;letter-spacing:0.03em;text-transform:uppercase;display:inline-block;}
.item{padding:0 10px;width:10%;}
.item.text-center h3{font-weight:800;font-size:12px;line-height:1;letter-spacing:0.03em;text-transform:uppercase;margin-bottom:0;}
.nfc-proifle-img{border:2px solid #E2E2E2;padding:6px;width:120px;border-radius:20px;background:#fff;margin-top:-50px;margin-bottom:12px;}
.nfc-proifle-img > img{width:100%;height:100%;object-fit:cover;border-radius:14px;}
.nfc-intro-box{padding-left:15px;padding-bottom:0px;}
.nfc-right .cdc-colck-item .smalltext{font-weight:500;}
.nfc-right .cdc-group-details{text-align:center;}
.nfc-right .cdc-group-details h4:not(:last-child){margin-right:25px;}
.nfc-right .contestclock{margin-left:25px;}
.nfc-right .cdc-group-details h4{font-size:25px;}
#footer2 .nfc-button-area{position:absolute;left:50%;transform:translateX(-50%);}
.nfc-intro-box > p{font-weight:400;font-size:13px;line-height:1.2;letter-spacing:0.2px;text-transform:uppercase;margin-bottom:0;}
.nfc-intro-box h4{font-weight:700;font-size:16px;line-height:1.2;letter-spacing:1px;text-transform:uppercase;margin-bottom:0;margin-top:2px;}

/* ================================ Final Step Page end ================================= */

/* ----- Outro page start----- */
.outro-page .cw-icon-box,.outro-page .cw-content-row h1{opacity:0;transition:all 0.5s ease-in;}
.outro-page .points-wrapper-row{opacity:0;transition:all 0.5s ease-in;}
.outro-page .points-wrapper-row .item{filter:brightness(0);opacity:0.3;transition:all 0.2s ease-in;}
.outro-page .points-wrapper-row .item:nth-child(1){transition-delay:1s;}
.outro-page .points-wrapper-row .item:nth-child(2){transition-delay:1.4s;}
.outro-page .points-wrapper-row .item:nth-child(3){transition-delay:1.8s;}
.outro-page .points-wrapper-row .item:nth-child(4){transition-delay:2.2s;}
.outro-page .points-wrapper-row .item:nth-child(5){transition-delay:2.6s;}
.outro-page .points-wrapper-row .item:nth-child(6){transition-delay:3s;}
.outro-page .points-wrapper-row .item:nth-child(7){transition-delay:3.4s;}
.outro-page .points-wrapper-row .item:nth-child(8){transition-delay:3.8s;}
.outro-page .points-wrapper-row .item:nth-child(9){transition-delay:4.2s;}
.outro-page .points-wrapper-row .item:nth-child(10){transition-delay:4.6s;}
.outro-page .points-wrapper-row .item:nth-child(11){transition-delay:5s;}
.outro-page .points-wrapper-row .item:nth-child(12){transition-delay:5.4s;}
.outro-page .points-wrapper-row .item:nth-child(13){transition-delay:5.8s;}
.outro-page .points-wrapper-row .item:nth-child(14){transition-delay:6.2s;}
.outro-page .points-wrapper-row .item:nth-child(15){transition-delay:6.6s;}
.outro-page .points-wrapper-row .item:nth-child(16){transition-delay:7s;}
.outro-page .cw-bott-row{opacity:0;transition:all 1s ease-in 5s}
.loaded.outro-page .cw-icon-box,.loaded.outro-page .cw-content-row h1,.loaded.outro-page .score-block-outer{opacity:1;}
.loaded.outro-page .points-wrapper-row{opacity:1;}
.loaded.outro-page .points-wrapper-row .item{filter:none;opacity:1;}
.loaded.outro-page .cw-bott-row{opacity:1;}

/* ----- Outro page end----- */

/* ================================ CONNECT WALLET PAGE START ================================= */
.connect-wallet-wrapper{width:100%;max-width:650px;padding:15px;}
.connect-wallet-wrapper .cww-icon-box{width:58px;margin:0 auto 30px;}
.connect-wallet-wrapper h1{font-size:42px;line-height:1.2;color:#E46223;margin:0;}
.connect-wallet-wrapper .cww-list li{position:relative;padding:5px 10px;font-weight:600;font-size:22px;line-height:1;}
.connect-wallet-wrapper .cww-list li:not(:last-child):before{content:'';width:2px;height:calc(100% - 15px);background:currentColor;position:absolute;top:50%;transform:translateY(-50%);right:-1px;}
.connect-wallet-wrapper .cww-btn{margin-top:30px;}
.cww-btn .btn{padding:15px 30px;}
.speech-red-text{color:#C80000!important;}
.cww-icon-box.large-size{width:100px!important;}

/* ================================ CONNECT WALLET PAGE END ================================= */

/* ================================ CONTEST PAGE STATES START ================================= */
.cdc-complete-btn{position:absolute;top:15px;left:15px;}
.cdc-details-box{padding:15px;align-items:flex-end;}
.cdc-details-item >h3{font-weight:400;font-size:12px;line-height:23px;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:8px;}
.cdc-details-item{width:65%;}
.cdc-details-box .cdc-group-details{width:35%;justify-content:flex-end;}
.cdc-details-item .wcl-name{font-weight:600;width:calc(100% - 60px);}
.cdc-details-item .wcl-profile{margin-right:10px;}
.contest-cancel-wrapper{font-weight:500;font-size:16px;line-height:1.4;text-transform:uppercase;color:#282828;border:2px solid #B52424;padding:15px;border-radius:10px;background:#fff;margin:30px 0 -10px;}
.contest-cancel-wrapper p:not(:last-child){margin-bottom:15px;}
.btn-blue-text{color:#2D74FD;}
.ccw-list{width:calc(100% + 20px);margin-left:-10px;}
.ccw-list li{position:relative;padding:5px 10px;font-weight:700;line-height:1;color:#B52424;}
.ccw-list li:not(:last-child):before{content:'';width:2px;height:calc(100% - 15px);background:currentColor;position:absolute;top:50%;transform:translateY(-50%);right:-1px;}
.fc-header .cdc-group-details h4{text-align:right;}
.fc-grid-icon{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-right:12px;}
.fc-grid-text{font-weight:600;font-size:15px;line-height:1.2;letter-spacing:0.16em;text-transform:uppercase;color:#000000;width:calc(100% - 42px);}
.fc-grid-box{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:10px;background:#fff;border-radius:50px;position:absolute;bottom:0;z-index:2;max-width:276px;left:50%;transform:translateX(-50%);}
.hcb-logo > img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.green-outline-label{display:block;text-align:center;font-weight:700;border-radius:50px;padding:12px;border:2px solid #24B567;min-width:240px;font-size:14px;color:#fff;background:rgba(36,181,103,0.8);}
.delete-label{display:block;text-align:center;font-weight:700;border-radius:50px;padding:12px;border:2px solid #BA0303;min-width:240px;font-size:14px;color:#fff;background:#BA0303;}
.green-label-dark{display:block;text-align:center;font-weight:700;border-radius:50px;padding:8px;border:2px solid #24B567;min-width:190px;font-size:14px;background:rgba(36,181,103,0.8);color:#fff;border:2px solid #24B567;}
.red-label-dark{display:block;text-align:center;font-weight:700;border-radius:50px;padding:8px;min-width:240px;font-size:14px;background:rgba(181,36,36,0.8);color:#fff;border:2px solid #fff;}
.red-label-dark > img{width:18px;margin-right:5px;position:relative;top:-1px;}

/* ================================ CONTEST PAGE STATES END ================================= */
.center-align-wrapper{height:calc(100vh - 80px);}
.caw-content-box{font-weight:500;line-height:1.3;text-transform:uppercase;}
.caw-icon-box{width:172px;}
.caw-content-box h1{font-size:50px;color:#C80000;}
.power--label{width:100px;position:absolute;right:0;bottom:85px;z-index:99;}
.sr-item{color:#E5601E;}
.full-screen-modal .modal-content{padding:40px;}
.fsw-close{width:26px;height:26px;cursor:pointer;position:absolute;right:30px;top:30px;}
.fsw-icon{width:70px;}
.fsw-content-box{width:100%;max-width:615px;padding:0 15px;margin:0 auto;text-align:center;}
.fsw-content-box h3{font-size:28px;margin-bottom:10px;}
.fsw-link-btn a:hover{text-decoration:underline;}
.new-cab-body{padding:60px 35px 0;}
.new-cab-header h4{font-weight:800;font-size:28px;line-height:1.2;text-align:center;letter-spacing:1px;color:#CE1306;margin:0;}
.new-cab-close-icon{width:21px;height:21px;cursor:pointer;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.new-credit-awarded-box{padding:40px 44px;}
.new-cab-body strong{font-weight:600;font-size:20px;line-height:24px;letter-spacing:1.63866px;}
.new-cab-icon{width:140px;}
.text-dark{color:#000!important;}
.tick-text-box{display:inline-block;padding:10px 25px;background:#EFEFEF;border-radius:13px;margin:0 auto;font-weight:500;font-size:19px;color:#000;}
.tt-image{width:31px;margin-left:15px;}
.pmb-copy-box{border:1px solid #C8C4C4;border-radius:50px;padding:10px 20px 10px 10px;font-weight:500;font-size:17px;line-height:1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#292929;min-width:200px;}
.profile-modal-box{padding:45px;}
.pmb-copy{width:10px;position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;}
.pbm-copy-txt{font-weight:600;font-size:32px;line-height:17px;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#292929;margin-top:25px;}
.dmb-close{width:21px;height:21px;cursor:pointer;position:absolute;right:35px;top:35px;}
.pmb-img-box{width:190px;margin:0 auto 45px;}
.pmb-social{border:1px solid #C8C4C4;border-radius:50px;padding:10px 15px;font-weight:500;font-size:17px;line-height:1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#292929;min-width:auto;}
.pmb-social-group{margin-top:25px;}
.pmb-social-group a + a{margin-top:15px;}
.pmb-social > i{margin-right:3px;}
.label-count{font-weight:400;font-size:16px;line-height:19px;color:#727272;}

/* ========================= New Home Page Css Start ============================= */
.tiles-card-container{padding:35px 0;}
.new-featured-contests-container{padding:35px 0;}
.tiles-content-box{background:linear-gradient(31.41deg,#FEFEFE 34.1%,#FFFFFF 82.65%);box-shadow:0px 0px 36.7385px rgb(0 0 0 / 10%);border-radius:40px;padding:22px 35px;color:#000;}
.tiles-intro-text{padding:9px 25px;border:1px solid currentColor;border-radius:50px;text-align:center;font-weight:700;font-size:18px;line-height:30px;letter-spacing:0.5px;}
.st-line{width:auto;flex-grow:1;height:2px;background:currentColor;margin:0 15px;}
.tiles-info-icon{width:40px;cursor:pointer;}
.tiles-card-list{width:calc(100% + 30px);margin-left:-15px;}
.tcl-item{width:25%;padding:15px;}
.tcl-box{background:rgba(224,224,224,0.2);border-radius:45px;box-shadow:0px 0px 8px rgb(0 0 0 / 25%);border:3px solid transparent;}
.tcl-box:hover,.slick-current .tcl-box{border-color:currentColor;}
.tiles-point-count-box{font-weight:700;font-size:15px;line-height:1;text-transform:uppercase;color:#FFFFFF;position:absolute;bottom:0;left:50%;transform:translateX(-50%);padding:15px 15px 8px;min-width:123px;text-align:center;}
.tiles-point-count-box::before{content:'';width:100%;height:100%;background:rgba(0,0,0,0.5);border:2px solid #fff;border-bottom:0;backdrop-filter:blur(15px);border-radius:35px 35px 0px 0px;position:absolute;left:0;right:0;top:0;bottom:0;}
.tiles-point-count-inside{position:relative;z-index:1;}
.tcl-img-box{width:100%;padding-bottom:96%;border-radius:45px;overflow:hidden;filter:drop-shadow(0px 0px 10.0286px rgba(0,0,0,0.12));}
.tcl-img-box > img{overflow: hidden; border-radius:45px;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.tiles-credits h3{font-weight:700;font-size:29px;line-height:1;text-align:center;text-transform:uppercase;color:currentColor;margin-bottom:0;}
.tiles-credits h3 > span{font-weight:500;font-size:12px;line-height:1.2;}
.tcl-text-box{padding:10% 10%;}
.tiles-price-box{position:absolute;top:10px;left:8px;z-index:1;width:75px;height:75px;}
.tiles-price > span{font-size:24px;font-weight:700;line-height:1;text-shadow:0px 2.49687px 3.12201px rgba(0,0,0,0.25);}
.tiles-price{font-size:14px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-weight:600;line-height:1;text-align:center;text-transform:uppercase;text-shadow:0px 2.49687px 3.12201px rgba(0,0,0,0.25);white-space:nowrap;}
.tiles-price-box > img{width:100%;height:100%;object-fit:cover;}
.tcl-text-box .cdc-colck-item>span{font-weight:700;}
.tcl-text-box .cdc-colck-item .smalltext{font-weight:500;}
.tcl-text-box .cdc-colck-item:not(:last-child){margin-right:12px;}
.tiles-card-list{padding-bottom:0;}
.tiles-card-list  .slick-prev,.tiles-card-list  .slick-next{font-size:0;width:65px;height:65px;background:#fff;border:2px solid #000;border-radius:20px;}
.tiles-card-list  .slick-prev:before,.tiles-card-list  .slick-next:before{content:'';width:25px;height:25px;background-image:url(../images/play!-icon.svg);background-position:center;background-repeat:no-repeat;background-size:contain;opacity:1;}
.tiles-card-list .slick-prev:before{transform:rotate(-180deg);}
.tiles-card-list  .slick-next{right:-15px;}
.tiles-card-list  .slick-prev{left:-15px;}
.tiles-card-list  .slick-prev.slick-disabled,.tiles-card-list  .slick-next.slick-disabled{opacity:0;}
.tcl-cta-box h6{font-weight:900;font-size:67px;line-height:1;letter-spacing:0.1em;text-transform:uppercase;color:#000;text-align:center;padding:15px;margin-bottom:0;}
.tcl-cta-box h6 > span{font-size:42px;line-height:1;margin-top:-5px;}
.tcl-cta-img{padding:6% 0% 0% 13%;}
.tcl-cta-box{border:2px solid #fff;border-radius:45px;}
.nfc-header h3{font-weight:600;font-size:32px;line-height:1.2;margin-bottom:0;text-transform:uppercase;}
.nfc-num-row{background:rgba(0,0,0,0.7);border-radius:20px;position:absolute;max-width:100%;bottom:12px;left:50%;transform:translateX(-50%);width:max-content;}
.nfc-num-item{padding:7px 18px;font-weight:800;font-size:24px;line-height:1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#FFFFFF;width:auto;flex-grow:1;}
.nfc-num-item > span{font-weight:500;font-size:12px;line-height:1;margin-top:4px;}
.nfc-num-icon > img{width:14px;display:inline-block;margin-right:3px;}
.nfc-card-btn .btn{display:flex;justify-content:center;align-items:center;}
.nfc-card-btn{width:100%;}
.nfc-card-btn .btn > img{margin-right:8px;}
.nfc-num-item:not(:last-child)::before{content:'';width:1px;height:calc(100% - 20px);background:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.nfc-card-list{width:calc(100% + 30px);margin-left:-15px;margin-bottom:-15px;}
.nfc-card-item{width:50%;padding:15px;}
.nfc-card-left{width:53%;}
.nfc-card-btn .btn{min-width:100%;}
.nfc-card-btn .btn >img{width:17px;display:inline-block;}
.nfc-card-right{width:47%;padding-left:11%;justify-content:space-between!important;}
.nfc-card-right h5{font-weight:800;font-size:21px;line-height:1.3;letter-spacing:0.9px;text-transform:uppercase;margin-bottom:0;}
.nfc-count-num{font-weight:800;font-size:32px;line-height:1;letter-spacing:0.9px;text-transform:uppercase;}
.nfc-count-num > span{font-weight:500;font-size:14px;line-height:1.4;text-transform:uppercase;}
.nfc-card-box{border:2px solid #fff;box-shadow:0px 0px 13.0412px rgb(0 0 0 / 12%);border-radius:45px;background:#fff;padding:30px 35px;color:#282828;}
.nfc-card-img-box{/* border:1px solid currentColor; */ position:relative;width:100%;padding-bottom:100%;border-radius:45px;overflow:hidden;}
.nfc-card-img-box > img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;border-radius:45px;}
.nfc-pro-img > img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.nfc-pro-txt{display:flex;width:30px;height:30px;font-weight:800;font-size:15px;line-height:1;text-transform:uppercase;color:#fff;background:#282828;border-radius:50%;align-items:center;justify-content:center;position:relative;margin-right:10px;}
.nfc-pro-img{border-radius:50%;overflow:hidden;border:2px solid;width:70px;height:70px;}
.nfc-pro-item + .nfc-pro-item .nfc-pro-img{margin-left:-25px;}
.nfc-profile-row{position:relative;z-index:2;}
.nfc-pro-item:nth-child(2) .nfc-pro-img{position:relative;z-index:-1;}
.nfc-pro-item:nth-child(3) .nfc-pro-img{position:relative;z-index:-2;}
.nfc-pro-item:nth-child(4) .nfc-pro-img{position:relative;z-index:-3;}
.nfc-pro-item:nth-child(5) .nfc-pro-img{position:relative;z-index:-4;}
.nfc-pro-item:nth-child(6) .nfc-pro-img{position:relative;z-index:-5;}
.bg-orange{background:linear-gradient(16.58deg,#FB7411 13.75%,#F0982C 70.97%);}
.wfc-left{border:2px solid #fffF;border-radius:55px;width:50%;padding:22px;}
.wfc-right{width:50%;padding-left:20px;}
.wfc-widget-box{border:2px solid #fff;border-radius:45px;padding:18px 35px;}
.wfc-content-row{margin-top:35px;color:#fff;}
.wfc-left  b{display:block;font-weight:400;font-size:18px;line-height:31px;text-align:center;letter-spacing:0.03em;text-transform:uppercase;margin-bottom:20px;}
.wfc-title{font-weight:800;font-size:40px;line-height:1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;margin-bottom:30px;}
.wfc-title span{font-weight:300;font-size:45px;line-height:1;display:block;}
.wfc-left-content{max-width:310px;margin:0 auto;}
.wfc-btn  .btn{font-size:18px;}
.wfcw-title{font-weight:800;font-size:28px;line-height:1;text-transform:uppercase;margin-left:-45px;}
.wfcw-title > span{font-weight:800;font-size:18px;line-height:1;}
.wfcw-icon-box{width:150px;}
.wfc-widget-box + .wfc-widget-box{margin-top:25px;}
.wfc-icon-group img,.wfc-w-icon-group img{width:54px;}
.wfc-icon-group img + img,.wfc-w-icon-group img + img{margin-left:18px;}
.wfc-w-icon-box{width:96px;}
.wfc-w-title{font-weight:800;font-size:28px;line-height:1;text-transform:uppercase;width:auto;flex-grow:1;padding:0 22px;}
.wfc-w-title b{font-weight:800;font-size:18px;line-height:1;margin-top:10px;}
.nfc-card-right .cdc-colck-item>span{font-size:28px;font-weight:700;}
.nfc-card-right .cdc-colck-item .smalltext{font-size:14px;font-weight:500;}
.nfc-card-right .cdc-colck-item:not(:last-child){margin-right:10px;}
.tiles-card-list-one{width:calc(100% + 30px);margin-left:-15px;margin-top:22px;}
.tcl-one-item{width:50%;padding:15px;}
.tcl-one-box{border:2px solid transparent;background:rgba(224,224,224,0.2);box-shadow:0px 0px 7.62834px rgb(0 0 0 / 20%);border-radius:45px;padding:30px;}
.tcl-one-box:hover{border-color:#000;}
.tcl-one-left{width:46%;background:#eee;border-radius:45px;}
.tcl-one-right{width:54%;padding:4% 0% 0% 6%;justify-content:space-between;}
.tcl-one-right h4{font-size:21px;line-height:1.3;margin-bottom:25px;}
.tcl-one-box  .tiles-price-box{top:18px;left:15px;width:52px;height:52px;}
.tcl-one-box .tiles-price > span{font-size:18px;}
.tcl-one-box .tiles-price{font-size:10px;}
.tcl-one-btn .btn{min-width:180px;}
.tcl-one-btn .btn > img{margin-right:5px;}
.nfc-profile-row + .tcl-one-btn{margin-top:25px;}
.tcl-leaderboard-box{max-width:390px;margin:0 auto;}
.leaderboard-box:hover{background:#E5601E;color:#fff;}
.tcl-leaderboard-box > h5{font-size:23px;}
.tcl-leaderboard-box > h5{font-size:23px;}
.leaderboard-box{cursor:pointer;padding:12px 18px;background:#F4F4F4;border:1px solid #E2E2E2;border-radius:25px;position:relative;}
.leaderboard-item.disabled .leaderboard-box:before{content:'';width:100%;height:100%;background:#fff;filter:blur(32px);position:absolute;left:0;right:0;top:0;bottom:0;}
.leaderboard-item.disabled .leaderboard-box{cursor:no-drop!Important;}
.leaderboard-item.disabled .leaderboard-box:hover{background:#F4F4F4;border-color:#E2E2E2;color:#000;}
.leaderboard-img-box{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid;}
.leaderboard-img-box > img{width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden;}
.leaderboard-points-box h4{font-weight:800;font-size:20px;line-height:1.2;letter-spacing:0.03em;text-transform:uppercase;margin-bottom:0;}
.leaderboard-points-box h4 > span{font-size:8px;}
.leaderboard-points-box{width:52px;}
.leaderboard-text-box{width:calc(100% - 100px);padding:0 10px;font-weight:400;font-size:16px;line-height:1;letter-spacing:0.01em;text-transform:uppercase;}
.leaderboard-text-box >strong{font-weight:800;}
.leaderboard-item + .leaderboard-item{margin-top:10px;}
.blue-txt-btn{font-weight:500;font-size:16px;line-height:20px;color:#2D74FD;}
.contest-filter-dropdown .dropdown-toggle::after{content:none;}
.contest-filter-btn{display:flex;align-items:center;background:#FFFFFF;border:2px solid #282828;border-radius:20px;padding:10px 25px;font-size:15px;position:relative;z-index:991;cursor:pointer;}
.contest-filter-btn img{width:20px;}
.contest-filter-btn >span{margin-right:20px;}
.contest-filter-dropdown .dropdown-menu{min-width:100%;background:#fff;box-shadow:0px 0px 12px rgb(0 0 0 / 25%);border-radius:20px;border:0;margin-top:-50px!important;z-index:99;padding-top:50px;z-index:99;}
.contest-filter-dropdown .dropdown-item{font-weight:500;font-size:14px;line-height:1.2;letter-spacing:0.01em;text-transform:uppercase;color:#000;padding:14px 25px;}
.contest-filter-dropdown .dropdown-item + .dropdown-item{border-top:0.5px solid #737373;}
.credit-icon-btn .btn > img{margin-top:-6px;}
.credit-icon-btn .btn{font-weight:400;}
.credit-icon-btn .btn > strong{font-weight:800;}
.contest-filter-dropdown .dropdown-item:hover,.contest-filter-dropdown .dropdown-item:focus,.contest-filter-dropdown .dropdown-item:active{background:transparent;color:#E5601E;}
.cr-widget-box .nfc-card-item{width:100%;}
.cr-btn-row{margin-top:30px;padding:0 10%;}
.cr-widget-box .leaderboard-list{margin-top:15px;}
.default-user-group{margin-top: 10px;}
.default-user-item{width:33.33%;padding:0 15px;text-align:center;}
.default-user-img-box{position:relative;padding:2px;width:70px;margin:0 auto 18px;height:70px;border-radius:50%;border:3px solid #B1B1B1;}
.default-user-img-box  .user_img_box{width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden;}
.default-user-img-box span{background:#B1B1B1;border:3px solid #B1B1B1;width:28px;height:28px;position:absolute;z-index:1;border-radius:50%;display:flex;align-items:center;justify-content:center;top:100%;left:50%;transform:translateX(-50%);font-weight:700;font-size:12px;line-height:1.25;letter-spacing:0.44441px;color:#FFFFFF;overflow:hidden;margin-top:-15px;}
.default-user-img-box span:before{content:'';width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(161.83deg,#FFFFFF -39.08%,rgba(255,255,255,0) 59.76%);z-index:-1;}
.default-user-item h4{font-size:15px;line-height:1.2;letter-spacing:0.01em;text-transform:uppercase;margin-bottom:0;width:auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.default-num-box {border-radius: 62px;font-weight: 600;font-size: 12px;line-height: 1;letter-spacing: 0.03em;text-transform: uppercase;text-align: center;padding: 0 15px;}
.yellow .default-user-img-box{border-color:#FFBF00;}
.yellow .default-user-img-box span{border-color:#FFBF00;background:#FFBF00;}
.metallic .default-user-img-box{border-color:#B08D57;}
.metallic .default-user-img-box span{border-color:#B08D57;background:#B08D57;}
.default-user-img-box.large{transform:scale(1.3);margin-bottom:25px;margin-top:-7px;}
.default-user-img-box.large span{transform:translateX(-50%) scale(0.755);}
.user-task-list{margin-top:15px;}
.user-task-box{background:#F4F4F4;border:1px solid #E2E2E2;border-radius:15px;padding:9px 18px;color:#000;}
.user-task-num-box{font-weight:700;font-size:18px;line-height:32px;text-align:center;letter-spacing:0.01em;}
.user-txt{font-weight:400;font-size:16px;line-height:1.2;letter-spacing:0.01em;text-transform:uppercase;}
.user-task-count-box{background:#3D3D3D;border-radius:63px;font-weight:600;font-size:14px;line-height:1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#fff;padding:6px;display:inline-block;min-width:65px;}
.user-task-img{width:47px;height:47px;margin-right:10px;border-radius:50%;}
.user-task-img > img{width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden;}
.user-task-count-right{width:140px;justify-content: space-between;}
.user-task-item + .user-task-item{margin-top:12px;}
.user-task-txt-box{flex-grow:1;padding:0 8px;}
.user-task-box:hover{background:#E5601E;color:#fff;}
.user-task-box:hover .user-task-count-box{background:#fff;color:#3D3D3D;}
.tcl-one-item .default-user-block{max-width:510px;margin:0 auto;}
.union-icon-box{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) scale(0.6);margin-bottom:-4px;}
.cr-widget-box .default-user-row{margin-top:55px;}
.user-task-box:hover .user-txt{font-weight:700;}
.dark-bg .nfc-tab-icon {filter: brightness(0) invert(1);}
/* ========================= New Home Page Css End ============================= */

/* ========================= Leaderboard Modal Start ============================== */
#leaderboardModal .modal-dialog{max-width:734px!important;}
.leaderboard-modal-content{padding:48px;position:relative;}
.leaderboard-modal-content > h4{font-weight:600;font-size:25px;line-height:1.2;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#000;margin-bottom:60px;}
.leaderboard-modal-content  .user-task-list{margin-bottom:25px;}
#leaderboardModal .user-task-row{overflow-y:auto;margin:25px 0 0;}
.leaderboard-modal-active .user-task-row{height:360px;border-top:2px solid #E3E3E3;}

/* ========================= Leaderboard Modal End ============================== */

/* ======================= Switch Network Start ===================== */
.switch-network-container{width:100%;height:calc(100vh - 126px);}
.text-label-container{background:#E5601E;height:46px;position:fixed;width:100%;top:80px;z-index:999;}
.tl-title{font-size:16px;line-height:1.2;font-weight:600;text-transform:uppercase;letter-spacing:0;width:calc(100% - 160px);}
.tl-btn{width:135px;margin-left:25px;}
.tl-btn .btn{font-size:12px;line-height:1;padding:10px 12px;min-width:130px;}
/* ======================= Switch Network End ===================== */

/* ======================= new outro Start ===================== */
.new-outro-container .credits-block-box{border-left:1px solid #D9D9D9;padding-left:25px;position:relative;right:auto;top:auto;margin:0;}
.new-outro-container .score-block-outer{display:flex;align-items:center;justify-content:center;text-align:left;margin:15px 0 40px;}
.new-outro-container .score-points-box{padding:0 25px 0 0;text-align: left!important;}
.new-outro-container .score-points-box span{position:relative;top:auto;left:auto;}
.new-outro-container .cw-content-row h1{font-weight:100;font-size:40px;color:#fff;}
.new-outro-container .cw-content-row h1 > span{font-weight:600;font-size:18px;letter-spacing:0.03em;}
.new-outro-container .cw-icon-box.cw-profile-thumb{width:63px;height:63px;}
.new-outro-container .default-user-img-box{width:100%;height:100%;border-color:#E5601E;}
.new-outro-container .default-user-img-box span{border-color:#E5601E;background:#E5601E;}
.new-outro-container .cw-icon-box{margin:0 auto 2.5vw;}
.new-outro-container .cdc-group-details h4 > small{font-size:inherit;font-weight:400;}
.new-outro-container .cdc-group-details h4 > img{filter:none!important;margin:-4px -2px 0 0px;}
.new-outro-container .how-its-work{cursor:pointer;}
.new-outro-container .back-to-home-btn{margin:0!important;}
.cw-button{display:flex;align-items:center;background:#343434;border-radius:16px;padding:12px 15px;text-transform:uppercase;font-size:14px;min-width:225px;}
.cw-button > img{margin-right:8px;width:38px;}
.lg-cw-button > div > img{width:25px;margin-right:8px;}
.cw-numb-box{font-weight:600;margin-left:8px;}
.cw-button + .cw-button{margin-top:15px;}
.cw-user-img-box{position:relative;padding:2px;width:70px;margin:0 auto;height:70px;border-radius:50%;border:3px solid #B1B1B1;}
img.cw-user_img-box{width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden;}
.cw-user-img-box span{background:#B1B1B1;border:3px solid #B1B1B1;width:28px;height:28px;position:absolute;z-index:1;border-radius:50%;display:flex;align-items:center;justify-content:center;top:100%;left:50%;transform:translateX(-50%) scale(1);font-weight:700;font-size:12px;line-height:1.25;letter-spacing:0.44441px;color:#FFFFFF;overflow:hidden;margin-top:-15px;}
.cw-user-img-box span:before{content:'';width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(161.83deg,#FFFFFF -39.08%,rgba(255,255,255,0) 59.76%);z-index:-1;}
.cw-profile-column h4{margin:20px 0 15px;font-weight:300;font-size:16px;letter-spacing:0.01em;text-transform:uppercase;}
.cw-num-box{background:#343434;border-radius:50px;display:inline-block;padding:8px 15px;min-width:80px;font-weight:600;font-size:14px;line-height:1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;}
.yellow .cw-user-img-box{border-color:#FFBF00;}
.middle .cw-user-img-box{border-color:#FFBF00;transform:scale(1.3);margin-top:-20px;background:#fff;}
.metallic .cw-user-img-box{border-color:#B08D57;}
.metallic .cw-user-img-box span{border-color:#B08D57;background:#B08D57;}
.yellow .cw-user-img-box span{border-color:#FFBF00;background:#FFBF00;}
.middle .cw-user-img-box span{border-color:#FFBF00;background:#FFBF00;transform:translateX(-50%) scale(0.8);}
.middle .cw-num-box{background:#E5601E;}
.middle.cw-profile-column h4{font-weight:700;margin-top:40px;}
.cw-profile-column{padding:0 15px;}
.cw-profile-row{margin-bottom:2.5vw;}
.cw-button-group{margin-bottom:1.5vw;}
.cw-button-group .cw-button:first-child{opacity: 0; transition: all 1s ease-in 6s;}
.cw-button-group .cw-button:nth-child(2){opacity: 0; transition: all 1s ease-in 7s;}
.loaded.outro-page .cw-button-group .cw-button:first-child,
.loaded.outro-page .cw-button-group .cw-button:nth-child(2) {opacity: 1;}
.text-group-row{position:relative;}
.front-text-box{width:100%; position:absolute;left:50%;bottom:0;transform:translateX(-50%);}
.back-text-box{width:100%;opacity: 0;transition: all 1s ease-in 9s;}
.loaded.outro-page .back-text-box,
.loaded.outro-page .cw-profile-row{opacity: 1;}
.outro-page .front-text-box h1{opacity: 1;}
.loaded.outro-page .front-text-box h1{opacity: 0;transition: all 1s ease-in 8s;}
.loaded.outro-page .front-text-box{opacity: 0;transition: all 1s ease-in 8s;}
.cw-profile-row {opacity: 0;transition: all 1s ease-in 8s;}
.outro-page.new-outro-container .cw-bott-row{transition:all 1s ease-in 7.5s}
.outro-contest-detail-modal .modal-content{border-radius:30px;text-align:center;padding:0;color:#fff;text-transform:uppercase;}
.ocd-content-box{padding:50px;}
.ocd-icon-box{width:100px;margin:0 auto 35px;}
.outro-contest-detail-modal .close-btn{width:22px;height:22px;cursor:pointer;position:absolute;right:25px;top:35px;}
.outro-contest-detail-modal h5{font-weight:800;font-size:24px;line-height:1.2;letter-spacing:1px;}
.outro-contest-detail-modal h4{font-weight:600;font-size:20px;line-height:1.3;margin-bottom:50px;letter-spacing:1.6px;}
.ocd-bottom-box .ocd-btn{margin-top:50px;}
.outro-contest-detail-modal p{font-weight:300;font-size:20px;line-height:30px;letter-spacing:0.03em;color:#FFFFFF;}
.ocd-bottom-box{max-width:500px;margin:auto;}



/* ======================= new outro End ===================== */
.connect-wallet-intro{font-weight:600;font-size:16px;line-height:1.3;text-align:center;text-transform:uppercase;margin-top:5vw;}
.connect-wallet-intro a{color:#0044AB;}
#introModal .modal-content{padding:40px 70px;color:#232323;}
#introModal h4{font-weight:800;font-size:28px;line-height:1.2;text-align:center;letter-spacing:1px;}
#introModal p{font-weight:600;font-size:18px;line-height:22px;text-align:center;letter-spacing:1.6px;text-transform:uppercase;}
.content-row{width:calc(100% + 12px);margin-left:-6px;margin-top:6px;margin-bottom:6px;}
.content-column-item{padding:6px;flex:1 1 0;}
.cdc-col-right .cr-main-content{max-width:582px;margin-left:auto;}
.cr-header .cci-box{background:#fff;padding:12px;}
.cr-header .colck-item + .colck-item{margin-left:14px;}
.cr-header .colck-item .date{font-size:18px;}
.new-credit-icon{display:block;width:18px;margin-right:5px;margin-top:-3px;}
.cci-num-box{font-size:18px;margin-bottom:0;line-height:1;font-weight:700;}
.cci-txt{font-size:12px;line-height:2;font-weight:500;white-space:nowrap;}
.new-dimond-icon{width:12px;margin-right:5px;}
.cci-box{padding:8px;background:#F6F6F6;}
.colck-item{font-weight:500;}
.colck-item .date{font-size:24px;display:block;}
.colck-item .clock-text{font-size:12px;}
.colck-item + .colck-item{margin-left:8px;}

/* ==================== New Home Section start ======================== */
.nfc-pane-row-item{width:50%;padding:15px;}
.nfc-tab-content-box{padding:40px;box-shadow:0px 0px 13.0412px rgb(0 0 0 / 12%);border-radius:45px;background:#fff;}
.nfc-pane-content-box{padding:40px;background:linear-gradient(16.58deg,#FB7411 13.75%,#F0982C 70.97%);box-shadow:0px 0px 13.0412px rgb(0 0 0 / 12%);border-radius:45px;}
.nfc-tabs.nav-tabs{border-bottom:none;}
.nfc-tabs.nav-tabs .nav-item{padding:8px;}
.nfc-tabs.nav-tabs .nav-link{border-width:3px;border-color:#f1f1f1;margin-bottom:0;font-weight:600;font-size:14px;line-height:1.25;letter-spacing:-0.1px;color:#1F2024;min-width:115px;text-align:center;cursor:pointer;}
.nfc-tabs.nav-tabs .nav-item.show .nav-link,.nfc-tabs.nav-tabs .nav-link.active{color:#fff;background-color:#E5601E;border-color:#E5601E;}
.nfc-pane-content-box > h6{font-weight:600;font-size:24px;line-height:1.2;letter-spacing:0.03em;margin-bottom:0;}
.trivia-img-box { width: 440px;margin: 32px auto 15px;}
.daily-challenge-timer{max-width:300px;margin:7px auto 25px;width:100%;}
.daily-challenge-box > h4{font-weight:800;font-size:24px;line-height:1.2;text-align:center;letter-spacing:0.03em;margin-bottom:0;}
.bct-item-box{padding:12px;background:rgba(255,255,255,0.15);backdrop-filter:blur(13px);border-radius:15px;}
.bct-num-box{font-weight:700;font-size:30px;line-height:1.3;}
.bct-txt-box{font-weight:500;font-size:16px;line-height:1;}
.bct-item{padding:10px;width:33.33%;}
.nfc-play-btn{width:100px;margin:0 auto;cursor:pointer;}
.nfc-tab-header h5{font-weight:600;font-size:23px;line-height:1.2;letter-spacing:0.03em;}
.nfc-tab-heading{margin-bottom: 24px;}
.nfc-tab-heading h5{margin-bottom: 0!important;line-height: 1;}
.nfc-tab-icon {margin-left: 8px;cursor: pointer;width: 30px;height: 30px;}
.clock-block-wrapper {margin-top: 30px;}
.clock-block-title{font-weight:500;font-size:24px;line-height:1.2;text-align:center;letter-spacing:0.03em;margin-bottom:0;}
.clock-block-list{max-width:380px;margin:15px auto 25px;width:100%;}
.clock-block-box{padding:12px;backdrop-filter:blur(13px);border-radius:15px;background:rgba(0,0,0,0.05);}
.clock-block-num{font-weight: 700;font-size: 30px;line-height: 1.3;}
.clock-block-txt{font-weight: 500;font-size: 16px;line-height: 1;}
.clock-block-item + .clock-block-item{margin-left: 20px;}
.clock-block-item{flex-basis: 0!important;}
.tcl-one-box.orange-widget{background: linear-gradient(16.58deg, #FB7411 13.75%, #F0982C 70.97%);border: 0;}
.purple__widget__row {margin: 15px 0 30px;background: linear-gradient(16.58deg, #8611FB 13.75%, #C92CF0 70.97%);box-shadow: 0px 4px 36px rgb(0 0 0 / 10%);padding: 30px;border-radius: 45px;}
.purple__img__box{width: 105px;}
.purple__btn{width: 243px;}
.purple__text__box {width: calc(100% - 348px);padding: 0 25px;font-weight: 800;font-size: 32px;line-height: 1.2;text-transform: uppercase;color: #fff;}
.purple__text__box span{display: block;font-weight: 400;}
.purple__icon__box {width: 60px;}
.purple__widget__row.icon__row .purple__text__box {width: calc(100% - 165px);}
.winner__tropy__icon {max-width:320px;position: relative;bottom:0;}
.orange-area-box {padding-top: 40px;}
.orange-area-box h5 {font-weight: 700;font-size: 21px;line-height: 1;letter-spacing: 0.03em;text-transform: uppercase;color: #FFFFFF;}
.orange-area-box h5> span {font-weight: 500;font-size: 14px;line-height: 1.2;}
.tab-pane-inside{padding:30px 0 0;}
.tab-pane-inside .user-task-list{margin:30px 0;}
.tab-pane-inside .user-task-box{border-color:#E2E2E2;background:#F4F4F4;}
.tab-pane-inside  .user-task-box:hover{background:#fff;color:#000;}
.tab-pane-inside .user-task-count-box,.tab-pane-inside  .user-task-box:hover .user-task-count-box{background:#E5601E;color:#fff;}
.widget-count-box{background:rgba(255,255,255,0.2);padding:8px 15px;}
.widget-num-box{font-weight:700;font-size:24px;line-height:1;letter-spacing:0.03em;}
.widget-num-box > span{font-weight:400;}
.widget-check-icon{width:22px;margin-right:8px;}
.widget-trophy-icon{width:12px;margin-right:8px;}
.white .circle-icon text{fill:#fff;}
.top-widget-row .new-countdown-timer:before{border:7px solid rgb(255 255 255 / 50%);z-index:2;}
.top-widget-row .new-countdown-timer:after{content:'';width:100%;height:100%;position:absolute;border:12px solid rgb(255 255 255 / 10%);border-radius:50%;z-index:1;left:0;right:0;top:0;bottom:0;box-shadow:0px 0px 30.9485px rgba(0,0,0,0.1);}
.nfc-question-row > h4{font-weight:500;font-size:24px;letter-spacing:0.03em;margin-bottom:15px;}
.nfc-question-row >h5{font-weight:700;font-size:32px;letter-spacing:0.03em;margin-bottom:0;}
.nfc-radio-group .form-check-label{cursor:pointer;background:#fff;box-shadow:0px 15px 30px -10px rgba(0,0,0,0.25);border-radius:15px!important;width:100%;font-weight:700;font-size:22px;line-height:1;text-align:center;text-transform:uppercase;color:#FA7915;padding:20px 15px;border:2px solid #fff!important;}
.nfc-radio-group .form-check{margin:0;width:100%;padding:0;position:relative;}
.nfc-radio-group .form-check + .form-check{margin-top:15px;}
.nfc-radio-group .form-check-input{position:absolute;left:0;margin:0!important;top:50%;transform:translateY(-50%);opacity:0;}
.nfc-radio-group .form-check-input:checked[type=radio] + .form-check-label{background:linear-gradient(0deg,#FB7411 13.75%,#F0982C 70.97%);color:#fff;border-color:#F0982C!important;}
.nfc-question-row{margin:60px 0;}
.nfc-radio-group .correct .form-check-label,.nfc-radio-group .correct .form-check-input:checked[type=radio] + .form-check-label{background:linear-gradient(180deg,#62E724 3%,#3DA50C 85%);color:#fff;border-color:#55CF1B!important;}
.nfc-radio-group .incorrect .form-check-label,.nfc-radio-group .incorrect .form-check-input:checked[type=radio] + .form-check-label{background:linear-gradient(180deg,#FF5646 3%,#DC3620 85%);color:#fff;border-color:#DD3620!important;}
.nfc-radio-group .fas{position:absolute;right:25px;font-size:25px;top:50%;transform:translateY(-50%) scale(0);transition:0.3s all ease-in;opacity:0;visibility:hidden;}
.nfc-radio-group .correct .fas.fa-check{opacity:1;visibility:visible;transform:translateY(-50%) scale(1);}
.nfc-radio-group .incorrect .fas.fa-times{opacity:1;visibility:visible;transform:translateY(-50%) scale(1);}
.new-credit-btn{background:linear-gradient(157.95deg,#62E724 4.67%,#47B912 75.27%);border:2.30864px solid #FFFFFF;box-shadow:0px 0px 6.15638px rgb(0 0 0 / 15%);padding:10px 22px;font-weight:600;font-size:28px;line-height:1;text-align:center;letter-spacing:0.08em;display:flex;align-items:center;justify-content:center;}
.new-widget-item + .new-widget-item{margin-left:25px;}
img.green-c-icon{width:40px;margin-right:8px;}
.trvia-img-box{max-width:370px;margin:0 auto;}
.new-credit-btn{margin-bottom:50px;}
.new-widget-row{margin:25px 0 30px;}
.color-dark{color:#000;}
.player-intro-row {width: 100%;max-width: 172px;}
.player-intro-row >*, .player-text-box>* {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/* ==================== New Home Section End ======================== */
.cci-box.rounded{border-radius:12px!important;}
.page-title-row{font-size:28px;text-transform:uppercase;font-weight:800;line-height:1.3;margin-bottom:25px;letter-spacing:0.03em;}
.dtr-btn .btn.disable{background:#d1d1d1;border-color:#d1d1d1;cursor:no-drop;}
.dtr-content-box h3{font-weight:800;font-size:29px;line-height:1.2;text-align:center;letter-spacing:3.5px;color:#000000;margin-bottom:15px;}
.dtr-content-box{padding:50px 70px;font-weight:500;font-size:22px;line-height:1.2;color:#616161;}
.dtr-icon-box{width:210px;margin:0 auto 50px;}
.dtr-content-box .form-group{margin:75px 0 65px;}
.dtr-content-box .form-group .form-control::placeholder{color:#a0a0a0;}
.dtr-content-box .form-group .form-control{font-weight:500;padding:26px 23px;border-radius:18px;background:transparent;border-color:#C5C5C5;border-width:1.6px;}
.nfc-block-item{position:relative;padding:0 22px;}
.nfc-block-item:not(:last-child):before{content:'';width:2px;height:calc(100% - 25px);background:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.nfc-block-num{font-weight:600;font-size:38px;line-height:1.2;text-align:center;letter-spacing:0.03em;text-transform:uppercase;color:#FFFFFF;}
.nfc-block-item b{display:block;font-weight:700;font-size:18px;line-height:18px;letter-spacing:0.03em;text-transform:uppercase;}
.label-icon-box{width:30px;height:30px;position:relative;margin-right:5px;}
.label-icon-box img{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.label-btn-group{background:rgba(255,255,255,0.1);border-radius:22px;border:2px solid transparent;padding:15px;cursor:pointer;}
.btn-check:checked +.nfc-radio-text{font-weight:500;}
.btn-check:checked +.nfc-radio-text+ .label-btn-group{border-color:#fff!important;background:rgba(255,255,255,0.25);}
.orange-label-icon{display:none;}
.btn-check:checked +.nfc-radio-text+ .label-btn-group .orange-label-icon{display:block;}
.btn-check:checked +.nfc-radio-text+ .label-btn-group .grey-label-icon{display:none;}
.nfc-tier-row{width:calc(100% + 20px);margin-left:-10px;}
.nfc-tier-item{padding:0 10px;}
.nfc-radio-text{font-weight:300;font-size:18px;line-height:1;letter-spacing:0.03em;text-transform:uppercase;color:#FFFFFF;margin-bottom:15px;}
.label-text-box{font-size:16px;line-height:1.1;letter-spacing:0.01em;text-transform:uppercase;color:#FFFFFF;}
.label-text-box > span{font-weight:800;}
label.label-btn-group p{font-weight:300;font-size:14px;line-height:1.2;text-align:center;letter-spacing:0.03em;margin-top:8px;}
.nfc-txt-box h4{font-weight:100;font-size:40px;line-height:1.2;text-align:center;letter-spacing:0.03em;text-transform:uppercase;margin-bottom:0;}
.nfc-txt-box b{font-weight:600;font-size:16px;line-height:1.1;text-align:center;letter-spacing:0.03em;text-transform:uppercase;}
.nfc-txt-outer{width:100%;max-width:355px;margin:0 auto;}
.nfc-txt-box{margin-bottom:15px;position:relative;}
.nfc-txt-box .front{transition:0.5s all ease-in-out;}
.counter-finish .nfc-txt-box .front{opacity:0;}
.counter-finish .nfc-txt-box .back{opacity:1;transform:translateX(-50%);}
.nfc-txt-box .back{width:100%;position:absolute;top:0;left:50%;transform:translateX(-40%);opacity:0;transition:0.5s all ease-in-out;}
.nfc-pane-content-box .lottie-player-box lottie-player,.nfc-pane-content-box .lottie-player-box{display:block!important;bottom:-40px!important;top:auto!important;}
.daily-challenge-box.daily-challenge-animate{transform:translateY(70px);transition:1s all ease-in-out;opacity:0;visibility:hidden;}
.counter-finish .daily-challenge-box.daily-challenge-animate{transform:none;opacity:1;visibility:visible;}
.notify-bell-icon{opacity:0;visibility:hidden;transform:scale(0);transition:0.3s all ease-in-out;}
.counter-finish .notify-bell-icon{opacity:1;visibility:visible;transform:none;}
.nfc-credit-button{background:rgba(255,255,255,0.25);border:2px solid #FFFFFF;border-radius:25px;padding:15px;font-size:30px;line-height:1;letter-spacing:0.01em;text-transform:uppercase;margin:45px 0;}
.nfc-credit-button > img{width:52px;margin-right:10px;}
.nfc-credit-button span >b{font-weight:800;display:inline-block;}
.notify-bell-icon{width:40px;position:absolute;right:45px;top:45px;}
.cdc-icon-box{position:absolute;z-index:1;width:35px;left:15px;top:15px;}
.cdc-complete-btn.tick-icon{bottom:15px;top:auto;}
.tick-icon .green-label-dark{border-color:#fff;display:flex;align-items:center;justify-content:center;}
.green-label-dark > img{width:20px;margin-right:5px;}
.cci-profile{width:35px;height:35px;border:2px solid #E5601E;border-radius:50%;padding:1px;margin-right:10px;}
.d-block-text{width:calc(100% - 45px);}
.d-block-text h5{font-weight:700;font-size:18px;line-height:1.2;text-transform:uppercase;color:#171717;margin-bottom:0;}
.d-block-text h5>span{font-weight:500;font-size:12px;line-height:1.2;text-transform:uppercase;color:#171717;margin-top:0px;}
.footer-home-btn,.footer-info-btn{width:36px;height:36px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.footer-home-btn{margin-right:15px;}
.footer-info-btn{margin-left:15px;}
.wfc__widget__row{width:calc(100% + 30px);margin-left:-15px;}
.wfc__widget__row + .wfc__widget__row{margin-top:30px;}
.wfc__widget__row-item{padding:0 15px;width:50%;}
.wfc__widget__row .wfc-widget-box{filter:drop-shadow(0px 0px 8px rgba(0,0,0,0.1));}
.footer__row__container{position:fixed;bottom:0;left:50%;transform:translateX(-50%);padding:0 12vh;}
.row__middle__box {background: #000;border-radius: 5vh 5vh 0 0;padding: 0.1vh 1.5vh;width: 100%;}
.count__num__box{font-size:2.5vh;line-height:1;letter-spacing:0.03em;color:currentColor;position:absolute;left:0;justify-content:center;width:12vh;}
.row__max__num{font-weight:700;font-size:2.5vh;line-height:1;letter-spacing:0.03em;color:currentColor;position:absolute;right:0;width:12vh;}
.coumnt__num-end{font-weight:700;}
.footer__row__container,.header-row{width:100%;}
.header-row {background: #000;border-radius: 2.5vh;padding: 2.5vh;margin-top: 2vh;}
.header-row-text{width: calc(100% - 5vh);padding-left: 5vw;font-weight: 700;font-size: 2.2vh;line-height: 2.4vh;letter-spacing: -0.01vh; color: currentColor;text-align: left;text-transform: none; color: #FFF;}
.header-row-text p{margin-bottom: 0;}
.header-row-loader {width: 5vh;height: 5vh; position: relative;}
.header-row-loader .circle-text{font-size: 20px;}
.header-row-loader  svg{width:100%;height:100%;}
.row__middle__item{flex-basis:0!important;width: 33.33%;}
.disable .row__img__box{filter: brightness(0.5);}
.disable .row__img__box img{filter: brightness(0) invert(1) !important;}
.row__img__box{cursor:pointer;}
.row__img__box img {filter: brightness(0) invert(1);width: 100%;height: 100%;object-fit: contain;}
.row__img__box:hover img {filter: none;}
.notify-label-box{box-shadow:0 0 50px rgb(0 0 0 / 80%);display:flex;align-items:center;background:#343434;border-radius:2vh;padding:1vh 2vh;text-transform:uppercase;font-size: 1.5vh;position:absolute;top:12px;right:14px;text-align:center;}
.btn.btn-default.btn-xs {padding: 12px;min-width: 180px;}
.new-caw-icon-box {max-width: 400px;margin: 0 auto 40px;}
.new-caw-content-box h5 {font-size: 16px;line-height: 1.2;margin-bottom: 15px;}
.new-caw-content-box .caw-btn {margin-top: 40px;}
.new-caw-content-box .caw-btn .btn{font-size: 16px;}
.header-row-icon {background: #C32525;width: 100%;height: 100%;border-radius: 50%;display: flex;align-items: center;justify-content: center; font-size: inherit;color: #fff;}
.mute__music__icon {width: 4vh;position: fixed;bottom: 10vh;filter: brightness(0) invert(1);cursor: pointer;left: 4vh;}
/* ============================================== January 09/2023 start ================================ */
/* -======================================== Active Contest Section start ============================== */
.card-widget-container{padding:35px 0;}
.card-widget-heading{/* padding:0 15px 0 7px; */padding: 0;}
.card-widget-box{background:linear-gradient(31.41deg,#FEFEFE 34.1%,#FFFFFF 82.65%);box-shadow:0px 0px 36.7385px rgb(0 0 0 / 10%);border-radius:40px;padding:30px;color:#000;}
.card-widget-intro-text{padding:12px 25px;border:1px solid currentColor;border-radius:50px;text-align:center;font-weight:700;font-size:14px;line-height:1;letter-spacing:0.8px;}
.card-widget-info-icon{width:30px;cursor:pointer;}
.card-st-line{width:auto;flex-grow:1;height:2px;background:#9E9E9E;margin:0 35px 0 50px;}
.one-active-contest .card-widget-left{width:39.5%;}
.one-active-contest .card-widget-right{width:60.5%;}
.two-active-contest .card-widget-left{width:79%;}
.two-active-contest .card-widget-right{width:21%;}
.two-active-contest .active-card-row{width:50%;flex-grow:1;flex-basis:0;}
.three-active-contest .card-widget-left{width:60.5%;}
.three-active-contest .card-widget-right{width:39.5%;}
.four-active-contest .card-widget-left{width:80.5%;}
.four-active-contest .card-widget-right{width:19.5%;}
.four-active-contest .card-tiles-item{width:25%;margin-right:30px;flex-basis:0;flex-grow:1;}
.five-active-contest .card-widget-left {width: 100%;}
.five-active-contest .card-widget-right,.six-plus-active-contest .card-widget-right{display:none!important;}
.one-active-contest .card-item-column{width:33.33%;}
.card-item-column{margin-left:30px;flex-grow:1;flex-basis:0;}
.active-card-row{margin-right:30px;}
.three-active-contest .card-item-column{width:50%;}
.three-active-contest .card-tiles-item{width:33.33%;margin-right:30px;flex-basis:0;flex-grow:1;}
.five-active-contest .card-tiles-item,.six-plus-active-contest .card-tiles-item{width:20%;margin-right:30px;flex-basis:0;flex-grow:1;}
.five-active-contest .card-tiles-item:last-child{margin-right: 0;}
.card-widget-row{margin-top:25px;}
.card-widget-left{position:relative;}
.card-widget-row:not(.five-active-contest) .card-widget-left:before{content:'';width:1px;height:calc(100% - 30px);background:#5F5F5F;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.six-plus-active-contest .card-widget-left:before{content:none!important;}
.six-plus-active-contest .card-widget-row,.six-plus-active-contest .card-widget-box{width:100%;}
.six-plus-active-contest .card-widget-left{width: calc(100% + 30px);}
.card-tiles-list.card-tiles-slider{padding-bottom:0!important;}
.five-active-contest .card-tiles-image-box,.six-plus-active-contest .card-tiles-image-box{padding-bottom:100%;}
.active-card-left{width:48%;background:#454545;filter:drop-shadow(0px 0px 6.32413px rgba(0,0,0,0.25));border-right: 1px solid #000;}
.border-radius-40{border-radius:40px!important;}
.active-card-row{background:#343434;border: 1px solid #000;}
.active-card-right{width:52%;padding:36px 15px 32px 36px;}
.active-card-price-box{position:absolute;z-index:1;top:12px;left:12px;width:40px;height:40px;}
.active-card-price > span{font-size:14px;font-weight:700;line-height:1;text-shadow:0px 2.49687px 3.12201px rgb(0 0 0 / 25%);}
.active-card-price-box > img{width:100%;height:100%;object-fit:cover;}
.active-card-price{font-size:6px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-weight:600;line-height:1;text-align:center;text-transform:uppercase;text-shadow:0px 2.49687px 3.12201px rgb(0 0 0 / 25%);white-space:nowrap;}
.active-card-point-count-box{font-weight:700;font-size:11px;line-height:1;text-transform:uppercase;color:#fff;position:absolute;bottom:0;left:50%;transform:translateX(-50%);padding:11px 15px 6px;min-width:95px;text-align:center;}
.active-card-point-count-box::before{content:'';width:100%;height:100%;background:rgba(0,0,0,0.5);border:1px solid #fff;border-bottom:0;backdrop-filter:blur(15px);border-radius:35px 35px 0px 0px;position:absolute;left:0;right:0;top:0;bottom:0;}
.active-card-point-count-inside{position:relative;z-index:1;}
.active-card-image{width:100%;padding-bottom:99%;filter:drop-shadow(0px 0px 10.0286px rgba(0,0,0,0.12));border-bottom:1px solid #000;}
.active-card-img{overflow:hidden;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.active-card-text{padding:22px 15px 20px 10px;}
.ncc-clock-item > span{font-weight:700;font-size:22px;line-height:1;}
.ncc-clock-item .smalltext{font-weight:500;font-size:10px;line-height:1;}
.ncc-clock-item:not(:last-child){margin-right:15px;}
.active-card-title{font-weight:600;font-size:18px;line-height:1.3;letter-spacing:1px;text-transform:uppercase;}
.small-pro-img > img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.small-pro-txt{display:flex;width:25px;height:25px;font-weight:800;font-size:12px;line-height:1;text-transform:uppercase;color:#fff;background:#282828;border-radius:50%;align-items:center;justify-content:center;position:relative;margin-right:10px;}
.small-pro-img{border-radius:50%;overflow:hidden;border:2px solid;width:54px;height:54px;}
.small-pro-item + .small-pro-item .small-pro-img{margin-left:-21px;}
.small-profile-row{position:relative;z-index:2;}
.small-pro-item:nth-child(2) .small-pro-img{position:relative;z-index:-1;}
.small-pro-item:nth-child(3) .small-pro-img{position:relative;z-index:-2;}
.small-pro-item:nth-child(4) .small-pro-img{position:relative;z-index:-3;}
.small-pro-item:nth-child(5) .small-pro-img{position:relative;z-index:-4;}
.small-pro-item:nth-child(6) .small-pro-img{position:relative;z-index:-5;}
.card-item-image > img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;}
.card-item-image{padding-bottom:100%;filter:drop-shadow(0px 0px 7.92778px rgba(0,0,0,0.12));border-bottom:1px solid #000;}
.card-item-image:before{content:'';width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,0.4) 14.68%,rgba(0,0,0,0) 99.98%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;}
.cit-title{font-weight:700;font-size:22px;line-height:1;}
.cit-sub-title{font-weight:500;font-size:10px;line-height:1;margin-top:2px;}
.card-item-text{padding:23px 15px 18px 15px;}
.card-item-box{border:1px solid #000;}
.card-tiles-box{border:1px solid #000;background:#343434;}
.card-tiles-image-box{background:#000;padding-bottom:100%;border-bottom:1px solid #000;}
.card-tiles-image{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:top;}
.card-tiles-text-box{padding:20px 15px;}
.card-tiles-credits h3{font-weight:700;font-size:23px;line-height:1;text-align:center;text-transform:uppercase;color:currentColor;margin-bottom:0;}
.card-tiles-credits h3 > span{font-weight:500;font-size:10px;line-height:1.2;}
.add-squire-arrow  .slick-prev,.add-squire-arrow  .slick-next{font-size:0;width:45px;height:45px;margin-top:-18px;background:linear-gradient(16.58deg,#FB7411 13.75%,#F0982C 70.97%);border:1px solid #000;border-radius:12px;}
.add-squire-arrow  .slick-prev:before,.add-squire-arrow  .slick-next:before{content:'';width:25px;height:25px;filter:brightness(0) invert(1);background-image:url(../images/play!-icon.svg);background-position:center;background-repeat:no-repeat;background-size:contain;opacity:1;}
.add-squire-arrow .slick-prev:before{transform:rotate(-180deg);}
.add-squire-arrow  .slick-next{right:5px;}
.add-squire-arrow  .slick-prev{left:-25px;}
.add-squire-arrow  .slick-prev.slick-disabled,.add-squire-arrow  .slick-next.slick-disabled{opacity:0;}
.card-tiles-slider{padding-bottom: 0!important;}
.featured-card-title {font-weight: 600;font-size: 30px;line-height: 1.2;letter-spacing: 0.5px;text-transform: uppercase;}
@media (max-width:1199px){
.card-item-column {margin-left: 20px;}
.active-card-row,.five-active-contest .card-tiles-item, .six-plus-active-contest .card-tiles-item,.three-active-contest .card-tiles-item,.four-active-contest .card-tiles-item {margin-right: 20px;}
.cit-title,.ncc-clock-item > span{font-size: 18px;}
.active-card-title{font-size: 16px;}
.ncc-clock-item:not(:last-child) {margin-right: 12px;}
.border-radius-40 {border-radius: 25px!important;}
.play-button{min-width: auto;}
.add-squire-arrow .slick-next {right: -5px;}
.card-widget-box{border-radius: 25px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.four-active-contest .card-widget-right{display: none!important;}
.three-active-contest .card-item-column:last-child{display: none;}
.four-active-contest.card-widget-row .card-widget-left:before{content: none!important;}
.four-active-contest .card-widget-left{width: 100%!important;}
.four-active-contest .card-tiles-item:last-child{margin-right: 0!important;}
.three-active-contest .card-widget-right {width: 25%;}
.three-active-contest .card-widget-left {width: 75%;}
.card-item-text,.active-card-text {padding: 15px;}
.cit-title, .ncc-clock-item > span {font-size: 16px;}
.active-card-right {padding: 15px 25px;}
.card-item-row {height: 100%;display: flex; align-items: center;justify-content: center;}
.card-tiles-slider .slick-track{display: flex;}
.card-tiles-slider.slick-initialized .slick-slide{height: auto;}
.card-tiles-text-box{padding: 15px;}
.card-tiles-credits h3 {font-size:16px;}
.six-plus-active-contest .card-widget-left,
.five-active-contest .card-widget-left {width: calc(100% + 20px);}
.five-active-contest .card-tiles-item:last-child{margin-right: 20px;}
.play-button{min-width:auto!important;}
}
@media (max-width:992px){

.card-widget-box{padding: 25px;}
.active-card-left,.four-active-contest .card-widget-left,.active-card-row{width: 100%;}
.three-active-contest .card-widget-left{width: 100%;}
.one-active-contest .card-item-column:last-child,
.three-active-contest .card-widget-right,
.four-active-contest .card-widget-right{display: none;}
.five-active-contest .card-widget-left:before,
.four-active-contest .card-widget-left:before,
.three-active-contest .card-widget-left:before{content: none!important;}
.three-active-contest .card-tiles-item:last-child{margin-right: 0!important;}
.one-active-contest .card-widget-left,.two-active-contest .card-widget-right {width: 33.33%;}
.one-active-contest .card-widget-right,.two-active-contest .card-widget-left {width: 66.66%;}
.active-card-price-box {top: 10px;left: 10px;width: 30px;height: 30px;}
.active-card-price {font-size: 5px;}
.active-card-price > span {font-size: 10px;}
.card-tiles-credits h3{font-size: 16px;}
.card-tiles-text-box,.active-card-text,.card-item-text{padding: 15px;}
.cit-title {font-size: 14px;}
.card-widget-intro-text {padding: 12px 15px;font-size: 12px;}
.card-widget-info-icon {width: 20px;}
.card-widget-heading{padding: 0;}
.card-st-line{margin: 0 15px;}
.card-widget-row {margin-top: 15px;}
.active-card-row, .five-active-contest .card-tiles-item, .six-plus-active-contest .card-tiles-item, .three-active-contest .card-tiles-item, .four-active-contest .card-tiles-item {margin-right: 15px;}
.card-item-column{margin-left: 15px;}
.add-squire-arrow .slick-prev, .add-squire-arrow .slick-next {width: 35px;height: 35px;margin-top: 0;border-radius: 10px;}
.add-squire-arrow .slick-prev:before, .add-squire-arrow .slick-next:before {width: 15px;height: 15px;}
.six-plus-active-contest .card-widget-left,.five-active-contest .card-widget-left,.four-active-contest .card-widget-left {width: calc(100% + 15px);}
.add-squire-arrow .slick-next {right: 0px;}
.add-squire-arrow .slick-prev {left: -15px;}


}
@media (max-width:599px){
.one-active-contest .card-item-column:nth-last-child(-n+2),.two-active-contest .card-widget-right{display: none!important;}
.two-active-contest.card-widget-row .card-widget-left:before{content: none!important;}
.two-active-contest .card-widget-left{width: 100%!important;}
.one-active-contest .card-widget-right,.one-active-contest .card-widget-left{width: 50%!important;}
.two-active-contest .active-card-row:last-child{margin-right: 0!important;}
.three-active-contest .card-widget-left {width:calc(100% + 15px);}
}
@media (max-width:479px){
.one-active-contest .card-widget-right{display: none!important;}
.one-active-contest.card-widget-row .card-widget-left:before{content: none!important;}
.one-active-contest .card-widget-right, .one-active-contest .card-widget-left {width: 100%!important;}
.one-active-contest .active-card-row{margin-right: 0!important;}
.card-widget-box {padding: 15px;}
.card-widget-intro-text {padding: 12px;font-size: 10px;}
.card-st-line {margin: 0 8px;}
.card-tiles-slider.slick-slider .slick-list{padding-right: 25px!important;}


}
.play-button{background:#E5601E;padding:7px 15px;text-align:center;text-transform:uppercase;font-size:13px;letter-spacing:0.01em;font-weight:800;min-width:150px;}
.play-button img{filter:brightness(0) invert(1);width:8px;display:inline-block;margin-right:8px;}
.dark-bg .play-button:hover,.dark-bg .play-button:active{background: #fff;color: #000;}
.dark-bg .play-button:hover img,.dark-bg .play-button:active img{filter: none;}
.dark-bg .card-widget-box{background:#262626;color:#fff;}
.dark-bg .card-widget-info-icon{filter:brightness(0) invert(1);}
.dark-bg .active-card-point-count-box::before {border-color: #000;}
.dark-bg .small-pro-txt {background-color: #fff;color: #000;}
.dark-bg .card-item-box {background: #343434;}
.dark-bg .featured-card-title{color:#fff;}
/* -======================================== Active Contest Section end ============================== */
/* -======================================== Featured Contest Section start ============================== */
.featured-card-widget-container{padding: 35px 0;}
.featured-card-list{width:calc(100% + 30px);margin-left:-15px;margin-top: 30px;}
.featured-card-item{width:25%;padding:0 15px;}
.featured-card-parent{padding:10px;background:#3d3d3d;border-radius:52px;border:1px solid #000;box-shadow:0px 0px 28.2137px rgba(0,0,0,0.1);}
.featured-card-box{padding-bottom:137%;border:1px solid #000;}
.featured-card-box,.featured-card-box:before,.featured-card-image{border-radius:40px;}
.featured-card-image{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:top;}
.featured-card-box-inside{transition:0.2s all ease-in-out;position:absolute;z-index:2;width:100%;top:0;left:50%;transform:translateX(-50%);padding:6px 15px;}
.featured-cci-num-box{font-size:14px;margin-bottom:0;line-height:1;font-weight:700;letter-spacing:0.5px;}
.featured-new-dimond-icon{width:10px!important;}
.large-credit-icon.featured-new-dimond-icon{width:14px!important;}
.featured-new-dimond-icon + span{margin-left:5px;display:inline-block;}
.featured-cci-txt{white-space:nowrap;font-weight:500;font-size:7px;line-height:1;letter-spacing:0.5px;color:#fff;display:inline-block;margin-top:2px;}
.featured-cci-box{background:rgb(0 0 0 / 60%);color:#fff;padding:6px 3px;border-radius:30px;}
.featured-content-column-item{padding:5px;}
.featured-card-bottom{padding:0 22%;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:2;}
.featured-rounded-pill{border-radius:30px 30px 0px 0px;background:#3D3D3D;color:#fff;padding:15px 15px 0px;border:1px solid #000;border-bottom:none;}
.clock-row-item > span{font-weight:700;font-size:12px;line-height:1;}
.clock-row-item .clocksmalltext{font-weight:500;font-size:6px;line-height:1;}
.clock-row-item:not(:last-child){margin-right:15px;}
.custom-progess.progress{height:6px;background:#6D6D6D;}
.custom-progess.progress .progress-bar{background-color:#fff;border-radius:50px;}
.fr-entries-txt{font-size:12px;line-height:1;font-weight:400;}
.fr-entries-txt + .progress.custom-progess{margin-top:5px;}
.title-row{font-weight:700;font-size:28px;line-height:1;margin-bottom:5px;margin-top:20px;top:-20px;text-transform:uppercase;color:#fff;letter-spacing:0.5px;transition:0.2s all ease-in-out;position:absolute;opacity:0;visibility:hidden;text-align:center;}
.featured-card-box:after{content:'';width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;background:linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 100%);opacity:0;visibility:hidden;transition:0.2s all ease-in-out;}
.button-row-outer{position:absolute;width:100%;left:50%;transform:translateX(-50%);bottom:10px;z-index:2;opacity:0;visibility:hidden;transition:0.2s all ease-in-out;}
.button-row{background:linear-gradient(16.58deg,#FB7411 13.75%,#F0982C 70.97%);border:1px solid #000000;text-align:center;padding:15px 30px;color:#fff;font-weight:700;font-size:14px;line-height:1;}
.featured-card-dots-list{display:flex;align-items:center;}
.featured-card-dots-list li{color:#999;border:1px solid currentColor;border-radius:50%;width:22px;height:22px;font-weight:600;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.featured-card-dots-list li + li{margin-left:5px;}
.featured-card-dots-list li.slick-active{color:#fff;}
@media (max-width:1200px){
.featured-card-parent {padding: 8px; border-radius: 37px;}
.featured-card-bottom{bottom: 8px;}
.featured-card-title{font-size: 24px;}
.featured-card-list{width: calc(100% + 20px);margin-left: -10px;}
.featured-card-item{padding: 0 10px;}
.featured-card-box,.featured-card-box:before,.featured-card-image {border-radius: 25px!important;}
.featured-card-box-inside{padding: 3% 5%;}
.title-row {font-size: 22px;margin-top: 8px;}
.featured-cci-num-box {font-size: 12px;}
.large-credit-icon.featured-new-dimond-icon {width: 10px!important;}
.featured-cci-box{border-radius: 15px;}
.button-row {padding: 12px 25px;}
.clock-row-item:not(:last-child) {margin-right: 12px;}
}
@media (min-width:992px){
.featured-card-parent:hover .button-row-outer{opacity: 1;visibility: visible;bottom: 15px;}
.featured-card-parent:hover .featured-card-box:after{opacity:1;visibility:visible;}
.featured-card-parent:hover .title-row{opacity:1;visibility:visible;top: 0;}
.featured-card-parent:hover .title-row{position:relative;}
.featured-card-parent:hover{background:linear-gradient(16.58deg,#FB7411 13.75%,#F0982C 70.97%);}
.featured-card-parent:hover .featured-card-bottom{opacity: 0;visibility: hidden;}
}
@media (max-width:992px){
.featured-card-list{width: calc(100% + 15px);margin-left: -7.5px;}
.featured-card-item {padding: 0 7.5px;}
.title-row {position: relative;font-size: 24px;margin-top: 5px;top: 0;opacity: 1;visibility: visible;}
.featured-card-box:after {opacity: 1;visibility: visible; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 33.33%);}
}
@media (max-width:768px){
.featured-card-title {font-size: 20px;} 
.title-row{font-size: 22px;} 
.featured-card-list{margin-top: 25px;} 
}
@media (max-width:480px){
.featured-card-list {margin-top: 15px;}
.featured-card-head {flex-flow: column;}
.featured-card-title {font-size: 18px;width: 100%;}
.featured-card-dots {justify-content: flex-end;width: 100%;margin-top: 15px;}
.featured-card-list .slick-list  {padding-right: 40px!important;}
}
/* -======================================== Featured Contest Section end ============================== */
/* ============================================== January 09/2023 end ================================ */
.si-title{font-weight:800;font-size:24px;line-height:1.2;text-align:center;letter-spacing:1px;color:#E5601E;}
.si-image{width:100%;max-width:237px;margin:50px auto;}
.si-content{font-weight:600;font-size:20px;letter-spacing:1.6px;color:#000000;}
.btn-dark-txt{font-weight:700;font-size:22px;line-height:23px;text-align:center;color:#171717;}
.btn-dark-txt:hover{text-decoration: underline;}
.si-btn-group a + a{margin-top:50px;}
.si-btn-group{margin-top:50px;}
.btn-semi-dark-black {background: #171717;font-weight: 700;font-size: 22px;line-height: 23px;text-align: center;color: #fff;padding: 25px 25px;min-width: 100%;}
.btn-semi-dark-black:hover,
.btn-semi-dark-black:active{background: #E5601E;color: #fff;}
.large-padd-modal .custom-modal-box {padding: 40px 70px;}
.large-padd-modal .cross-btn {right: 45px;top: 40px;}

@media (max-width:1599.98px){
.cw-button{padding:10px;min-width:205px;}
.cw-button > img{margin-right:5px;width:26px;}
.cw-button + .cw-button{margin-top:10px;}
.cw-profile-column h4{font-size:15px;margin:15px 0 10px;}
.cw-num-box{font-size:13px;}
.cw-user-img-box{width:60px;height:60px;}
.cw-user-img-box span{font-size:10px;width:25px;height:25px;}
.middle.cw-profile-column h4{margin-top:35px;}
.new-outro-container .cw-content-row h1{font-size:35px;}
.new-outro-container .cw-content-row h1 > span{font-size:16px;}
.new-outro-container .score-points-box h5{font-size:40px;}
.custom-modal .ewb-heading{padding-top:0;}
.ewb-heading h1{font-size:Min(34px,max(3.5vw))!important;margin-bottom:1vw;}
.ewb-img{width:14vw;height:14vw;margin:0 auto;padding:2px;border-radius:2vw;background:#fff;border:1px solid #E2E2E2;max-width:none;}
.ewb-profile-box{margin-top:3vw;}
.ewb-btn-group{margin-top:3.5vw;}
.ewb-list{margin-top:1.5vw;font-size:14px;line-height:22px;}
.ewb-img img{border-radius:1.8vw;}
.nfc-header h3{font-size:24px;}
.tcl-cta-box h6{font-size:55px;}
.tcl-cta-box h6 > span{font-size:30px;}
}
@media (min-width:1367px){
.new-page-wrapper.align-items-center{padding:90px 0 170px;}
}
@media (max-width:1366.98px){
#header .navbar{height:80px;}
.new-page-wrapper{padding:90px 0 135px;}
.new-player-list .new-player-item{padding:25px 30px;}
.power--label{width:50px;}
.back-to-home-bt{width:185px;}
.wcl-text-box{padding:15px 3% 15px 8%;}
}
@media (max-width:1199.98px){
.container{width:calc(100% - 30px);}
.new-player-list{width:calc(100% + 30px);margin-left:-15px;}
.new-player-list .new-player-item{padding:20px 15px;}
.active-contest-container .featured-contest-list{width:calc(100% + 30px);margin-left:-15px;}
.active-contest-container .featured-contest-list li.fc-item{padding:15px;}
.active-contest-container .fc-list-box h5{font-size:18px;}
.active-contest-container .fc-list-box h5 >img{width:11px;}
.btn2.btn-sm{font-size:14px!important;}
.clock-item>span{font-size:18px;}
.clock-item:not(:last-child){margin-right:10px;}
.featured-contest-list{width:calc(100% + 20px);margin-left:-10px;}
.featured-contest-list li.fc-item{padding:15px 10px;}
.clockdiv-main .clockdiv-item1 > span{font-size:18px;}
.clockdiv-main .clockdiv-item1 .smalltext{font-size:8px;}
.winner-card-list{width:calc(100% + 50px);margin-left:-25px;}
.wcl-item{padding:25px 25px;}
.wcl-text-box{padding:0 0 0 15px;}
.wcl-name{font-size:13px;}
.price-list-box h5,.price-list-box h3{font-size:18px;}
.price-list{width:calc(100% + 40px);margin-left:-20px;}
.price-list li{padding:0 20px;}
.final-score .icon{width:14px;}
.final-score h4{font-size:25px;}
.final-correct .icon{width:18px;}
.gow-heading h1{font-size:35px!important;}
.fch-text{width:calc(100% - 122px);}
.np-img{width:120px;height:120px;}
.np-username{font-size:20px;}
.np-inner-box{padding:30px 40px 50px;}
.wwc-content h3{font-size:30px;}
.wwc-content{font-size:14px;}
.ww-credit-box>img{width:45px;}
.info-icon{width:20px;right:20px;}
.wrt-left{width:50px;height: 50px;}
.wrt-right h3{font-size:20px;}
.wrt-mid{width:calc(100% - 125px);}
#footer1 .footer-box h5{font-size:15px;}
.col-three{width:27%;}
.col-two{width:45%;}
.epw-box h1{font-size:28px;}
.epw-box{font-size:18px;}
.epw-box em{font-size:14px;}
#header2 .navbar-brand{width:200px;}
.new-fch-txt h5{font-size:18px;}
.nfc-right .cdc-group-details h4:not(:last-child){margin-right:15px;}
.nfc-right .contestclock{margin-left:15px;}
#footer2 .nfc-button-area{position:relative;left:auto;transform:none;}
.item-icon-box svg + span{font-size:16px;}
.item-icon-box{margin-bottom:15px;}
.connect-wallet-wrapper .cww-icon-box{width:48px;margin:0 auto 25px;}
.connect-wallet-wrapper h1{font-size:32px;}
.connect-wallet-wrapper .cww-list li{font-size:18px;}
.connect-wallet-wrapper .cww-btn{margin-top:25px;}
.cww-icon-box.large-size{width:80px!important;}
.cdc-details-box .cdc-group-details h4{font-size:22px;}
.fc-grid-icon{width:25px;height:25px;margin-right:10px;}
.fc-grid-text{font-size:14px;width:calc(100% - 35px);}
.nfc-card-box{padding:18px;}
.nfc-card-right{padding-left:25px;}
.tiles-info-icon{width:34px;}
.tiles-intro-text{padding:9px 18px;font-size:16px;}
.tiles-price > span{font-size:18px;}
.tiles-price{font-size:12px;}
.tcl-cta-box h6{font-size:35px;}
.tcl-cta-box h6 > span{font-size:20px;}
.nfc-card-right h5{font-size:18px;}
.nfc-count-num{font-size:26px;}
.nfc-count-num > span{font-size:12px;}
.nfc-pro-img{width:60px;height:60px;}
.nfc-pro-txt{font-size:12px;}
.nfc-card-right .cdc-colck-item>span{font-size:24px;}
.nfc-card-right .cdc-colck-item .smalltext{font-size:12px;}
.wfc-left b{font-size:16px;line-height:1;}
.wfc-title{font-size:30px;}
.wfc-title span{font-size:38px;}
.wfc-btn .btn{font-size:16px;}
.wfc-widget-box{border-radius:45px;padding:16px 25px;}
.wfcw-icon-box{width:100px;}
.wfcw-title{font-size:24px;margin-left:-15px;}
.wfcw-title > span{font-size:14px;}
.wfc-icon-group img,.wfc-w-icon-group img{width:50px;}
.wfc-w-icon-box{width:80px;}
.wfc-w-title{font-size:20px;}
.wfc-w-title b{margin-top:5px;}
.tcl-one-right h4{font-size:20px;margin-bottom:18px;}
.tiles-card-list-one{width:100%;margin-left:0;margin-top:15px;}
.tcl-one-item{width:100%;padding:0;}
.tcl-one-item + .tcl-one-item{margin-top:20px;}
.tcl-one-item .default-user-block{margin-top:30px;}
.tl-title{font-size:14px;}
.text-label-container{height:auto;padding:5px 0;}
.tl-btn{width:120px;margin-left:15px;}
.tl-btn .btn{font-size:10px;line-height:1;padding:10px 12px;min-width:120px;}
.nfc-pane-content-box > h6,.nfc-tab-header h5{font-size:22px;}
.nfc-tab-content-box,.nfc-pane-content-box{padding:20px;}
.d-block-text h5{font-size:18px;}
.cci-profile{width:40px;height:40px;}
.d-block-text{width:calc(100% - 50px);}
}

@media (min-width:991.98px){
.d-md-none{display:none;}
.fc-img-box:before{content:'';width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:0;transition:0.2s all ease;}
.fc-box:hover .fc-footer{position:relative;z-index:2;}
.fc-box:hover .fc-main-content .fc-text-box{opacity:1;}
.fc-box:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.3)!important;}
.fc-box:hover .fc-img-box:before{opacity:1;}
.hero-clock-row{position:absolute;bottom:35px;right:50px;color:#000;}
.clockdiv-hero{background:rgba(255,255,255,0.3);border:2px solid #FFFFFF;backdrop-filter:blur(20px);padding:15px 28px;border-radius:17px;}
.cr-header a{transition:.3s;cursor:pointer;}
.cr-header a:hover{transform:scale(1.05);}
#footer1 ul.social-link{margin-top:25px;}
.fc-box:hover .fc-grid-box{display:none;}
.nfc-profile-row,.contestclock{transition:0.3s all ease-in;}
.nfc-card-middle .nfc-profile-row{position:absolute;top:50%;left:0;transform:translate(0%,-50%);opacity:0;visibility:hidden;}
.nfc-card-box:hover .nfc-count-num,.nfc-card-box:hover .contestclock{opacity:0;visibility:hidden;}
.nfc-card-box:hover .nfc-card-btn,.nfc-card-box:hover .nfc-card-middle .nfc-profile-row{opacity:1;visibility:visible;}
.nfc-pane-row{width:calc(100% + 30px);margin-left:-15px;}
.nfc-card-box:hover{border-color:currentColor!important;}

.animation-ended .points-wrapper-row.new-points-wrapper-row{opacity: 0;visibility: hidden;}
.cw-group-wrapper {height: 140px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
}
@media (max-width:991.98px){
.container{width:calc(100% - 15px);}
.content-container{padding:26px 0;}
.navbar-toggler{width:65px;height:60px;border-radius:0;padding:0;border:0;margin:0;position:absolute;right:0;top:50%;z-index:999;transform:translateY(-50%);}
.navbar-toggler:not([class="collapsed"]),.navbar-toggler:not([class="collapsed"]):focus,.navbar-toggler:not([class="collapsed"]):hover{background:transparent;}
.navbar-toggler.collapsed,.navbar-toggler.collapsed:focus,.navbar-toggler.collapsed:hover{background:transparent;}
.navbar-toggler .navbar-toggler-icon{position:relative;display:inline-block;width:30px;height:3px;color:#243238;text-indent:-55px;margin-top:0;background:transparent!important;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;vertical-align:middle;}
.navbar-toggler .navbar-toggler-icon:before,.navbar-toggler .navbar-toggler-icon:after{content:'';width:30px;height:3px;background:#000;position:absolute;left:0;transition:all .2s ease-out;}
.navbar-toggler.collapsed .navbar-toggler-icon{background:#000!important;}
.navbar-toggler.collapsed .navbar-toggler-icon:before,.navbar-toggler.collapsed .navbar-toggler-icon:after{background:#000;}
.navbar-toggler.collapsed .navbar-toggler-icon:before{top:-10px;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg);}
.navbar-toggler .navbar-toggler-icon:before{top:0;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.navbar-toggler.collapsed .navbar-toggler-icon:after{bottom:-10px;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg);}
.navbar-toggler .navbar-toggler-icon:after{bottom:0;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg);}
.navbar-toggler:focus{box-shadow:none!important;}
#header1 .new-header-right{margin-left:auto;margin-right:50px;}
#header1 .header-count-block{margin-left:auto!important;margin-right:15px;min-height:33px;padding:5px 10px;}
#header1  .header-count-block + .new-header-right{margin-left:0!important;}
#header1 .header-btn{min-width:138px;padding:10.5px 15px;font-size:12px;}
#header1 .navbar{padding:0;height:51px;}
#header1 .navbar-collapse,#header1 .navbar-collapse.collapsing{position:fixed;top:0;left:0;background:#F8F8F8;padding:0;z-index:99;margin:0;border:0;overflow-y:auto;bottom:0;width:100%;height:0!important;display:block!important;transition:all .3s cubic-bezier(0.77,0.2,0.05,1.0);}
#header1 .navbar .collapse.show{height:calc(100vh)!important;}
#header1 .navbar-inside{padding:0;height:calc(100vh);}
#header1 .navbar-brand{width:auto;}
.hcb-logo{width:20px;height:20px;display:flex;align-items:center;}
.hcb-icon{width:10px;}
.hcb-number{font-size:14px;width:calc(100% - 44px);}
.notification-icon-outer{width:35px;height:35px;}
.mian-wrapper-container{padding-top:51px;}
.hero-container{position:relative;height:650px;}
.hero-slider.slick-slider .slick-track,.hero-slider.slick-slider .slick-list{height:100%!important;}
.hero-content-container{padding:28px 32px 32px;color:#fff;}
.hero-bg:before{content:'';width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#181818 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;}
.hero-content-box{width:calc(100% + 39px);margin-left:-19.5px;}
.hero-content-left{position:relative;z-index:2;padding-bottom:0;width:100%;display:flex;flex-flow:column;justify-content:flex-end;}
.hero-content-box,.hero-bg{border-radius:0;}
.hcl-mid{margin-top:15px;}
.hcl-mid h1{font-size:32px;font-weight:800;letter-spacing:2px;}
.hcl-mid h1 span{font-weight:600;font-size:24px;}
.hero-button{margin-top:28px;}
.hero-btn{font-size:13px;padding:12px 27px;letter-spacing:0.3px;}
.clockdiv-item1{text-align:center;}
.clockdiv-item1 > span{font-size:18px;}
.clockdiv-item1 .smalltext{font-size:7px;}
.clockdiv-item1:not(:last-child){margin-right:15px;}
.cta-continer .cta-box{border-radius:12px;filter:drop-shadow(0px 0px 30px rgba(0,0,0,0.1));}
.cta-content-box h5{font-weight:800;font-size:16px;color:#fff;letter-spacing:1.12px;}
.cta-continer .cta-content-box{padding:15px 25px;}
.fc-header{padding:0 8px 8px 0;}
.cc-header span{display:none;}
.cc-header h4{font-weight:700;font-size:18px;letter-spacing:3px;}
.featured-contest-list{width:calc(100% + 39px);margin-left:-19.5px;margin-top:8px;padding-bottom:0!important;}
.featured-contest-list li.fc-item{padding:15px 8px;}
.mobile-slider .slick-list.draggable{padding-right:86px!important;padding-left:8px;}
.fc-box{border-radius:13px;padding:9px 12px 15px;}
.fch-text strong{display:none;}
.fch-text h5{font-weight:800;letter-spacing:0.4px;}
.fc-img-box{border-radius:14px!important;}
.fc-main-content{margin-bottom:0;padding-bottom:100%;}
.fc-box:hover .fc-img-box{height:100%;}
.fc-main-content .fc-text-box{opacity:1;bottom:8px;}
.fc-list-box h5{font-size:16px;}
.fc-text-box{padding:0 9px 0;}
.btn2.btn-sm{font-size:12px!important;padding:9px 15px!important;}
.fc-btn{margin-top:11px;}
.wcl-image{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-right:8px;}
.wcl-text-desc{font-weight:600;font-size:11px;line-height:14px;letter-spacing:2.2px;color:#1D1D1D;}
.wcl-right b{font-weight:700;font-size:16px;text-transform:uppercase;color:#171717;line-height:1;}
.wcl-right p{font-weight:500;font-size:6px;color:#171717;line-height:1;}
.wcl-header{color:#1A1A1A;width:100%;padding-bottom:2px;}
.wcl-header h3{letter-spacing:2.2px;font-weight:700;font-size:11px;text-transform:uppercase;margin-bottom:0;}
.wcl-header p{font-weight:400;font-size:11px;letter-spacing:2.2px;}
.wcl-left{width:60%;}
.wcl-right{width:40%;display:flex;align-items:flex-end;justify-content:flex-end;text-align:center;}
.wcl-item{padding:15px 8px;}
.winner-card-list{width:calc(100% + 39px);margin-left:-19.5px;margin-top:8px;padding-bottom:0!important;}
.wcl-box{padding:10px;border-radius:13px;box-shadow:0px 0px 15px rgb(0 0 0 / 10%);}
.wcl-img img{border-radius:14px;}
.wcl-footer{padding:15px 7px 0px 0;}
.wcl-box  .fc-text-box{position:absolute;left:0;right:0;color:#fff;z-index:9;opacity:0;opacity:1;bottom:8px;}
.contest-details-container.content-container{padding-top:0;}
.cdc-col-left,.cdc-col-right{width:100%;}
.cdc-right{padding-left:0;}
.cdc-left{border-radius:0;padding:22px;width:calc(100% + 39px);margin-left:-19.5px;}
.cdc-img{border-radius:19px;padding-bottom:100%;}
.cdc-group{padding:15px 5px 0 18px;}
.cdc-btn{padding:18px 0px 0;}
.cdc-btn .btn2{font-size:16px;line-height:1;letter-spacing:0;}
.active-contest-container .featured-contest-list li.fc-item{width:50%;}
.active-contest-container .featured-contest-list{width:calc(100% + 16px);margin-left:-8px;}
.active-contest-container .featured-contest-list li.fc-item{padding:8px;}
.active-contest-container .fc-main-content{padding-bottom:100%;margin-bottom:0;}
.active-contest-container  .fch-clock{margin-top:5px;}
.active-contest-container .fc-list-box{padding:8px;}
.active-contest-container  .fc-list-box p{margin-top:3px;}
.clock-item:not(:last-child){margin-right:8px;}
.cr-upper{width:100%;display:flex;flex-flow:column-reverse;margin-top:30px;}
.cr-header{flex-flow:column-reverse;margin:35px 0 0;padding-bottom:25px;}
.cr-content h1{font-size:16px;font-weight:500;letter-spacing:1.1px;}
.cr-content-heading{position:relative;margin-bottom:8px;}
.heading-icon{width:10px;cursor:pointer;position:absolute;right:15px;top:50%;transform:translateY(-50%);}
.cr-content h3{font-size:30px;margin-bottom:15px;}
.cr-content{margin-top:0;}
.cr-content h3 + p{margin-top:0;}
.cr-content p{letter-spacing:0.15px;}
.cr-header-column + .cr-header-column{border-bottom:1px solid #989898;padding-bottom:25px;}
.cr-header-column:first-child{padding-top:25px;}
.new-intro-icon{margin-left:auto;}
.cr-list-wrapper{margin-top:45px;}
.cr-list-head h3{font-weight:700;font-size:18px;letter-spacing:3px;}
.cr-list-content p{font-size:13px;}
.cr-list{background:transparent;border-radius:0;padding:0px;}
.cr-list-numerical{font-size:10px;font-weight:600;width:18px;height:18px;}
.cr-list-numerical{top:4px;}
.hero-slider .slick-dots{bottom:auto;left:26px;top:28px;}
.hero-slider{padding-bottom:74px!important;}
.npw-number-box{width:35px;height:35px;font-size:20px;}
.new-page-wrapper h1{font-size:20px;}
.final-score h4{font-size:20px;}
.gow-heading h1{font-size:25px!important;}
.fc-img-box:before{content:'';width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:1;transition:0.2s all ease;}
.new-profile-list{width:100%;margin-left:0;}
.new-profile-item{width:100%;padding:0;}
.new-profile-item + .new-profile-item{margin-top:25px;}
.widget-box + .widget-box{margin-top:25px;}
.np-bio{text-align:center;}
.cm-content-box{padding:30px;}
.custom-modal .close-btn{right:25px;top:35px;}
.new-edit-profile-box h3 + p{width:100%;}
.mobo-logo-area{border-bottom:1px solid #C4C4C4;padding:15px;text-align:center;background:#fff;height:56px;}
.user-mob-inside{padding:22px 38px;height:100%;flex-grow:1;display:flex;flex-flow:column;}
.user-mob-profile{margin-bottom:19px;display:flex;justify-content:center;align-items:center;}
.ump-img{width:45px;height:45px;border-radius:50%;overflow:hidden;}
.ump-img img{width:100%;height:100%;object-fit:cover;}
.user-mob-profile h5{font-size:18px;margin-bottom:0;margin-left:12px;color:#292929;font-family:'proxima-nova';}
.user-mob-content{padding:0;height:100vh;display:flex;flex-flow:column;overflow-y:auto;overflow-x:hidden;}
.user-mob-copy{border:1px solid #C8C4C4;padding:7px 18px;border-radius:48px;position:relative;padding-right:46px;text-transform:uppercase;font-size:18px;font-family:'proxima-nova';letter-spacing:.4px;margin-bottom:36px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:40px;}
.umc-icon{cursor:pointer;position:absolute;right:17px;top:50%;transform:translateY(-50%);width:16px;}
.umc-icon img{width:100%;}
.user-mob-links li + li{margin-top:18px;}
.user-mob-link{padding: 22px 35px 22px 58px;font-size: 15px;width: 100%;line-height: 24px;font-weight: 500;border: 1px solid #C4C4C4;border-radius: 30px;position: relative;display: flex;align-items: center;text-transform: uppercase;}
.user-mob-link::before{content:'';position:absolute;width:12px;height:20px;right:20px;top:50%;transform:translateY(-50%);background-image:url(../images/arrow-right.svg);background-repeat:no-repeat;}
.user-mob-link:hover{background:#e7e7e77a;}
.user-mob-links{margin-bottom:30px;}
.user-mob-inside .user-mob-link-icon {width: 20px;height: 25px;display: flex;align-items: center;justify-content: center;position: absolute;left: 22px;top: 25px;top: 22.5px;}
.user-mob-inside .user-mob-link-icon img{width: 100%; height: 100%; object-fit: contain;}
.user-mob-btn{margin-top:auto;width:calc(100% + 30px);margin-left:-15px;}
.user-mob-btn .btn,.user-mob-btn .btn:focus{font-size:15px;text-transform:uppercase;font-weight:700;letter-spacing:.3px;border:1px solid #000;padding:16px 24px;}
.user-mob-btn .btn:hover,.user-mob-btn .btn:active{background-color:#000;color:#fff;}
.md-hidden{display:none;}
#footer1{padding:35px 0;}
#footer1 ul.footer-nav{column-count:1;max-width:100%;padding:0;}
#footer1 .footer-content-box{text-align:center;}
#footer1 .social-link{justify-content:center;}
#footer1 .search-input-box{margin:0 auto 15px;}
.col-one,.col-two,.col-three{width:100%;}
.new-fch-txt h5{font-size:16px;}
.new-ewb-heading h5{font-size:25px;}
.new-ewb-heading h5 > span{font-size:16px;}
.nfc-proifle-outer{opacity: 0; transition: all 1s ease-in 7.5s;}
.loaded.outro-page footer#footer2,
.loaded.outro-page .nfc-proifle-outer{opacity: 1;}
footer#footer2{background:#1C1D23;padding:25px 0;opacity: 0; transition: all 1s ease-in 8s;}
.cw-profile-row{margin-bottom:2.5vw;}
.new-footer-content{margin:0;padding:0;align-items:center!important;justify-content:center!important;}
.score-points-box span{position:relative;top:auto;left:auto;font-size:16px;}
.credits-block-box{border-left:1px solid #D9D9D9;padding-left:25px;position:relative;right:auto;top:auto;margin:0;}
.score-block-outer{display:flex;align-items:center;justify-content:center;text-align:left;margin:35px 0 40px;}
.score-points-box h5,.credits-block-box h4{font-size:35px;}
.score-points-box{padding:0 25px 0 0;}
.nfc-proifle-img{margin:0 auto 35px;width:165px;}
.nfc-intro-box{padding:0;}
.nfc-intro-box > p{font-size:18px;}
.nfc-intro-box > h4{font-size:24px;}
.new-wrapper-container{padding:20px 0 80px;}
.cw-icon-box{width:50px;margin:0 auto 15px;}
.cw-bott-row h4{font-size:12px;line-height:1.3;text-align:left;letter-spacing:0.03em;}
.cw-bott-row{max-width:292px;}
.how-its-work{margin-top:30px;}
.contest-cancel-wrapper{font-size:16px;}
.fc-grid-box{bottom:auto;left:auto;transform:none;right:0;top:56px;}
.cmp-username span{font-size:22px;}
.caw-icon-box{width:92px;}
.caw-content-box h1{font-size:40px;}
.fsw-content-box h3{font-size:20px;}
.fsw-close{width:20px;height:20px;cursor:pointer;position:absolute;right:20px;top:20px;}
.back-to-home-btn{margin-top:30px;}
.into-bott-text{font-size:18px;padding:0 15px;}
.wcl-img-box{width:150px;}
.wcl-text-box{width:calc(100% - 150px);padding:15px;}
.wcl-price{margin:15px 0;}
.price-list{width:calc(100% + 20px);margin-left:-10px;}
.price-list li{padding:0 10px;}
.price-list-box h5,.price-list-box h3{font-size:16px;}
.nfc-card-item{width:100%;}
.tcl-item{width:50%;}
.tiles-card-list .slick-list,.featured-mobile-slider .slick-list{padding-right:45px!important;}
.nfc-header h3{font-size:18px;}
.nfc-num-item{font-size:16px;}
.nfc-num-icon > img{width:12px;}
.nfc-card-right h5{font-size:16px;}
.nfc-count-num{font-size:22px;}
.nfc-pro-img{width:50px;height:50px;}
.nfc-card-btn .btn{font-size:14px;line-height:1;}
.nfc-card-btn .btn >img{width:12px;margin-right:5px;}
.wfc-left{width:100%;margin-bottom:15px;}
.wfc-right{width:100%;padding:0;}
.wfc-widget-box + .wfc-widget-box{margin-top:15px;}
.wfc-title{font-size:24px;}
.wfc-title span{font-size:28px;}
.nfc-card-right{padding-left:15px;}
.nfc-card-list{margin-bottom:-10px;}
.tiles-card-list,.nfc-card-list{width:calc(100% + 20px);margin-left:-10px;margin-top:15px;}
.nfc-card-item,.tcl-item{padding:10px;}
.tcl-img-box > img,.tcl-box,.tcl-img-box,.tcl-cta-box,.nfc-card-box,.nfc-card-img-box,.nfc-card-img-box > img,.wfc-left,.wfc-widget-box,.tcl-one-box{border-radius:30px;}
.tcl-one-right h4{font-size:16px;margin-bottom:15px;}
.nfc-card-bottom{display:flex;flex-flow:column;}
.nfc-profile-row{margin:25px 0;}
.tiles-card-list .slick-track{display:flex;}
.tiles-card-list .tcl-item{height:auto!important;}
.tiles-card-list .tcl-text-box{padding:15px;}
.dark-bg .tcl-one-btn .btn > img,.dark-bg .nfc-card-btn .btn >img,.dark-bg .nfc-card-btn .btn > img,.dark-bg .nfc-card-btn .btn > img{filter:brightness(0) invert(1)!important;}
.cr-btn-row{margin-top:25px;}
.switch-network-container{height:auto;padding:40vw 0 35px;}
.text-label-container{padding:10px 0;text-align:center;}
.tl-title{width:100%;}
.tl-btn{margin:10px auto 0;}
.new-wrapper-container.new-outro-container{padding:30px 0 126px;}
.cw-content-row{height:auto;align-items:flex-start;}
.new-outro-container .score-block-outer{margin:0;width:100%;}
.nfc-proifle-outer{width:100%;}
.text-group-row{width:100%;padding-top:30px;}
.contender-wrapper{padding:0;min-height:auto;}
.new-outro-container .cw-content-row h1{font-size:25px;width:100%;}
.cw-button-group{width:100%;margin:40px 0 0;}
.new-outro-container .cw-content-row h1 > span{font-size:16px;}
.cw-profile-column{padding:0 10px;}
.cw-profile-column h4{font-size:14px;}
.cw-num-box{font-size:12px;}
.cw-profile-row{margin-bottom:40px;width:100%;}
.text-group-row + .score-block-outer {margin-top: 15px!important;}
.nfc-pane-row-item{width:100%;padding:0;}
.nfc-pane-row-item{margin-top:15px;}
.fc-pane-row-item{width:100%;}
.nfc-question-row >h5{font-size:24px;}
.nfc-question-row > h4{font-size:20px;}
.nfc-radio-group .form-check-label{font-size:16px;}
.widget-num-box{font-size:20px;}
.cdc-col-right .cr-main-content{max-width:100%;}
.cr-header .cci-box{max-width:265px;margin-top:30px;}
.cr-header .new-clock-wrapper{margin-top:25px;}
#footer2 .nfc-button-area{width:100%; padding: 0 51px; min-height: 54px;}
.nfc-proifle-img{margin:40px auto 15px;}
.nfc-button-area .btn{width: 100%;}
#footer2 .nfc-button-area .footer-home-btn{position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
#footer2 .nfc-button-area .footer-info-btn{position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.wfc__widget__row,.wfc__widget__row + .wfc__widget__row{margin-top:15px;}
.wfc__widget__row-item{width:100%;}
.wfc__widget__row-item + .wfc__widget__row-item{margin-top:15px;}
.cr-main-heading-row{font-size:18px;margin-top:25px;}
.cr-main-heading > img{margin-right:10px;width:22px;}
.purple__img__box {width: 80px;}
.purple__text__box {width: calc(100% - 260px);padding: 0 15px;font-size: 24px;}
.purple__btn {width: 180px;}
.purple__widget__row {margin: 15px 0;padding: 15px 25px;border-radius: 30px;}
.leaderboard-box-outer{border-radius: 30px;}
.cr-widget-box {margin-top: 25px;}
.leaderboard-box-outer .user-task-list {margin-top: 15px;}
.cr-widget-box .default-user-row {margin-top: 45px;}

}
@media (min-width:767.98px){
.new-player-inside-box{position: relative;}
.new-player-inside-box .xs-player-btn-row {position: absolute;left: 0;top: 100%;width: 100%;}
}
@media (max-width:767.98px){
.new-page-wrapper-outer #header{display:none;}
#header .navbar-brand{width:150px;}
#header .nhr-icon{width:22px;}
.new-page-wrapper{padding:0;min-height:auto;}
/* .new-player-list {width: 100%;margin-left: 0;} */
.new-player-list {width: 100%;margin-left: auto;width: 38.27vh; max-width:100%; margin-right: auto;}
.new-player-list .new-player-item{width:100%;padding:0;}
.new-player-img-box,.img-card{height: 21.5vh;}
#footer .player-img-box,.fcb-right,.fcb-left{display:none!important;}
#footer .fcb-middle{width:calc(12.5% + 13.5px);transform:none;padding:0;justify-content:center;position:fixed;flex-flow:column;left:0;bottom:30px;margin:0 auto;}
.power--label{position:fixed;bottom:45px;width:calc(12.5% + 13.5px);padding:0 10px;}
.fcb-middle .new-btn > span{display:none;}
.new-btn{min-width:auto;padding:0;width:30px;height:30px;}
.new-btn + .new-btn{margin-left:0!important;margin-top:5px;}
.new-btn > img{width:16px;margin-right:0;}
#footer .footer-content-box{padding-left:0;padding-bottom:0;}
#footer{padding:0;height:auto;}
.npw-heading-row{position:relative;}
.npw-heading-row .nhr-icon{width:37px;height:37px;border:1px solid #73300F;background:#000;border-radius:50%;position:absolute;right:15px;align-items:center;justify-content:center;top:100%;margin-top:-18.5px}
.npw-heading-row .nhr-icon > img{filter:brightness(0) invert(1);width:14px;}
.npw-heading-row{width:calc(100% + 39px);margin-left:-19.5px;z-index: 2; display:flex;flex-wrap:wrap;align-items:center;border:2px solid #73300F;border-left:0;border-right:0;padding:12px 12px;height:88px;}
.npc-icon-box{width:48px;height:48px;margin-bottom:0;margin-right:12px;font-size:22px;}
.npw-text-box{width:calc(100% - 60px);text-align:left;padding-left:0;position:relative;justify-content:flex-start!important;}
.npw-number-box{position:absolute;left:0;margin:0;display:none;}
.new-player-btn-row .cw-button > div{display:flex;flex-flow:column;align-items:center;justify-content:center;}
.new-player-btn-row .cw-button{    padding: 12px 10px;min-width:100%;flex-flow:column;align-items:center;justify-content:center;font-size:10px;line-height:1.4;}
.new-player-btn-row .lg-cw-button > div > img{display:block;margin:0;width:18px;}
.new-player-btn-row .span-text-box{flex-flow:column;display:flex;align-items:center;justify-content:center;margin:5px 0;}
.new-player-btn-row .cw-numb-box{margin:0;}
.new-player-btn-row .span-text-box > em{opacity: 0;}
.new-player-btn-row .span-text-box span {writing-mode: vertical-lr;text-orientation: upright;}
.new-page-wrapper h1{font-size:14px;text-transform:none;letter-spacing:0.2px;color:#1C1D23;}
.new-player-wrapper {width: calc(100% + 39px);margin: 0 0 0 -19.5px;}
.hight__auto .new-player-inside-box{margin:0;padding:3vh 15px 0;}
.row__img__box.w-100.h-100 {height: 8.5vh!important;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.xs-player-btn-row{position: fixed;width: 100%;top: 0;left: 0;right: 0;padding: 15px;z-index: 999;display: flex;flex-flow: column;}
.xs-player-btn-row .cw-button {box-shadow: 0 0 50px rgb(0 0 0 / 80%);border-radius: 2vh;padding: 1vh 2vh;font-size: 2vh;}
.new-player-box,.new-player-img-box img, .new-player-img-box {border-radius: 5vh;}
.lg-cw-button > div > img {width: 4.5vh;margin-right: 1.5vh;}
.new-player-img-box{border-width: 0.30vh;}
.new-player-box{border-width: 0.5vh;overflow: hidden; }
.button-group-row {position: absolute;left: 20px;bottom: 40px;}
.new-player-btn-row{position:absolute;right:20px;bottom: 40px;}
.new-player-wrapper::-webkit-scrollbar{display:none;}
.new-player-list{flex-flow:column;flex-wrap:nowrap!important;}
.new-2x-icon {width: 35px;}
.npi-icon-box{font-size:14px;}
.npi-icon-outer{width:100px;height:35px;bottom:-3px;}
.inner-spin-border{display: none;}
.npi-icon-box {border-radius: 50px 50px 0 0;    border: 2px solid currentColor;}
.dark-bg .xs-score-row{background:#E5601E;}
.xs-score-row{padding:5px 10px;background:#E5601E;color:#fff;border-radius:50px;display:flex;flex-wrap:wrap;line-height:1.2;align-items:center;position:absolute;top:calc(100% - 12px);left:50%;transform:translateX(-50%);}
.xs-score-text{font-weight:700;font-size:10px;line-height:1;text-transform:uppercase;}
.xs-score-icon{margin-right:4px;display:flex;align-items:center;justify-content:center;}
.xs-score-item + .xs-score-item{margin-left:25px;}
.new-lottie-player-box lottie-player, .new-lottie-player-box{height:auto;top:auto;}
.header-row-loader .new-countdown-timer.loading {border-radius: 50%;width: 100%;height: 100%;transform: none;}
.header-row-loader .new-countdown-timer:before{border-width: 5px;}
.new-countdown-timer{transform:scale(0.68);margin-bottom:0;}
.cdc-group-details h4{font-size:23px;}
.cdc-group-details h4 span{font-size:9px;}
.cdc-colck-item>span{font-size:18px;}
.cdc-colck-item .smalltext{font-size:9px;}
.filter-box h3{font-size:18px;}
.active-contest-container .featured-contest-list li.fc-item{width:100%;}
.filter-icon{width:18px;}
.hero-add-desc{padding:15px 20px;}
.gow-heading h1{font-size:22px!important;}
.final-score h4{font-size:18px;}
.final-score .icon{width:12px;}
.gow-text h6{font-size:12px;line-height:1.2;}
.gow-profile h6{font-size:16px;}
.clockdiv-main .clockdiv-item1 > span{font-size:16px;}
.custom-modal-body{padding:35px 0px;}
.custom-modal-footer{padding:0;}
.profile-page-wrapper{padding:40px 0;}
.np-inner-box{padding:30px 20px 30px;}
.wwc-content h3{font-size:24px;}
.nepb-form {width: 100%;padding-right: 0;}
.nepb-profile-column {width: 100%;position: relative;top: auto;right: auto;}
.nepb-file-upload{margin-left:0;max-width:100%;padding: 0;}
.new-edit-profile-box h3{font-size:32px;}
.form-group.form-btn{margin-top:35px;}
.nepb-form .form-group.form-btn{margin: 35px 0 0;}
.custom-modal-body h3{font-size:30px;}
.custom-modal-header h6{font-size:22px;}
.custom-modal-content{padding:35px 25px;}
.custom-profile-icon-box{width:130px;margin:40px auto 50px;}
.cm-radio-group{width:100%;}
.cm-radio-group .form-check-label{font-size:16px;}
.arm-mid h4{font-size:70px;}
.arm-mid h4>img{width:35px;}
.arm-mid span{font-size:28px;}
.arm-footer{margin-top:65px;}
#cookieModal .modal-dialog{max-width:100%;bottom:0;right:0;left:0;}
#cookieModal .modal-content{padding:15px;border:0;border-radius:0;}
.cookie-modal-content{align-items:center;}
#cookieModal .cookie-text{padding-right:12px;font-size:12px;width:calc(100% - 129px);text-align:left;}
.buttons{width:129px;}
.buttons .btn{font-size:14px;min-width:129px;line-height:1;padding:11px 15px;}
.buttons .btn img{transition:all 0.2s ease-in;}
.cww-icon-box.large-size{width:60px!important;}
.new-cdc-txt p{font-size:9px;}
.connect-wallet-wrapper h1{font-size:22px;}
.connect-wallet-wrapper .cww-list li{font-size:16px;}
.cww-btn .btn{font-size:16px;line-height:1;}
.fc-grid-box{top:54px;}
.cmp-username span{font-size:18px;}
.cmp-content{font-size:16px;}
.cmp-img{width:145px;height:145px;}
.cm-social-links-list{margin-top:30px;flex-flow:column;}
.sm-social-links-item + .sm-social-links-item{margin-top:15px;}
.delete-label,.green-label-dark{padding:8px 12px;min-width:150px}
.intro-type2 .container-fluid{width:calc(100% - 15px);}
.new-cab-header h4{font-size:24px;}
.new-cab-icon{width:100px;}
.new-cab-body strong{font-size:16px;}
.pmb-img-box{width:110px;margin:0 auto 35px;}
.pmb-copy-box{font-size:15px;}
.pbm-copy-txt{font-size:25px;}
.profile-modal-box{padding:25px;}
.dmb-close{width:18px;height:18px;cursor:pointer;position:absolute;right:25px;top:25px;}
.into-bott-text{font-size:16px;}
.viewall-contests-btn{margin-top:11px;}
.winner-card-slider .slick-slide > div{width:100%!important;}
.tutorial-content-box{padding:18px;}
.tuts-thumbnail-slider{border-radius:15px;}
.tuts-text-box{padding:25px 15px 0;}
.tuts-text-box h3{font-size:24px;margin-bottom:15px;}
.tuts-text-box  strong{font-size:16px;}
.tuts-text-box p{font-size:14px;line-height:1.3;}
.tuts-thumbnail-slider .slick-dots li button{width:12px;height:12px;margin:0 6px;}
.tuts-thumbnail-slider .slick-dots{bottom:0px;}
.tiles-intro-text{padding:5px 15px;font-size:14px;line-height:1.4;}
.tiles-info-icon{width:26px;}
.tiles-intro-text > span{display:none;}
.tiles-card-list .slick-next{right:0px;}
.tiles-card-list .slick-prev{left:0px;}
.tiles-card-list .slick-prev,.tiles-card-list .slick-next{width:50px;height:50px;}
.tiles-price > span{font-size:16px;}
.tiles-price{font-size:10px;}
.tiles-price-box{width:55px;height:55px;}
.tiles-credits h3{font-size:18px;}
.tiles-credits h3 > span{font-size:10px;}
.tiles-point-count-box{font-size:12px;padding:15px 15px 10px;}
.tiles-point-count-box::before{border-radius:25px 25px 0 0;}
.tcl-cta-box h6{font-size:40px;}
.tcl-cta-box h6 > span{font-size:20px;}
.wfc-content-row{margin-top:15px;}
.tcl-leaderboard-box > h5{font-size:18px;margin-bottom:10px;}
.leaderboard-points-box h4{font-size:18px;}
.leaderboard-img-box{width:35px;height:35px;}
.leaderboard-points-box h4{font-size:16px;}
.leaderboard-text-box{width:calc(100% - 87px);}
.leaderboard-text-box{font-size:12px;}
.leaderboard-box{padding:10px 10px;}
.nfc-profile-row{margin:0px 0 15px;}
.default-user-row{width:calc(100% + 30px);margin-left:-15px;}
.outro-contest-detail-modal h5{font-size:21px;}
.outro-contest-detail-modal h4{font-size:16px;margin-bottom:35px;}
.outro-contest-detail-modal p{font-size:15px;line-height:1.4;}
.ocd-bottom-box .ocd-btn{margin-top:30px;}
.ocd-content-box{padding:30px 25px;}
.new-outro-container .cw-icon-box.cw-profile-thumb{margin-bottom:30px;}
#introModal .modal-content{padding:25px 30px;}
#introModal h4{font-size:22px;}
#introModal p{font-size:16px;line-height:1.5;}
.cci-num-box{font-size:18px}
.colck-item .date{font-size:20px;}
.content-column-item{padding:5px}
.content-row{width:calc(100% + 10px);margin-left:-5px;}
.cdc-action-button{padding-bottom:0;}
.nfc-profile-row + .tcl-one-btn{margin-top:0;}
.page-title-row{font-size:24px;margin-bottom:15px;}
.dtr-icon-box{width:170px;margin:0 auto 30px;}
.dtr-content-box{padding:35px;font-size:18px;}
.dtr-content-box h3{font-size:21px;}
.dtr-content-box .form-group{margin:45px 0;}
.dtr-content-box .form-group .form-control{padding:18px;border-radius:15px;font-size:16px;}
.notify-bell-icon{width:30px;right:25px;top:22px;}
.nfc-block-num{font-size:28px;}
.nfc-block-item b{font-size:14px;}
.nfc-credit-button{font-size:25px;}
.nfc-credit-button > img{width:40px;margin-right:10px;}
.hero-slider .slick-dots li{margin:0;transform:scale(80%);transform-origin:left;}
.new-cab-body{padding:40px 0px 0;}
.new-cab-close-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;}
.new-credit-awarded-box{padding:25px;}
.new-outro-container .cw-content-row h1{font-size:24px;}
.new-outro-container .cw-content-row h1 > span{font-size:12px;}
.nfc-proifle-img{margin:40px auto 15px;width:100px;border:0;}
.nfc-intro-box > p{font-size:9px;}
.nfc-intro-box > h4{font-size:18px;}
.new-outro-container .score-points-box h5{font-size:30px;}
.score-points-box h5,.credits-block-box h4{font-size:30px;}
.score-points-box span,.credits-block-box p{font-size:14px;}
.new-player-btn{font-size: 1.4vh;line-height: 2vh;padding: 0; border-radius: 5vh 5vh 0 0;background: #fff;color: #000;border: 0;}
.new-player-btn.btn-sm {padding: 0.4vh 3vh;min-width:unset!important;}
.add-border-shape{display:none;}
.new-player-item + .new-player-item{margin-top:3vh;}
.purple__widget__row {padding: 10px 15px;border-radius: 25px;margin-top: 15px;}
.purple__img__box {width: 75px;}
.purple__text__box {width: calc(100% - 105px);}
.purple__widget__row.icon__row .purple__text__box{width: 100%;}
.orange-area-box{padding-top: 25px;}
.new-player-button{top: auto;bottom: 0.2vh;}
.purple__icon__box {width: 40px;}
.clock-block-title{font-size: 16px;}
.clock-block-num{font-size: 18px;}
.clock-block-txt{font-size: 12px;}
.clock-block-item + .clock-block-item {margin-left: 10px;}
.new-2x-icon{display: none;}
.tiles-card-container.cta-continer {padding-bottom: 0;}
.leaderboard-box-outer {padding: 18px;}
.cr-list-head h3 {font-size: 16px;letter-spacing: 1px;}
.new-caw-icon-box {max-width: 270px;margin: 0 auto 30px;}
.new-caw-content-box .caw-btn {margin-top: 30px;}
.icon-box-caw {width: 100px;margin: 0 auto 15px;}
.cww-title{font-size: 24px;}
}
@media (max-width:574.98px){
.btn{font-size:14px;line-height:1;}
#header1 .new-header-right{margin-right:45px;}
#header1 .header-count-block{margin-right:10px;padding:2px 5px 2px 5px;}
#header2 .navbar-brand{width:200px;}
.new-btn + .new-btn{margin-left:25px;}
.npw-number-box{font-size:18px;}
.new-player-box h4{font-size:16px;padding:12px 6px;}
.custom-modal-header h6{font-size:18px;}
.cm-radio-group .form-check-label{font-size:14px;padding:10px;width:100%;}
.arm-mid h4{font-size:45px;}
.arm-mid h4>img{width:25px;}
.arm-mid span{font-size:22px;}
.arm-footer a{padding:15px;margin-bottom:30px;margin-bottom:0;}
.custom-modal-header .new-close-btn{width:16px}
.custom-modal-header h6{font-size:15px;}
.cm-content-box{padding:25px;}
.arm-footer{margin-top:50px;}
.notification-icon-outer{width:35px;height:35px;}
.dm-notify-icon{width:22px;height:22px;font-size:12px;}
.dml-reward-logo{width:30px;height: 30px;}
.dml-reward-text h3{font-size:14px;}
.dml-reward-count-text h6{font-size:22px;}
.notification-icon-outer .btn{font-size:14px;padding:8px 15px;}
.dml-reward-text{width:calc(100% - 120px);padding:0 12px;}
.notify-count{width:22px;height:22px;top:-8px;margin-left:-12px;font-size:12px;line-height:1;}
.custom-modal .cm-text{font-size:16px;}
.custom-modal .cm-icon{width:40px;margin-right:12px;}
.cwwb-icon{margin:0 auto 35px;}
.connect-with-wallet-box h5{font-size:18px;}
.connect-with-wallet-box h6{font-size:14px;}
.btn.btn-lg{min-width:215px!important;padding:12px 15px!important;font-size:16px;}
.custom-modal .close-btn{right:25px;top:25px;width:18px;}
.cm-text{width:calc(100% - 52px);padding-right:25px;}
.notification-icon-outer .dropdown-menu{position:fixed;top:0;right:0;bottom:0;left:0;margin:0!important;border-radius:0;box-shadow:none;padding:0;}
.dm-close-icon{top:50%;transform:translateY(-50%);right:16px;}
.dm-header{margin-bottom:0px;padding:16px 0px 15px;border-bottom:1px solid #C4C4C4;}
.dm-body{padding:25px 40px;background:#f8f8f8;}
.dml-item + .dml-item{margin-top:20px;}
.dm-footer{margin-top:0;padding:15px 26px;}
.dm-footer a{display:block;padding:14px!important;}
.dm-body{height:calc(100vh - 140px);}
.new-ewb-heading h5{font-size:20px;}
.new-ewb-heading h5 > span{font-size:15px;}
.nfc-button-area .btn{padding:10px!important;}
.cdc-complete-btn{padding:0 10px;top:10px;left:0;}
.contest-cancel-wrapper{font-size:14px;}
.cm-profile-box{padding:25px;}
.cmp-username{margin-top:30px;}
.cmp-content{font-size:14px;width:100%;}
.cmp-details-box{max-width:100%;}
.cmp-details-box + .cmp-details-box{margin-left:0;margin-top:15px;}
.cm-title-row h1{font-size:18px;}
.cm-title-row h3{font-size:14px;}
.fm-form-column{padding:8px 15px;}
.fm-form-icon{width:50px;margin-right:12px;}
.fm-form-text{width:calc(100% - 62px);}
.cm-pagination-row{margin-top:30px;}
.credit-award-box h5{font-size:22px;}
.credit-award-box h6{font-size:18px;}
.caw-content-box h1{font-size:30px;}
.back-to-home-btn > span{display:none;}
.back-to-home-btn{width:80px;padding:8px;}
.back-to-home-btn > img{margin:0;}
.into-bott-text{font-size:14px;}
.ewb-heading span:before,.ewb-heading span:after{width:60px;}
.entry-token-price h4{font-size:20px;}
.entry-token-price>img{width:12px;}
.wcl-profile{width:25px;height:25px;margin-right:10px;}
.wcl-name{width:calc(100% - 35px);}
.view_all_btn{font-size:14px;}
.icon_box{width:24px;}
.tcl-item{width:100%;}
.tiles-content-box{padding:15px;border-radius:25px;}
.nfc-card-box{padding:15px;}
.nfc-card-left{width:50%;}
.nfc-card-right{width:50%;padding-left:15px;}
.nfc-card-img-box,.nfc-card-img-box > img{border-radius:25px;}
.nfc-num-row{border-radius:14px;bottom:10px;}
.nfc-num-item{padding:7px;font-size:12px;}
.nfc-num-item > span,.nfc-count-num > span{font-size:10px;}
.nfc-card-right h5{font-size:12px;}
.nfc-count-num{font-size:18px;}
.nfc-pro-item + .nfc-pro-item .nfc-pro-img{margin-left:-18px;}
.nfc-pro-img{width:40px;height:40px;margin-top:10px;}
.nfc-num-icon > img{width:10px;}
.nfc-card-btn .btn{font-size:12px!Important;padding:8px;}
.nfc-card-btn .btn >img{width:14px;display:inline-block;margin-right:3px;}
.nfc-pro-txt{width:24px;height:24px;font-size:10px;margin-top:10px;}
.wfc-btn .btn{font-size:13px;min-width:125px!Important;}
.wfc-left{padding:15px;}
.wfc-title span{font-size:24px;}
.wfc-title{font-size:22px;}
.wfcw-icon-box{width:55px;}
.wfcw-title{font-size:18px;margin-left:-10px;}
.wfc-icon-group img,.wfc-w-icon-group img{width:30px;}
.wfc-icon-group img + img,.wfc-w-icon-group img + img{margin-left:8px;}
.wfc-widget-box{padding:15px;}
.wfc-w-icon-box{width:35px;}
.wfc-w-title{font-size:18px;padding:0 10px;}
.wfc-w-title b{font-size:14px;}
.contest-filter-btn{padding:6px 12px;font-size:12px;border:0;background:transparent;}
.credit-icon-btn .btn > img{margin-top:-4px;}
.contest-filter-dropdown .dropdown-menu{margin-top:0px!important;padding-top:12px;}
.contest-filter-dropdown .dropdown-item{font-size:12px;padding:12px 15px;}
.user-task-box{padding:8px 12px;}
.user-task-num-box{font-size:14px;line-height:1;}
.user-task-img{width:37px;height:37px;}
.user-txt {font-size: 12px;}
.user-task-count-box{border-radius:50px;font-size:10px;padding:5px;min-width:50px;}
.default-user-item h4{font-size:12px;}
.leaderboard-modal-content{padding:30px;}
.leaderboard-modal-content > h4{font-size:18px;margin-bottom:50px;}
.colck-item .clock-text{font-size:11px;}
.cci-box{padding:8px 4px;}
.new-credit-icon{width:16px;}
.colck-item + .colck-item{margin-left:6px;}
.nfc-tabs.nav-tabs .nav-link{min-width:85px;}
.nfc-pane-content-box > h6,.nfc-tab-header h5{font-size:18px;margin-bottom:15px;}
.nfc-play-btn{width:70px;}
.global-btn {width: 70px;height: 70px;}
.playbtn-icon {width: 25px;height: 25px;}
.bct-num-box{font-size:25px;}
.bct-txt-box{font-size:14px;}
.daily-challenge-box > h4{font-size:20px;}
/* .trivia-img-box{margin:-5px auto 0px;} */
.nfc-pane-content-box{border-radius:25px;}
.nfc-question-row > h4{font-size:16px;}
.nfc-question-row >h5{font-size:18px;}
.widget-check-icon{width:16px;margin-right:5px;}
.widget-num-box{font-size:14px;}
.widget-trophy-icon{width:10px;margin-right:5px;}
.widget-count-box{padding:8px 10px;}
.nfc-question-row{margin:20px 0;}
.nfc-radio-group .form-check-label{font-size:14px;padding:15px;}
.nfc-tab-content-box{border-radius:25px;}
.green-c-icon{width:30px;}
.new-credit-btn{font-size:20px;}
.nfc-pane-content-box h4{font-size:20px;margin-bottom:0;}
.new-credit-btn.rounded-pill{margin-bottom:25px;}
.nfc-card-img-box{height:100%;}
.nfc-card-right .cdc-colck-item>span{font-size:16px;}
.nfc-card-right .cdc-colck-item .smalltext{font-size:10px;}
.tcl-one-box{padding:15px;}
.tcl-one-left{border-radius:30px;}
.cw-profile-column h4{font-size:10px;}
#footer2 .nfc-button-area{width:100%; min-height: 36px;}
#footer .fcb-middle,.power--label{width:calc(15% + 13.5px);}
.streak-modal-box{padding:30px 15px;}
.streak-modal-box h6{font-size:22px;}
.streak-icon{width:30px;margin-right:10px;}
.streak-txt{width:calc(100% - 40px);font-size:24px;}
.streak-img-box{max-width:180px;margin: 40px 0;}
.streak-complete-title{font-size:30px;}
.streak-img-box.complete{max-width:170px;margin:26px 0;}
.new-player-inside-box {padding: 20px 60px;}
.new-player-btn-row{right: 15px;bottom: 20px;}
.button-group-row{left: 15px;bottom: 20px;}
.new-player-btn-row .cw-button {padding: 12px 6px;}
.close__btn { width: 18px;height: 18px;right: 15px;top: 30px;}
.streak-modal-box p {font-size: 16px;}
.streak-icon {width: 35px;}
.streak-txt {width: calc(100% - 45px);font-size: 28px;}
.streak-txt > span {margin-right: 10px;}
.clock-block-item + .clock-block-item {margin-left: 5px;}
.cbr__img__box {width: 56px;}
.cbr__item__box h5,.cbr__item.complete .cbr__item__box h5{font-size: 18px;}
.cbr__item{padding: 10px;}
.cbr__item__box{border-radius: 25px;}
.trivia-img-box {width:265px;}
.custom-modal-box {padding:25px;}
.custom-modal-box h3{font-size: 28px;}
.testi-text-box {font-size: 22px;line-height: 27px;}
.custom-modal-box h6{font-size: 22px;line-height: 1;}
.para-group-box {font-size: 18px;line-height: 22px;}
.tick-icon-box {padding: 12px 15px;font-size: 16px;line-height: 22px;}
img.check__icon__1 {width: 18px;height: 18px;margin-left: 5px;}
.custom-modal-box h3 > span {font-size: 16px; line-height: 22px;}
.mt-or-row {margin: 20px 0;}
.mt-twitter-button {padding: 15px;font-size: 16px;}
.mt-twitter-box {padding-left: 30px;}
.mt-twitter-box i {font-size: 20px;}
.logo__area {width: 190px;margin: 0 auto 30px;}
.mt-form-group {margin-top: 35px;}
.large-padd-modal .custom-modal-box {padding: 40px;}
.si-title{font-size: 20px;}
.large-padd-modal .cross-btn {right: 18px;top: 40px;}
.si-image {max-width: 180px;margin: 30px auto;}
.si-content {font-size: 16px;}
.btn-semi-dark-black {font-size: 18px;line-height: 23px;padding: 18px 20px;}
.si-btn-group {margin-top: 40px;}
.si-btn-group a + a {margin-top: 35px;}
.btn-dark-txt{font-size: 16px;}
}

@media (max-width:470.98px){
.active-contest-container .featured-contest-list li.fc-item{width:100%;}
.ewb-btn-group{max-width:100%;width:100%;}
.tcl-one-btn .btn{padding:12px;min-width:100%;font-size:12px;line-height:1;}
.tcl-one-btn .btn > img{margin-right:5px;width:10px;}
.tcl-one-box .tiles-price-box{top:12px;left:8px;width:35px;height:35px;}
.tcl-one-box .tiles-price{font-size:8px;}
.tcl-one-box .tiles-price > span{font-size:12px;}
.tiles-point-count-box{padding:14px 10px 10px;min-width:90px;margin:0 auto;}
.tcl-one-right h4{font-size:12px;margin-bottom:8px;}
.tcl-one-right{padding:0 0 0 10px;}
.tcl-one-box .tiles-point-count-box{font-size:10px;}
.tcl-img-box > img,.tcl-box,.tcl-img-box,.tcl-cta-box,.nfc-card-box,.nfc-card-img-box,.nfc-card-img-box > img,.wfc-left,.wfc-widget-box,.tcl-one-box{border-radius:20px;}
.hero-slider .slick-dots li svg{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%);}
.default-user-group .utcr-count-icon {width: 12px;height: 12px;}
.default-user-row {transform: scale(0.9);}
.utcr-count-icon {width: 16px;height: 16px;}
.utcr-count-block + .user-task-count-box {margin-left: 10px;}
.purple__img__box {width: 50px;}
.purple__text__box {font-size: 18px;padding: 0 10px;width: calc(100% - 90px);}
.purple__text__box span{font-size: 14px;}
img.winner__tropy__icon {max-width: 230px;}
.user-task-count-right {width: 125px;}

}
@media (max-width:420.98px){.user-txt {width: 60px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}}
@media (max-width:389.98px){
.user-mob-copy{margin-bottom:30px;}
/* .user-mob-link{padding:16px 40px 13px 50px;} */
/* .user-mob-link-icon{left:15px;} */
.user-mob-btn .btn{padding:10px 24px;}
.wcl-name{font-size:11px;width:calc(100% - 25px);}
.wcl-btn .btn2{padding:10px;}
.wcl-text-box{padding:0 0 0 15px;}
.wcl-img-box{width:130px;}
.wcl-text-box{width:calc(100% - 130px);padding-left:12px;}
.wcl-box{padding:8px;}
.wcl-profile{width:20px;height:20px;margin-right:5px;}
.price-list li{width:100%;padding:5px 0 5px;}
.price-list{width:100%;margin-left:0;}
.price-list li:not(:last-child):before{width:100%;height:2px;left:0;right:0;top:100%;transform:none;}
.price-list-box h5,.price-list-box h3{font-size:12px;}
.price-list-box h5>span,.price-list-box h3>span{font-size:10px;}
.streak-modal-box h6 {font-size: 18px;}
.custom-modal-box h3{font-size: 22px;}
.logo__area {width: 170px;margin: 0 auto 25px;}
.testi-text-box,.para-group-box{font-size: 16px;line-height: 1.3;}
.custom-modal-box h6{font-size: 18px;}
.testi-text-box + h6 {margin-top: 35px;margin-bottom: 15px;}
.custom-modal-action-btn {margin-top: 15px;}
.cross-btn {width: 18px;height: 18px;right: 18px;top: 18px;}
}
@media (max-width:380.98px){
.hero-slider .slick-dots li button{width:50px;height:50px;}
.hero-slider .slick-dots li button{margin:5px 4px;}
.hero-text-desc h6,.hero-text-desc p{font-size:14px;}
.hero-add-icon{width:35px;height:35px;margin-right:12px;}
.hero-chevron-icon{width:8px;}
.fc-text-box{padding:0 5px 0;}
.fc-list-box h5{font-size:14px;}
.fc-list-box{padding:6px 8px;min-width:45px;}
.cta-continer .cta-content-box{padding:15px 18px;}
.cta-content-box h5{font-size:14px;}
.chevron-right-angle-icon{width:9px;}
.fch-text{width:100%;}
.fch-clock{margin-top:5px;}
.active-contest-container .fch-text{width:calc(100% - 122px);}
.counting-block{padding:8px 8px 8px 8px;max-width:100%;}
.gow-profile h6,.counting-block .cdc-colck-item>span{font-size:14px;}
.cbf-inner span{font-size:8px;line-height:2;}
.counting-block .cdc-colck-item .smalltext{font-size:8px;}
.tiles-intro-text{font-size:12px;}
.tiles-info-icon{width:20px;}
.nfc-card-box{padding:12px;}
.nfc-card-right{padding-left:12px;}
.nfc-card-right h5{font-size:11px;margin-bottom:8px;}
.nfc-count-num{font-size:14px;}
.nfc-num-item > span,.nfc-count-num > span{font-size:8px;}
.nfc-card-btn .btn{font-size:10px!Important;padding:8px;margin-top:4px;}
.nfc-card-btn .btn >img{width:11px;}
.nfc-pro-item + .nfc-pro-item .nfc-pro-img{margin-left:-15px;}
.nfc-pro-img{width:30px;height:30px;}
.bct-num-box{font-size:20px;}
.nfc-tabs.nav-tabs{width:calc(100% + 16px);margin-left:-8px;}
.nfc-tabs.nav-tabs .nav-link{min-width:68px;padding:11px;font-size:12px;}
/* .new-player-btn{font-size:10px;} */
.new-btn{width:30px;height:30px;}
.new-player-btn-row .cw-button{font-size: 8px;}
.cbr__img__box {width: 48px;}
.cbr__item__box h5, .cbr__item.complete .cbr__item__box h5 {font-size: 16px;}
.cbr__item {padding: 5px;}
}
@media (max-width:340.98px){
#header1 .header-count-block{min-width:70px;}
.user-task-img{width:28px;height:28px;margin-right:5px;}
.user-task-box{padding:8px 8px;}
.default-user-item h4{font-size:10px;}
}
.has-error .form-control{border-color:#FF0000;}
.has-error .invalid-feedback{display:block;color:#FF0000;font-size:14px;font-weight:500;line-height:1.2;}
.dark-modal .has-error .form-control{border-color:#FF0000;}
.invalid-feedback > span{display:block;}
.nepb-file-upload .invalid-feedback{margin-bottom:15px;}

/*=================================== New Game pages css end ==============================*/
.dark-modal .modal-content{background:#262626!important;color: #fff;}
.dark-modal .counter-buttons-row {background: #262626;}
.dark-modal .cbr__item__box {background: #343434;}
.dark-modal .cbr__item__box h5{color: #fff;}
.dark-modal .close__btn {filter: brightness(0) invert(1);}
.dark-modal .cbr__item.complete .cbr__item__box {background: #1C1D23;}
.dark-modal .cbr__item.complete .cbr__item__box h5{color: #fff;}
.dark-modal .btn-dark-black, .dark-modal .btn-dark-black:focus {color: #fff;background: #fff;border: 2px solid #fff;color: #000;}

.dark-modal .cm-content-box,
.dark-bg .btn-dark-link{color:#fff;}
.dark-modal .ewb-heading span:before,.dark-modal .ewb-heading span:after{background:#fff;}
.dark-modal .entry-token-price>img,.dark-modal .btn-transparent > img,.dark-modal .close-btn > img{filter:brightness(0) invert(1);}
.dark-modal ul.ewb-list{background:#2C2D35;}
.dark-modal .ewb-count{border-color:#fff;}
.dark-modal .btn-transparent{color:#fff!important;}
.dark-modal .form-label{color:#fff;}
.dark-modal .form-control{background-color:#343434;border-color:#343434;color:#fff;}
.dark-bg .epw-box{color:#fff;}
.dark-bg .cci-box{background:rgb(28 29 35 / 20%);}
.dark-bg .new-dimond-icon{filter:brightness(0) invert(1);}
.dark-bg .cr-header .cci-box{background:#343434;}

/*=================================== Dark Mode css start ==============================*/
.dark-bg #header{background:transparent;}
.fixed .dark-bg #header{background:#1C1D23;}
.dark-bg .new-page-wrapper,.dark-bg .new-page-wrapper h1{color:#fff!important}
.dark-bg .npw-number-box{border-color:#fff!important;color:#fff!important;}
.dark-bg:not(.loading) .new-player-box{background:#fff;}
.loading .npw-text-box{padding-left:0;}
.dark-bg #header1 .navbar-collapse,.dark-bg #header1 .navbar-collapse.collapsing{background:#1c1d23;}
.dark-bg .navbar-toggler .navbar-toggler-icon:before,.dark-bg .navbar-toggler .navbar-toggler-icon:after,.dark-bg .navbar-toggler.collapsed .navbar-toggler-icon{background-color:#fff!important;}
.dark-bg .wcl-header{color:#fff;}
.dark-bg .wcl-text-desc,.dark-bg .wcl-right b,.dark-bg .wcl-right p{color:#fff!important;}
.dark-bg .btn-third:hover{background:#fff;border-color:#fff;color:#e5601e;}
.dark-bg .btn-third,.dark-bg .btn-third:focus{color:#fff;background-color:#E5601E;border:solid 2px #E5601E;}
.dark-bg .wcl-box{background:#343434;color:#fff;}
.dark-bg .cta-btn,.dark-bg .cta-btn:focus{background:#fff;color:#000;border-color:#fff;}
.dark-bg .cta-btn:hover{background:#000;color:#fff;border-color:#0000;}
.dark-bg #header1{background:#1c1d23;}
.dark-bg #header1 .navbar-nav .nav-link{color:#fff;}
.dark-bg .ewb-list{background:#2C2D35;}
.dark-bg .ewb-count{border-color:#fff;}
.dark-bg .ewb-heading span:before,.dark-bg .ewb-heading span:after{background:#fff;}
.dark-bg .cr-widget-btn a>img,.dark-bg .dm-close-icon{filter:brightness(0) invert(1);}
.dark-bg .cr-widget-btn a,.dark-bg .fch-clock{color:#fff;}
.dark-bg .fc-box{color:#fff;background:#343434;}
.dark-bg .cr-list-numerical{border-color:#fff;}
.dark-bg .custom-slider-pagination .slick-active{color:#fff!important;}
.dark-bg .cc-header{color:#fff;}
.dark-bg .cwb-wrapper-box{color:#fff;background:#343434;}
.dark-bg .cdc-left,.dark-bg .cr-list{background:#343434;}
.dark-bg .game-over-wrapper,.dark-bg .final-correct,.dark-bg .gow-profile,.dark-bg .btn-transparent{color:#fff!important;}
.dark-bg .counting-block{background:#2C2D35;}
.dark-bg .final-correct img,.dark-bg .final-score img,.dark-bg .cbf-inner img,.dark-bg .btn-transparent img{filter:brightness(0) invert(1);}
.dark-bg .contest-details-container,.dark-bg .cr-header-column,.dark-bg .cr-header-column span{color:#fff;}
.dark-bg .cr-header-column img,.dark-bg .cc-header-icon>img,.dark-bg .entry-token-price>img,.dark-bg .new-intro-icon img{filter:brightness(0) invert(1);}
.dark-bg .cr-widget-btn{color:#fff;}
.dark-bg .mobo-logo-area{background:#1c1d23;}
.dark-bg .user-mob-profile h5{color:#fff;}
.mobo-logo-area img{width:140px;}
.dark-bg .user-mob-inside{color:#fff;}
.dark-bg .user-mob-link-icon img{filter:brightness(0) invert(1);}
.dark-bg .user-mob-btn .btn,.dark-bg .user-mob-btn .btn:focus{border-color:#fff;}
.dark-bg .user-mob-btn .btn{color:#fff;}
.dark-bg .notification-icon-outer{background:#23252C;color:#fff;}
.dark-bg .notification-icon-outer .dropdown-menu{background:#23252C;}
.dark-bg .dm-notify-icon{border-color:#fff;color:#fff;}
.dark-bg .dm-heading{color:#fff;}
.dark-bg .dropdown-menu-list .dml-box{color:#fff;}
.dark-bg .btn-outline,.dark-bg .btn-outline:focus{border-color:#fff;color:#fff;}
.dark-bg .notify-icon:hover{color:#fff;}
.dark-bg .tiles-content-box{background:#262626;color:#fff;}
.dark-bg .tiles-info-icon{filter:brightness(0) invert(1);}
.dark-bg .tiles-card-list .slick-prev,.dark-bg .tiles-card-list .slick-next{background:#000;border-color:#fff;}
.dark-bg .tiles-card-list .slick-prev:before,.dark-bg .tiles-card-list .slick-next:before{filter:brightness(0) invert(1);}
.dark-bg .tcl-cta-box h6{color:#fff;}
.dark-bg .tiles-point-count-box::before{border-color:#000;}
.dark-bg .tcl-one-box:hover{border-color:#fff;}
.dark-bg .nfc-pro-txt{background-color:#fff;color:#000;}
.dark-bg .tcl-box{background:#343434;}
.dark-bg .tcl-one-box{background:#343434;}
.dark-bg .leaderboard-box{background:#343434;border-color:#101010;}
.dark-bg .leaderboard-box:hover{background:#E5601E;color:#fff;}
.dark-bg .nfc-card-box{color:#fff;background:#343434;border-color:#343434;}
.dark-bg .new-featured-contests-container{color:#fff;}
.dark-bg .contest-filter-dropdown .dropdown-menu{background:#141414;}
.dark-bg .contest-filter-dropdown .dropdown-item{color:#fff;}
.dark-bg .contest-filter-btn{background:#141414;border:2px solid #fff;}
.dark-bg .contest-filter-btn img,.nfc-card-box:hover .nfc-card-btn .btn > img{filter:brightness(0) invert(1);}
.dark-bg .tcl-one-btn .btn > img,.dark-bg .nfc-card-btn .btn > img{filter:brightness(0) invert(1);}
.dark-bg .tcl-one-btn .btn:hover > img,.dark-bg .nfc-card-btn .btn > img,.dark-bg .nfc-card-btn .btn:hover > img{filter:none;}
.dark-bg .btn-orange:hover,.dark-bg .btn-orange:active{color:#000;background-color:#fff;border:solid 2px #fff;}
/* .dark-bg .default-num-box{background:#3D3D3D;} */
.dark-bg .user-task-box{background:#343434;border-color:#101010;color:#fff;}
.dark-bg .user-task-box:hover{background:#E5601E;color:#fff;}
.dark-bg .user-task-box:hover .user-task-count-box{background:#fff;color:#3D3D3D;}
.dark-bg .cdc-group-details h4 > img,.dark-bg .credit-icon-btn .btn:hover img{filter:invert(1);}
.dark-bg .leaderboard-item.disabled .leaderboard-box:before{background:#343434;}
.dark-bg .leaderboard-item.disabled .leaderboard-box:hover{background:#343434;border-color:#000;color:#fff;}
.dark-bg .nfc-tab-content-box{background:#262626;}
.dark-bg .nfc-tabs.nav-tabs .nav-link{color:inherit;}
.dark-bg  .tcl-one-left{background:#26262673;}
.dark-bg a:hover{color:#fff;}
.dark-bg .new-clock-item{color:#fff;}
.dark-bg .tab-pane-inside .waiting  .user-task-box:hover{background:#343434!important;}
.dark-bg .tab-pane-inside .waiting  .user-task-box{opacity:0.4!important;}
.dark-bg .nfc-tabs.nav-tabs .nav-link.disabled{background:#343434;opacity:0.4!important;}
.dark-bg .wfc-widget-box {background: #262626!important;border-color: #262626!important;}
.dark-bg .wfc-right .wfc-widget-box {background: #343434!important;border-color: #343434!important;}
@media (max-width:574.98px){
.dark-bg .dropdown-menu-list .dml-box{background:#23252C;}
}
@media (min-width:992px){
.sticky-lg-top{position:-webkit-sticky;position:sticky;top:115px;z-index:1020;}
}

/* =================================== Dark Mode css End ============================== */
.credit-icon{width:75px;}
.custom-modal-sm .cm-radio-group{max-width:300px;}
.custom-modal-sm .arm-mid span{margin-top:18px;}
.cdc-group-details h4 > img.credit-icon{margin-top:-8px;position:relative;}
.fc-list-box img.credit-icon{filter:brightness(0) invert(1);}

/* =============================== Dark profile page start =============================== */
.dark-bg .np-inner-box{background:#343434;}
.dark-bg .np-inner-box{background:#343434;}
.dark-bg .ww-credit-box{background:#343434;color:#fff;}
.dark-bg .ww-redeem-box{background:#343434;color:#fff;}
.dark-bg .widget-box{background:#343434;color:#fff;}
.dark-bg .asb-right,.dark-bg .asb-mid h4 span,.dark-bg .activity-text-box h4 > span{color:rgb(255 255 255 / 70%);}
.dark-bg  .edit-profile-btn a > img,.dark-bg .info-icon img{filter:brightness(0) invert(1);}
.dark-bg .np-inner-box,.dark-bg .np-bio,.dark-bg .new-profile-box h6,.dark-bg .new-profile-box h5{color:#fff;}
.dark-bg .np-btn a.btn{border-color:#fff;color:#fff;}
.dark-bg .np-btn a.btn:hover,.dark-bg .np-btn a.btn:focus,.dark-bg .np-btn a.btn:active{background-color:#fff;color:#000;}
.dark-bg .wallet-widget-box,.dark-bg .activity-widget-box{color:#fff;}
.disconnect-button{font-size:16px;font-weight:600;background:transparent;border:0;outline:none;color:#848484;display:flex;align-items:center;justify-content:center;margin:30px auto 0;}
.disconnect-button  > img{margin-right:8px;}
.dark-bg .toggler-button-block label:after{background:#000;}
.dark-bg .toggler-button-block label{background:#fff;}
.dark-bg .toggler-button-block input:checked + label{background:#fff;}
.dark-bg img.brightness{filter:none;}

/* =============================== Dark profile page end =============================== */