body {
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    /*overflow: hidden;*/
    overflow: scroll; /*temporary*/
}

*{
    font-family: 'Nunito', sans-serif !important;
}
.slick-initialized.slick-slider {
    height:80%;
    min-height: 110px;
}
.slick-initialized .slick-list {
    height:100%;
}
.slick-list .slick-track{
    height: 100%;
}

.new-match-card-container {
    border-radius: 5px;
    background-color: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;*/
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}
.new-match-card-container-top:last-child{
    padding-bottom: 80px;
}

.new-match-card-container-upcoming {
    border-radius: 5px;
    /* background-color: #fff; */
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;*/
    
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    background: linear-gradient(
        to bottom,
        rgba(250, 221, 121), /* Shadow color (adjust opacity) */
        rgba(250, 221, 121) 50%,
        rgba(0, 0, 0, 0) 100%
      );
}

.new-match-card-container-live {
    border-radius: 5px;
    /* background-color: #fff; */
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;*/
    
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    background: linear-gradient(
        to bottom,
        rgba(96, 239, 250), /* Shadow color (adjust opacity) */
        rgba(96, 239, 250) 50%,
        rgba(0, 0, 0, 0) 100%
      );
}

.new-match-card-container-finished {
    border-radius: 5px;
    /* background-color: #fff; */
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;*/
    
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1), /* Shadow color (adjust opacity) */
        rgba(0, 0, 0, 0.05) 60%,
        rgba(0, 0, 0, 0) 100%
      );
}

.container-gradient {
    /*background-image: -moz-linear-gradient( 113deg, rgb(204,51,102) 0%, rgb(51,51,153) 100%);*/
    /*background-image: -webkit-linear-gradient( 113deg, rgb(204,51,102) 0%, rgb(51,51,153) 100%);*/
    /*background-image: -ms-linear-gradient( 113deg, rgb(204,51,102) 0%, rgb(51,51,153) 100%);*/
    /*opacity: 0.851;*/
    /* background-color: #5F99D2; */
    background-color: #5F99D2;
}

.container-gradient-referral{
    background-color: #f3f4f9;
}
.menu-splash {
    background: url("/assests/images/splash.png") no-repeat;
    background-size: contain;

}
.drawer-overlay {
    pointer-events: all;
}
.drawer-overlay *{
    pointer-events: none;
}


* {
    min-height: 0;
    min-width: 0;
}

.slick-dots li button:before {
    color: #cccccc !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
    color: #a37fbf !important;
}

.slick-dots li {
    width: 5px !important;
    height: 5px !important;
}
.slick-initialized.slick-slider
.slick-dots {
    /*bottom: 85px !important;*/
    bottom: 0 !important;
}


.login-header {
    padding: 20px;
    padding-top:40px;
    /*padding-bottom: 10px;*/
    text-align: center;
    /* background-color:#5F99D2; */
    background-color:#5F99D2; 
}

.login-header-new {
    margin-top:100px;
    /*padding: 20px;*/
    /*padding-bottom: 10px;*/
    text-align: center;
    display:flex;
    position: relative;
}

.login-display-container {
    background-image: url("/assests/images/loginBG.png");
    background-size: contain;
    background-repeat: no-repeat;
    /*display: flex;*/
    position: relative;
}

.login-display-container .display-upper-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.login-display-container .display-upper-container img {
    width: 30%;
}

.login-display-container .display-upper-container .first-tag-line {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;

}
.login-display-container .display-upper-container .second-tag-line {
    color: #fff;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
}
.login-display-container .display-upper-container .how-to-play {
    border: 1px solid #fff;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 15px;
    margin: 10px 0;
}
.login-display-container .display-upper-container .man-with-rupee {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    align-items: center;

}
.login-with-mobile-number,.htp-next-button,.next-button {
    background-image: -moz-linear-gradient( 180deg, rgb(240,90,34) 0%, rgb(250,56,62) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(240,90,34) 0%, rgb(250,56,62) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(240,90,34) 0%, rgb(250,56,62) 100%);
}
.mobile-input-header,.otp-input-header {
    background-image: -moz-linear-gradient( 113deg, rgb(233,34,40) 0%, rgb(110,87,169) 71%, rgb(40,59,142) 100%);
    background-image: -webkit-linear-gradient( 113deg, rgb(233,34,40) 0%, rgb(110,87,169) 71%, rgb(40,59,142) 100%);
    background-image: -ms-linear-gradient( 113deg, rgb(233,34,40) 0%, rgb(110,87,169) 71%, rgb(40,59,142) 100%);
}

.select-player-tab.active {
    background-image: -moz-linear-gradient( 180deg, rgb(255,94,117) 0%, rgb(255,169,90) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,94,117) 0%, rgb(255,169,90) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,94,117) 0%, rgb(255,169,90) 100%);

}
.select-player-tab.inactive {
    background-image: -moz-linear-gradient( 180deg, rgb(58,142,255) 0%, rgb(200,164,255) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(58,142,255) 0%, rgb(200,164,255) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(58,142,255) 0%, rgb(200,164,255) 100%);
}

.new-login-container {
    background: -webkit-linear-gradient(top, rgb(93, 57, 136) 0%, rgb(110, 49, 123) 97%);
    background: -o-linear-gradient(top, rgb(93, 57, 136) 0%, rgb(110, 49, 123) 97%);
    background: -ms-linear-gradient(top, rgb(93, 57, 136) 0%, rgb(110, 49, 123) 97%);
    background: -moz-linear-gradient(top, rgb(93, 57, 136) 0%, rgb(110, 49, 123) 97%);
    background: linear-gradient(to bottom, rgb(93, 57, 136) 0%, rgb(110, 49, 123) 97%);

}

.fc-tab.-right.-mini {
    height: 0px;
    width: 0px;
}

.fc-tab.-mini, .fc-tab.-mini iframe {
    width: 65px;
    height: 92px;
    top: -7px;
    left: 214%;
}

