/* Plus Jakarta Sans, Kanit */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Kanit';
}
hr{
	opacity: 1;
}
.ff-radwave{
	font-family: 'Kanit';
}

/*-- btns CSS --*/

.btn{
    padding: 12px 35px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 100px;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.btn-outline-dark{
	border: 2px solid #141D2C;
	color: #141D2C;
}
.btn-light{
	color: #141993;
}
.btn-light:hover{
	background-color: #141D2C !important;
	border-color: #141D2C !important;
	color: #fff !important;
}
/*-- Common CSS --*/

.sec-heading{
	margin-bottom: 45px;
}
.sec-heading h1{
	font-family: 'Kanit';
	font-weight: 600;
    text-transform: uppercase;
	color: #141D2C;
	font-size: 45px;
	margin-bottom: 0;
}
.sec-heading p{
	font-size: 32px;
	font-weight: 400;
	margin-top: .5rem;
	margin-bottom: 0;
}

.sec-heading h6{
    font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	font-weight: 800;
}

.sec-heading.light-heading h1, .sec-heading.light-heading p, .sec-heading.light-heading a, .sec-heading.light-heading h6{
	color: #fff;
}


.logo-brand{
    width: 173px;
}
.logo-brand img{
    width: 100%;
}

.hero-sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 287px 0px 70px 0px;
}

.header-wrap{
    position: relative;
}

