body{font-family: "Jost", sans-serif; background: #2F46AB}
header h2 {
    font-family: Jost;
    font-size: 36px;
    font-weight: 800; 
    color: #FAD500;
    text-transform: uppercase;
    text-shadow: 3px 0 #293980, -3px 0 #293980, 0 3px #293980, 0 -3px #293980, 2px 2px #293980, -2px -2px #293980, 2px -2px #293980, -2px 2px #293980;
}

.card-sc {
    background: #293980;
    background: #293980;
    border-radius: 12px;
}

.yello-btn {
    background: #FAD500;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 13px 5px;
    margin-bottom: 7px;
    font-family: Jost;
    font-size: 21px;
    font-weight: 700; 
    text-align: center;
    text-decoration: none;
    color: #3856DC;

}

.yello-btn-mini {
    background: #FAD500;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 9px 4px;
    font-family: Jost;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #3856DC;
    margin-top: 6px;
}

.red-btn-mini {
    background: #FF0000;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 9px 4px;
    font-family: Jost;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-top: 6px;
}

.blue-btn {
    background: #293980;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 9px 5px;
    margin-top: 7px;
    font-family: Jost;
    font-size: 21px;
    font-weight: 700; 
    text-align: center;
    text-decoration: none;
    color: #FAD500;

}

.card-body-sc {
    padding: 14px;
}

.clock-main {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 8px;
}

.plus-mines-main {
    background: #D9D9D9;
    padding: 3px;
    border-radius: 12px;
    align-items: center;
    position: relative;
    padding-top: 5px;
}

.btn-plue-mines {
    width: 100%;
    height: 26px;
    opacity: 0px;
    background: #293980;
    color: #FAD500;
    font-family: cursive;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 63px;
    margin-bottom: 4px;
}

.timer-text {
    font-family: Jost;
    font-size: 38px;
    font-weight: 900;
    /* line-height: 125.72px; */
    text-align: center;
    position: relative;
}

.timer-text::before {
    content: ' ';
    position: absolute;
    left: 6px;
    top: -5px;
    background: url(../img/left-arrow.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.timer-text::after {
    content: '  ';
    position: absolute;
    right: 6px;
    top: -5px;
}
video {
         object-fit: cover;
         }



 .btn-period {
    background: #D9D9D9;
    width: 55px;
    height: 55px;
    top: 586px;
    border-radius: 11px;
    border: 6px 0px 0px 0px;
    opacity: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Jost;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    border: solid #fff 3px;
    margin-right: 2px;
    margin-left: 2px;
}

.period-active{
	background: #FAD500;
	color: #2F46AB;

}
.period {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    margin-top: 6px;
}

.period h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.score-team {
    padding: 11px 16px;
    border-radius: 10px;
}

.team-color{
	background: #D03C0E;
}

.team-color-blue{
	background: #3A42FF;

}
.color-yellow{
	color: #FAD500;

}

 .btn-points {
   
    width: 108px;
    height: 71px;
    top: 586px;
    border-radius: 11px;
    border: 6px 0px 0px 0px;
    opacity: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: solid #fff 4px;
    margin-right: 2px;
    margin-left: 2px;
}

.point-green{
	background: #0FAF16;

}
.point-red{
	background: #FF0000;

}

.points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    /* margin-top: 6px; */
}

.time-out {
    background: #FF0000;
    padding: 16px 17px;
    border-radius: 10px;
    margin-top: 14px;
}

.btn-fouls {
    /* background: #D9D9D9; */
    background: #FAD500;
    width: 59px;
    height: 47px;
    top: 586px;
    border-radius: 11px;
    border: 6px 0px 0px 0px;
    opacity: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Jost;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #2F46AB;
    border: solid #2F46AB 3px;
    margin-right: 2px;
    margin-left: 2px;
}
 

 .fouls {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    padding: 4px;
    margin-top: 14px;
}

 /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.destination-names {
    padding: 16px 18px;
    width: 100%;
    margin-bottom: 9px;
    cursor: pointer;
    min-height: 86px;
    border-radius: 10px;
    border: 3px solid rgb(38 71 214 / 28%);
    background: #FFF;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.destination-names:hover {
    background: #eff2ff;
}
.destination-names h2 {
     color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.308px;
}
.listing-main {
    max-height: 450px;
    overflow-y: auto;
}

 

a{
    text-decoration: none;
 }

 .main-100vh{
    height: calc(100vh - 92px);

 }

.listing-inner {
    padding-right: 10px;
}

 /* width */
.listing-main::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.listing-main::-webkit-scrollbar-track {
  background: #ffffff; 
   border-radius: 15px;
}
 
/* Handle */
.listing-main::-webkit-scrollbar-thumb {
  background: #FAD500;
  border-radius: 15px;
}

/* Handle on hover */
.listing-main::-webkit-scrollbar-thumb:hover {
  background: #bfa50d; 
}

.live-btn {
    background: #FF0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 40px;
    min-width: 78px;
    text-align: center;
    text-align: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 500;
}

.rec-btn {
    background: #2f46ab;
    color: #fff;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 40px;
    min-width: 100px;
    text-align: center;
    text-align: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 500;
}


.video-player {
    background: linear-gradient(103.18deg, #fad500 4.57%, #4f450e 54.07%, #00E3AD 105.85%);
    padding: 12px;
    border-radius: 10px;
}

.video-section {
    min-height: 490px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.video-content {
    min-height: 490px;
    background: #293980f5;
    height: 100%;
    box-shadow: 50px 0px 50px 50px #293980f5;
    padding: 70px 22px;
}

.video-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.308px;
}

.video-content p {
    color: #fff;
    font-size: 20px;
}

.section-mix{
    box-shadow: 0px -15px 50px 50px #293980f5;
}

.play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    min-width: 183px;
    border-radius: 6px;
    background-color: #fad500;
    color: #09133d;
    font-size: 23px;
    font-weight: 600;
    border: none;
}

.modal-content {
    background: #2F46AB;
    color: #fff;
}

.video-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}

.close-btn-round i {
    font-size: 28px;
    color: #ffffff;
    width: 48px;
    height: 48px;
    background: #1a3286;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.videos-listing {
    padding: 41px 0;
}
.bg-dark-blue{
    background: #293980;
}
.thumnail {
    min-height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    border: solid #7889d3;
}
@media only screen and (max-width: 767px) {
/*  .destination-names {*/
/*    padding: 25px 9px; */
/*    display: inherit !important; */
/*}*/
header h2 {
    font-family: Jost;
    font-size: 23px;
    font-weight: 800;
}
.listing-main {
    max-height: 584px;
    overflow-y: auto;
}
}