.freshchat-widget .fc-picture .fc-pic-bg {
    background: #000 !important;
    border-radius: 0% !important;
}

.freshchat-widget .freshchat-attention-grabber.-mini {
    margin: 0 !important;
    border-radius: 0%;
}

.freshchat-widget .fc-picture {
    background: rgba(0, 0, 0, 0) !important;
}

.freshchat-widget .fc-picture {
    background: rgba(0, 0, 0, 0) !important;
}

.freshchat-widget .fc-picture .fc-pic-bg {
    background: rgba(0, 0, 0, 0) !important;
}

.freshchat-widget .fc-picture {
    background: rgba(0, 0, 0, 0) !important;
}


@media screen and (min-width: 500px) {
    body {
        /*background-color: lavender;*/
        text-align: -webkit-center;
        text-align: -moz-center;
        background-image: url("/assests/images/loginBG.png");
        background-size: cover;
    }
    #root {
        max-width: 500px;
        background: #fff;
    }
    .desk-right {
        text-align: right;
    }
    .desk-left {
        text-align: left;
    }
}


.narcissus_17w311v {
    top: 50% !important;
    transform: translate(0%, -50%) !important;
}

.login-heading {
    font-size: 16px;
    color: #d2a007;
    padding: 25px 20px;
    text-align: center;
}

.login-video-container {
    position: relative;
    flex: 1;
    height: 200px;
    min-height: 200px;

}

.login-player {
    width: 90%;
    height: 90%;
    margin: calc(5% - 4px);
    border: 2px solid #000;
}

.video-yellow-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(10deg);
    background-color: #d2a007;
}

.video-green-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(-10deg);
    background-color: #4ccbc1;
}

.video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.login-footer-container {
    background-color: #d2a007;
    padding: 20px;
    min-height: 100px;
    margin-top: 20px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
}

.testimonial-container {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.testimonial-name {
    color: #d2a007;
    padding: 10px;
    /*font-style: italic;*/
}

.testimonial-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.login-dot-class {
    color: #fff;
}


.black-dot {
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 5px;
    margin-right: 10px;
    flex-shrink: 0;
}


/*contact us form*/

.contact-form {
    text-align: center;
}
.contact-form select {
    border-radius: 0px;
}

.contact-form select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}


.input-name {
    width: 80%;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    font-size: 1em;
    margin: 3%;
    color: white;
    outline: none;
    transition: 0.7s;
}

.input-name:focus {
    border-bottom: 2px solid #d2a007;
    transition: 3s;
}
.send-button {
    background-color: #d2a007;
    width: 30%;
    border-radius: 20px;
    border-color: #d2a007;
    color: white;
    border: none;
    padding: 2% 3%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.large-box {
    min-height: 80px;
    cols: "40";
    rows: "5"
}

.contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
.contact-us-heading{
    color: #fff;
    margin: 0 10%;
}


@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.3;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.clickable{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
}

.player-card {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.21);
}
.holds-the-iframe {
    background: url(../assests/images/loader.gif) center center no-repeat;
    background-size: 35%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;

}

.drop-down {
    border: none;
    width: 100%;
    background: transparent;
    font-size: 1em;
    margin: 3%;
    color: white;
    outline: none;
    transition: 0.7s;
}

.drop-down:focus {
    transition: 3s;
}

.drop-down-container select {
    border-radius: 0px;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.drop-down-container select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.category-card {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.29);
}

.banner-over-scroll {
    max-height: 500px;
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
}
.banner-over-scroll.minimized {
    max-height: 5px;
}

.pre-live-container {
    padding: 3px;
    border-radius: 4px;
}
.pre-live-text {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}

.ripple-loader {
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}


