@-webkit-keyframes bounce {
    0% {
      -webkit-transform: translate3d(0, -25px, 0);
      opacity: 0;
    }
    25% {
      -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes bounce {
    0% {
      transform: translate3d(0, -25px, 0);
      opacity: 0;
    }
    25% {
      transform: translate3d(0, 10px, 0);
    }
    50% {
      transform: translate3d(0, -6px, 0);
    }
    75% {
      transform: translate3d(0, 2px, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  
  
  
    .url-container {
        display: flex;
        align-items: center;
        border: 1px solid var(--switch-darkBorderlight);
        border-radius: 8px;
        padding: 10px;
        background-color: var(--switch-darkBGShaded);
    }
    
    #urlField {
        border: none;
        outline: none;
        padding: 10px;
        font-size: 16px;
        width: 100%;
        background-color: var(--switch-darkBGShaded);
        color:var(--switch-textWhite);
        border-radius: 4px;
        margin-right: 10px;
        cursor: pointer;
    }
    
    #copyButton {
        padding: 10px 15px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
    }
    
    #copyButton:hover {
        background-color: #45a049;
    }
  .m_score{
    font-size: 13px;
    font-weight: 600;
    padding: 3px 10px;
}

.wrap{
    flex-wrap: wrap;
}
/*toggle switch*/
.toggle-switch {
    position: relative;
    width: 70px;
    display: inline-block;
    text-align: left;
    top: -2px;
}

.toggle-switch-checkbox {
    display: none;
}

.toggle-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--switch-darkBorderlight);
    border-radius: 20px;
}

.toggle-switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.toggle-switch-inner:before, .toggle-switch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color:var(--switch-textWhite);
    font-weight: bold;
    box-sizing: border-box;
}

.toggle-switch-inner:before {
    content: "FREE";
    padding-left: 10px;
    background-color: #34A853;
    color:#fff !important;
}

.toggle-switch-inner:after {
    content: "PAID";
    padding-right: 10px;
    background-color: var(--switch-darkBorderlight);
    color:var(--switch-textWhite);
    text-align: right;
}

.toggle-switch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: var(--switch-darkBGFade) !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border: 2px solid var(--switch-darkBorderlight);
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
    margin-left: 0;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
    right: 0px;
}

#submit_details_btn {
    width: 50%;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: var(--switch-betopick) !important;
    border: 1px solid var(--switch-betopick) !important;
    color: rgb(255, 255, 255) !important;
}

.session_btn{
    border-bottom: 2px solid var(--switch-betopick) !important;
    width: 100%;
}
.session_btn__{
    border-bottom: 0px solid red !important;
}
th{
    /* text-align: center; */
    padding: .8rem .1rem;
    color:var(--switch-textWhite);
    font-weight: 500;
}
tr{
    text-align: left;
    color:var(--switch-textWhite);border-radius: 3px;
    transition: bounce 0.6s ease-in;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}
.table__row{
    border-bottom: 1px solid rgba(33, 63, 125, 0.1);
}
.table__row:last-child{
    border-bottom: none;
    
}







/*td {*/
/*    border: solid 1px var(--switch-darkBorderlight);*/
/*    border-style: solid none;*/
/*    background-color: var(--switch-darkBGFade); */
/*}*/
/*td:first-child {
    border-left-style: solid;
    border-color:var(--switch-darkBorderlight);
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px;
} 
td:last-child {
    border-right-style: solid; 
    border-color:var(--switch-darkBorderlight);
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px; 
}*/








td{
    color:var(--switch-textWhite);
    border: none;
}
tr:nth-child(even) {
    border-bottom-width: 1px;
    background-color:var(--switch-darkBGFade);
    
}
.td_match{
    width: 300px !important;
}
tr {
color:var(--switch-textWhite);
font-size: 17px;
border: none;
border-radius: 10px !important;
border-width: 0 0 1px;
border-bottom:1px solid var(--switch-darkBorderlight);
}
.num_games{
    width: 100%;
    padding-top:2rem;
    text-align: center;
    color:var(--switch-textWhite);
    font-size: 17px;
}
.num_games a{
    padding-top: 0;
    padding: 15px 16px;
    background: var(--switch-betopick);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: 1px solid var(--switch-darkBorderlight);
}
.centerside-right{
    width: 5%;
    /* background-color: gold; */
}
.centerside-center{
    width: 100%;
    margin: 0 auto;
    /* background-color: red; */
    padding-top: 0;
}
.centerside-left{
    width: 5%;
    /* background-color:plum; */
}
.pre_teams_con{
    /* background-color:greenyellow; */
    display: flex;
    /*padding: 0 !important;*/
    justify-content: flex-start ;
    align-items: center; 
    /* width: fit-content; */
}
#category_matches{
    width: 100%;
    border-collapse: collapse;
    /*border-collapse: separate; */
    border-spacing: 0 4px;
    /* background-color:green; */ 
}
.pre_team {
    width: auto; 
    display: flex !important; 
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: capitalize !important; 
}  