header{
    width: 100%;
    padding: 30px 0px 20px 0px;
    position: absolute;
    left: 0;
    z-index: 9999;
}
.header-absolute {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.navbar{
	padding-bottom: 20px;
}
.navbar-nav .nav-link{
    color: #fff;

}
 .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

 .navbar-nav .dropdown-menu {
    backdrop-filter: blur(8px);
	background-color: #141993a6;
    border-radius: 20px;
}
.navbar-nav .dropdown-menu .submenu{
    position: relative;
}
.navbar-nav .dropdown-menu li a{
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.navbar-nav .dropdown-menu li ul{
    position: absolute;
    left: 230px;
    top: 0;
}



.navbar-nav .dropdown-item i{
    padding-top: 4px;
    right: 15px;
    position: absolute;
}
 .navbar-nav .dropdown-item {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-right: 35px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
 .leader, .history{
    font-size: 14px !important;
}

 .navbar-nav .dropdown-item::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    top: 9px;
    right: 16px;
    opacity: 0;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

 .navbar-nav .dropdown-menu .dropdown-item:focus,  .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}
 .navbar-nav .dropdown-menu .dropdown-item.active{
   background-color: transparent;
}

 .navbar-nav .dropdown-menu .dropdown-item.active::after{
   opacity: 1;
}

 .navbar-nav .dropdown-menu .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.victoria-icon {
    padding-left: 0;
}
.england-icon {
    padding-left: 0;
}


header .login-btn a {
    background: white;
    border: 1px solid;
    border-radius: 100px;
    color: black !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    height: 100%;
    text-align: center;
}

ul.navbar-nav  .nav-item:not(.login-btn) > a {
	padding: 23px 26px !important;
}

ul.navbar-nav  .login-btn {
    padding: 10px 10px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	font-weight: 700;
}

.navbar-background{
	background-color: #141993a6;
}

.navbar-wrap{
    display: inline-flex;
    align-items: center;
    justify-content: end;
    background-color: #ffffff20;
    backdrop-filter: blur(8px);
    padding: 5px 5px 5px 30px;
    border-radius: 100px;
}

.navbar-links-wrap{
    display: inline-flex;
    align-items: center;
    justify-content: end !important;
    column-gap: 30px;
    padding-top: 20px;
    
}
.navbar-links-wrap li a {
    color: #fff;
}

header .nav-item {
/*    padding: 0 15px;*/

}

.navbar-links-wrap li a.white-btn , .white-btn{
    transition: .2s all;
    background-color: #fff;
    padding: 15px 50px;
    display: inline-block;
    color: #141993;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #fff;
    text-decoration: none;
}

.navbar-links-wrap li a.white-btn:hover , .white-btn:hover{
    background-color: transparent;
    color: #fff;
}

.navbar-toggler{
	backdrop-filter: blur(8px);
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
	color: #fff;
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.banner-logo-img{
}
.banner-logo-img img{
    max-width: 800px;
    max-height: 160px;
    border-radius: 10px;
}
.banner-content{
    color: #fff;
	
}
.banner-content h4{
    font-weight: 800;
    font-size: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;

}
.banner-content h1{
    font-size: 69px;
	margin-bottom: 1.5rem;
}
.banner-content .btn{
	color: #141993;
}

.divider{
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    margin: 27px 0px;
}

.powerby-block {
    display: inline-block;
    padding: 20px;
    border-radius: 30px;
	background-color: #1419934f;
    backdrop-filter: blur(8px);
	border: 1px solid;
/*	border-image-source: linear-gradient(128.56deg, rgba(255, 255, 255, 0) 27.86%, #FFFFFF 72.18%);  */
}
.powerby-block h4{
    font-size: 24px;
    font-weight: 700;
}

.procup-img-wrap {
    max-width: 190px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.white-span{
    padding: 13px 30px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-weight: 800;
    color: #141D2C;
	text-align: left;
    margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.white-span:hover{
    background-color:black;
    color: white;
}
.white-span img{
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.white-span:hover img{
    filter: brightness(0) invert(1);
}
.white-span:last-child{
    margin-bottom: 0px;
}

.lang-wrap{
    display: flex;
    align-items: center;
    justify-content: end;
}

.lang-wrap select option .flag{
    width: 24px;
    height: 24px;
    border-radius: 100px;
}

.lang-wrap select{
    padding: 13px 20px;
    border: 1px solid #fff;
    background-color: #ffffff20;
    backdrop-filter: blur(8px);
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    outline: none;
    margin-top: 20px;
    width: 150px;
}

.lang-wrap select option{
    background-color: #000;
}
/*-----------carousel-item*-------*/
.slick-slide img {
    border-radius: 10px;
}
.slick-slide {
      margin: 0px 12px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
  
    }
    
    
.winner-curosel-controls{
    margin-right: 0;
}   
.winner-curosel-controls a{
    display: inline-block;
	cursor: pointer;
}   
.winner-curosel-controls a:first-child{
	margin-right: 1rem;
}
.carousel-item{
    position: relative;
}
.carousel-item .content {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    color: #fff;
    left: 56%;
    transform: translateX(-50%);
    top: 120%;
}
.carousel-item .ides{
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 30px;
}

/*-------mains news---------------------*/
.mainsnews{
    margin-top: 70px;
} 

.mainsnew-sec2{
    padding-top: 50px;
}
/**mains-news-css-end*/
.blog-date-admin{
    display: flex;
    align-items: center;
    column-gap: 12px;
	margin-top: 30px;
    margin-bottom: 16px;
}

.blog-date-admin span{
    display: inline-block;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid;
    border-radius: 100px;
    /*margin-top: 30px;
    margin-bottom: 15px;*/
}
.blog-date-admin h3{
    padding-top: 15px;
}
.blog-date-admin p{
    padding-top: 16px;
}
.blog-date-admin1 span{
    display: inline-block;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid;
    border-radius: 100px;
    /*margin-top: 40px;
    margin-bottom: 15px;*/
}
.blog-date-admin1 span.date{
    border-color: #141993;
    color: #141993;
}

.blog-date-admin1 span.admin{
    border-color: #141993;
    color: #141993;
}
.blog-date-admin span.date{
    border-color: #141993;
    color: #141993;
}

.blog-date-admin span.admin{
    border-color: #141993;
    color: #141993;
}

.card-img-wrap{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	height:303px;
}
.card-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item{
	margin-bottom: 30px;
}
.blog-item h3{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	font-weight: 800;
}

.blog-item p{
	font-size: 14px;
	font-weight: 500;
	color: #404040;	
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.blog-item p.news-head{
	font-size: 16px;
	font-weight: 600;
	color: #141993;
	margin-top: 4px;
	margin-bottom: 4px;
}

.blog-button{
    text-decoration: none;
    padding: 13px 20px;
    background-color: #ffffff50;
    backdrop-filter: blur(8px);
    border-radius: 100px;
    color: #000;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    transition: .2s all;
    opacity: 0;
}

.blog-button img{
    width: 22px;
}

.blog-button:hover{
    background-color: #fff;
}

.blog-item:hover .blog-button{
    opacity: 1;
    transition: .2s all;
}
.blog-button1{
    text-decoration: none;
    padding: 7px 10px;
    background-color: #ffffff50;
    backdrop-filter: blur(8px);
    border-radius: 100px;
    color: #000;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    transition: .2s all;
    opacity: 0;
}
.blog-button1 img{
    width: 22px;
}

.blog-button1:hover{
    background-color: #fff;
}

.blog-item:hover .blog-button1{
    opacity: 1;
    transition: .2s all;
}

/*counter css*/

/*features css*/
.features {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -140px;
	position: relative;
}
.features::before {
	content: "";
/*	background: radial-gradient(50% 50% at 50% 50%, #662D2D 0%, #4D0000 100%);  */
	background: radial-gradient(50% 50% at 50% 50%, #000 0%, #141993 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.features input{
font-size: 16px;
font-weight: 500;
line-height: 20.16px;
text-align: left;

}
.saved-team{
	padding-top: 40px;
	font-size: 24px;
	color: #fff;
}
.saved-team h2{
	font-size: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
}

.feature-inner-section{
    margin-top: 43px;
}


.feature-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 150px;
}
.feature-item {
    margin-bottom: 30px;
    position: relative;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.4);
	border-radius: 20px

}
.feature-item img{
    border-radius: 20px;
}
.feature-item .overlay-content {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 0px;
    padding: 10px 30px 30px 30px;
/*    padding: 30px 30px;  */
}

.feature-item::before {
	content: "";
	border-radius: 10px;
	filter: blur(2px);
	background: radial-gradient(50% 50% at 50% 50%, #1d1e1e73 0%, #1419939e 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*carousel css*/
.team-icons img {
    width: 100px;
    height: 100px;
/*    margin-bottom: 10px;*/
}
/*---------Team Application css-----------*/

.followteam{
    width: 370px;
    height: 250px;
    background: linear-gradient(180deg, rgba(19, 21, 25, 0) 0%, #183042 87.91%);
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 30px 30px 0px #00000066;


}
.follow-your-team{
    width: 100%;
    background-image: url(skin04/images/frame1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overlay-content img {
    width: 60px;
    height: auto;
    top: 5.65px;
    padding-bottom: 14px;
    border-radius: 0;
}
.overlay-content h6{
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
	margin-bottom: 0;
}
/*-------------------------------Refree Application Css-----------------*/ 
.img-fluid-refree{
    width: 370px;
    height: 250px;
    border-radius: 20px;
    position: relative;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.5); /* Adjust values as needed */
    border-radius: 5px; /* Optional: Match the radius to your design */
    position: relative


}
/*----------------------------Facebook Feed-----------------------------*/
.facebook-feed{
    
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px 40px 0px 0px;
}
/*.facebook-feed-heading h1{
    text-align: center;
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 400;
}*/
.facebook-post {
    height: auto;
    max-width: 770px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 12px solid #2F0000;
    margin-top: 40px !important;
    margin-left: 100px;
}

.follower {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
/*----------------*/
.frame{
    position: relative;
    width: auto;
}
.max-width-frame{
    color: #FFFFFF;
   padding-top: 227px;
   padding-bottom: 153px;
}

.inout-div {
    position: relative;
}
.inout-div img{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.inout-div input{
    background-color: #fff;
    color: #141D2C;
    padding: 18px 18px 18px 54px;
    border: 0;
    outline: none;
    border-radius: 100px;
    width: 100%;
}

.search-form{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.share-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.procup-div{
    border-left: 1px solid #fff;
    padding-left: 15px;
}
/*--------------------------*/
.sponser{
/*    background-color: #FFFFFF;  */
  background-color: #7370704f;
  backdrop-filter: blur(8px);
    border-radius: 20px;
	padding: 50px 50px 30px 50px;
}
.sponser-content{
	margin-bottom: 30px;
    position: relative;
}
.sponsors-sec {
    margin-top: -100px;
    z-index: 9;
    position: relative;
}

.sponser-heading{
    justify-content: space-around;
   
}
.title-sponser{
    padding: 50px 50px 30px 50px;
    
}
.sponser-sec{
    margin-bottom: -180px;
    padding-top: 50px;
    z-index: 99;
     position: relative;
}

.sponser-content h3 span.title-txt{
    flex-shrink: 0;
    margin-right: 1rem;
}
.sponser-content h3 span.title-line{
            width: 100%; /* adjust the width as needed */
            height: 1px; /* adjust the height as needed */
            background-color: #141D2C26; /* choose your color */
          }
          
    

/*-----------------winner-css------------------*/
.victoria-icon{
    padding-left: 40px;
}
.england-icon{
    padding-left: 120px;
}
/*winners css end*/
.store .btn{
border-radius: 20px;   
width: 270px;
background-color: #fff;
}
.store .btn:hover{
    background-color: #FFFFFF;
}
.winner-sec{
    margin-top: 43px;
}


/*----------------footer----------*/

.footer-nav{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.footer-nav .nav-item .nav-link{
	color: #fff;
	font-size: 18px;
}
.download-procup-app{
/*    max-width: 653px;*/
    margin-left: auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.download-procup-app h6{
font-size: 30px;
font-weight: 400;
line-height: 28.83px;
/*text-align: right;*/

}
.download-procup-app p{
font-size: 16px;
font-weight: 400;
line-height: 23px;
/*text-align: right;*/

}
.company-logo{
    padding-top: 40px;
    padding-bottom: 40px;
}
.company-logo p{
    padding-right: 9px;
}

.header-content{
    --bs-scroll-height: 100px !important;
    border-radius: 100px;

    /*border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;*/
    }
    .header-button{
        --bs-scroll-height: 100px !important;
        padding:7px 6px !important;
        border-top-right-radius: 100px !important; 
        border-bottom-right-radius: 100px !important;
        }
        .header-button .login:hover{
        background-color: transparent;
        color: white;
        }


/*winner section css*/
.winner1{
    position: relative;

}
.overlay-winner{
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
}
.footer{
    position: relative;
    overflow: hidden;
}
.footerfootball-img {
    position: absolute;
    left: -13%;
    bottom: 4%;
    z-index: 11;
    max-width: 756px;
}

.footer .navbar {
    z-index: 100;
}
.footer-header{
    max-width: 1000px;
    margin-left: auto;
}

.winner-curosel span.date {
    position: absolute;
    top: 16px;
    left: 16px;
	font-family: 'Kanit';
	font-weight: 600;
	font-size:18px;
    background: white;
    border: 2px solid #141993;
    z-index: 1;
    border-radius: 100px;
    padding: 12px 30px;
    color:#141993
}
.team-icons img {
    width: 100px;
    height: 100px;
/*    margin-bottom: 10px;*/
}
.footer .navbar-nav {
    flex-direction: row;
    justify-content:end;
}

.footer .navbar-nav .nav-item {
    padding: 0 5px;
}

.footer .dropdown-menu {
    position: absolute;
    overflow:visible;
}

.winners-wrap{
    position: relative;
}
.winner-team-img img{
    border-radius: 30px;
}
.overlay-winner {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 11%;
    transform: translateY(0);
}

.team-icons {
    padding-left: 25px;
    padding-right: 25px;
}
.team-icons img{
    width: 80px;height: 80px;
}


/* slick slider css :Start */
.select2-container {
    background: transparent;
    backdrop-filter: blur(8px);
    width: 100px !important;
}

.select2-container .select2-selection {
    border: none;
    height: 40px;
    background-color: #ffffff20;
}

.select2-container .select2-selection span:first-child {
    color: white;
    /*    border-radius: 100px !important;*/
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 100px !important; 
    border-bottom-right-radius: 100px !important;
}

.select2-results ul li {
    color: white;
/*    border-radius: 100px !important;*/
}

.select2-dropdown {
    background: rgba(0, 0, 0, 0.2);
}
.select2-search input:first-child {
   background-color: #ffffff20 ;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 35px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(35, 49, 45, 0.14);
  }
  
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/icon/select-arrow-down.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
  }

span.select2-selection.select2-selection--single {
     /* padding: 40px 40px; */
     border: 1px solid #fff;
     /* background-color: #ffffff20; */
     /* backdrop-filter: blur(8px); */
     border-radius: 100px;
     color: #fff;
     font-weight: 700;
     outline: none;
     /* margin-top: 14px; */
     /* width: 150px; */
     height: 40px;
     text-align: center;
     align-items: center;
     padding-top: 0;
     height: 50px;
}

.sel-int-light  .select2-selection.select2-selection--single {
  border: 1px solid #180404;
}
.sel-int-light .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #444141ab;
}	

.select2-results__options, .select2-results__options li {
    color: #fff;
   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right:50px;
}

.select2-container {
    text-align: left;
    text-align-last: left;
 }
.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #aaa;
	border-radius: 10px;
    background-color: #ffffff20 !important;
    backdrop-filter: blur(8px);
	overflow: hidden;
	padding: 5px 0;
}
.select2-container--open .select2-dropdown {
	top: 5px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: transparent;
	color: white;
}
.select2-container--default .select2-results__option--selected {
	background-color: transparent;
	color: white;
}


.img-flag {
    height: 24px;
    padding: 0 8px;
}

/* slick slider css :: end */

/* curo item */
.winner-curosel .winners-wrap .curosel-content {
    position:absolute; 
    bottom: 40px; 
    width: 100%; 
}

.winner-curosel .winners-wrap .curosel-content-images {
   background-image: url("../images/rectangle-21.png"); 
   background-size:cover; 
   background-position: center center; 
   background-repeat: no-repeat;
    align-items: center;
}

.winner-curosel .winners-wrap .curosel-content-images img {
    height: 80px;
    width: 80px;
	display: inline-block
}
.winner-curosel .winners-wrap .curosel-content-images .vs-text {
    font-family: 'Kanit';
}

.tournament-info h5{
	font-family: 'Kanit';
	font-weight: 800;
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 30px;
	color: #141993;
	text-shadow: 3px 3px 5px rgb(217, 217, 217);
}

/*.store img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.store a{
	background-color: #fff;
	border-radius: 10px;
	display: inline-block;overflow: hidden;
}
.store a:first-child{
	margin-right: 1rem;
}
.store img{
	height: 60px;
	width: auto;
}

/* END: curosel item */


/*Team-List-CSS*/
.pargas h1{
    font-size: 55px;
    font-weight: 400;
    line-height: 52.86px;
    text-align: left;
    }
.team-list{
/*    background:radial-gradient(50% 50% at 50% 50%, #662D2D 0%, #4D0000 100%);  */
    background:radial-gradient(50% 50% at 50% 50%, #662D2D 0%, #141993 100%);
    position: relative;
    margin-top: 0px;
    border:10px solid #FFFFFF;
    border-radius: 50px;
}

table-responsive table{
    border: 10px solid #000;
}

/* Add border to table cells for columns */
.table1 td, .table-b th {
    border-top: none;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
/* Ensure last column doesn't show an extra right border */
.table1 td:last-child, .table-b th:last-child {
    border-right: none;
}
    
    

/* Table CSS: START*/
.pargas-news {
    display: block;
    z-index: 1;
    border: 10px solid #141993; 
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 40px;
    position: relative;
}

.pargas {
    display: block;
	backdrop-filter: blur(4px);
/*    background-image: url(skin04/images/registration-bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  */
    border: 10px solid #141993;
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 40px;
    position: relative;
}
.pargas::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #01000ba6;   
/*    background-color: #141993b3;   */
    width: 100%;
    height: 100%;
}

.pargas-color {
	color: white;
}
.pargas-header-color {
	color: #cac9c7;	 /*  #0868a2;  */
}

.dez-post-meta i, .dez-post-meta ul li {
  color: #9fc0ff;
  margin: 0 5px;
}		   
.print-box {
    padding: 30px;
    border-radius: 30px;
    background-color: #ffffff20;
    backdrop-filter: blur(8px);
	width: fit-content;
	height: fit-content;
}

table td, table th {
    border-right: 1px solid rgba(255, 255, 255, 0.206);
    text-align: center;
}
.table td:last-child, table th:last-child{
    border-right: none;
    
}
table tr td, table tr th{
    background-color: transparent!important;
}


.custome-table-wrap{
    overflow: hidden;
    /*background-color: #ffffff20;*/
    margin-bottom: 0;
    padding: 30px;
    border-radius: 28px;
}

.table-border-grd {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
    padding: 2px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

table.custom-table thead tr th , table.custom-table tbody tr td{
    color: #fff;
}
table.custom-table{
    margin-bottom: 0;
}
.table > :not(caption) > * > *{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.table-border-grd:last-child{
    margin-bottom: 0;
}


/* Table CSS: END */

/* Follow team: START */
.main-content {
    padding: 2rem 0; /* Adds space around the content */
    background-color: #fff;
}

.main-content .container {
    max-width: 1140px; /* Standard max-width for container */
    margin: auto; /* Centers the container */
}

.team-app-sec{
	padding-top: 100px;padding-bottom: 100px;
	background-size: cover;
	background-position: center center;
}
/*.follow-team-content {
    background:url('../images/follow-team-footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position:relative;
    bottom: 50px;
    
}*/
/*.follow-team-content .container{
    background-color: rgba(0, 0, 0, 0.5);
}*/

.gradient-box {
/*    background: linear-gradient(to bottom, #4D0000, #183042);  */
    background: linear-gradient(to bottom, #141993, #183042);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
	height: 100%;
    color: white;
    border-radius: 30px;
    padding: 42px 30px 30px;
  }

.gradient3{
        background: linear-gradient(to bottom, #141993,#1C0303);
    }
.gradient2{
        background: linear-gradient(to bottom, #141993,#1F3A2F);
    }

.team-app-content{
	ellipsemargin-top: 1rem;
}
.team-app-content h3{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 32px;
	font-weight: 800;
}
 
  .ellipse {
    width: 100%;       /* Width of the ellipse */
    height: 100px;      /* Height of the ellipse */
  
    border-radius: 50%; /* Makes it elliptical */
    /* background: linear-gradient(90deg, #fff 0%, #ebd7d700 50%, #fff 100%); */
    /* background-color: rgba(255, 255, 255, 0.8);  */

    background: url('../images/eclipse.png') no-repeat center/cover;
    display: flex;
    justify-content: center; /* Centers the button horizontally */
    align-items: center;     /* Centers the button vertically */
    position: relative;
}

/*  .glow-btn {
    background-color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
  }

.glow-btn:hover{
	color: #fff;
	border-color: #fff;
}*/

.follow-team-wrap{
	padding-top: 120px;
}

.confirm-box {
    border-radius: 30px;
    padding: 2px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.confirm-text {
    background-color: #ffffff20;
    padding: 15px 20px;
    border-radius: 28px;
    backdrop-filter: blur(8px);
}

/* Follow team: END */



/*=-----------registration css----------------*/
.team-registration-section{
    height: 800px;
    position: relative;
}
.team-registration {
    margin-top: -550px;
}
.registraion{
    position: relative;
    background-image: url(skin04/images/registration-bg-image.png);
    background-size:cover; 
   background-position: center center; 
   background-repeat: no-repeat;
   border: 10px solid #fff;
   border-radius: 50px;
   overflow: hidden;
   padding: 50px;
}
.registration-content{
   
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.registration-content p{
	font-size: 24px;
	font-weight: 700;
}
.team{
    position: relative;
}
.team-sec{
    position: relative;
    height: 890px;
}
.table-list{
    margin-top: -455px;
}
.registraion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
/*    background-color: #4d0000b3;  */
    background-color: #141993b3;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.rg-football-img{
    max-width:226px;
    margin-left: auto;
    margin-right: auto;
}

.registration-content .btn{
    border: 1px solid white;
    background-color: white;
    border-radius: 100px;
    color: #2F0000;
    margin-top: 40px;
    font-weight: 600;
}

/*=-----------registration css:END----------------*/


/*=-----------  Team application css:Start  ----------------*/
.body-bg{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	z-index: 0;
}
.sub-page-main-content{
	position: relative;
	z-index: 1;
	padding-top: 220px;
}
table.custom-table tbody tr td .btn-link i{
	color: #fff;
	font-size: 20px;
}

/*=-----------  Team application css:END  ----------------*/


/*=-----------  Winners Page css:Start  ----------------*/

.inner-page-bg{
	background-image: url("../images/page-bg-desktop.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.table.winners-table tbody tr:nth-child(4n+1), 
.table.winners-table tbody tr:nth-child(4n+2) {
	background: rgba(255, 255, 255, .10);
}

.table.winners-table tbody tr:nth-child(8n+1), 
.table.winners-table tbody tr:nth-child(8n+2) {
	background: rgba(255, 255, 255, .10);
}
/*=-----------  Winners Page css:END  ----------------*/


/*=-----------  Participating Clubs Page css:Start  ----------------*/
.club-banner-content{
	color: #fff;
	margin-bottom: 40px;
}
.club-banner-content p{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	font-weight: 800;
}
.club-banner-content h2{
	font-size: 55px;
	font-weight: 400;
}
.club-banner-content h4{
	font-size: 40px;
}
.club-banner-content h4 small{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
}
.parts-club-nav{
	column-gap: 30px;
	margin-bottom: 50px;
}
.parts-club-nav .nav-link{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	border-radius: 100px;
	backdrop-filter: blur(12px);
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.4);
	padding: 20px 16px 20px 16px;
}
.parts-club-nav .nav-link img{
    filter: brightness(0) invert(1);
	margin-right: 12px;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.parts-club-nav.nav-pills .nav-link.active, 
.parts-club-nav.nav-pills .show > .nav-link,
.parts-club-nav.nav-pills .nav-link:hover{
	color: #141993;
	background-color: #fff;
}
.parts-club-nav.nav-pills .nav-link.active img, 
.parts-club-nav.nav-pills .show > .nav-link img,
.parts-club-nav.nav-pills .nav-link:hover img {
    filter: none;
}

.cst-card{
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
}
.club-team-title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.club-team-title h3{
	font-size: 35px;
	margin-bottom: 0;
}
.club-team-title p{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.club-team-content ul{
	max-height: 500px;
	overflow-y: auto;
	padding-right: 10px;
	margin-bottom: 0;
}
.club-team-content li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.club-team-content li:not(:last-child){
	margin-bottom: 1rem;
}
.club-team-content li .ct-name img{
	width: 35px;
	height: auto;
	margin-right: 10px;
}
.club-team-content li .ct-flag img{
	width: 35px;
	height: auto;
}

.club-team-content li .ct-name{
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.club-team-content li .ct-club-score{
	font-size: 14px;
	font-weight: 500;
}
.club-team-content li .ct-club-score strong{
	font-weight: 600;
}

.custom-table-container{
	position: relative;
	z-index: 1;
}
.table.cp-table > :not(caption) > * > * {
	padding: 1.5rem .5rem;
}
.table.cp-table th {
	border-right: 1px solid rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	text-align: left;
	white-space: nowrap;
	padding: 0 .5rem 1.5rem .5rem;
}
.table.cp-table tr td{
	text-align: left;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.table-c-flag img{
	width: 35px;
	height: auto;
}

.clubs-location iframe{
	border-radius: 40px;
}
.location-input{
	position: absolute;
	width: 400px;
	top: 20px;right: 20px;
}
.location-input .form-control{
	background-color: #fff;
	height: 50px;
	border-radius: 50px;
	padding-left: 45px;
	border: 0px;
}
.location-input .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.location-input .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.location-input i{
	position: absolute;
	top: 17px;left: 20px;
}
/*=-----------  Participating Clubs Page css:END  ----------------*/


/*=-----------  Game schedule Page css:Start  ----------------*/
.date-pitch-selection{
	margin-bottom: 15px;
}
.date-pitch-selection h4{
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 1rem;
}

.date-pitch-btn-group{
	gap:12px;
}
.btn-group.date-pitch-btn-group.horizontal-scroll{
	overflow-x: auto;
	flex-wrap: nowrap;
	scrollbar-color: rgba(255, 255, 255, .60) transparent;
	max-width: 100%;
	padding-bottom: 15px;
}
.btn-group.date-pitch-btn-group .btn{
	white-space: nowrap;
	font-weight: 500;

}
.btn-group.date-pitch-btn-group .btn-outline-light{
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #fff;
	backdrop-filter: blur(8px);
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
}
.btn-group.date-pitch-btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group.date-pitch-btn-group > .btn:nth-child(n+3) {
	border-radius: 100px;
}
.btn-group.date-pitch-btn-group .btn-check:checked + .btn.btn-outline-light{
	color: #141993;
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.table-action{
	padding: 0;
	color: #fff;
	margin-left: .5rem;
}
/*=-----------  Game schedule Page css:END  ----------------*/


/*=-----------  Judge List Page css:Start  ----------------*/
.judge-group{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.btn-group.judge-group > .btn {
  position: relative;
  flex: 0 1 auto;
}
/*=-----------  Judge List Page css:END  ----------------*/


/*=-----------  Classes Page css:Start  ----------------*/
.classes-sub-heading{
	position: relative;
	margin-top: 155px;
}
.classes-sub-heading h1{
	font-size: 45px;
	font-weight: 400;
	color: #fff;
}
.classes-sub-heading img{
	position: absolute;
	top: -115px;
	right: -25px;
}
.classes-info-wrap{
/*	background: rgba(255, 255, 255, 0.14);  */
	color: #fff;
}
.classes-info-wrap h4{
	font-size: 24px;
	margin-bottom: 1rem;
}
.classes-info-wrap ul{
	margin-bottom: 30px;
}
.classes-info-wrap ul li{
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 5px;
}
.classes-inner-wrap{
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	border-radius: 30px;
	padding: 30px;
}
.classes-inner-wrap ul{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.classes-inner-wrap li{
	list-style: none;
	font-family: 'Kanit';
	font-size: 20px;
	font-weight: 400;
	line-height: 19.22px;
}
.classes-inner-wrap li:not(:last-child){
	padding-right: 20px;
	border-right: 1px solid #fff;
}
.team-vs{
	position: relative;
	font-size: 14px;
	white-space: nowrap
}
.team-vs::before{
	content: "-";
	margin-right: 3px;
}
.team-vs::after{
	content: "-";
	margin-left: 3px;
}
/*=-----------  Classes Page css:END  ----------------*/


/*=-----------  Referee Application Page css:Start  ----------------*/
.referee-app-info ul{
	padding-left: 1rem;
}
.referee-app-info ul li, .referee-app-info h5{
	color: #fff;
}
.referee-app-info ul li{
	margin-bottom: 6px;
}
.ra-list-one{
	margin-bottom: 20px;
}
.ra-list-one li{
	font-size: 20px;
}
.custom-radio:not(:last-child){
	margin-bottom: 1rem;
}
.form-check-label{
	color: #fff;
}
.form-check-input{
	background-color: transparent;
	border-color: #fff;
}
.form-check-input:checked {
	background-color: transparent;
	border-color: #fff;
}
.form-check-input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.referee-app-card{
	margin-bottom: 1.5rem;
	height: calc(100% - 1.5rem);
}
.referee-app-card p{
	font-size: 20px;
	font-weight: 600;
}

.fs-20{font-size: 20px} 
.fw-500{font-weight: 500}

.referee-last-info{
	padding: 12px 20px 12px 20px;
	border-bottom: 1.5px solid #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.referee-last-info p{
	margin-bottom: 0;
}
.human-confirmation .form-control{
	border-bottom: 0px;
	text-align: right;
	padding-right: 0;
}
/*=-----------  Referee Application Page css:END  ----------------*/


/*=-----------  Team Application Page css:Start  ----------------*/
#signUpForm {
    /*margin: 40px auto;
    padding: 40px;*/
}
#signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
	justify-content: space-between;
	margin-bottom: 100px;
}
#signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 0 0 auto;
	width: 28%;
    padding: 30px 20px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	backdrop-filter: blur(12px);
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
}
#signUpForm .form-header .stepIndicator img{
	margin-right: 20px;
    filter: brightness(0) invert(1);
}
#signUpForm .form-header .stepIndicator.active {
	background-color: #fff;
    color: #141993;
}
#signUpForm .form-header .stepIndicator.active img{
    filter: none;
}
#signUpForm .form-header .stepIndicator.finish {
	background-color: #fff;
    color: #141993;
}
#signUpForm .form-header .stepIndicator.finish img{
    filter: none;
}
#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 9;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 50%;
	outline: 2px solid #fff;
	outline-offset: 6px;
}
#signUpForm .form-header .stepIndicator.active::before {
    background-color: #141993;
	outline: 2px solid #141993;
}
#signUpForm .form-header .stepIndicator.finish::before {
    background-color: #141993;
	outline: 2px solid #141993;
}
#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    top: 50%;
	right: -33%;
    transform: translateY(-50%);
    width: 33%;
    height: 3px;
    border-top: 3px dashed #FFFFFF;
}
#signUpForm .form-header .stepIndicator.active::after {
    border-top: 3px dashed #FFFFFF;
}
#signUpForm .form-header .stepIndicator.finish::after {
    border-top: 3px dashed #FFFFFF;
}
#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}

#signUpForm input.invalid {
    border-color: #ffaba5;
}
#signUpForm .step {
  display: none;
}
#signUpForm .form-footer{
    overflow:auto;
    gap: 20px;
}
#signUpForm .form-footer button{
    cursor: pointer;
    margin-top: 5px;
}
#signUpForm .form-footer button:hover {
  opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background-color: #fff;
    color: #009688;
}
/*
#signUpForm input{
	height: 50px;
}
#signUpForm input{
	background-color: transparent;
	border: 0;
	border-bottom: 1.5px solid #fff;;
	opacity: 0px;
	border-radius: 0;
	color: #fff;
}
#signUpForm input::placeholder {
	color: #fff;
	opacity: 1;
}
#signUpForm input:focus{
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border-bottom-color: #fff;
}
#signUpForm select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	height: 50px;
	background-color: transparent;
	border: 0;
	border-bottom: 1.5px solid #fff;;
	opacity: 0px;
	border-radius: 0;
	color: #fff;
}
#signUpForm select option{
	color: #000;
}*/
.team-class-name{
	white-space: nowrap;
}
.team-approval-info ul{
	margin: 0;
	padding: 0;
}
.team-approval-info li{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.team-approval-info li h5, .team-approval-info li p{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	color: #fff;
}
.team-approval-info li h5{
	font-weight: 700;
}
.selected-team-info h5{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.selected-team-info p{
	color: #fff;
}
.team-app-table td select{
	min-width: 120px;
}
/*=-----------  Team Application Page css:END  ----------------*/


/*=-----------  Game schedule by class Page css:Start  ----------------*/
.cst-card h5.card-title{
	font-size: 30px;
	font-weight: 400;
	line-height: 28.83px;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.cst-card .card-header{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.cst-card .card-header ul li a{
	color: #fff;font-size: 20px;
}
.cst-card h6.card-title{
	font-size: 24px;
	font-weight: 400;
	line-height: 23.06px;
	color: #fff;
}
.class-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.class-btns a.btn{
	font-size: 18px;
}

.playoff-title {
	margin-bottom: 30px;
	margin-top: 30px;
}
.playoff-title li{
	position: relative;
}
.playoff-title li:first-child{
/*	margin-right: 32px;  */
}
.playoff-title li:first-child::after{
	content: "";
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 20px;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}
.playoff-title a.btn{
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 5px;
	border-radius: 14px;
	border: 1.6px 0px 0px 0px;
	backdrop-filter: blur(9.59999942779541px);
	background-color: rgba(255, 255, 255, 0.2);
	border-width: 0 1.5px 1.5px 0;
	border-style: solid;
	border-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.playoff-title a.btn:hover{
	color: #141993;
	background-color: rgba(255, 255, 255, 1);
}
.playoff-title a.btn.active{
	color: #141993;
	background-color: rgba(255, 255, 255, 1);
	cursor:default;
}

.club-team-title ul li{
	position: relative;
}
.club-team-title ul li:first-child{
	margin-right: 32px;
}
.club-team-title ul li:first-child::after{
	content: "";
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 20px;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}
.club-team-title ul li a{
	color: #fff;
	font-size: 20px;
}
/*=-----------  Game schedule by class Page css:END  ----------------*/

/*=-----------  Groups Page css:Start  ----------------*/
.class-groups{padding-top: 30px;padding-bottom: 30px;}
.class-groups a:first-child{margin-right: 1rem;}
/*=-----------  Groups Page css:END  ----------------*/

/*=-----------  Game Team Info Page css:Start  ----------------*/
.game-team-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.divider-two{
    display: block;
    width: 100%;
    height: 2px;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.0739996) 100%);
}


.game-teams-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 20px;
}
.game-team-name{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.game-team-name h5{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.game-team-name img{
	width: 80px;
}

.game-team-vs{
	font-family: 'Kanit';
	font-size: 24px;
	font-weight: 400;
	position: relative;
	white-space: nowrap
}
.game-team-vs::before{
	content: "-";
	margin-right: 3px;
}
.game-team-vs::after{
	content: "-";
	margin-left: 3px;
}

.match-notes p:last-child{
	margin-bottom: 0;
}
.match-notes p strong{
	margin-left: 5px;
	margin-right: 5px;
}

.match-stats h2{
	font-size: 35px;
	line-height: 53px;
	margin-bottom: 30px;
}
.match-stats-content p{
	text-decoration: underline;
	text-align: center;
}
.match-comentry{
	margin-bottom: 30px;
	display: flex;
	gap: 1rem;
	align-items: center;
	flex-direction: row
}
.match-comentry p{
	text-decoration: none;
	margin-bottom: 0;
}
.score-boxes{
	display: flex;
	gap: .5rem;
}
.score-boxes .score-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.16px;
	color: #141993;
}
.ms-left p{
	text-align: left;
}
.ms-right{
	justify-content: flex-end;
}
.ms-right p{
	text-align: right;
}
.match-stats-content{
	max-height: 690px;
	overflow-y: auto;
}

.team-list-content ul{
	margin-bottom: 0;
}
.team-list-content li{
	font-size: 18px;
	font-weight: 600;
}
.team-list-content li:not(:last-child){
	margin-bottom: 1rem;
}
.team-list-content li img{
	margin-right: 20px;
}

/*=-----------  Game Team Info css:END  ----------------*/


/*=-----------  Playoff page css:Start  ----------------*/
.columns{
	display: flex;
    flex-direction: row;
    padding-top: 26px;
    width: 100%;
}
.column{
	padding-right: 50px;
    width: calc(100% / 4);
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.columns .column .cell {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
	width: 100%;
	margin-top: 23px;
}
.tv-head{
	font-family: 'Kanit';
	font-size: 24px;
	font-weight: 400;
	line-height: 23.06px;
	text-align: center;
	margin-bottom: 30px;
	position: absolute;
	width: 100%;
	top: -23px;
	left: 0;
}

.t_box {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
    border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	border-radius: 100px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
    display: flex;
	align-items: center;
    box-sizing: content-box;
    flex-direction: row;
	gap: 7px;
}
.winner-team{
	border-color: #23AF00
}
.defeated-team{
	border-color: #CC0000
}

.blockhead {
	margin: 12px 7px;
}
.quarterfinal.blockhead {
	margin: 55px 7px;
}
.semifinal.blockhead {
	margin: 137px 7px;
}
.final.blockhead {
	margin: 252px 7px;
}
.blockhead a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}
.blockhead a i{
	font-size: 16px;
}
.blockhead a .blockinfo{
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1)
}
.final-text{
	font-family: 'Kanit';
	font-size: 100px;
	font-weight: 400;
	line-height: 96.1px;
	text-align: center;
	opacity: 0.13;
	transform: rotate(90deg) translate(-50%);
	position: absolute;
	top: 68%;
    left: -33%;
	z-index: 0;
}
/*=-----------  Playoff page css:END  ----------------*/

/* Ulf Start */
.sport-block {
    display: inline-block;
    padding: 11px 15px 11px 25px;
    border-radius: 35px;
    background-color: #ffffff20;
    backdrop-filter: blur(8px);  
}


.counter {
	text-align: start;
	margin-bottom: 30px;
	/*margin-top: 80px;*/
}
.counter h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 90px;
	font-weight: 600;
	line-height: 113.4px;
	text-align: center;
	color: #141993;
	margin-top: 20px;
	text-shadow: 3px 3px 5px rgb(174, 174, 174);
}
.counter p {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #141D2C;
	margin-bottom: 0;
}
.img_centered {
  color: #141993;
}

.modal-header-teaser {
	border: 2px solid #141993;
}
.rubr-class-div {
  font-size: 24px;
  background: #141993;
  color: #FFFFFF !important;
  font-weight: 600;
  border: 0 none #fff !important;
  padding: 4px 0px 4px 10px;
  margin: 10px 0px 6px 0px;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.my-info-yellow {
	color:#fff;	
}