.new-login-cta,.next-button {
    border-radius: 25px;
    background-image: -moz-linear-gradient( 180deg, rgb(253,119,23) 0%, rgb(255,95,150) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(253,119,23) 0%, rgb(255,95,150) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(253,119,23) 0%, rgb(255,95,150) 100%);
    /*box-shadow: 0px 1px 5px 0px rgba(253, 116, 40, 0.55);*/
    padding:15px 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.disabled-next-button {
    background-image: none;
    background-color: #D8D8D8;
    box-shadow: none;
}

.new-login{
    min-height: 100%;
    max-width: 100%;
}

.new-login-background-stadium {
    background-image: -webkit-gradient(linear, 0 0, 0 1275.125, color-stop(0.41, #5d3988), color-stop(0.416, #613c8d), color-stop(0.416, #6b4597), color-stop(0.417, #744da0), color-stop(0.42, #6b4298), color-stop(0.424, #7851a5), color-stop(0.429, #663f93), color-stop(0.456, #633d8f), color-stop(0.543, #49276d), color-stop(0.543, #4f2d73), color-stop(0.556, #512f75), color-stop(0.556, #4a286e), color-stop(0.56, #4b296f), color-stop(0.561, #5b397f), color-stop(0.562, #5b397f), color-stop(0.563, #4d2972), color-stop(0.567, #4c2670), color-stop(0.567, #5c3580), color-stop(0.568, #6e4593), color-stop(0.574, #6f4195), color-stop(0.578, #704795), color-stop(0.578, #643b88), color-stop(0.579, #4d2670), color-stop(0.581, #59337e), color-stop(0.586, #462669), color-stop(0.587, #48266b), color-stop(0.599, #502c73), color-stop(0.603, #4f2870), color-stop(0.603, #583078), color-stop(0.603, #603780), color-stop(0.607, #5b317a), color-stop(0.612, #592e77), color-stop(0.614, #6a3d87), color-stop(0.614, #693c86), color-stop(0.616, #5a2d77), color-stop(0.621, #663681), color-stop(0.624, #5f2e79), color-stop(0.627, #6e3d88), color-stop(0.629, #5e2d78), color-stop(0.631, #64337e), color-stop(0.632, #5d2c77), color-stop(0.634, #683782), color-stop(0.64, #602c78), color-stop(0.642, #723b88), color-stop(0.649, #6c3683), color-stop(0.65, #6d3481), color-stop(0.677, #6e317b));
    background-image: -webkit-linear-gradient(#5d3988 41%, #613c8d 41.6%, #6b4597 41.6%, #744da0 41.7%, #6b4298 42%, #7851a5 42.4%, #663f93 42.9%, #633d8f 45.6%, #49276d 54.3%, #4f2d73 54.3%, #512f75 55.6%, #4a286e 55.6%, #4b296f 56%, #5b397f, #5b397f, #4d2972 56.3%, #4c2670 56.7%, #5c3580 56.7%, #6e4593 56.8%, #6f4195 57.4%, #704795 57.8%, #643b88 57.8%, #4d2670 57.9%, #59337e 58.1%, #462669 58.6%, #48266b 58.7%, #502c73 59.9%, #4f2870 60.3%, #583078, #603780 60.3%, #5b317a 60.7%, #592e77 61.2%, #6a3d87 61.4%, #693c86 61.4%, #5a2d77 61.6%, #663681 62.1%, #5f2e79, #6e3d88 62.7%, #5e2d78, #64337e 63.1%, #5d2c77 63.2%, #683782 63.4%, #602c78 64%, #723b88 64.2%, #6c3683 64.9%, #6d3481 65%, #6e317b 67.7%);
    background-image: -moz-linear-gradient(#5d3988 41%, #613c8d 41.6%, #6b4597 41.6%, #744da0 41.7%, #6b4298 42%, #7851a5 42.4%, #663f93 42.9%, #633d8f 45.6%, #49276d 54.3%, #4f2d73 54.3%, #512f75 55.6%, #4a286e 55.6%, #4b296f 56%, #5b397f, #5b397f, #4d2972 56.3%, #4c2670 56.7%, #5c3580 56.7%, #6e4593 56.8%, #6f4195 57.4%, #704795 57.8%, #643b88 57.8%, #4d2670 57.9%, #59337e 58.1%, #462669 58.6%, #48266b 58.7%, #502c73 59.9%, #4f2870 60.3%, #583078, #603780 60.3%, #5b317a 60.7%, #592e77 61.2%, #6a3d87 61.4%, #693c86 61.4%, #5a2d77 61.6%, #663681 62.1%, #5f2e79, #6e3d88 62.7%, #5e2d78, #64337e 63.1%, #5d2c77 63.2%, #683782 63.4%, #602c78 64%, #723b88 64.2%, #6c3683 64.9%, #6d3481 65%, #6e317b 67.7%);
    background-image: -o-linear-gradient(#5d3988 41%, #613c8d 41.6%, #6b4597 41.6%, #744da0 41.7%, #6b4298 42%, #7851a5 42.4%, #663f93 42.9%, #633d8f 45.6%, #49276d 54.3%, #4f2d73 54.3%, #512f75 55.6%, #4a286e 55.6%, #4b296f 56%, #5b397f, #5b397f, #4d2972 56.3%, #4c2670 56.7%, #5c3580 56.7%, #6e4593 56.8%, #6f4195 57.4%, #704795 57.8%, #643b88 57.8%, #4d2670 57.9%, #59337e 58.1%, #462669 58.6%, #48266b 58.7%, #502c73 59.9%, #4f2870 60.3%, #583078, #603780 60.3%, #5b317a 60.7%, #592e77 61.2%, #6a3d87 61.4%, #693c86 61.4%, #5a2d77 61.6%, #663681 62.1%, #5f2e79, #6e3d88 62.7%, #5e2d78, #64337e 63.1%, #5d2c77 63.2%, #683782 63.4%, #602c78 64%, #723b88 64.2%, #6c3683 64.9%, #6d3481 65%, #6e317b 67.7%);
    background-image: linear-gradient(#5d3988 41%, #613c8d 41.6%, #6b4597 41.6%, #744da0 41.7%, #6b4298 42%, #7851a5 42.4%, #663f93 42.9%, #633d8f 45.6%, #49276d 54.3%, #4f2d73 54.3%, #512f75 55.6%, #4a286e 55.6%, #4b296f 56%, #5b397f, #5b397f, #4d2972 56.3%, #4c2670 56.7%, #5c3580 56.7%, #6e4593 56.8%, #6f4195 57.4%, #704795 57.8%, #643b88 57.8%, #4d2670 57.9%, #59337e 58.1%, #462669 58.6%, #48266b 58.7%, #502c73 59.9%, #4f2870 60.3%, #583078, #603780 60.3%, #5b317a 60.7%, #592e77 61.2%, #6a3d87 61.4%, #693c86 61.4%, #5a2d77 61.6%, #663681 62.1%, #5f2e79, #6e3d88 62.7%, #5e2d78, #64337e 63.1%, #5d2c77 63.2%, #683782 63.4%, #602c78 64%, #723b88 64.2%, #6c3683 64.9%, #6d3481 65%, #6e317b 67.7%)
}

.new-login-container-text-bold {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;


}
.new-login-container-text {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
}

.new-login-mobile-container {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    transition: padding-bottom 0.2s;

}

.new-login-background,.otp-container,.container-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 763.125, color-stop(0.045, #563a88), color-stop(0.045, #573988), color-stop(0.145, #593a87), color-stop(0.145, #593989), color-stop(0.176, #593989), color-stop(0.176, #593a87), color-stop(0.229, #593a87), color-stop(0.229, #5b3987), color-stop(0.401, #5c3a88), color-stop(0.401, #5d3988), color-stop(0.495, #5d3a87), color-stop(0.495, #5f3987), color-stop(0.498, #5f3987), color-stop(0.498, #5d3a87), color-stop(0.536, #5d3a87), color-stop(0.536, #5f3987), color-stop(0.659, #5f3987), color-stop(0.659, #603887), color-stop(0.812, #613885), color-stop(0.812, #633785), color-stop(0.832, #633785), color-stop(0.832, #643685), color-stop(0.854, #643783), color-stop(0.854, #663683), color-stop(0.857, #643781), color-stop(0.861, #653582), color-stop(0.889, #673680), color-stop(0.889, #683580), color-stop(0.929, #69347f), color-stop(0.929, #6a337f), color-stop(0.955, #6a337d), color-stop(0.963, #6c327d), color-stop(0.963, #6a337d), color-stop(0.965, #6a337d), color-stop(0.965, #6c327d));
    background-image: -webkit-linear-gradient(#563a88 4.5%, #573988 4.5%, #593a87 14.5%, #593989 14.5%, #593989 17.6%, #593a87 17.6%, #593a87 22.9%, #5b3987 22.9%, #5c3a88 40.1%, #5d3988 40.1%, #5d3a87 49.5%, #5f3987 49.5%, #5f3987 49.8%, #5d3a87 49.8%, #5d3a87 53.6%, #5f3987 53.6%, #5f3987 65.9%, #603887 65.9%, #613885 81.2%, #633785 81.2%, #633785 83.2%, #643685 83.2%, #643783 85.4%, #663683 85.4%, #643781 85.7%, #653582 86.1%, #673680 88.9%, #683580 88.9%, #69347f 92.9%, #6a337f 92.9%, #6a337d 95.5%, #6c327d 96.3%, #6a337d 96.3%, #6a337d 96.5%, #6c327d 96.5%);
    background-image: -moz-linear-gradient(#563a88 4.5%, #573988 4.5%, #593a87 14.5%, #593989 14.5%, #593989 17.6%, #593a87 17.6%, #593a87 22.9%, #5b3987 22.9%, #5c3a88 40.1%, #5d3988 40.1%, #5d3a87 49.5%, #5f3987 49.5%, #5f3987 49.8%, #5d3a87 49.8%, #5d3a87 53.6%, #5f3987 53.6%, #5f3987 65.9%, #603887 65.9%, #613885 81.2%, #633785 81.2%, #633785 83.2%, #643685 83.2%, #643783 85.4%, #663683 85.4%, #643781 85.7%, #653582 86.1%, #673680 88.9%, #683580 88.9%, #69347f 92.9%, #6a337f 92.9%, #6a337d 95.5%, #6c327d 96.3%, #6a337d 96.3%, #6a337d 96.5%, #6c327d 96.5%);
    background-image: -o-linear-gradient(#563a88 4.5%, #573988 4.5%, #593a87 14.5%, #593989 14.5%, #593989 17.6%, #593a87 17.6%, #593a87 22.9%, #5b3987 22.9%, #5c3a88 40.1%, #5d3988 40.1%, #5d3a87 49.5%, #5f3987 49.5%, #5f3987 49.8%, #5d3a87 49.8%, #5d3a87 53.6%, #5f3987 53.6%, #5f3987 65.9%, #603887 65.9%, #613885 81.2%, #633785 81.2%, #633785 83.2%, #643685 83.2%, #643783 85.4%, #663683 85.4%, #643781 85.7%, #653582 86.1%, #673680 88.9%, #683580 88.9%, #69347f 92.9%, #6a337f 92.9%, #6a337d 95.5%, #6c327d 96.3%, #6a337d 96.3%, #6a337d 96.5%, #6c327d 96.5%);
    background-image: linear-gradient(#563a88 4.5%, #573988 4.5%, #593a87 14.5%, #593989 14.5%, #593989 17.6%, #593a87 17.6%, #593a87 22.9%, #5b3987 22.9%, #5c3a88 40.1%, #5d3988 40.1%, #5d3a87 49.5%, #5f3987 49.5%, #5f3987 49.8%, #5d3a87 49.8%, #5d3a87 53.6%, #5f3987 53.6%, #5f3987 65.9%, #603887 65.9%, #613885 81.2%, #633785 81.2%, #633785 83.2%, #643685 83.2%, #643783 85.4%, #663683 85.4%, #643781 85.7%, #653582 86.1%, #673680 88.9%, #683580 88.9%, #69347f 92.9%, #6a337f 92.9%, #6a337d 95.5%, #6c327d 96.3%, #6a337d 96.3%, #6a337d 96.5%, #6c327d 96.5%)
}




::-webkit-scrollbar {
    display: none;
}

.logo {
    font-family: 'Nunito', sans-serif !important;
}
.logo-font {
    font-family: LogoFont !important;
}

.new-version-available {
    background-image: linear-gradient(to right, #ff5f96, #fd7717), linear-gradient(#fb860f, #fb860f);
    font-size: 20px;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*START: How to playing Styling*/

.pointer {
    width: 120px;
    height: 24px;
    border-top-right-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 4px;
}
.pointer:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 12px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.Select-a-Match {
    height: 41px;
    font-family: Nunito !important;;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.stepNo {
    width: 41px;
    height: 49px;
    font-family: Nunito;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.Select-an-upcoming-m {
    width: 256px;
    height: 19px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.Next {
    /*background-image: linear-gradient(to right, #fe5f94, #fd761a);*/
    background-color: #1dd290;
    font-family: Nunito !important;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    padding: 8px 14px;
    border-radius: 30px;
    color: #fff
}

.Rectangle-3 {
    width: 245px;
    height: 48px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
    font-family: Nunito;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 14px;
}
.stepSlider .slick-slider .slick-dots li button:before{
    font-size: 12px !important;
}

.add-money-tip {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f1daa2;
}
#fc_frame.fc-widget-normal.fc_dn, #fc_frame.fc_dn {
    z-index: 9;
}

#fc_frame.fc-widget-normal.h-open-container, #fc_frame.h-open-container {
    z-index: 999;
}

.justify-center {
    justify-content: center;
}


.right-arrow {
    display: inline-block !important;
    position: relative;
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0);
    box-sizing: content-box;
    /*margin-right: 10px;*/
}

.right-arrow:before {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(-1 * 25px / 3);
    width: 0;
    height: 0;
    border-left: calc(25px / 3) solid #7BF600;
    border-top: calc(25px / 3) solid transparent;
    border-bottom: calc(25px / 3) solid transparent
}

.right-arrow:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(25px / 6);
    width: calc(25px / 3);
    height: calc(25px / 3);
    background: rgba(0, 0, 0, 0);
    background-color: #7BF600
}

/*END: How to play Styling*/
/*START: Live Points Styling*/
.won-amount {
    border-radius: 100px;
    background-color: #ffeda6;
    color: #352e1e;
    padding: 2px 12px;
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: center;
    align-self: center;
}
.show-result-status{
    flex-direction: row;
    margin: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    justify-content: center;
    background-color: #FF6466;
    color:#fff
}
.you-container {
    padding: 10px 0;
    border-radius: 4px;
    background-color: #2e74d3;
}
.you-container-players {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}
.you-tag {
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.31);
    position: absolute;
    top: -11px;
    padding: 6px 20px
}
.point-breakup-container {
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.69);
    background-color: #ffffff;
    max-height: 100%;
}
.point-breakup-container > .point-breakup-title-container {
    flex-direction:column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding:20px 15px 15px 15px;
}
.point-breakup-container > .point-breakup-title-container .place-right{
    text-align: right;
    justify-content: right;
    position: absolute;
    right: 0;
}
.user-points-detail {
    background-color: #f2f4f9;
    flex-direction:column;
    justify-content: center;
    padding: 15px;
}
.user-image-container {
    border-radius: 50%;
    border: solid 1px #d9d9d9;
    flex-direction:row;
    align-items: left;
    justify-content:left;
}
.grey-container{
    padding-left: 15px;
    flex-direction:row;
    margin-top:10px;
}

/*END: Live Points Styling*/
/*START: CSS for Summary page*/
.summary-separator {
    opacity: 0.34;
    border: solid 1px #dadada;
    padding: 0;
}
.win-amount {
    font-family: Nunito;
    font-weight: bold;
    text-align: left;
    color: #000000;
    display: inline-block;
    padding-left: 20px;
}

.apply-coupon-button {
    border-radius: 80px;
    background-color: #ffffff !important;
    border: solid 0.8px #5c3a87;
    color: #5c3a87;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;

}
.terms-condition {
    opacity: 0.5;
    font-family: Nunito;
    text-align: left;
    color: #000000;
    padding-left: 21px;
}
.add-money-summary {
    border-radius: 100px !important;
    padding: 15px 60px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
}
.coupon-container {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}
.info-round {
    border: solid 1px #999999;
    display: inline-block;
    text-align: center;
    color:#000;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}
cashback-info{
    border-radius: 70px;
    border: solid 1px #999999;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: -1px;
    padding: 0px 6px;
    color:#000;
}
.info-text {
    color: #999999;
    /*opacity: 0.5;
    font-weight: 600;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}
.info-text-container {
    border-radius: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    position: absolute;
    left: 56px;
    top: 100px;
    padding: 10px;
    z-index: 1;
}
.You-can-use-20-of-F {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.tooltip-container {
    z-index: 1;
    left: 8.8rem;
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    padding: 10px;
    top: 114%;
    width: 160px;
    position: absolute;
}
.tooltip-text:before,
.tooltip-text:after{
    display: block;
    content: "";
    position: absolute;
    z-index: -100;
    top: 0;
    bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 200ms ease-out;
}
.tooltip-tip {
    position: absolute;
    z-index: -100;
    display: block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    left: 25%;
    top: -0.5rem;
    transform:
            translateX(-50%)
            rotate(225deg);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 200ms ease-out;
}
.disabled-apply{
    border-radius: 80px;
    background-color: #d8d8d8;
    padding: 6px 12px;
}
/*END: CSS for Summary page*/
.your-coins-button {
    height: 30px;
    align-self: flex-end;
    padding:1px 7px;
    border-radius: 80px;
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
    align-items: center;
    justify-content:center;
    flex-direction:row;
}
.oval-container{
    flex-direction:row;
    margin-top:4px;
}
.oval{
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.you-have-140-coins {
    height: 16px;
    font-family: Nunito;
    font-size: 12px;
    font-weight: 600;
    flex-direction:row;
    text-align: center;
    /* color: #5F99D2; */
    color:#5F99D2;
}
.path-17 {
    width: 4.1px;
    height: 8px;
    border: solid 1px #5F99D2;
}
.mask {
    /*width: 335px;
    height: 108px;*/
    object-fit: contain;
}
.referral-error{
   font-weight: bold;
   letter-spacing: normal;
   color: #ffffff;
   font-style: normal;
   padding-top: 6px;
}
.refer-and-earn {
    width: 200px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.refer-and-earn-text {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    color: #000000;
}
.refer-and-earn-descp {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    color: #000000;
    padding: 10px;
}
.line {
    width: 49px;
    height: 0px;
    align-self: center;
    
}
.total-coins-display-box {
    border-radius: 4px;
    background-color: #ffffff;
    justify-content: center;
    align-self: center;
    padding: 15px 50px;
}
.total-coins {
    font-family: Nunito;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5F99D2;
}
.coins {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.background-coins {
    right: -19px;
    top: -4px;
    width: 61px;
    height: 69px;
    object-fit: contain;
    position: absolute;
}
.equals-to-Copy {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.wining-amount-box {
    border-radius: 4px;
    padding: 12px 8px;
    background-color: #ffffff;
}
.oval-5 {
    background-color: #e4e6ec;
    border-radius: 50%;
    padding: 7px;
    margin: 0 9px;
}
.or {
    width: 18px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.layer {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5F99D2;
    align-self: center;
}
.ic_purchase_paytm {
    width: 30px;
    height: 10px;
    object-fit: contain;
}
.cash {
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.playing-Cash {
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    align-self: center;
    color: #000000;
    padding-left: 5px;
}
.minimum-50-coins-req {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8f8f8f;
}
.separator {
    width: 302px;
    height: 9px;
    object-fit: contain;
}
.how-it-works-container {
    height: 70px;
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 20px;
    flex-direction:row;
    position:relative;
}
.how-it-works-text {
    text-align: center;
    color: #000000;
    flex-direction:row;
    align-self: left;
}
.button-container {
    padding: 20px 0px 0px 0px;
    border-radius: 4px;
    background-color: #ffffff;
    flex-direction:column;
    justify-content:center;
}
.user-image-container {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    border: solid 1px #d9d9d9;
    flex-direction:row;
    align-items: left;
    justify-content:left;
}
.user-image{
    align-self:flex-end;
    position:absolute;
    top:3px;
    right:-6px;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    background-color:#fff;
    margin-right:8px;
}
.you-have {
    width: 57px;
    height: 19px;
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.convert-cash-button{
    width: 254px;
    height: 50px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
    flex-direction:row;
    align-self:center;
    align-items: center;
    justify-content:center;
    cursor: pointer;
}

.refrral-add-team-button{
    width: 254px;
    height: 50px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
    flex-direction:row;
    align-self:center;
    align-items: center;
    justify-content:center;
    cursor: pointer;
    margin-top: 18px;
}

.submit-referral-button{
    width: 188px;
    height: 35px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
    flex-direction:row;
    align-self:center;
    align-items: center;
    justify-content:center;
    cursor: pointer;
    margin-top: 10px;
}

.convert-paytm-button {
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 1px #5F99D2;
    align-self:center;
    align-items: center;
    justify-content:center;
    width: 254px;
    margin-bottom: 20px;
    height:50px;
}
.convert-to-Playing-C {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    flex-direction:row;
    cursor: pointer;

}

.referaal-share-text-add-team {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    flex-direction:row;
    cursor: pointer;

}
.submit-referral-button-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    flex-direction:row;
    cursor: pointer;

}
.convert-to-Paytm {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #5F99D2;
    cursor: pointer;
}
.coins-button-container{
    right: 0px;
    top: -30px;
    object-fit: contain;
    position: absolute;
}
.your-referral-status-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
.status-list {
    height: 40px;
    /* width: 90%; */
    /* border-color: #cecece;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13px; */
    margin: 20px;
    background: #fff;
    padding: 0;
}
.status-list-2 {
    height: 40px;
    /* width: 90%; */
    /* border-color: #cecece;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13px; */
    background: #fff;
    padding: 0;
}
.button-container .status-list:last-child{
    border-bottom:none;
}
.button-container .status-list-2:last-child{
    border-bottom:none;
}
.friends-who-signed-u {
    line-height: 0.93;
    text-align: left;
    color: #000000;
}
.booster-text {
    line-height: 0.93;
    text-align: left;
    color: #000000;
    font-weight: bold;
}
.status-image {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    object-fit: contain;
}
.footer-container{
    background-color: #ffffff;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.18);
}
.for-image{
    /*object-fit: contain;*/
    /*flex-direction:column;*/
    /*align-items: center;*/
    /*justify-content:center;*/
    margin-bottom:10px;
}
.link-wrap{
    word-break: break-word;
}

.know-More {
    font-weight: 600;
    color: #5F99D2;
    padding-right: 20px;
    flex-direction:column;
    text-align: right;
    align-items:right;
    margin-top:10px;
    margin-bottom:20px;
    text-decoration: none;
}
.know-more-container{
    right: 11px;
    bottom: -19px;
    object-fit: contain;
    position: absolute;
}

.make-your-friends-pl {
    width: 211px;
    height: 54px;
    font-family: Nunito;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.recent-transactions-heading {
    font-family: Nunito;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.heading-row :nth-child(even){
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
.send-reminder {
    width: 100px;
    height: 21px;
    border-radius: 10.5px;
    background-color: #2faaed;
}
.arrow-down {
    width: 50px;
    height: 50px;
    background: red;
    position: relative;
}

.arrow-down.active {
    background: blue;
}

.arrow-down:before, .arrow-down:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background: white;
    position: absolute;
    top: 20px;
    transition: transform .5s;
}

.arrow-down:before {
    right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
}

.arrow-down:after {
    right: 10px;
    transform: rotate(-45deg);
}

.arrow-down.active:before {
    transform: rotate(-45deg);
}

.arrow-down.active:after {
    transform: rotate(45deg);
}


.arrow-toggle:before, .arrow-toggle:after {
    content: "";
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0;
    right: 5px;
    margin-right: 20px;
}
.arrow-toggle:before {
    position: absolute;
    z-index: 1;
    top: calc(47% - 7px);
    border-color: white transparent transparent;
}
.arrow-toggle:after {
    border-color: black transparent transparent;
    position: absolute;
    top: calc(49% - 5px);
}

.dropdown {
    position: relative;
@extend . arrow-toggle;
}

.dropdown.is-active {
    transform: scaleY(-1);
}
.referral-row{
    flex-direction:row;
    align-items: center;
    justify-content:center;
    margin-top:15px;
}
.how-it-works-container-child{
    flex-direction:column;
    border-radius: 4px;
    background-color: #ffffff;
}
.share-popup-title{
    flex-direction:column;
    align-items: center;
    justify-content:center;
    margin-top:10px;
}
.email-popup-title {
    flex-direction:row;
    margin:10px 15px;
    font-weight: bold;
    text-align: left;
}
.paytm-link-popup-title {
    flex-direction:row;
    margin:10px 15px;
    font-weight: bold;
    text-align: left;
    opacity: 0.6;
}
.email-popup-validation{
    flex-direction:column;
    margin:10px 15px;
    color: #ff0000;
    text-align: left;
}
.total-coins-container{
    flex-direction:row;
    align-items: center;
    justify-content:center;
}
.earned-coins{
    flex:1;
    flex-direction:row;
    margin-top:10px;
    margin-left:20px;
    text-align: left;
}
/*Start: CSS for Live Points*/
.second-header{
    flex-direction: row;
    background-color:#fff;
    padding-top:10px;
    padding-bottom:10px;
}
.entry-detail{
    padding-left:10px;
    text-align:left;
    font-weight: bold;
}
.pdf-download-container{
    background-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 30px 0;
}
.yes-button {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    width: 30px;
    text-decoration: none;
}
.Do-you-want-to-downl {
    font-family: Nunito;
    text-align: center;
    color: #000000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 20px 10px;
    max-width: 250px;
}

/*END: CSS for Live Points*/

/*START: CSS for Private League*/
.Create-a-League {
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
    margin-bottom: 10px;
    margin-left: 5px;
    width: 48%;
}
.Enter-League-Code{
    border-radius: 25px;
    background-color: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #5F99D2;
    margin-bottom: 10px;
    border:1px solid #5F99D2;
   /* padding: 11px 8%;*/
    width: 48%;
    margin-right: 5px;
}
.Create-a-League label{
    display: inline-block;
    padding: 14px 15px;
}
.Enter-League-Code label{
    display: inline-block;
    padding: 13px 15px;
}
.form-container{
    margin: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    padding: 20px 20px 40px 20px;
}
.Give-your-league-a-n {
    font-family: Nunito;
    font-size: 14px;
    color: #000000;
}
.create-league-input-container{
    margin-top: 30px;
    flex-direction: row;
    text-align: left;
}
.price-point-popup{
    /*min-height: 250px;*/
    width: 90%;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    justify-content: center;
}
.private-tag{
    color: #fff;
    background-color: #c0b3d2;
    position: absolute;
    left: 70px;
    top: -10px;
}
.code-popup-title {
    flex-direction: row;
    font-size: 21px;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.code-popup-desc{
    padding: 10px 15px;
    opacity: 0.7;
    text-align: center;
}
.code-popup-desc label{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    display: inline;
}
.join-cta-container {
    position: relative;
    margin: 25px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px !important;
}
.join-cta-container > disabled-next-button{
    border-radius: 100px !important;
}

.join-private-league{
    border-radius: 100px !important;
    padding: 15px 40px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
}
.This-is-not-a-valid {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff0000;
    padding: 0px 10px 20px 10px;
}
.join-popup-title {
    padding-bottom: 12px;
    padding-top: 12px;
    flex-direction: row;
    display: flex;
    position: relative;
    border-bottom: 1px solid #dadada;
}
.join-popup-title-refer {
    padding-bottom: 12px;
    padding-top: 12px;
    flex-direction: row;
    display: flex;
    position: relative;
    border-bottom: 1px solid #dadada;
    background-color: #5F99D2;
    /*background-color: rgb(94, 36, 221);*/
    
}

.join-popup-title-refer-1 {
    padding-bottom: 12px;
    padding-top: 12px;
    flex-direction: row;
    display: flex;
    position: relative;
    border-bottom: 1px solid #dadada;
    background-color: #5F99D2;
    /* background-color: #5d11ca;*/    
}

.Refer-and-Earn {
  width: 250px;
  height: 30px;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 30px;
}
.join-league-popup{
    flex-direction: row;
    display: flex;
    position:relative;
    border-radius: 4px;
    padding: 15px 0px;
    margin: 10px;
}

.left-title{
    flex:1;
    justify-content:left;
    text-align:left;
    margin-left:15px;
    font-weight: 600;
}
.right-title{
    flex:1;
    justify-content:right;
    text-align:right;
    margin-right:15px;
}
.progress-bar{
    flex-direction: row;
    background-color: rgb(203, 206, 212);
    height: 2px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.progress-level{
    display: inline-block;
    height: 2px;
    position: absolute;
    left: 0;
}
.allow-multiple-team {
    flex-direction: row;
    font-size: 14px;
    display: inline-block;
    position: absolute;
}

.arrowContainer {
    margin-right:1px;
    margin-left:17px;
}

.arrowContainer > .dropdown >.arrow-toggle:before,.arrowContainer > .dropdown > .arrow-toggle:after{
    content: "";
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0;
    right: -15px;
    margin-right: 20px;
}
.display-winning-amount {
    flex-direction: row;
    border-radius: 4px;
    background-color: rgb(228, 230, 241);
    position: relative;
    padding: 20px 5px;
}

.invite-friend-title {
    flex: 1 1 0%;
    justify-content: center;
    align-items: center;
    /* margin-top: 10%; */
    padding: 15px 30px 20px 30px;
    text-align: center;
    color:#000;
}
.invite-friend-league-name {
    flex: 1 1 0%;
    justify-content: center;
    align-items: center;
    /* margin-top: 10%; */
    padding: 15px 10px 0px 10px;
    text-align: center;
    color:#000;
}

.share-code-container{
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
}
.show-message-popup{
    width: 85%;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    padding:20px 10px;
}
.left-panel-content{
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    margin: 10px;
    margin-right: 10px;
}
.invite-cta-container{
    margin:5px 60px 10px 60px;
    position:relative;
    flex-direction: row;
}
.invite-cta-container > div > div {
    color: #5F99D2;
}
.invite-friend-cta{
    background-color: #ffffff !important;
    color: #5F99D2;
    border: 1px solid #5F99D2;
    background-image: none;
}
.bottom-fixed-cta-conatiner {
    padding:10px;
    flex-direction:row;
    background-color:#fff;
    justify-content:center;
    align-items:center;
    right:0;
    bottom:0;
    left:0;
}
.bottom-fixed-button{
    border-radius: 100px;
    background-image: linear-gradient(to right, #fe5f94, #fd761a);
    flex-direction: row;
    align-self: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px;
    margin-left: 60px;
    margin-right: 60px;
}
.bottom-fixed-button-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    flex-direction: row;
    cursor: pointer;
    padding: 0px 20px;
}
.step-first{
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    margin: 20px 10px;
}
.step-button {
    border-radius: 50px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    padding: 10px 20px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
    flex-direction: row;
    margin-top: -40px;
}
.step-button-label{
    color:#ff5e21;
    flex-direction:row;
    font-weight: bold;
}
.step-first > .bottom-fixed-button-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    flex-direction: row;
    cursor: pointer;
    padding: 0px
}
.private-tag-creater{
    color: #fff;
    position: absolute;
    left: 75px;
    top: -10px;
    background-color:#c0b3d2;
}
.private-tag-invitee{
    color: #fff;
    position: absolute;
    left: 75px;
    top: -10px;
    background-color:#fea782;
}
.no-list-container{
    background-color:#fff;
    justify-content:center;
    color: #000;
    flex:1;
    padding: 45px 20px;

}
.pointing{
    position: absolute;
    top: 50px;
    right: 30px;
}
.pointing-arrow {
    width: 29px;
    position: absolute;
    right: 50px;
    top: 7rem;
}
.instruction-popup{
    width: 80%;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 150px;
}
.ok-button {
    margin-left: 70px;
    margin-right: 70px;
    background-image: linear-gradient(to right, rgb(254, 95, 148), rgb(253, 118, 26));
    padding: 15px;
    border-radius: 25px;
    color: #fff;
    text-align:center;
    font-weight:bold;
}
.home-left-panel-arrow{
    position: absolute;
    left: 35px;
    top: 60px;
}
.home-left-panel-icon{
    position: absolute;
    top: 10px;
    left: 10px;
}
.invite-friend-pointing{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.invite-friend-title{
    padding-left: 20px;
    padding-right: 20px;
}
.error-popup-cta{
    padding: 15px 0;
    margin-left: 35px;
    margin-right: 35px;
    font-weight: bold;
}

/*END: CSS for Private League*/
.offer-label{
    background: #ff4242;
    padding: 2px 10px;
    border-bottom-left-radius: 4px;
    font-weight: 600;
    color:#ffffff;
    position:absolute;
    top:0;
    right:0;
}

/*START: CSS for Paytm Link Account*/
.paytm-row{
    flex-direction:row;
    padding-left:25px;
    padding-top:10px;
    padding-bottom:10px;
    border-top-width:1px;
    border-top-color:#e5e7ec;
}
.link-popup-title{
    flex-direction:row;
    padding:15px 10px;
}
.link-account{
    position: absolute;
    right: 10px;
    top: 22px;
    cursor: pointer;
}
.diff-amount{
    flex-direction:row;
    padding-left:80px;
    padding-bottom:10px;
    margin-top:-15px;
    color:#ff0000;
}
.payment-list{
    flex-direction:row;
    padding-left:25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width:1px;
    border-top-color:#e5e7ec;
}
.left-arrow {
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
    padding: 0;
    margin-top: -30px;
    margin-left: -12px;
    cursor: pointer;
}
.paytm-certified-logo{
    height: 50px;
    margin-top: -15px;
    width: 60px;
    background-size: contain;
    background-image: url(https://d3e4gbj075migb.cloudfront.net/fanmojo-assets/payment-icons/t2/PayTM_verify.png);
}

/*END: CSS for Private League*/
/*START: CSS for Save Team*/

    .button-with-border {
        border-radius: 100px;
        background-color: #ffffff;
        border: solid 1px #5F99D2;
        padding: 8px 0px;
        width: 110px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .button-with-border-text {
        text-align: center;
        color: #5F99D2;
        cursor: pointer;
        line-height: 1.1;
        font-family: Nunito;
    }
    .button-with-background{
        border-radius: 100px;
        background-image: linear-gradient(to right, #fe5f94, #fd761a);
        padding: 8px 0px;
        width: 110px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .button-with-background-text {
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        line-height: 1.1;
        font-family: Nunito;
    }
    .new-edit {
        position: absolute;
        right: 16px;
        bottom: 3rem;
    }

/*END: CSS for Save Team*/

/*START: CSS for New Create Team*/
.team-name-container{
    flex-direction:row;
    background-color:#311a51;
    padding:3px 8px;
    border-radius:4px;
}
.team-preview-button {
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 1px #593a85;
    align-self:center;
    align-items: center;
    justify-content:center;
    padding-top:13px;
    padding-bottom:12px;
}
.leader-play-button {
    border-radius: 6px;
    background-color: #1dd290;
    border: solid 1px #1dd290;
    align-self:center;
    align-items: center;
    justify-content:center;
    padding-top:13px;
    padding-bottom:12px;
}
.leader-play-button-text {
    text-align: center;
    cursor: pointer;
    color:#fff;
}
.team-preview-disable-button {
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 1px #E5E7EC;
    align-self:center;
    align-items: center;
    justify-content:center;
    padding-top:13px;
    padding-bottom:12px;
}
.team-preview {
    text-align: center;
    cursor: pointer;
}
.player-type-tab{
    flex-direction: row;
    background-color: #f2f4f9;
    width: 100%;
    justify-content: space-evenly;
}

.header-img {
    height: 30px;
    position: absolute;
    right: 18px;
    bottom: 6px;
    width: 30px;
}
/*END: CSS for New Create Team*/
/*START: CSS for Telcom*/
.main-header{
    background-color: #f2f4f9;
}
.winning-breakup-button{
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 13px;
    width: 125px;
    position: absolute;
    right: 25px;
    color: #fff;
    text-align: center;
    justify-content: center;
    top: 5.5rem;
    cursor: pointer;
}

.backArrowHeader {
    height: 16px;
    margin-left: 5px;
    width: 21px;
    position: absolute;
    top: 25px;
    left: 5px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    cursor: pointer;
}
.slick-initialized .slick-slide{
    padding:10px 5px;
}

/*END: CSS for Telcom*/