.team_badge {
    margin: 0 10px;
}
.team_ {
     font-size: 13px; 
    /* padding: 5px; */
     text-align: left; 
    /* width: 100%; */
} 
.team_vs {
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    /* width: 100%; */
   background-color:var(--switch-darkBG);
    border-radius: 4px;
    height: 30px;
    /* color: #fff; */
    margin: 0 10px;
    border: .5px solid var(--switch-darkBorderlight);
}
.team_away {
    /*text-align: left;*/
    text-align: right;
    font-size: 13px;
    width: 100%;
}
.p2{
    padding:10px 10px;
    border-bottom: 1px solid var(--switch-darkBorderlight);
} 
.p2:last-child{
    padding:10px 10px;
    border-bottom: none;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }
    @keyframes blink-animation {
    to {
    visibility: hidden;
    }
    }
    @-webkit-keyframes blink-animation {
    to {
    visibility: hidden;
    }
    }
    
    
    
    .lockBg{
        display: flex;
        /*width: 70%;*/
        height: 100%;
        background:rgba(59, 54, 54, 0.1);
        /* display:block; */
    }
    @supports(backdrop-filter: blur(1rem)){
    .lockBg{
        background:rgba(100, 89, 89, 0.1);
        backdrop-filter: blur(.4rem);
        position: relative;
        z-index: 1;
        }
    }
    .lockbtn{
        padding-left: 10px;
    }
    .lockbtn a{
        padding-left: 10px;
        background-color: var(--switch-betopick);
        color: #fff;
        border-radius: 3px;
        padding: 5px 20px;
        text-align: center;
    }
    .lockbtn a:hover{
        padding-left: 10px;
        background-color: var(--switch-darkBGFade);
        color: #fff;
    }
    .bgOvalayed{
        position: relative;
        z-index: 1;
        padding: 5px;
        
    }
    .ovalayed{
        position: absolute;
        z-index: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .fa {
        /*color: var(--switch-betopick) !important;*/
    }
    .fa-lock{
        color:var(--switch-betopick) !important;
    }
    .pred_tips{
        font-size:13px !important;
    }


    /*New Card*/
     .nucard_con{
        /*border-radius:10px;*/
        padding:10px;
        color: var(--switch-textWhite);
        background-color: var(--switch-darkBGShaded);
        /*box-shadow: inset 0px 0px 0.1px 1.6px var(--switch-darkBorderlight);*/
        border: 1px solid var(--switch-darkBorderlight);
        margin-bottom:5px;
    }
    .nucard_time_con{
        display: flex;
        gap: var(--gap, 0rem) !important;
    }
    .nucard_time{
        font-size: 20px;
        font-weight: 600;
        color: var(--switch-textWhite);
    }
    .nucard_hoticon{
        width: 15px;
        height: 15px;
    }
    .nucard_hoticon img{
        width: 100%;
        height: 100%;
        object-fit:contain;
    }
    .nucard_body_con{
        /*padding: 5px 11px;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nucard_match{
        /*padding: 5px 10px;*/
        /*border-left: 5px solid var(--switch-betopick);*/
        position: relative;
        width: 300px;
    }
    .nucard_match_team{
        font-size: 16px;
        padding: 1px;
        color: var(--switch-textWhite);
    }
    .nucard_details{ 
        
    }
    .nucard_details_tip{
        background: var(--switch-darkBGFade);
        color: var(--switch-textWhite);
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .nucard_match_team span{
        padding: 8px 10px;
        font-weight: 500;
    }
    
    /*Tipster*/
    .dropdown-container {
        position: relative;
        width: 60%;
    }
    
    .formcontrol {
        width: 100% !important;
        padding: 10px !important;
        font-size: 13px !important;
        box-sizing: border-box;
        border-radius: 50px !important;
        background: var(--switch-darkBGFade);
        border: 1px solid var(--switch-darkBorderlight) !important;
    }
    .error-border {
        border-color: red !important;
    }
    .numberInput{
        width: 50%;
    }
    .select2-container--default .select2-selection--single {
    background-color: transparent  !important;
    border: 1px solid var(--switch-darkBorderlight) !important;
    border-radius: 22px !important;
}
.select2-container .select2-selection--single {
    height: 35px  !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--switch-textWhite);
    line-height: 32px;
    width: 150px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px  !important;
}

.submitnucard_details{
    bottom: 0;
    left: 0;
    background: var(--switch-darkBGFade);
    color: var(--switch-textWhite);
    padding: 1rem;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.submitnucard_details_btn{
    background-color: var(--switch-betopick) !important; 
    color: #fff; 
    padding: 15px;
    border-radius: 40px;
    width: 100%;
}
.submitnucard_details_hint{
    width: 100%;
    font-size:12px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee span {
  color: var(--switch-textWhite);
  display: inline-block;
  padding-left: 10%;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% { transform: translate(100%, 0); }
  100% { transform: translate(-100%, 0); }
}
.toggle-switch-booking{
    display: flex;
}




@media (max-width: 82rem) {
    .centerside-center {
        width: 100%;
        /* background-color: grey; */
        padding-top: 0rem;
    }
}
@media (max-width: 62rem) {
    .centerside-center {
        width: 100%;
        /* background-color: blue; */
        padding-top: 0rem;
    }
    .nucard_body_con{
        /*padding: 0px 9px;*/
        display: block;
    }
    .nucard_body_con a{
        width:100%;
    } 
    .nucard_details {
    padding: 4px 0 2px;
} 
.nucard_time {
    font-size: 17px;
}
.nucard_hoticon{
        width: 20px;
        height: 20px;
    }
.nucard_date{
    font-size:13px;
}
.nucard_img{
    width:15px;
    height:15px;
}
.nucard_img img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.nucard_match{
        /*padding: 5px 10px;*/
        /*border-left: 3px solid var(--switch-betopick);*/
        position: relative;
        width: 100%;
    }
    .nucard_match_team{
        font-size: 14px;
    }
    .nucard_details_tip {
    padding: 5px 10px;
    font-size: 14px;  
}
    
}
@media (max-width:43rem) {

    th {
        /* text-align: center; */
        padding: .8rem .6rem;
        font-size: 10px;
    }
    tr {
        color: var(--switch-textWhite);
        font-size: 13px;
        border: none;
        border-radius: 10px !important;
        /* width: 100%; */
    }
    .team {
        font-size: 13px;
        text-align: left;
    }
    .pre_team {
        font-size: 11px;
    }
    .team_vs {
        font-size: 17px;
        font-weight: 600;
        padding: 5px;
        /* width: 90px; */
    }
    .centerside-center {
        width: 100%;
        padding-top: 90px;
    }
    #category_matches {
        width: 100%;
    }
    .m_score {
        font-size: 12px !important;
        font-weight: 600 !important;
        padding: 0px 5px !important;
    }
    .pre_teams_con {
        padding: 0px;
        left: 0;
    }
    .lockBg{
        display: flex;
        width: 100%;
        height: 100%;
        background:rgba(59, 54, 54, 0.1);
        padding: 5px;
        border-radius: 5px;
    }
    .p2{
    padding:10px 10px;
}

/*Tipster*/
    /*.dropdown-container {*/
    /*    position: relative;*/
    /*    width: 70%;*/
    /*}*/
    
    .dropdown_ {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .error-border {
        border-color: red !important;
    }
    .submitnucard_details{
        bottom: 0;
        left: 0;
        background: var(--switch-darkBGFade);
        color: var(--switch-textWhite);
        padding: 1rem;
        height: 120px;
    }
.submitnucard_details_btn{
    background-color: var(--switch-betopick) !important; 
    color: #fff; 
    padding: 15px;
    border-radius: 40px;
    width: 100%;
}
#submit_details_btn {
    width: 100%;
    margin-top: .5rem;
}
   .toggle-switch-booking{
       width: 80%;
   }




}