/* 
    Document   : custom
    Created on : 13 Feb, 2014, 11:45:57 AM
    Author     : arpan
    Description:
        Purpose of the stylesheet follows.
*/

/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900'); */

@import url("https://p.typekit.net/p.css?s=1&k=hbg7lgy&ht=tk&f=6768.6769.6770.6771&a=262240972&app=typekit&e=css");

@font-face {
    font-family: 'SF UI Display Heavy';
    src: url('../../fonts/SFUIDisplay-Heavy.eot');
    src: url('../../fonts/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Heavy.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Heavy.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Bold';
    src: url('../../fonts/SFUIDisplay-Bold.eot');
    src: url('../../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Bold.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Light';
    src: url('../../fonts/SFUIDisplay-Black.eot');
    src: url('../../fonts/SFUIDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Black.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Black.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Black.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Regular';
    src: url('../../fonts/SFUIDisplay-Regular.eot');
    src: url('../../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Regular.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Regular.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Thin';
    src: url('../../fonts/SFUIDisplay-Thin.eot');
    src: url('../../fonts/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Thin.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Thin.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Ultra-Light';
    src: url('../../fonts/SFUIDisplay-Ultralight.eot');
    src: url('../../fonts/SFUIDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Ultralight.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Ultralight.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Ultralight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Light';
    src: url('../../fonts/SFUIDisplay-Light.eot');
    src: url('../../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Light.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Medium';
    src: url('../../fonts/SFUIDisplay-Medium.eot');
    src: url('../../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Medium.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display Semi-Bold';
    src: url('../../fonts/SFUIDisplay-Semibold.eot');
    src: url('../../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/SFUIDisplay-Semibold.woff2') format('woff2'),
        url('../../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


* {
    touch-action: manipulation;
}


a:hover,
a:focus,
a:active,
button:hover,
button:active,
button:focus {
    text-decoration: none;
    outline: 0 none;
    box-shadow: none;
}

/*Font Size*/
html {
    font-size:
        /*62.5%*/
        80%;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
}

/* =14px */
h1 {
    font-size: 24px;
    font-size: 2.4rem;
}

/* =24px */

/*Font Use*/
body {
    /* font-family: 'Source Sans Pro', sans-serif;  */
    /* font-family: 'SF UI Display Regular'; */
    font-family: "adobe-garamond-pro",serif;
    font-weight: 300;
    overflow-x: hidden;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
    /* Margin bottom by footer height */
    padding-top: 112px;
    background: #343434 url('../../img/pwa/only-bg.jpg') 50% 100% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 100vh;
}
body::before{
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    min-height: 100vh;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.loader {
    background: rgba(0, 0, 0, 0.9) url(../../img/pwa/loader-ripple.svg) 50% 50% no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 99999;
    vertical-align: middle;
    background-size: 150px;
}

.splash {
    background: url('../../img/pwa/only-bg.jpg') 50% 50% no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 0;
}

.logo-splash {
    background: url('../../img/pwa/logo.png') 50% 40% no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: 300px;
}

.login-box {
    width: 90%;
    margin: 0 auto 10%;
    text-align: center;
}

.medium-logo {
    width: 250px;
    margin-bottom: 35px;
}

.form-box {
    border-radius: 25px;
    /* background-color: rgba(255, 255, 255, 0.2); */
    background-color: rgba(240, 225, 209, 0.4);
    box-shadow: 0px 10px 128px 0px rgba(0, 0, 0, 0.38);
    padding: 20px;
}



/*Input*/

.inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.inp .label {
    position: absolute;
    top: 16px;
    left: 23px;
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 900;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    display: none;
}

.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
    display: none;
}

.inp input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 20px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    /* border-bottom: 2px solid #c8ccd4; */
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
}


.inp input:hover {
    background: rgba(34, 50, 84, 0.03);
}

.inp input:not(:placeholder-shown)+span {
    color: #fff;
    transform: translateY(-26px) scale(0.75);
    -webkit-transform: translateY(-26px) scale(0.75);
}

.inp input:focus {
    background: none;
    outline: none;
}

.inp input:focus+span {
    color: #fff;
    transform: translateY(-26px) scale(0.75);
    -webkit-transform: translateY(-26px) scale(0.75);
}

.inp input:focus+span+.border {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}





.inp textarea:hover {
    background: rgba(34, 50, 84, 0.03);
}

.inp textarea:not(:placeholder-shown)+span {
    color: #fff;
    transform: translateY(-26px) scale(0.75);
    -webkit-transform: translateY(-26px) scale(0.75);
}

.inp textarea:focus {
    background: none;
    outline: none;
}

.inp textarea:focus+span {
    color: #fff;
    transform: translateY(-26px) scale(0.75);
    -webkit-transform: translateY(-26px) scale(0.75);
}

.inp textarea:focus+span+.border {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.list-group-item {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px !important;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
    margin-bottom: 10px;
    line-height: 1.2;
}

.list-group-item:last-child {
    border-radius: 5px;

}



a.backToPlan {
    text-decoration: underline;
    font-weight: bold;
    color: #fce907;
}

.expcls {
    color: #ffffff;
    margin-bottom: 0px;
}

.inp textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #fff;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
}

.inp select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #fff;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
}

/*BUTTONS*/
.primary-btn {
    background: rgba(253, 236, 5, 1);
    background: -moz-linear-gradient(top, rgba(253, 236, 5, 1) 0%, rgba(189, 117, 10, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 236, 5, 1)), color-stop(100%, rgba(189, 117, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 236, 5, 1) 0%, rgba(189, 117, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 236, 5, 1) 0%, rgba(189, 117, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 236, 5, 1) 0%, rgba(189, 117, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 236, 5, 1) 0%, rgba(189, 117, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdec05', endColorstr='#bd750a', GradientType=0);
    text-align: center;
    font-size: large;
    text-transform: uppercase;
    color: #fff;
    border: 0 none;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 900;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    display: block;
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
    color: #fff;
}

/*Landing*/
.bg-dark {
    background: rgba(166, 71, 12, 1);
    background: -moz-linear-gradient(top, rgba(166, 71, 12, 1) 0%, rgba(255, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(166, 71, 12, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(166, 71, 12, 1) 0%, rgba(255, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(166, 71, 12, 1) 0%, rgba(255, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(166, 71, 12, 1) 0%, rgba(255, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(166, 71, 12, 1) 0%, rgba(255, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6470c', endColorstr='#ff0000', GradientType=0);
}

.top-nav {
    position: fixed;
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    z-index: 10;
    background: #38bbb8;
    border-radius: 10px;
    padding: 0 0;
}

.top-nav .navbar>.container-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.new-full-logo {
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
}

.new-full-logo img {
    max-width: 70%;
}

.user-image {
    width: 34px;
    display: block;
    float: right;
    padding: 0 0 0;
}

.user-image img {
    max-width: 100%;
}

.main-container {
    padding: 15px;
}

.welcome-title {
    color: #fff;
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

.page-title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.page-title span{
    text-transform: capitalize;
}

.page-title2 {
    color: #fff;
    font-size: large;
    font-weight: 900;
    line-height: 41px;
}

/* .page-title span {
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
} */

.color-white {
    border-color: rgba(255, 255, 255, 0.4)
}

.logo-wrap {
    text-align: center;
}

.normal-text {
    color: #fff;
    font-size: medium;
    font-weight: 400;
    margin-bottom: 25px;
}

.open-nav {
    font-size: 30px;
    cursor: pointer;
    color: #fce006;
    position: relative;
    top: -4px;
}

.open-nav img {
    max-width: 40px;
    filter: invert(1);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.right-sidenav {
    height: auto;
    width: 150px;
    position: fixed;
    z-index: 1;
    top: 50px;
    right: -1050px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.right-sidenav a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.right-sidenav a:hover {
    color: #f1f1f1;
}

.right-sidenav .closebtn {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 36px;
    margin-left: 0;
}

.list-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style li {
    width: 100%;
    display: block;
}



.list-style li a {
    display: block;
    color: #000 !important;
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
    font-size: medium;
    position: relative;
    background: rgba(255, 255, 255, 0.9) url("../../img/pwa/logo-water-mark.png") 50% 50% no-repeat;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
    background-size: 80px;
}

.btn-modal {
    font-size: 16px !important;
    font-weight: 400;
    margin: 0;
    display: inline-flex;
    text-align: center;
    margin-top: 0;
    border: 0 none !important;
    padding: 8px 15px;
    background: white !important;
    color: #b40306 !important;
    border-radius: 9px;
}

.list-style .no-sponsor a{
    background: rgba(255, 255, 255, 0.9) url("../../img/pwa/logo-water-mark.png") 95% 50% no-repeat;
    background-size:80px;
}

.list-style li a::after {
    content: "";
    display: block;
    clear: both;
}

.yellow-text {
    color: #fde905;
}

/* .r-event-img{
    display: inline-block;
    width: 55px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    height: 55px;
} 
.r-event-img img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;  
    overflow: hidden; 
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
} */
.r-event-img {
    display: inline-flex;
    width: 55px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    height: 55px;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    border: 0 none;
    box-shadow: 0 1px 6px 4px #00000042;
}

.r-event-img img {
    max-width: 100%;
    max-height: 100%;
}

.r-event-info {
    float: right;
    width: calc(100% - 60px);
    padding: 14px 0 0 5px;
}

.r-event-title {
    font-weight: 600;
    margin: 0;
    line-height: 18px;
    font-size: 18px;
}

.r-location {
    line-height: 14px;
    font-size: 12px;
    color: #999;
}

.wrap-const {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.wrap-const .const-title {
    width: 60%;
    float: left;
}

.event-img {
    display: inline-block;
    width: 55px;
    overflow: hidden;
    border-radius: 50%;
    height: 55px;
    border: 2px solid #910101;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.5);
}

.event-img.overflow-visible {
    overflow: visible;
}

.event-img i {
    display: inline-block;
    width: 55px;
    overflow: hidden;
    border-radius: 50%;
    height: 55px;
    position: relative;
    top: -2px;
    left: -2px;
}

.event-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.event-info {
    padding-left: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: calc(100% - 70px);
    padding-right: 30px;
}

.event-title {
    /*font-weight: 600;
    margin: -5px 0 0 0;
    line-height: 24px;
    font-size: 20px;*/
    /*    text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 85%;*/
    font-weight: 600;
    margin: -5px 15px 0 0;
    line-height: 16px;
    font-size: 18px;
    word-break: break-word;
}


.on-going-game {
    position: relative;
}

.on-going-game em {
    position: absolute;
    font-style: normal;
    background: #38bbb8;
    color: #fff;
    left: -28px;
    bottom: 28px;
    padding: 2px 9px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 0 10px 10px;
    font-weight: 600;
    display: block;
    z-index: 0;
    transform: rotate(90deg);
    width: 75px;
    text-align: center;
}

.on-going-game.end-game em {
    background: #000;
    color: #29d629;
}

.sponsor-img {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 65px;
    height: 65px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.sponsor-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    max-height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.end-up-msg,
.stat-up-msg {
    /*background: green;*/
    padding: 15px;
    color: #fff;
    font-weight: 300;
}

.end-up-msg h2,
.stat-up-msg h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 5px;
}

.end-up-msg h2 {
    text-align: center;
    font-weight: bold;
}

.end-up-msg h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}

.end-up-msg h3 span {
    font-weight: 700;
}

.end-up-msg h4 {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.end-up-msg h4 span {
    font-weight: 700;
}



.list-style li a::before {
    /*    content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: rgba(255,255,255, 0.5);
        font-size: 28px;
        padding-right: 0.5em;
        position: absolute;
        top: -8px;
        right: -10px;*/
}

.list-style li a:focus,
.list-style li a:hover,
.list-style li a:active {
    color: #000;
}

.list-style li a:focus::before,
.list-style li a:hover::before,
.list-style li a:active::before {
    color: #fce006;
}

.register-link {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}

.register-link a {
    color: #fcdf08;
}

.how-to-play-btn-wrap {
    margin-top: 15px;
}

.how-to-play-btn-wrap a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.timer-wrap {
    margin: 15px 0;
    /*background: #fff;*/
    /*text-align: center;*/
    display: flex;
    justify-content: center;
}

.react-countdown-clock {}

.player-name {
    color: #fff;
    font-size: 18px;
}

.score-range-wrap {
    margin: 15px 0;
}

.score-range-wrap h4 {
    color: #3ffff8;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.score-range {
    background: #ccc;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
}

.score-range span {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.score-range.selected {
    background: #cea62a;
    color: #fff;
    position: relative;
}

.score-range.selected::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 0;
}

.ready-msg-wrap {
    animation: colorchange 50s infinite;
    /* animation-name followed by duration in seconds*/
    /* you could also use milliseconds (ms) or something like 2.5s */
    -webkit-animation: colorchange 50s infinite;
    /* Chrome and Safari */
    padding: 15px;
    color: #fff;
    text-align: center;
    line-height: normal;
    margin: 15px 0;
    font-weight: 400;
    border-radius: 15px;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
    letter-spacing: 1px;
}

.cons-list {
    list-style: none;
    padding: 0 0 0;
    margin: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    /*background: red;
    border-radius: 5px;*/
}

.extra-design {
    list-style: none;
    padding: 10px;
    margin: 0 -10px;
    /*border-top: 1px solid rgba(255,255,255,0.2);*/
    background: red;
    border-radius: 5px;
}

.cons-list li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 2px;
    background: rgb(0 0 0 / 10%);
    padding: 8px 5px;
    border-radius: 10px;
}

.cons-list li:nth-child(odd) {
    background: rgb(0 0 0 / 20%);
}

.cons-list li::after,
.cons-list::after {
    content: "";
    display: block;
    clear: both;
}

.cons-list li .cs-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.cons-list li .cs-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
    vertical-align: top;
}

.cons-list li .cons-name {
    width: 40%;
    /*    overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    float: left;
}

.total-score {
    text-align: right;
    margin-top: 10px;
    /* border-top: 1px solid #fce006; */
    /* padding-top: 5px; */
    color: #fff;
}

.total-score span {
    color: #3ffff8;
}

.score-box {
    color: #3ffff8;
    position: relative;
    width: 50%;
    float: right;
    align-items: center;
}

.score-box .title-player {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo-box {
    text-align: center;
    margin-top: 10px;
}

.small-logo {
    /* width: 150px; */
    width: 200px;
    margin-bottom: 35px;
}

.score-box>div {
    width: 33.33%;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 0 5px;
    line-height: 11px;
}

.score-box>div.ran-sc {
    margin: 0 6px 0 0;
}

.sc-points {
    float: right;
}


.leader-point>em {
    width: 70px !important;
    font-style: normal;
}

.sc-points>em {
    font-style: normal;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin: 0 0 0px 5px;
    word-break: break-all;
    line-height: 17px;
}

.sc-points>em.guess-range {
    width: 33.33%;
    margin: 0 6px 0 0;
}

.sc-points>em:nth-of-type(1) {
    color: #fff;
}

.btn-back-one {
    /* background: #fce907; */
    color: red !important;
    display: inline-flex;
    padding: 0;
    /* line-height: 27px; */
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    align-items: center;
    justify-content: center;
}

.new-back-wrap {
    /* display: inline-flex; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-back-one img {
    max-width: 100%;
}

.wid-33 {
    width: 33.33%;
}


/* #nav-tab-card .inp input {
    font-size: 30px;
} */

.performence-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 10px;
    margin: 0 -10px;
    /*border-top: 1px solid rgba(255,255,255,0.2);*/
}

.performence-list li {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    background: rgb(0 0 0 / 10%);
    padding: 8px 5px;
    border-radius: 10px;
}
.performence-list li:nth-child(odd) {
    background: rgb(0 0 0 / 20%);
}
.announcement-text {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.daily-performance {
    display: inline-block;
    margin: 0 10px 0 0;
}

.performence-list li>span.daily-performance {
    width: 30%;
    display: block;
}

.performence-list li>span.performer-name {
    width: 50%;
    display: block;
}

.performence-list li>span.per-point {
    text-align: right;
    width: 20%;
    display: block;
}

.performence-list li>span em {
    font-style: normal;
}

.performence-list li.selected {
    color: #fce006;
    font-weight: 600;
}

.blink-text {
    -webkit-animation: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite condemned_blink_effect;
    animation: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes condemned_blink_effect {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.list-group {
    margin-top: 20px;
}

.white-text {
    color: #ffffff;
}

.#fce907-text {
    color: #fde905;
    margin: 0;
}

.top_list a {
    display: inline-block;
}

.top_list a:hover,
a:focus,
a:active {
    color: #ffffff;
}

.top_list .badge-pill {
    padding: 10px;
}

.lb-icon {
    float: right;
    width: 50px;
}

.lb-icon img {
    max-width: 100%;
}

.scoring-rules {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: inline-flex;
    text-align: center;
    margin-top: 0;
    border: 0 none;
    padding: 8px 15px;
    /* background: white;
    color: #b40306; */
    background: #cd6f48;
    color: #fff;
    border-radius: 9px;
}

.scoring-rules:hover {
    color: #b40306;
    text-decoration: none;
  }

.back-events {
    font-weight: 400;
    /* float: left; */
    /* border: 1px solid #fff; */
    padding: 10px 30px;
    color: #fff;
    margin-top: 12px;
    display: flex;
    background-color: #cd6f48;
    text-transform: uppercase;
    border-radius: 50px;

}
.back-events:hover{
    background-color: #b1532b;
    color: #fff;
}

.contestants-wrap {
    display: inline-block;
    width: 100%;
}

.upcomming {
    background: #fce90740;
    padding: 10px;
    box-shadow: 0px 5px 10px 0px;
    border-radius: 15px;
}

.top_fixedsec p.left_sec {
    margin-bottom: 0px !important;
    font-size: 16px;
}

.contestants-title {
    width: 50%;
    float: left;
}

.pro-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: -5px 10px 0 0;
    float: left;
}

.pro-pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
    vertical-align: top;
}

.list-group-item:first-child {
    border-radius: 5px;
}

.truncate-head {
    max-width: 80%;
    font-style: normal;
    font-size: 17px;
}

.Contact-us,
.Quickpick {
    background: #220001;
    width: auto;
    text-align: center;
    z-index: 100;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    color: #f0e1d1;
    padding: 5px 10px;
    float: right;
    margin-left: 5px;
    border-radius: 50px;
}

.Contact-us a,
.Quickpick a {
    display: flex;
    /* color: #e62424; */
    color: #f0e1d1;
    align-items: center;
    min-height: 24px;
}

.Contact-us span {
    display: inline-block;
    /* width: 30px; */
    width: 67px;
    font-size: 12px;
    text-align: left;
    margin: 0 0 0 8px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 12px;
    white-space: nowrap;
}

.head-user {
    /* background: #fde905; */
    background: #f0e1d1;
    padding: 10px;
    color: #000;
    margin: 0 0 -20px;
}

.your-score-wrap {
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    color: #f0e1d1;
    /* background-color: rgb(16, 32, 48); */
    background-color: #cd6f48;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 15px;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
    line-height: 1.4;
    /* text-align: center; */
}

.your-score-wrap span {
    font-weight: 100;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
}

.your-score-wrap span em {
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
    font-style: normal;
}

.penalty-msg {
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    color: #fce006;
}

.penalty-msg img {
    max-width: 100px;
}

.penalty-msg h3 {
    font-size: 24px;
}

.sponsor-img-wrap {
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center;
    padding: 15px;

}

.sponsor-img-wrap img {
    max-width: 100%;
}

.sponsor-img-wrap a {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}

.sponsor-img-wrap a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

/*TOAST MESSAGE*/
.redux-toastr .toastr {
    min-height: 50px;
}

.redux-toastr .toastr .rrt-left-container {
    width: 40px;
}

.redux-toastr .toastr .rrt-left-container .rrt-holder {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    margin-top: 0;
    left: 5px;
    line-height: 40px;
}

.redux-toastr .toastr .rrt-left-container .rrt-holder svg {
    width: 20px !important;
    height: 20px !important;
}

.redux-toastr .toastr .rrt-middle-container {
    font-size: 12px;
    font-family: inherit;
    margin-left: 40px;
}

.redux-toastr .toastr .rrt-middle-container .rrt-title {
    margin-bottom: 0;
}

.cms-content table {
    width: 100% !important;
}


/*MD DESIGN*/

.btn-wrap {
    position: relative;
    z-index: 0;
}

.rkmd-btn {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    height: auto;
    line-height: 40px;
    padding: 10px 15px 10px 25px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all .3s ease-out;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225); */
    font-weight: 400;
    /* text-shadow: 0px 2px 3px rgba(0,0,0,0.4); */
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
}

.rkmd-btn:hover {
    text-decoration: none;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}

/* ----------------------------------------------------------------------
  Material Design Fab Buttons - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.rkmd-btn.btn-fab,
.rkmd-btn.btn-fab-mini {
    overflow: hidden;
    position: relative;
    margin: auto;
    padding: 0;
    line-height: normal;
    border-radius: 50%;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.rkmd-btn.btn-fab:hover,
.rkmd-btn.btn-fab-mini:hover {
    box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.375);
}

.rkmd-btn.btn-fab i,
.rkmd-btn.btn-fab-mini i {
    display: inline-block;
    float: none;
    width: inherit;
    margin: 0;
    font-size: inherit;
    text-align: center;
    line-height: none;
    vertical-align: middle;
}

.rkmd-btn.btn-fab {
    width: 56px;
    height: 56px;
    font-size: 28px;
}

.rkmd-btn.btn-fab-mini {
    width: 40px;
    height: 40px;
    font-size: 24px;
}

/* Buttons Color */
.rkmd-btn.btn-lightBlue {
    color: #FFF;
    background-color: #03a9f4;
}

.rkmd-btn.btn-lightBlue:hover {
    background-color: #23b9fc;
}

.rkmd-btn.btn-white {
    color: #fff;
    background-color: #0a605d;
}

.rkmd-btn.btn-white:hover {
    background-color: #05847f;
}

.rkmd-btn.btn-black {
    color: #bdbdbd;
    background-color: #111;
}

.rkmd-btn.btn-black:hover {
    background-color: #252525;
}

.rkmd-btn.btn-grey {
    color: #757575;
    background-color: #f5f5f5;
}

.rkmd-btn.btn-grey:hover {
    background-color: #ebebeb;
}

.rkmd-btn.btn-orange {
    color: #fff;
    background-color: #cd6f48;
}

.rkmd-btn.btn-orange:hover {
    background-color: #220001;
}

.rkmd-btn.btn-amber {
    color: #FFF;
    background-color: #ffc107;
}

.rkmd-btn.btn-amber:hover {
    background-color: #ffcb30;
}

.rkmd-btn.btn-green {
    color: #FFF;
    background-color: #4caf50;
}

.rkmd-btn.btn-green:hover {
    background-color: #67bd6a;
}

.rkmd-btn.btn-teal {
    color: #FFF;
    background-color: #009688;
}

.rkmd-btn.btn-teal:hover {
    background-color: #00bfad;
}

.rkmd-btn.btn-cyan {
    color: #FFF;
    background-color: #00bcd4;
}

.rkmd-btn.btn-cyan:hover {
    background-color: #00e0fd;
}

.rkmd-btn.btn-indigo {
    color: #FFF;
    background-color: #3f51b5;
}

.rkmd-btn.btn-indigo:hover {
    background-color: #5869c5;
}

.rkmd-btn.btn-deepPurple {
    color: #FFF;
    background-color: #673ab7;
}

.rkmd-btn.btn-deepPurple:hover {
    background-color: #7c52c8;
}

.rkmd-btn.btn-pink {
    color: #FFF;
    background-color: #e91e63;
}

.rkmd-btn.btn-pink:hover {
    background-color: #ed437d;
}

.rkmd-btn.btn-red {
    color: #FFF;
    background-color: #f44336;
}

.rkmd-btn.btn-red:hover {
    background-color: #f6675d;
}

.rkmd-btn.btn-#fce907 {
    color: #FFF;
    background-color: #ffeb3b;
}

.rkmd-btn.btn-#fce907:hover {
    background-color: #f8de00;
}

.rkmd-btn.btn-lime {
    color: #FFF;
    background-color: #cddc39;
}

.rkmd-btn.btn-lime:hover {
    background-color: #bac923;
}

.rkmd-btn.btn-brown {
    color: #FFF;
    background-color: #795548;
}

.rkmd-btn.btn-brown:hover {
    background-color: #936757;
}

/* Raised Buttons Size (Not work in Fab Buttons) */
/* .rkmd-btn.btn-lg {
    height: 30px;
    line-height: 30px;
} */
.rkmd-btn.btn-sm {
    height: 30px;
    padding: 0 1rem;
    line-height: 30px;
    font-size: 12px;
}

.rkmd-btn.btn-xs {
    height: 24px;
    padding: 0 .4rem;
    line-height: 24px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .2px;
}

/* Raised Buttons Types */

.rkmd-btn.disabled,
.rkmd-btn[disabled] {
    cursor: default !important;
    color: #9e9e9e !important;
    box-shadow: none !important;
}

.rkmd-btn.disabled:not(.btn-flat),
.rkmd-btn[disabled]:not(.btn-flat) {
    background-color: #cdcdcd !important;
}

.rkmd-btn.disabled:not(.btn-flat):hover,
.rkmd-btn[disabled]:not(.btn-flat):hover {
    background-color: #cdcdcd !important;
}

.rkmd-btn.btn-flat {
    box-shadow: none !important;
    background-color: transparent !important;
}

.rkmd-btn.btn-flat:hover {
    background-color: #cecece !important;
    box-shadow: none !important;
}

.rkmd-btn.btn-flat.disabled:hover,
.rkmd-btn.btn-flat[disabled]:hover {
    background-color: transparent !important;
}

.rkmd-btn.btn-link {
    color: #3949ab !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.rkmd-btn.btn-link:hover {
    text-decoration: underline !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.rkmd-btn.btn-link.disabled,
.rkmd-btn.btn-link[disabled] {
    color: #9fa8da !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}

.rkmd-btn.btn-link.disabled:hover,
.rkmd-btn.btn-link[disabled]:hover {
    background-color: transparent !important;
}

.rkmd-btn i {
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    font-size: 1.3rem;
    line-height: inherit;
}

.rkmd-btn i.right {
    float: right !important;
    margin: 0;
    margin-left: 10px;
}

/* 13.5.2018 */


/* Tabs panel */
.tabbable-panel {
    margin-top: 20px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    /* margin-right: 2px; */
    display: flex;
    width: 33.33%;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #ffffff;
    background-image: linear-gradient(180deg, #c17e0b 0%, #f8c40a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #ffffff;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    color: #ffffff;
    background-image: linear-gradient(180deg, #800406 0%, #520203 100%);

}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li>a.active {
    /* border-bottom: 4px solid #f3565d; */
    position: relative;
    color: #ffffff;
    background-image: linear-gradient(180deg, #800406 0%, #520203 100%);
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: rgba(212, 113, 113, 0.66);
    border: 0;
    /* border-top: 3px solid #eee; */
    padding: 15px 15px;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-top: 3px solid #eee;
    padding: 15px 15px;
}

.nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.e-image {
    height: 36px !important;
}

.nav-tabs,
.nav-pills {
    text-align: center;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 40px 40px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 14px;
}

.tabbable-line>.tab-content p {
    color: #fff;
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


.well_section {
    margin: 80px 0 5px 0;
    background: #181e2e;
    border-radius: 15px;
    text-align: center;
    padding: 5px 15px 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative;
}

.cons-name-new {
    margin: 15px 0 0;
}

.cons-name-new h2 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #38bbb8;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

.event-name-dtls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-name-dtls h4 {
    font-size: 14px;
}

.event-name-dtls h4 span {
    color: #fde905;
}

.blink-text-wrap {
    margin-bottom: 10px;
}

.blink-text-wrap>div {
    background: #cd6f48;
    display: inline-flex;
    padding: 10px 39px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 15px;
}

/*.well_section a{
    float: left;
}*/

.event-img-name-wrap {
    display: flex;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    left: 5px;
}

.user-img-wrap {
    width: 140px;
    height: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 4px solid #fde905; */
    border: 4px solid #38bbb8;
    border-radius: 50%;
    overflow: hidden;
}

.user-img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

/* .well_section .#fce907_txt {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    padding-right: 30px;
}

.well_section .#fce907_txt span {
    display: block;
    color: #fce006;
    font-size: 16px;
} */

.score_section {
    margin: 5px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    /* text-align: center; */
    padding: 5px 15px;
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: center;
}

.score_section a.emoji-wrap {
    display: block;
}

.score_section a.emoji-wrap img {
    max-width: 100%;
    height: auto;
}

.event-nme-dtls {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.event-nme-dtls h2.blink {
    font-size: 30px;
    margin-top: 25px;
}

.event-nme-dtls h2.timer {
    font-size: 30px;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}


.well_section .rkmd-btn.btn-green {
    width: 95% !important;
    text-align: center;
    padding: 0;
}

.score_section h2 {
    font-size: 28px;
    /* line-height: 30px; */
    margin-top: 0;
    line-height: normal;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.score_section h2 .#fce907_txt {
    font-weight: 600;
}

.prizes-title {
    font-weight: 600;
    color: #fde905;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

/* .scored_sec{
    margin-top: 40px;
} */

.scored_sec h2 {
    font-size: 30px;
    margin-top: 8px;
}

.guess_txt {
    position: relative;

}

.guess_txt h3 {
    font-size: 60px;
    font-weight: bold;
    color: #fce006;
}

.guess_txt h5 {
    font-size: 20px;
    margin-bottom: 0;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
    text-transform: capitalize;
}

.guess_txt_lower {

    width: 48%;
    float: left;
    margin: 0 1%;
    /* padding: 10px; */
    border-radius: 5px;
}

.guess_txt input[type=text] {
    background: none;
    border: none;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #fce006;
    line-height: normal;
}

.guess_txt input[type=number] {
    background: none;
    border: none;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #fce006;
    line-height: normal;
}



a:focus,
a:active,
a:hover {
    outline: none;
}

input:focus,
input:active,
input:hover {
    outline: none;
}

.guess_txt input::placeholder {
    color: #fff;
}

/* .guess_txt_lower_blackbg {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
} */

.guess_txt_lower h5 {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 1;
}

.guess_txt_lower h3 {
    font-size: 34px;
    font-weight: 800;
    color: #38bbb8;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
    line-height: 1;
}

.#fce907_txt {
    color: #fce006;
}

/* 13.5.2018 */

/* 15.5.2018 */
.forget_password {
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    text-align: right;
    display: block;
}

a.forget_password:hover {
    color: #fcdf08;
}

input:-webkit-autofill {
    background-color: #FAFFBD !important;
    padding: 0 10px;
}

#inputId:-webkit-autofill {
    background-color: white !important;
}

/* 15.5.2018 */
.centered {
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 60%;
}

.actions-btn .width-50 {
    width: 50%;
    float: left;
}

.actions-btn {
    width: 100%;
    display: inline-block;
    margin: 0px auto 0 auto;
    text-align: center;
}

.actions-btn .textsec {

    /* width: 100px; */
    margin: 10px 5px 10px 5px;
    text-align: center;
    /* line-height: 75px;
    font-size: 30px; */
}

.centered p {
    font-size: 20px;
    font-weight: normal;
    margin: 0 4% !important;
}

.centered p a {
    cursor: pointer;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}

.charity_sec p {
    color: #fff;
}


.checkbox_buttonsec input {
    margin-right: 5px;
    vertical-align: middle;
}


.checkbox_buttonsec label {
    font-size: 16px !important;
}

.expcls::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.expcls:-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

.expcls::placeholder {
    color: #fff;
}

.overlay1 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 15;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    top: 6%;
    left: 0;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}



.textsec a {
    color: #fff !important;
    cursor: pointer;
    background: #000;
    padding: 10px;
    border-radius: 10px;
    /* margin:0 5px; */
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}


a.goalive {
    background: none !important;
    /* color: #000 !important; */
    /* font-weight: bold; */
    padding: 0;
    margin: 0;
}

.goalive img {
    width: 76%;
    margin-bottom: 10px;
    max-width: 76px !important;
}

.prev-next-wrap {
    display: flex;
    align-items: center;
    padding-left: 8px;
    justify-content: center;
    /* background-color: #f1f1f1; */
}

.live-back-wrap {
    height: 80px;
}


.cont-title {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 40px;
    line-height: normal;
    margin-bottom: 5px;
}

.cont-points {
    width: 50%;
    float: left;
    margin-top: 5px;
}

/* @group Blink */
.charity_sec p {
    margin-bottom: 5px;
}

/* .charity_sec .inp {
    margin-bottom: 10px;
} */

.charity_sec {
    margin: 0px 0;
}

.charity_sec .nav a {
    color: #000;
    background: #ffffff;
    font-weight: bold;
}

.charity_sec .nav li a.active {

    background: #ffd236;

}

.charity_sec .form-control {
    font-size: 15px;
}


.charity_sec .btn {
    font-size: 15px;
}

.radion_buttonsec {
    margin-bottom: 10px;
    font-weight: bold;
}

.charity_sec .tab-content {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 10px 128px 0px rgba(0, 0, 0, 0.38);
    padding: 20px;
    margin: 15px 0 0;
}



.react-datepicker-wrapper {
    width: 100%;
}

.react-datepicker__input-container {
    width: 100%;
}



.radion_buttonsec .custom-control-label::before {
    /* background: #d10b0e; */
    background: #fce907;
}

.radion_buttonsec .custom-control-label {
    line-height: 18px;
    color: #ffffff;
}

.charity_sec .inp input {
    height: auto;
}

.charity_sec .inp .label {
    font-size: 16px;
}

.charity_sec .card {
    background: transparent;
    border: 0px;
    margin-bottom: 0px;
}

.charity_sec label {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.red-text {
    color: #a7090b;
}

.badge-primary {
    background: #fce907;
}

.top_list .tab-content p {
    color: #fff;
}

.charity_sec .card-body {
    padding: 0px;
}

.charity_sec .nav-tabs {
    border-bottom: 1px solid #a7090b;
}

.react-datepicker-wrapper input {
    height: 20px !important;
    padding: 0;
    margin: 0;
}


.react-datepicker-popper {
    z-index: 9 !important;
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: large;
    font-weight: 900;
}

::-moz-placeholder,
:-moz-placeholder {
    color: #fff;
    font-size: large;
    font-weight: 900;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: large;
    font-weight: 900;
}

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
    /* background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0; */
    height: 29px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 100%;
}

.styled-select.slate {
    background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
    height: 34px;
    width: 100%;
}

.styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 100%;
}

/* -------------------- Rounded Corners */
.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate {
    background-color: #ddd;
}

.green {
    background-color: #779126;
}

.blue {
    background-color: #3b8ec2;
}

.#fce907 {
    background-color: #eec111;
}

.black {
    background-color: #000;
}

/* -------------------- Colors: Text */
.slate select {
    color: #000;
}

.green select {
    color: #fff;
}

.blue select {
    color: #fff;
}

.#fce907 select {
    color: #000;
}

.black select {
    color: #fff;
}


/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
#mainselection select {
    border: 0;
    color: #EEE;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
    width: 378px;
    *width: 350px;
    *background: #58B14C;
    -webkit-appearance: none;
}

#mainselection {
    overflow: hidden;
    width: 350px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 11px #330033;
    background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow,
select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

select#soflow-color {
    color: #fff;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
    background-color: #779126;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
}

/* @group Blink */
/* @group Blink */

.blink_text {
    background: -webkit-linear-gradient(#00ff95, #fce006);
    border-radius: 2rem;
    width: 50%;
    margin: 10px auto;
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
    font-size: 20px;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 600;
    margin: 0;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @end */

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @end */

/* ----------------------------------------------------------------------
  Material Design Ripple Effect - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.ripple-effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.ripple-effect .ripple {
    display: block;
    position: absolute;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.ripple-effect.ripple-dark .ripple {
    background: rgba(0, 0, 0, 0.1) !important;
}

.ripple-effect.ripple-red .ripple {
    background: rgba(244, 67, 54, 0.725) !important;
}

.ripple-effect.ripple-orange .ripple {
    background: rgba(255, 152, 0, 0.725) !important;
}

.ripple-effect.ripple-#fce907 .ripple {
    background: rgba(255, 235, 59, 0.725) !important;
}

.ripple-effect.ripple-green .ripple {
    background: rgba(76, 175, 80, 0.725) !important;
}

.ripple-effect.ripple-purple .ripple {
    background: rgba(156, 39, 176, 0.725) !important;
}

.ripple-effect.ripple-teal .ripple {
    background: rgba(0, 150, 136, 0.725) !important;
}

.ripple-effect.ripple-pink .ripple {
    background: rgba(233, 30, 99, 0.725) !important;
}

.ripple-effect .animated {
    -webkit-animation: ripple 0.6s linear;
    animation: ripple 0.6s linear;
}

/* .react-confirm-alert-overlay{
    position: absolute !important;
} */


@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}



@keyframes colorchange {
    0% {
        background: #25b4af;
    }

    25% {
        background: #cd6f48;
    }

    50% {
        background: #220001;
    }

    75% {
        background: #0a605d;
    }

    100% {
        background: #25b4af;
    }
}

@-webkit-keyframes colorchange

/* Safari and Chrome - necessary duplicate */
    {
    0% {
        background: #ad7921;
    }

    25% {
        background: #dc3545;
    }

    50% {
        background: blue;
    }

    75% {
        background: green;
    }

    100% {
        background: #ad7921;
    }
}

@media (max-width: 320px) {
    .cons-list li .cons-name {
        width: 35%;
    }
}

.textsec a {
    color: #fff;
}

.transaction .cons-list li .cons-name {
    width: 20%;
}

.transaction .cons-list li .sc-points {
    width: 80%;
}

.transaction .cons-list li .sc-points>em.guess-range {
    width: 100%;
    text-align: right;
}


.transaction {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 25px 15px 15px;
    box-shadow: 0px 5px 10px 0px;
}

.transaction h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.card_sec h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.card_sec {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0px 5px 15px 0px #0000004f;
}

.card_sec .cons-list li .cons-name {
    width: 35%;
}


.card_sec .cons-list li .sc-points {
    width: 65%;
}
.prizesWrap p{
    margin: 0;
    line-height: 1.2;
}
.prizesWrap .normal-text{
    margin: 0;
}

.prizesWrap p {
    margin: 0;
    line-height: 1.2;
}

.prizesWrap .normal-text {
    margin: 0;
}

.card_sec .cons-list li .sc-points>em.guess-range {
    width: 100%;
    text-align: right;
}

.back_sec {
    background: rgba(255, 255, 255, 0.2);
    /* background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 25px 15px 15px;
    box-shadow: 0px 5px 10px 0px; */
    margin: 0;
    padding: 8px;
}

.delete_icon {
    position: absolute;
    right: 15px;
    top: 8px;
}

.delete_icon i {
    color: #fce907;
}

.delete_icon svg {
    color: #fce907;
}

.card_sec {
    position: relative;
}


.cont-title a:hover,
a:focus,
a:active {
    color: #ff9800 !important;
}

input.plan-text {
    background: none;
    border: 0 none;
    color: #fff;
    font-size: 22px;
    width: 100px;
    box-shadow: 0px -2px 0px -1px rgba(255, 255, 255, 1) inset;
    display: inline-block;
    min-width: 1px;
    padding: 0 10px;
    text-align: center;
}

.new-bg {
    background: #cd6f48;
    margin: 0;

}


@keyframes myAnimation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    60% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes move-backdrop {
    0% {
        opacity: 1;
        transform: scale(2);

    }

    60% {
        opacity: 1;
        transform: scale(2);

    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(2);

    }
}

.p-150 {
    padding-top: 160px;
}

.myelement {
    animation-name: myAnimation;
    animation-duration: 3000ms;
    animation-fill-mode: forwards;
    background: none;
    animation-iteration-count: 1;
    position: relative;

}

.modal-content {
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    animation-name: move-backdrop;
    animation-duration: 3000ms;
    animation-fill-mode: forwards;
    pointer-events: none;
}

.blur-bg {
    filter: blur(5px);
}

.bottom_fixedsec {
    padding: 10px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: calc(100% - 20px);
    z-index: 110;
    left: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 128px 0px rgba(0, 0, 0, 0.38);
}




.mid-sec {
    width: 100%;
}

.top_fixedsec {
    padding: 20px;
    color: #fff;
    position: fixed;
    top: 10px;
    text-align: center;
    width: calc(100% - 20px);
    z-index: 110;
    left: 10px;
    border-radius: 10px;
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* background-color: rgb(190 51 52); */
    background-color: #25b4af;
    box-shadow: 0px 10px 128px 0px rgba(0, 0, 0, 0.38);
    /* display: block !important; */
}

.top_fixedsec p {
    text-align: center;
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.2;
}

.top_fixedsec a button.rkmd-btn.btn-orange {
    padding: 10px 0;
    height: auto;
    margin: 0;
    font-size: 12px;
    line-height: normal;
    max-width: 30%;
}

.top_fixedsec .left_sec {
    width: 80%;
    float: left;
}

.top_fixedsec .right_sec {
    width: 20%;
    float: right;
    text-align: right;
    font-size: xx-large;
}

.icon_div {
    float: left;
    font-size: xx-large;
}

.icon_div_right {
    float: none;
    font-size: 32px;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 1;
}

.share-x-icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA0CAYAAAD46nqNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMDJUMTQ6Mzc6MjIrMDU6MzAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA3LTAyVDE0OjM4OjQ0KzA1OjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTAyVDE0OjM4OjQ0KzA1OjMwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmExZDEzYjU1LWY0OTktNDBjNy04YjJiLTk0YzcyYmRiZGEwZSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNmNmNzc0NS04ZmM3LTQ5NDQtODdmNC1mMzYwZjZhN2YzYTkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmNmNzc0NS04ZmM3LTQ5NDQtODdmNC1mMzYwZjZhN2YzYTkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI2Y2Y3NzQ1LThmYzctNDk0NC04N2Y0LWYzNjBmNmE3ZjNhOSIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0wMlQxNDozNzoyMiswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExZDEzYjU1LWY0OTktNDBjNy04YjJiLTk0YzcyYmRiZGEwZSIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0wMlQxNDozODo0NCswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+56s7oQAAAWZJREFUaIHtmTFqhUAQhsfH698h9ghrUgcbbXOEVIEUklphF0EbD5CQVLlASsErLHoFD/GwSjVpskEkIYszDwzMB4IrzO/HrOuCRogIXFhrHQAcqqq64so8cgVZa13Xdddfw4FL8sARspKDrutia+3AkU0WXMt5uCRJgku5NE2f/fUsy14BmCQRcdNhjHFaa9RaY1EUT4gIfoyIUJblix8bY4at92GTWwtySbLJ/STIIckm95sgVTJ4kSilTs657wXRNM1DaG1d1/d+4TjnYqXUKbQ2+EU9TdM5z/MbrfVt0zSPoXVLSUT8mOf5ve/7c2hdxLnVxXGMAADjOEZcmSw7ySXZveDRT8tW/ppOav7+O+hPOB/sJVtzfed330ERpCKCVESQighSEUEqIkhFBKmIIBW2D5gAAEmS3HHmATALtm37xpkH8A+mWASpiCAVEaQiglREkIoIUtm9YKS15vsPcQF238FPFuoVqvzndS4AAAAASUVORK5CYII=');
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mid-sec h2 {
    font-size: 18px;
}

.go_button {
    margin-bottom: 20px;
}

.scored_sec a {
    color: #fff !important;
    float: none;
    display: inline-block;
    font-size: 26px;
}

.box {
    width: 113px;
    height: auto;
    background-color: black;
    color: #fff;
    padding: 10px;
    position: relative;
    margin: 0px;
    float: left;
    position: absolute;
    right: -97px;
    top: -9px;
    z-index: 9;
    font-size: 13.5px;
    line-height: normal;
    text-align: left;
}

.box.arrow-top {
    margin-top: 40px;
}

.box.arrow-top:after {
    content: " ";
    position: absolute;
    right: 30px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid black;
}

.box.arrow-right:after {
    content: " ";
    position: absolute;
    right: -15px;
    top: 15px;
    border-top: 15px solid transparent;
    border-right: none;
    border-left: 15px solid black;
    border-bottom: 15px solid transparent;
}

.box.arrow-bottom:after {
    content: " ";
    position: absolute;
    right: 30px;
    bottom: -15px;
    border-top: 15px solid black;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}

.box.arrow-left:after {
    content: " ";
    position: absolute;
    left: -10px;
    top: 20px;
    border-top: 10px solid transparent;
    border-right: 10px solid black;
    border-left: none;
    border-bottom: 10px solid transparent;
}

.actions-btn .nostartsec {
    width: 50%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.verify {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff !important;
    border-radius: 0;
    text-shadow: none;
    display: inline-block;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    z-index: 1;
}

.dobcls {
    top: -10px !important;
}

.Contact-us a:active,
.Contact-us a:focus,
.Contact-us a:hover {
    color: #e62424 !important
}


span.acceptable-range-wrap {
    display: inline-flex;
    font-size: 13px;
    background: #000000;
    border-radius: 8px;
    padding: 7px 25px;
    margin-bottom: 10px;
    border: 0 none;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
}

span.acceptable-range-wrap b {
    font-weight: 800;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
    color: #fde905;
}

.status-bar-wrap {
    width: 100%;
    border-radius: 0;
    padding: 5px 5px;
    font-weight: 400;
    color: #ad0002;
    display: block;
    line-height: normal;
    background-color: rgb(255 255 255);
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
    font-family: 'SF UI Display Thin';
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 9;
}
.status-bar-wrap marquee{
    font-family: "adobe-garamond-pro",serif;
}

.pad-top{
    position: relative;
    top: -40px;
}

.zero-left span {
    color: #fff;
}

/*.status-bar-wrap marquee{
    text-align: right;
}*/
.remove-instance-status {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #ad0002;
    line-height: normal;
    padding: 3px 10px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 5px 0 0 0;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::after {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 0px;
    pointer-events: none;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #c4a300;
    }

    40% {
        box-shadow: 0 0 20px #c4a300;
    }

    60% {
        box-shadow: 0 0 20px #c4a300;
    }

    100% {
        box-shadow: 0 0 -10px #c4a300;
    }
}

/*.status-bar-wrap marquee{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}*/


.player-name-wrap {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
}

.player-name-wrap em {
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.nampad input {
    background: none;
    border: none;
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    color: #fce006;
    line-height: normal;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
}

.nampad button {
    display: none;
}

.nampad input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
    font-size: 55px;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
}

.nampad input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
    font-size: 55px;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
}

.nampad input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
    font-size: 55px;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
}

.nampad input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
    font-size: 55px;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
}

.cons-name-new h2 span {
    font-size: 14px;
    color: #fce907;
    position: relative;
    top: -4px;
    padding-left: 2px;
}

.wall-sposer {
    position: absolute;
    width: 120px;
    height: 60px;
    right: 15px;
    top: -30px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.wall-sposer img {
    /* width: 100%; */
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

#sidebar .sidebar-header img {
    float: left;
}
span.menu-title {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*NEW MODAL DESIGN*/
.modal-header {
    border-bottom: 1px solid #10203017;
}

.modal-content {
    background: #fff;
    border: 0 none;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
}

.daysheet .modal-content {
    background: none;
}

.modal-footer {
    background: #cd6f48;
    border: 0 none;
}

.modal-footer button {
    background: none;
    border: 0 none;
    color: #fff;
    font-size: 20px;
}

.modal-body {
    font-size: 16px;
    color: #525252;
    padding: 15px;
}

.modal-body p {
    margin: 0 13px;
}

.hint-bar-wrap {
    width: 55px;
    background: #fce907;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: normal;
    position: absolute;
    right: -62px;
    bottom: 20px;
    font-size: 15px;
    line-height: 15px;
}

.zeros-bar-wrap {
    width: 55px;
    background: #fce907;
    border-radius: 5px;
    padding: 10px 5px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: normal;
    position: absolute;
    left: -62px;
    right: auto;
    bottom: 20px;
    font-size: 15px;
    line-height: 15px;
}

.foot-fan-rank {
    /* background: #fde905; */
    /* background: #ae0001; */
    background: #dc3545;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    position: fixed;
    bottom: 68px;
    color: #fff;
}

.foot-fan-rank .fa-users {
    display: inline-block;
    margin: 0 5px 0 0;
}

#Overlay {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    padding: 0 10%;
    text-align: center;
    z-index: 9999;
}

.video-wrap {
    width: 100%;
}

.cms-content img {
    width: 100% !important;
}

.cons-list li span.leader-title {
    width: calc(100% - 92px);
    display: inline-block;
}

.mgrpdf__wrapper>div {
    text-align: center;
    width: 100%;
    overflow-x: auto;
}

.mgrpdf-navigation {
    background: none !important;
    color: #f7e838 !important;
}

.customPDFViewer {
    padding: 5px !important;
    font-size: 20px !important;
}

.daysheet_img {
    width: 100%;
}

.cms-content iframe {
    width: 100%
}

.cms-content {
    word-break: break-word;
}

.ads-content {
    word-break: break-word;
    font-size: 18px;
    line-height: 22px;
}

.ads-content img {
    width: 100% !important;
    margin-top: 6px;
}

.how-to-play-btn-wrap {
    display: flex;
    justify-content: space-between;
}

.how-to-play-btn-wrap a {
    display: inline-flex;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    margin: 10px 5px;
    font-size: 10px;
    flex: 1;
    text-align: center;
    /* background: white; */
    background: #cd6f48;
    border-radius: 15px;
    color: #fff;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.how-to-play-btn-wrap a:nth-child(2) {
    background: #0a605d;
    color: #fff;
}

.logo-landing {
    width: 200px;
    margin-bottom: 15px;
}

.landing-body {
    padding: 0;
    margin: 0
}

.info-text-home {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
}

.boy-img-wrap img {
    max-width: 100%;
    max-height: 600px;
    margin-top: -120px;
    position: relative
}

.info-text-home {
    font-size: 18px;
    margin-bottom: 0;

}

.logo-landing:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.info-text-home p {
    margin-bottom: 3px;
}

.info-text-home strong {
    font-size: 20px;
    font-weight: 900;
    color: #feed0a;
}

.btn-play-now {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 45px;
    line-height: 43px;
    padding: 0 2.5rem;
    color: #424242;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    font-weight: 900;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    color: #FFF;
    background-color: #ff9800;
    margin: 15px 0;
    -webkit-animation: glowingr 1500ms infinite;
    -moz-animation: glowingr 1500ms infinite;
    -o-animation: glowingr 1500ms infinite;
    animation: glowingr 1500ms infinite;
}

@-webkit-keyframes glowingr {
    0% {
        background-color: #ff9800;
        -webkit-box-shadow: 0 0 3px #ff9800;
    }

    50% {
        background-color: #ff9900;
        -webkit-box-shadow: 0 0 40px #ff9900;
    }

    100% {
        background-color: #ff9800;
        -webkit-box-shadow: 0 0 3px #ff9800;
    }
}

@-moz-keyframes glowingr {
    0% {
        background-color: #ff9800;
        -moz-box-shadow: 0 0 3px #ff9800;
    }

    50% {
        background-color: #ff9900;
        -moz-box-shadow: 0 0 40px #ff9900;
    }

    100% {
        background-color: #ff9800;
        -moz-box-shadow: 0 0 3px #ff9800;
    }
}

@-o-keyframes glowingr {
    0% {
        background-color: #ff9800;
        box-shadow: 0 0 3px #ff9800;
    }

    50% {
        background-color: #ff9900;
        box-shadow: 0 0 40px #ff9900;
    }

    100% {
        background-color: #ff9800;
        box-shadow: 0 0 3px #ff9800;
    }
}

@keyframes glowingr {
    0% {
        background-color: #ff9800;
        box-shadow: 0 0 3px #ff9800;
    }

    50% {
        background-color: #ff9900;
        box-shadow: 0 0 40px #ff9900;
    }

    100% {
        background-color: #ff9800;
        box-shadow: 0 0 3px #ff9800;
    }
}

.btn-play-now:hover {
    box-shadow: 0 5px 15px rgba(255, 249, 1, .4);
}

.welcome-title strong {
    font-size: xx-large;
}


@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.how-to-play-btn-wrap-new {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    margin-top: 15px;
}

.how-to-play-btn-wrap-new a {
    margin: 0 10px 5px 0;
    font-size: 15px;
    color: #feed0a;
    font-weight: 500;
    text-decoration: underline;
}
#sidebar ul li a{
    font-family: "adobe-garamond-pro",serif !important;
}

@media(min-width: 1024px) {
    .hide-mobile {
        display: inline-block;
    }

    .hide-desktop {
        display: none;
    }
    .status-bar-wrap{
        margin-top: 18px;
    }
}

@media(max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }
 
}

.boy-img-wrap img {
    margin-top: 15px;
}

.info-text-#fce907 {
    color: #feed0a;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.pad-play {
    margin-top: -44px !important;
}

.event-nme-dtls .width-80 {
    width: 80%;
}

.event-nme-dtls h2.blocked {
    margin-top: 25px;
}

.mgrpdf__wrapper div {
    max-height: 70vh;
    overflow-y: auto;
}

.right-action-top {
    display: flex;
}

.right-action-top img {
    max-width: 32px;
    filter: invert(1);
}

.right-action-top>span {
    margin: 0 0 0 10px;
}

.radio-play img,
.radio-stop img {
    max-width: 30px;
}

.OT_audio-only {
    display: none !important;
}

.everlib-logo {
    display: inline-block;
    cursor: pointer;
    background: transparent;
    position: absolute;
    width: 100%;
    right: 10px;
    text-align: right;
    top: 44px;
}

.everlib-logo .everlib-logo-first-bar,
.everlib-logo .everlib-logo-second-bar,
.everlib-logo .everlib-logo-third-bar,
.everlib-logo .everlib-logo-fourth-bar {
    display: inline-block;
    border-radius: 0px;
    width: 4px;
    margin-right: 1px;
    transition: .5s;
    animation: equalize 4s 0s infinite;
    animation-timing-function: linear;
    vertical-align: bottom;
}

.everlib-logo .everlib-logo-first-bar {
    height: 20px;
    background: #fff;
    transition: 0.5s;
    animation-delay: -1.9s;
}

.everlib-logo .everlib-logo-second-bar {
    height: 24px;
    background: #fff;
    animation-delay: -2.9s;
}

.everlib-logo .everlib-logo-third-bar {
    height: 22px;
    background: #fff;
    animation-delay: -3.9s;
}

.everlib-logo .everlib-logo-fourth-bar {
    height: 18px;
    background: #fff;
    animation-delay: -4.9s;
}

@keyframes equalize {
    0% {
        height: 20px;
    }

    4% {
        height: 18px;
    }

    8% {
        height: 16px;
    }

    12% {
        height: 14px;
    }

    16% {
        height: 20px;
    }

    20% {
        height: 14px;
    }

    24% {
        height: 16px;
    }

    28% {
        height: 10px;
    }

    32% {
        height: 16px;
    }

    36% {
        height: 20px;
    }

    40% {
        height: 20px;
    }

    44% {
        height: 16px;
    }

    48% {
        height: 20px;
    }

    52% {
        height: 14px;
    }

    56% {
        height: 10px;
    }

    60% {
        height: 14px;
    }

    64% {
        height: 20px;
    }

    68% {
        height: 14px;
    }

    72% {
        height: 20px;
    }

    76% {
        height: 20px;
    }

    80% {
        height: 20px;
    }

    84% {
        height: 16px;
    }

    88% {
        height: 20px;
    }

    92% {
        height: 20px;
    }

    96% {
        height: 20px;
    }

    100% {
        height: 20px;
    }
}

@keyframes loader-run {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.saving {
    position: absolute;
    bottom: -13px;
    font-size: 38px;
    right: 20px;
    pointer-events: none;
    z-index: -1;
}

.saving span {
    animation-name: loader-run;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    color: #fce006;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}

.process-box {
    margin: 0 0 30px;
}

.process-box h2 {
    font-size: 24px;
    color: #fff;
}

.process-img-wrap {
    margin: 0;
}

.process-img-wrap img {
    max-width: 100%;
}

.donate-input {
    min-width: 1px;
    border-radius: 8px;
    padding: 2px 10px;
    display: inline-block;
    background: #eec111;
    border: 0 none;
    color: #000 !important;
    text-align: left;
    height: 33px;
}

.donor-input {
    width: auto;
    min-width: 1px;
    border-radius: 8px;
    padding: 2px 10px;
    display: inline-block;
    background: #eec111;
    border: 0 none;
    color: #000 !important;
    text-align: left;
}

.donate-input::-webkit-input-placeholder,
.donor-input::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 300;
}

.donate-input:-ms-input-placeholder,
.donor-input:-ms-input-placeholder {
    color: #000 !important;
    font-weight: 300;
}

.donate-input::placeholder,
.donor-input::placeholder {
    color: #000 !important;
    font-weight: 300;
}

.donation-price {
    display: flex;
    justify-content: space-between;
}

.total-payable {
    font-size: 22px;
}

.separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.donation-text {
    color: #fce006 !important;
    font-size: 16px;
}

.auto-play {
    position: fixed;
    bottom: 5px;
    background: #333333;
    width: calc(100% - 10px);
    text-align: center;
    z-index: 5;
    left: 5px;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auto-play span {
    padding: 0 14px;
    color: #fff;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
    display: flex;
    align-items: center;
}

.auto-play span img {
    max-width: 24px;
    margin: 0 5px 0 10px;
}

.auto-play .react-switch-bg {
    height: 30px !important;
    width: 60px !important;
    margin: 0 !important;
    border-radius: 50px !important;
}

.auto-play .react-switch-handle {
    height: 25px !important;
    width: 25px !important;
    background: #000 !important;
    top: 2.5px !important;
    outline: 0px !important;
    box-shadow: none !important;
    border: 0px !important;
    left: 4px !important;
}

.fontSize15 {
    font-size: 15px;
}

.validateHeader {
    font-size: 1em;
    color: #102030;
    font-weight: 600;
}

.btn-resend {
    background: #fff !important;
    color: #000 !important;
    font-size: 13px !important;
}

.btn-validate {
    background: #fce006 !important;
    font-size: 13px !important;
    color: red !important;
}

.crossModal {
    position: absolute;
    right: 5px;
    top: 9px;
    color: #bb232b;
    font-size: 23px;
    z-index: 9;
    width: 28px;
    height: 28px;
    /* border: 3px solid #ffffff; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.woozaModal .crossModal {
    top: 2px;
}

.minusModal {
    position: absolute;
    right: 35px;
    top: -1px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    z-index: 9;
}

#videoWooza {
    height: 220px;
    overflow: hidden;
    position: relative;
}

#videoWooza-Title {
    position: static !important;
    font-size: 24px !important;
    line-height: normal !important;
    height: auto !important;
}

#videoWooza-MediaController-ControlsLeft,
#videoWooza-MediaController-ControlsRight {
    font-size: 15px !important;
}

.videoWooza-Position-Center {
    top: 13px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 18px !important;
    line-height: 1.3em !important;
}

#videoWooza-OverlayAlertMessage {
    padding: 0 15px !important;
}

#videoWooza-OverlayAlertGroup {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.mgrpdf__wrapper canvas {
    width: 64% !important;
    height: auto !important;
}

/* .react-switch {
    top: 4px;
} */

.join-group-btn {
    font-size: 16px;
    float: right;
    width: auto;
    margin-top: 5px;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.group-tab {
    margin: 15px 0 0;
    min-height: 80vh;
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.53);
    border-radius: 15px 15px 0 0;
}

.group-tab .nav-tabs {
    border: 0 none;
    border-radius: 15px;
    background-color: rgb(16, 32, 48);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.53);
    padding: 5px;
}

.group-tab .nav-tabs .nav-item {
    width: 50%;
    margin: 0;
}

.group-tab .nav-tabs .nav-link {
    background: #404d59;
    color: #acacab;
    padding: 10px 0;
    border: 0 none;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    margin: 5px;
    border-radius: 10px;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

.group-tab .nav-tabs .nav-link.active {
    box-shadow: none;
    background: #fde905;
    color: #102030 !important;
}

.group-list {
    list-style: none;
    padding: 0 10px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.group-list li {
    font-size: 18px;
    color: #f7e838;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.group-list li::after,
.group-list::after {
    content: "";
    display: block;
    clear: both;
}

.group-list li .cons-name {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.group-list li .cons-name a {
    float: right;
    width: 30%;
}

.group-list li .cons-name>span {
    display: inline-block;
    width: 70%;
    /* float: left; */
}

.group-list li .cons-name a span {
    display: flex;
    text-align: center;
    border: 1px dotted #fce907;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 1px;
}
.group-list li .cons-name a span img{

    max-width: 18px;
}

.group-list li .cons-name a em {
    display: block;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}

.group-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    margin: 0 -5px;
}

.group-links a {
    flex: 1;
}

.group-links a span {
    display: flex;
    background: #ffffff;
    color: #102030;
    margin: 0 0 0 5px;
    padding: 3px 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.53);
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    height: 36px;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
}

.group-links a em {
    font-style: normal;
    display: block;
    font-size: 12px;
}

.copy-to-clipboard {
    border: none;
    background: transparent;
    color: #fce907;
    text-align: center;
}

.copy-to-clipboard-text {
    border: none;
    background: transparent;
    color: #bd060b;
    text-align: center;
}

.head-modal-text {
    font-size: 16px;
    color: #fce907;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

.create-buddy-group {
    color: #fde905;
    padding: 5px;
    display: block;
    text-align: center;
    border: 2px solid #fde905;
    margin: 10px auto;
    width: 200px;
    border-radius: 50px;
    font-size: 16px;
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
}

.popup-cancel-btn {
    background: #f7e838;
    padding: 8px 12px;
    border: 0 none;
    border-radius: 5px;
}

.popup-delete-btn {
    background: red;
    padding: 8px 12px;
    color: #fff;
    margin-left: 8px;
    border: 0 none;
    border-radius: 5px;
}

.group-create-success input {
    text-align: center;
}

.group-create-success em {
    font-size: 14px;
    display: block;
    color: #fce907;
}

.scrollable {
    overflow-y: auto;
    max-height: 15em;
}

/* 16-10-2019 */
.join-group-modal .login-box {
    width: 100%;
    margin: 0;
}

.join-group-modal .head-modal-text {
    font-size: 14px;
    color: #525252;
    font-weight: 300;
    text-align: left;
    line-height: normal;
    /* font-family: 'SF UI Display Regular'; */
    font-family: "adobe-garamond-pro",serif;
}

.create-buddy-modal .login-box {
    width: 100%;
    margin: 0;
}

.create-buddy-modal .head-modal-text {
    font-size: 14px;
    color: #525252;
    font-weight: 300;
    text-align: left;
    line-height: normal;
    /* font-family: 'SF UI Display Regular'; */
    font-family: "adobe-garamond-pro",serif;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 8px;
    line-height: normal;
    color: #495057;
    vertical-align: middle;
    /* background: #fce907 url('../../img/pwa/drop-arrow.svg') no-repeat right .75rem center;  */
    background: #fce907;
    background-size: 18px 20px;
    border: 0 none;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
.tab-content .custom-select {
    background-color: transparent !important;
    border: 1px solid white;
    margin: 0 0 15px;
    border-radius: 50px;
    padding: 15px;
}
.tab-content .custom-select select{
    background-color: transparent !important;
    color: #fff;
}

.custom-select select {
    width: 100%;
    border: none;
    /* background: #fce907; */
}

.react-confirm-alert {
    background: white;
    padding: 30px 15px;
    width: 75%;
    text-align: center;
    box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.scrollable .group-list .cons-name {
    width: 100%;
    float: left;
    text-align: left;
}

.scrollable .group-list .group-links {
    display: inline-block;
    width: 20%;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.scrollable .group-list li .cons-name>span {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
}

.wooza-minimize {
    background: #ffffff;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100000;
    border-radius: 15px 0 0 15px;
    padding: 8px;
    box-shadow: 0 0 12px 6px #00000087;
}

.wooza-min,
.wooza-max {
    display: flex;
    color: red;
}

.woozaModal {
    position: fixed;
    z-index: 110 !important;
    right: calc(50% - 160px);
    top: 30%;
    width: 320px;
    transform: translate(0px, 0px);
}

.wooza-minimize span {
    padding: 0;
    display: flex;
    border: 1px solid #c2c2c2;
    margin: 4px auto;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.wooza-minimize span.headwooza {
    border-bottom: 1px solid #f20000;
    padding: 5px;
    display: flex;
    border: none;
    border-radius: 0;
    margin: auto;
}

.wooza-pip {
    position: absolute;
    right: 70px;
    top: -32px;
}

#progressBar {
    width: 100%;
    margin: 0 auto;
    height: 6px;
    background-color: #f20000;
}

#progressBar div {
    height: 100%;
    text-align: right;
    padding: 0;
    line-height: 22px;
    /* same as #progressBar height if we want text middle aligned */
    width: 0%;
    background-color: #fce907;
    box-sizing: border-box;

}

#adsVideo {
    margin: 0 auto;
    width: 92% !important;
    margin-bottom: 14px;
}

.ads-img {
    margin-bottom: 6px;
}

.video-js {
    width: 100% !important;
    height: 240px !important;
    background: none !important;
}

.Quickpick span {
    display: inline-block;
    width:102px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
}

.group-toggle {
    font-size: 16px;
    float: left;
    color: #fce907;
    font-weight: bold;
    margin-top: 9px;
}

.vote-active {
    color: #f7e838;
}

.sc-points>em>img {
    position: relative;
    top: -10px;
}

.voting-points {
    width: 20%;
}

.voting-cont-title {
    width: 80%;
}

.dnone {
    display: none !important;
}

@media(max-width: 375px) {
    .group-links a span {
        font-size: 8px;
    }
}

@media all and (display-mode: standalone) {
    .bottom_fixedsec {
        display: none !important;
    }
}

/* @media (min-width: 768px) {
    .page-title {
        margin-bottom: 20px;
    }
} */

/*FOR SMALL SCREEN*/

@media(max-width: 480px) {
    .well_section .rkmd-btn.btn-green {
        padding: 0;
        font-size: 13px;
    }

    /* .page-title span {
        font-size: 24px;
    } */

    /* .status-bar-wrap {
        width: 70%;
    } */
    .status-bar-wrap {       
        top: 75px;
    }
    body{
        padding-top: 100px;
    }
}

@media(max-width: 400px) {
    /* .wall-sposer {
        width: 37px;
        height: 37px;
    } */

    .hint-bar-wrap {
        right: -60px;
    }

    .zeros-bar-wrap {
        left: -60px;
        right: auto;
    }
}

@media (max-width: 320px) {
    .guess_txt {
        width: 85%;
    }

    .truncate-head {
        max-width: 65%;
    }

    .box {
        width: 40%;
        right: -40px;
    }

    .p-150 {
        padding-top: 170px;
    }

    .hint-bar-wrap {
        right: -35px;
    }

    .zeros-bar-wrap {
        left: -35px;
        right: auto;
    }
}

.page-title em {
    font-style: normal;
}

/* FOR ULTRA SMALL SCREEN */
@media (max-width: 360px) {
    .page-title {
        font-size: 22px;
    }

    .page-title em {
        position: relative;
        top: 5px;
    }

    .join-group-btn {
        font-size: 12px;
        float: right;
        width: auto;
        margin-top: 5px;
        border: 2px solid #fff;
        padding: 5px;
        border-radius: 5px;
    }

    .create-buddy-group {
        width: 60%;
    }
}

@keyframes anim-glow {
    0% {
        /* box-shadow: 0 0 rgba(248, 226, 5, 0.2); */
        box-shadow: 0 0 rgba(56, 187, 184, 0.2);
    }

    50% {
        /* box-shadow: 0 0 10px 8px rgba(248, 226, 5, 1); */
        box-shadow: 0 0 10px 8px rgba(56, 187, 184, 1);
    }

    100% {
        box-shadow: 0 0 10px 8px rgba(248, 226, 5, 0.2);
    }
}

.glow-bg {
    animation: anim-glow 1.5s ease-in-out infinite;
    border-radius: 15px;
}


/*FOR SAFARI USE ONLY*/

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        input[type="date"] {
            height: 45px !important;
        }
    }
}

.sponsor-present-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.sponsor-present-wrap .sponsor-com-img-wrap {
    max-width: 50%;
    min-width: 50%;
}

.sponsor-com-img-wrap {
    margin: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}

.sponsor-com-img-wrap span {
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 0 9px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    /* font-family: 'DINNeuzeitGroteskStd-BdCond'; */
}

.sponsor-com-img-wrap a {
    display: inline-flex;
    overflow: hidden;
    border-radius: 5px;
    max-width: 100%;
}

.sponsor-com-img-wrap img {
    max-width: 100%;
    max-height: 90px;
}

.option-btns {
    margin: 0px 0 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.option-btns a,
.option-btns button {
    display: inline-flex;
    box-shadow: 0 0 0 1px #f20000;
    padding: 5px 15px;
    margin: 0px;
    font-size: 13px;
    /* flex: 1; */
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #f20000;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 3px;
    width: 40%;
    color: #fff;
    text-transform: uppercase;
}

.option-btns a.active {
    box-shadow: 0 0 0 1px #ff9800;
    background: #ff9800;
    color: #fff;
}

.otp-wrap {
    font-size: 16px;
    color: #fff;
    margin: 6px;
    display: flex;
    justify-content: space-between;
}

.clearBtn {
    position: inherit !important;
}

.overall-quickpick {
    position: absolute;
    /* margin-left: 5px; */
    right: 14px;
    top: 83px;
}


/* GRID VIEW */
ul.list-style.grid-view li a {
    flex-direction: column;
    background: rgb(255 255 255 / 85%) url(../../img/pwa/white-star-bg.png) 0 0 no-repeat;
    background-size: cover;
}

ul.list-style.grid-view li a .r-event-img {
    display: inline-flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    float: none;
    height: auto;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0 none;
    margin: 43px 0 43px;
}

ul.list-style.grid-view li a .r-event-title {
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    display: block !important;
    text-align: center;
    font-size: 32px;
    color: #000;
}

.otp-checkbox {
    color: white;
    display: flex;
    margin: 10px 0;
    align-items: self-start;
}

.otp-checkbox .w-10 {
    margin-top: 5px;
}

.otp-checkbox label {
    font-size: 12px;
    text-align: left;
    margin-left: 9px;
    line-height: 1.4;
    font-weight: 400;
}

.menu-flags__option {
    margin: 0 0 4px 0 !important;
}

.menu-flags__btn:focus {
    outline: none;
    border: 0 none;
}

.menu-flags__btn:after,
.menu-flags__btn[aria-expanded=true]:after {
    top: 3px;
    position: relative;
}

.menu-flags__option.has-label .menu-flags__option__icon {
    top: -2px;
}

.menu-flags__option.has-label {
    padding: 5px 20px 3px 8px !important;
}

.menu-flags {
    position: relative;
    display: inline-block;
    vertical-align: inherit;
    padding-bottom: 5px;
    text-align: left;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-radius: 50%;
    width: 70px;
    margin: 5px;
    padding: 0;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-size: 30px;
    color: #000;
    /* background-color: rgb(255, 255, 255); */
    background-color: #f6eee3;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.53);
}

.delete-back-icon {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 26px;
    z-index: 1;
}

.partitioned-phone {
    border: 0 none;
    border-bottom: 0 none;
    letter-spacing: 0;
    text-align: center;
    padding: 5px 0 5px 15px;
    font-size: 30px;
    font-weight: 400;
    background: transparent;
    /* font-family: 'SF UI Display Regular'; */
    font-family: "adobe-garamond-pro",serif;
    color: #fff;
}

.partitioned {
    border: 0 none;
    /* border-bottom: 1px solid #6c757d; */
    border-bottom: 0 none;
    letter-spacing: 5px;
    text-align: center;
    padding: 5px 0 5px 15px;
    font-size: 30px;
    font-weight: 600;
    background: transparent;
    color: #fff;
    width: 100%;
}

@media(max-width: 767px) {
    .btn-group-vertical {
        margin-top: 70px;
        width: 100%;
    }

    .btn-group {
        display: flex;
    }

    .partition-line {
        position: absolute;
        width: 100%;
        line-height: 0.1em;
        height: 60px;
        left: 50%;
        top: 55px;
        border: none;
    }
    .delete-back-icon {
        top: 16px;
    }
}



@media(max-width: 846px) {

    .phone-no {
        background: rgba(0, 0, 0, 0.5);
        padding: 8px;
        border-radius: 5px;
    }

    .text-center.w-100.number-pad {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 10px auto;
    }

    .partitioned-phone {
        border: 0 none;
        /* border-bottom: 1px solid #6c757d; */
        letter-spacing: 0;
        text-align: left;
        padding: 5px 0 5px 15px;
        font-size: 20px;
        font-weight: 400;
    }

    .btn-group-vertical>.btn-group:not(:first-child)>.btn {
        flex: none;
    }

    .btn-group-vertical>.btn-group:not(:first-child),
    .btn-group-vertical>.btn:not(:first-child) {
        margin-top: -1px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .btn-group-vertical>.btn-group:not(:first-child)>.btn {
        flex: 0 0 70px;
    }

    .partitioned {
        font-size: 20px;
    }
}


/* NEW THEME CSS ADDED START */
.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-with-icon span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.btn-with-icon span img {
    max-width: 50%;
}

.padding-top-added {
    padding-top: 20%;
}

.guess-text {
    margin-bottom: 10px;
    font-size: 20px;
}

.otp-wrap-new {
    border: 1px solid white;
    padding: 8px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.otp-wrap-new>div {
    padding: 0;
}

.otp-wrap-new #rfs-btn {
    border: 0 none;
    padding: 2px 0;
    background: white;
}

.otp-wrap-new #rfs-btn::after {
    margin-left: 0;
    margin-right: 5px;
}

.small-btn-new {
    padding: 10px 22px;
    height: auto;
    font-size: 16px;
    line-height: 1.2;
}

.resend-code {
    color: #ffffff !important;
    text-transform: uppercase;
}

.trouble-code {
    color: #fde606 !important;
    text-transform: capitalize !important;
}

.inp input.input-icon {
    padding-left: 50px;
}

.inp input.email-icon {
    background: url("../../img/pwa/email-icon.png") 15px 50% no-repeat;
    background-size: 26px;
}

.inp input.password-icon {
    background: url("../../img/pwa/password-icon.png") 17px 50% no-repeat;
    background-size: 20px;
}
.inp input.group-code-icon {
    background: url("../../img/pwa/group-code-icon.png") 17px 50% no-repeat;
    background-size: 20px;
}
.select-game-icon{
    background: #ffffff url("../../img/pwa/select-game-icon.png") 17px 50% no-repeat;
    background-size: 20px;
    border-radius: 50px;
}
.custom-select.select-game{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 15px;
    line-height: normal;
    color: #495057;
    vertical-align: middle;
    background: url(../../img/pwa/drop-arrow.svg) no-repeat right 20px center;
    /* background: #fce907; */
    background-size: 18px 20px;
    border: 1px solid #00000036;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    padding-left: 50px;
}

.inp input.group-name-icon {
    background: url(../../img/pwa/group-name-icon.png) 17px 50% no-repeat;
    background-size: 20px;
}

.title-right-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0 10px;
}

.btn-two-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-two-wrap a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin: 0 0 0 5px;
    align-items: center;
    justify-content: center;
    padding: 7px;
    background-color: #ffffff;
}

.btn-two-wrap a.active {
    background-color: #38bbb8;
}
.btn-two-wrap a.active img{
    filter: invert(1);
}

.btn-two-wrap a img {
    max-width: 100%;
}

.prize-text {
    margin: 10px 0 10px;
}

.prize-text h3 {
    border-radius: 10px;
    background-color: rgb(16, 32, 48);
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
    color: #fde905;
    font-size: 20px;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
    padding: 15px;
    text-align: center;
    margin: 0 0 20px;
}

.prize-link-wrap {
    display: flex;
    margin: 15px -10px 45px;
}

.prize-link-wrap a.prize-link {
    background-color: rgba(255, 255, 255, 0.902);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.53);
    padding: 15px;
    border-radius: 15px;
    margin: 0 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prize-link-wrap a.prize-link img {
    max-width: 100%;
    height: 60px;
}

.prize-link-wrap a.prize-link span {
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0 0;
    text-align: center;
}

.btn-play-now-new {
    margin: 50px auto 0;
    width: 200px;
}

.white-text.no-data-wrap {
    background: #0000006b;
    padding: 15px 10px;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    margin: 15px 0 0;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
}

.presented-wrap {
    margin: 15px 0 25px;
}

.presented-wrap a {
    display: inline-block;
    box-shadow: 0px 5px 20px 5px #00000033;
}

.presented-wrap img {
    max-height: 100px;
}

.sponsored-by-text {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 15px 0 0;
}

.btn-center {
    text-align: center;
}

.list-style.with-sponsor-logo li a {
    padding-left: 25px;
}

.quick-links-wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 15px;
    top: -280px;
    z-index: 9;
}

.quick-links-wrap.on {
    top: 80px;
}

.quick-links-wrap a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(253, 233, 5);
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.quick-links-wrap a img {
    max-width: 50%;
}

.px-10 {
    padding: 0 10px;
}

.prev-next-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
}

.prev-next-wrap a img {
    max-width: 50%;
}

.prev-next-wrap .disabled a {
    background: #4f4f4f;
}

.prev-next-wrap .disabled a img {
    -webkit-filter: opacity(50%) invert(1);
    filter: opacity(50%) invert(1);
}
.btn-zeros, .scored_sec a.btn-zeros {
    position: absolute;
    background: #cd6f48;
    left: 0;
    bottom: 85px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 10px 15px;
    border-radius: 50px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-hints, .scored_sec a.btn-hints {
    position: absolute;
    background: #cd6f48;
    right: 0;
    bottom: 85px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 10px 15px;
    border-radius: 50px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.grid-list{
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
    display: flex;
    overflow: visible;
    flex-wrap: wrap;
}
.grid-list li{
    max-width:  calc(50% - 15px);
    margin: 7.5px 7.5px 15px;
    overflow: visible;
    min-width: calc(50% - 15px);
}
.grid-list li a{
    color: #000 !important;
    margin-bottom: 0;
    font-size: medium;
    position: relative;
    background: rgba(255, 255, 255, 0.9) url(../../img/pwa/logo-water-mark.png) 50% 50% no-repeat;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
    background-size: 120px;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.grid-list li a .r-event-img {
    display: inline-flex;
    width: 90px;
    overflow: hidden;
    border-radius: 15px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 4px #00000042;
    position: relative;
    top: -20px;
    margin-bottom: -10px; 
} 
.grid-list li a .r-event-img  img{
    width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%; 
  overflow: hidden; 
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important;
}
.grid-list li a .r-event-info{
    float: none;
    width: 100%;
    padding-left: 0;
}

.grid-list li a .r-event-title {
    font-weight: 600;
    margin: 0 0 3px;
    line-height: 18px;
    max-width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.cms-wrap-new{
    padding: 20px;
}
.card-box-wrap.card_sec h4 {
    text-align: left;
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 10px;
    /* font-family: 'SF UI Display Heavy'; */
    font-family: "adobe-garamond-pro",serif;
    color: #fce907;
}
p.prize-text {
    color: #fce907;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.2;
    /* font-family: 'SF UI Display Thin'; */
    font-family: "adobe-garamond-pro",serif;
}
.pay_charity {
    /* font-size: 23]px; */
    /* font-family: 'SF UI Display Semi-Bold'; */
    font-family: "adobe-garamond-pro",serif;
    color: white;
}

.modal-body .inp input{
    border: 1px solid #00000036;
    color: black;
}
.modal-body .inp input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #102030;
    opacity: 1; /* Firefox */
  }
  
  .modal-body .inp input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #102030;
  }
  
  .modal-body .inp input::-ms-input-placeholder { /* Microsoft Edge */
    color: #102030;
  }

  ul.cons-list-new {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 14px;
}
.pos-block{
    display: block;
}
.text-white{
    color: #fff;
    text-align: center;
    width: 100%;
}
.dec-underline{
    text-decoration: underline;
}
@media (max-height: 480px){
    .new-full-logo img {
        max-width: 100%;
        max-height: 35px;
    }
}
/* / Customize the label (the container) / */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* / Hide the browser's default checkbox / */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* / Create a custom checkbox / */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
}

/* / On mouse-over, add a grey background color / */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* / When the checkbox is checked, add a blue background / */
.container-checkbox input:checked ~ .checkmark {
  background-color: #fde606;
}

/* / Create the checkmark/indicator (hidden when not checked) / */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* / Show the checkmark when checked / */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* / Style the checkmark/indicator / */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-title em{
    text-overflow: unset;
    overflow: visible;
}
@media (max-width: 767px){
    body {
        padding-top: 112px;
        background: #343434 url('../../img/pwa/horse-mob.jpg') 50% 0 no-repeat;
        background-size: contain;
        position: relative;
        z-index: 1;
    }
    .page-title em {
        font-style: normal;
        white-space: normal;
        overflow: visible;
    }
}