*{
    margin: 0;
    padding: 0;
    font-family: "Inter", Helvetica;
    font-size: 16px !important;
}
body {
    background-image: url("../images/background-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    /* margin-top: 70px; */
    overflow-x: hidden;
    min-height: 80vh;
    /* zoom: 110%; */
}

img{
    height: 100%;
    width: 100%;
}

/* NAVIGATION MENU */
.navbar{
    height: 40px;
    background-color: #1d21271a !important;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
}

.logo-image {
    /* line-height: 40px; */
    background-color: #ffffff33;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 2px 25px 2px 30px !important;
}
.logo-image p{
    margin: 0px;
    color: #ffffff;
    letter-spacing: 5px;
}

.logo-image img{
    height: 28px;
}

.navbar-brand img{
    height: 35px;
    max-width: 100px;
}

.menu-items li{
    width: 150px !important;
    text-align: center;
    position: relative;
    justify-content: center;
}

.menu-items li img{
    width: 25px;
    margin-left: 10px;
}

.menu-items li a{
    /* width: 100%; */
    width: 100px;
    font-size: 12px !important;
}

.menu-items .nav-item a,.menu-items .nav-item a.active{
    color: #ffffff;
}

.menu-items .nav-item:after{
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    height: 50%;
    width: 2px;
    background-color: #ffffff;
    line-height: 40px;
    transform: translateY(50%);
}

.menu-items ul li:last-child{
    width: 40px !important;
}

.menu-items ul li.nav-item:last-child {
    text-align: left;
}

.menu-items .nav-item:last-child::after,
.menu-items .nav-item:nth-last-child(2)::after {
    height: 0px;
}

.menu-items .dropdown-menu {
    background-color: rgba(29, 33, 39, 0.5);
    border-radius: 0px 0px 16px 16px;
    margin-top: -5px;
}

.menu-items .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    filter: blur(80px);
    z-index: -1;
}

.menu-items .dropdown-menu{
    right: 0;
    left: inherit;
}

.menu-items .dropdown-menu li{
    width: auto !important;
}

.menu-items .dropdown-menu li a {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px 0px 16px 16px;
}

.menu-items .dropdown-menu li a:hover {
    background-color: #1d21271a;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
}
.menu-items .dropdown-menu li:last-child{
    width: 100% !important;
}

.dropdown-menu{
    --bs-dropdown-padding-y: 0px;
}

.dropdown-menu li a{
    width: 100% !important;
}

/* Weekly Tournament Menu */

.wk-item-menu{
    /* background-color: red !important; */
    padding: 10px;
    box-shadow: inset 0px 50px 50px 50px #294288;
}
.wk-menu.show{
    color: #ffffff !important;
}
.wk-item-menu li{
    border-bottom: 1px solid #ffffff !important;
}
.wk-item-menu li a{
    border-radius: 0px !important;
    border: none  !important;
    text-wrap: wrap;
}
.wk-item-menu li:last-child{
    border-bottom: none !important;
}
/* HOME PAGE */


/* HOME PAGE NEW ADDED */

.row-card-container .card {
    transition: all 0.5s ease;
    height: 200px;
}

.row-card-container .card:hover{
z-index: 1; 
}

.row-card-container .card.expanded1 {
transform-origin: right;
margin-right: -400px;
z-index: 3;
}

.row-card-container .card.expanded2 {
transform-origin: center;
margin-right: -300px;
margin-left: -100px;
z-index: 3;
}

.row-card-container .card.expanded3 {
transform-origin: center;
margin-right: -100px;
margin-left: -300px;
z-index: 3;
}

.row-card-container .card.expanded4 {
transform-origin: left;
margin-left: -400px;
z-index: 3;
}

.row-card-container .card.card-sync-right-3,
.row-card-container .card.card-sync-12,
.row-card-container .card.card-sync-21,
.row-card-container .card.card-sync-left-3{
    transform: scale(0.7);
}

.row-card-container .card.card-sync-right-32, 
.row-card-container .card.card-sync-122{
    transform-origin: right;
    z-index: 1;
    position: relative;
    right: -150px;
}

.row-card-container .card.card-sync-right-31{
    transform-origin: right;
    position: relative;
    right: -320px;
    z-index: 2;
}

.row-card-container .card.card-sync-121{
    transform-origin: left;
    z-index: 1;
}

.row-card-container .card.card-sync-left-31,
.row-card-container .card.card-sync-211{
    transform-origin: left;
    z-index: 1;
    position: relative;
    left: -150px;
}

.row-card-container .card.card-sync-left-32{
    transform-origin: left;
    position: relative;
    left: -320px;
    z-index: 2;
}

.row-card-container .card.card-sync-213{
    transform-origin: right;
    z-index: 1;
}

/* .height100{
    height: 300px;
} */

.hidden-card{
    display: none;
}

.hidden-card img{
border-radius: 40px 0 0 40px;
}

/* HOME PAGE NEW ADDED FINSIHED */


.section-1 {
    margin-top: 70px;
}

.section-content {
    margin-bottom: 50px;
}

.header-text {
    background-color: #1d21271a !important;
    box-shadow: inset 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
    padding: 10px 30px !important;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}

.card-container {
    width: 100%;
    border-radius: 40px;
    background-color: transparent;
    box-shadow: 0px 6px 24px #00000040;
    color: #ffffff;
    backdrop-filter: blur(80px) brightness(100%);
}

.image-container {
    position: relative;
    height: 100px;
    overflow: hidden;
    border-radius: 40px 40px 0px 0px;
}

.card-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-body {
    border-radius: 0px 0px 40px 40px;
}

.card-title {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}


.card {
    transition: all 0.1s ease-in-out;
}

.vertical-hover-image img {
    height: 100%;
    width: 100%;
    border-radius: 40px 0px 0px 40px;
}

.vertical-hover-card {
    border-radius: 40px;
    background-color: #1d21271a !important;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
}

.vertical-hover-card .card-body {
    color: #ffffff;
    padding: 35px 30px;
}

.vertical-hover-card .card-title {
    text-align: left;
}

.hover-visible-div {
    display: none;
}

.visible-width {
    width: 800px;
    flex: 1 1 auto !important;
    position: absolute;
    border: none;
    background-color: #1d21271a !important;
}

.feature-card:not(:hover) {
    z-index: 0;
    /* opacity: 0.5; */
}

.feature-card:hover {
    z-index: 10;
    opacity: 1;
    /* transform: translateY(10px); */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hover-visible-div .card-text{
    font-size: 12px !important;
    margin: 0 10px;
    height: 70px;
    overflow: hidden;
}

.hover-visible-div .card-footer{
    border: none;
    padding: 0 20px 0 0;
}

.hover-visible-div .card-footer img{
    width: 20%;
    height: 15px !important;
    margin-right: 20px;
}


.vertical-card {
    background-color: #1d21271a !important;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 40px;
    /* padding: 20px; */
}

.vertical-card .card-title {
    font-size: 30px !important;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.96px;
    margin: 25px 0 10px 0;
}

.vertical-card .card-text {
    font-size: 20px;
    font-weight: 400;
    color: #78dbfe;
    letter-spacing: 0.64px;
}

.vertical-card-image img{
    height: 60%;
}

.card-body-img-container{
    height: 90%;
}






/* FOOTER */

.footer-content {
    background-color: #1d21271a !important;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 40px;
    padding: 30px 30px 50px 30px !important;
}

.footer-content h1 {
    font-size: 25px !important;
    color: #78dbfe;
    letter-spacing: 0.8px;
}

.yt-content,
.x-content {
    color: #ffffff;
    font-size: 20px !important;
    height: 100px;
}

.yt-content img,
.x-content img{
    height: 100%;
    width: 40%;
}


/* SIGNUP SIGNIN */


.modal-content{
    border-radius: 50px !important;
    background-color: #1d21271a;
    backdrop-filter: blur(80px) brightness(100%);
    border: .5px solid #76d6f9 !important;
}

.signup-modal{
    width: 90%;
    height: auto;
    margin: auto;
    transform: translateY(10%) !important;
    padding-bottom: 70px;
}

.signup-body{
    padding: 0;
    margin: 0;
    border-radius: 50px !important;
    overflow: hidden;
}

.signup-body img{
    width: 100%;
    height: 100%;
}

.detail-section{
    padding: 50px !important;
}

.heading-section h1{
    color: #ffffff;
    font-size: 25px !important;
}

.heading-section h3{
    color: #76d6f9;
    font-size: 20px !important;
}

.heading-section p{
    color: #ffffff;
    font-size: 15px !important;
}

.heading-section p a{
    color: #76d6f9 !important;
}

.custom-form-field{
    color: #ffffff;
}

.custom-form-field label{
    font-size: 15px !important;
}

.custom-form-field input{
    background-color: #1d21271a;
    backdrop-filter: blur(80px) brightness(100%);
    border: .5px solid #705fb4;
    color: #76d6f9;
    padding-left: 10px !important;
}

.custom-form-field input[type=text],input[type=email],input[type=password]{
    font-size: 15px !important;
}

.custom-form-field input:focus{
    background-color: #1d21271a;
    backdrop-filter: blur(80px) brightness(100%);
    border: .5px solid #76d6f9;
    box-shadow: none;
    color: #76d6f9;
}

.custom-form-field input::placeholder{
    color: #705fb4;
}

.btn-form-submit{
    width: 100%;
    font-size: 20px !important;
    background-color: #1d21271a;
    backdrop-filter: blur(80px) brightness(100%);
    border: .5px solid #76d6f9 !important;
    box-shadow: none;
    color: #76d6f9;
    padding: 8px;
    border-radius: 8px;
    font-weight: 600;
}

.dropdown .btn-form-submit{
    width: auto;    
}


.btn-form-submit:hover{
    background-color: #76d6f9;
    color: #ffffff;
}


.line-height-2{
    line-height: 2;
}

.social-section button{
    background-image: url('../images/google.svg');
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    border-radius: 10px;
    padding: 20px;
}

.close-div{
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #705fb4;
    right: 0;
    z-index: 9999;
    border-radius: 50%;
    background-image: url('../images/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(80px) brightness(100%);
    border: .5px solid #76d6f9 !important;
    cursor: pointer;
}


.error-input{
    border: .5px solid red !important;
}

.success-input{
    border: .5px solid #76d6f9 !important;
}

.warning-input{
    border: .5px solid yellow !important;
}

.error-message-text{
    color: red !important;
}

.success-message-text{
    color: #76d6f9 !important;
}

.warning-message-text{
    color: yellow !important;
}

.begin-btn{
    width: 80%;
    height: 100%;
    background-color: #1d21271a;
    backdrop-filter: blur(80px) brightness(100%);
    border: .5px solid #76d6f9 !important;
    color: #76d6f9;
    border-radius: 10px;
}




/* Tooltip */

.tooltip-container {
    position: relative;
    width: 300px;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #333333;
    backdrop-filter: blur(10px) brightness(100%);
    border: 1px solid #76d6f9;
    color: #76d6f9;
    padding: 8px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.tooltip ul {
    list-style-type: circle;
    margin: 0;
    padding: 5px 5px 5px 20px;
}

.tooltip li {
    margin-bottom: 5px;
}

.tooltip-visible{
    opacity: 1 !important;
    visibility: visible !important;
}


/* Password */

.input-wrapper {
    position: relative;
}

.input-wrapper i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #705fb4;
    cursor: pointer;
    z-index: 9999;
}
.form-control.is-invalid{
    border: #FC6471 1px solid !important;
    box-shadow: inset 0 0 10px 0px #FC6471;
    background-image: url('../images/warning.png');
}

.invalid-feedback{
    background-color: #FFD0D4;
    color: #FC6471;
    padding: 5px 12px;
    border-radius: 10px;
    margin-top: 5px;
}

/* EDIT PROFILE */
.back-section{
    padding: 10px 40px !important;
    margin-top: 40px;
    background-color: #1d21271a !important;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 0 0 48px 48px;
    margin-bottom: 35px;
}

.back-image{
    cursor: pointer;
    width: 30%;
}

.back-image img{
    width: 100%;
    height: 100%;
}

.breadcrumb-text{
    font-size: 20px !important;
    font-weight: 600;
    color: #78dbfe;
    margin: 0px;
    vertical-align: middle;
}

.profile-section{
    background-color: #1d21271a !important;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
    /* background-color: #ffffff; */
    /* height: 100px;
    width: 100%; */
    border-radius: 48px;
    padding: 40px !important;
    min-height: 600px;
}

.profile-desc{
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.profile-picture {
    /* margin-right: 50px; */
    width: 150px;
    height: 150px;
}
.profile-picture img{
    border-radius: 18px;
    width: 100%;
}

.profile-desc h1{
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-upload-pic{
    width: 70%;
    font-size: 15px !important;
    font-weight: 600;
    height: 30px;
    background: #1d21271a;
    border-radius: 5px;
    border: .5px solid #76d6f9 !important;
    color: #76d6f9;
    margin-left: 10px;
}

.btn-upload-pic:hover{
    background: #76d6f9;
    color: #ffffff;
}

.btn-remove-pic{
    width: 70%;
    font-size: 15px !important;
    font-weight: 600;
    height: 30px;
    background: #00000040;
    border-radius: 5px;
    border: .5px solid #00000040;
    color: #ffffff;
    box-shadow: 0px 6px 24px #00000040;
    backdrop-filter: blur(80px) brightness(100%);
}

.btn-remove-pic:hover{
    border: .5px solid #ffffff;
}

.profile-form-field{
    padding: 0px !important;
}
.profile-form-field input{
    height: 30px;
    width: 90%;
}

.profile-form-field label{
    font-size: 10px !important;
}

.profile-form-field .input-wrapper i{
    right: 45px;
}

.update-btns{
    padding-top: 1.9rem !important;
}

.btn-submit{
    width: 70%;
    font-size: 15px !important;
    font-weight: 600;
    height: 30px;
    background: #76d6f9;
    border-radius: 5px;
    border: .5px solid #76d6f9;
    color: #262640;
}

.form-control:disabled{
    background: none;
}

.btn-password-success{
    width: 70%;
    font-size: 15px !important;
    font-weight: 600;
    height: 30px;
    background: rgba(79, 163, 103, .3);
    border-radius: 5px;
    border: .5px solid #AEFFC5;
    color: #AEFFC5;
    text-align: center;
    line-height: 25px;
}
.btn-password-success img{
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 15px;
    height: 15px;
    width: 15px;
}

.password-detail{
    border: .5px solid #00000040;
    padding: 20px !important;
    border-radius: 18px;
    background-color: #00000040;
    color: #ffffff;
}

.password-detail p{
    font-size: 15px !important;
}

.password-detail ul li{
    font-size: 10px !important;
}

.profile-form-field input[type=text], .profile-form-field input[type=email], .profile-form-field input[type=password]{
    font-size: 10px !important;
}


/* Tournament */
.torunament.back-section{
    margin-top: 40px;
}

.breadcrum-helptext{
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}

.tournament-section{
    min-height: auto;
}

.tounament-box{
    width: 90%;
    height: 90%;
    backdrop-filter: blur(80px) brightness(100%);
    border: 1px solid #294288 !important;
    border-radius: 32px;
    cursor: pointer;
    transition: all .5s ease;
    margin: 0 auto;
}

.tounament-box:hover{
    box-shadow: 5px 5px 10px #76d6f9, -5px -5px 10px #76d6f9, 5px -5px 10px #76d6f9, -5px 5px 10px #76d6f9;
    border: 1px solid #76d6f9 !important;
}

.tounament-box:hover .event-desc{
    visibility: visible !important;
}

.tounament-box .tournament-image img{
    height: 200px;
    /* object-fit: cover; */
    object-fit: contain;
}

.tounament-box img{
    border-radius: 32px 32px 0 0;
    /* visibility: hidden; */
}


.tournament-detail-container{
    border-radius: 0 0 32px 32px;
    /* padding: 10px 0 10px 0; */
    color: #ffffff;
}

.tournament-title p{
    font-size: 25px !important;
    font-weight: 700;
}

.tournament-title span{
    font-size: 20px !important;
    font-weight: 400;
}

.event-desc{
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 10%;
    background-color: transparent;
    /* backdrop-filter: blur(100px) brightness(30%); */
    backdrop-filter: blur(30px);
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    visibility: hidden;
    transition: all .1s;
}

.event-desc::before,
.event-desc::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 15%;
  height: 2px; /* Adjust the height of the line as needed */
  background-color: #ffffff; /* Adjust color as needed */
}

.event-desc::before{
    left: 0;
}

.event-desc::after{
    right: 0;
}

.event-desc p{
    margin-bottom: 0px;
    font-size: 20px !important;
}

.filter-shell{
    color: #ffffff;
    text-align: right;
}

.filter-shell img{
    margin-right: 10px;
    padding: 20px 0px 20px 0px;
}

.filter-shell .dropdown .dropdown-toggle{
    width: 70%;
    backdrop-filter: blur(80px) brightness(100%);
    border: 1px solid #294288 !important;
    border-radius: 12px;
    background-color: #37315D;
    text-align: left;
}
.filter-shell .dropdown .dropdown-toggle:focus{
    border-radius: 12px 12px 0 0;
}

.zid-1{
    z-index: -1 !important;
}

.filter-shell .dropdown-menu{
    width: 70%;
    border-radius: 0 0 12px 12px;
    border: 1px solid #ffffff;
    backdrop-filter: blur(80px) brightness(100%);
    background-color: #37315D;
    padding: 0px;
    z-index: 2;
}

.filter-shell .dropdown-menu li{
    border-top: 1px solid #ffffff;
    width: 100%;
    cursor: pointer;
}

.filter-shell .dropdown-menu li .dropdown-item{
    border: none;
}

.filter-shell .dropdown-menu li a:hover{
    background: none;
    border-radius: none;
    box-shadow:none;
    backdrop-filter: none;
}

.filter-shell .dropdown-toggle::after{
    margin-left: 4rem;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Tournament Results */

.team-card{
    border: .5px solid #76d6f9 !important;
    border-radius: 32px;
    cursor: pointer;
    background-color: transparent;
    padding: 15px !important;
    /* z-index: -1; */
    backdrop-filter: blur(80px) brightness(100%);
    /* z-index: 2; */
    width: 90%;
    margin: 0 auto;
}

.team-card .team-img-container{
    width: 120px;
    height: 120px;
    background-color: #000000;
    border-radius: 16px;
    padding: 5px !important;
}

.team-card .team-img-container .img-start{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.team-card .team-img-container .img-start img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team-card .card-body{
    color: #ffffff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 12px !important;
}

.team-card .card-title{
    font-size: 15px !important;
    font-weight: 500;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.team-card .card-text{
    font-size: 1vw !important;
    font-weight: 700;
    margin-bottom: 30px;
    /* position: absolute; */
    /* bottom: 35%;  */
}

.team-card .card-text-date{
    position: absolute;
    bottom: 0;
}

.team-card:hover{
    box-shadow: 5px 5px 10px #76d6f9, -5px -5px 10px #76d6f9, 5px -5px 10px #76d6f9, -5px 5px 10px #76d6f9;
    border: 1px solid #76d6f9 !important;
}

.card-text-date small{
    font-size: 13px !important;
    font-weight: 400;
    /* position: absolute; */
    /* bottom: 10%; */
}

.pl-2{
    padding-left: 20px;
}
.pr-2{
    padding-right: 20px;
}


.page-btns{
    width: 35%;
    /* background-color: #454545; */
    color: #D5B8FE !important;
    font-size: 18px !important;
    padding: 5px 12px 5px 12px !important;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: inset 0px 5px 10px #00000040;
    border: 1px solid transparent;
}

.page-btns a{
    color: #D5B8FE !important;
    text-decoration: none;
}

.page-btns .prev-icon, .page-btns .next-icon{
    /* font-size: 40px !important; */
    line-height: 0;
}

.page-btns .prev-icon img, .page-btns .next-icon img{
    width: 15%;
}

.page-btns:hover{
    border: 1px solid #D5B8FE;
}

.line-break {
    width: 100%;
    height: 1px;
}

/* deck-list */

.deck-list{
    margin-top: 15px;   
}
.deck-list .back-image{
    transform: translateY(10%);
}

.deck-list a{
    line-height: 0;
}
.deck-list .d-table{
    color: #ffffff;
}

.team-player-detail{
    padding: 20px;
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 30px;
}

.team-player-detail .team-img-container{
    width: 100%;
    height: 180px;
    background-color: #000000;
    border-radius: 30px;
    padding: 5px;
}

.team-player-detail .team-img-container .player-img-start{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.player-img-start{
    height: 100%;
    width: 100%;
    /* display: grid; */
    /* gap: 10px; */
    background-color: black;
    border-radius: 30px;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(7,33px);
}

.player-img-start img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.team-player-content{
    color: #ffffff;
}

.team-player-content h6{
    padding: 20px 20px 0 20px;
    font-size: 15px !important;
}

.team-player-content ul li{
    font-size: 13px !important;
}

.team-player-content ul{
    padding: 0 20px;
}

.deck-list-table{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    position: relative;
    /* padding: 20px;
    padding-top: 15%; */
    padding: 5% 5% 1% 5%;
    color: #ffffff;
    overflow-x: scroll;
}

.deck-list-table::-webkit-scrollbar {
  display: none;
}

.deck-header{
    background-color: #78dbfe;
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.deck-header h3{
    font-size: 40px;
    font-weight: 700;
}

.rank-deck{
    padding: 0 1%;
    border-radius: 10px;
    cursor: pointer;
}

.rank-deck-item{
    background-color: #9c86cd;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 16px;
}

.rank-deck-item .place{
    display: flex;
}

.rank-deck-item .head{
    clear: both;
    /* float: left; */
    /* background-color: #6766bb; */
    /* backdrop-filter: blur(80px) brightness(100%); */
    backdrop-filter: contrast(0.2);
    border-radius: 5px;
    padding:5px;
    color: #ffffff;
    margin-right: 15px;
}

.rank-deck-item .head img{
    width: 18%;
}

.rank-deck-item .gold{
    background-color: gold;
    color: #000000;
}

.rank-deck-item .silver{
    background-color: silver;
    color: #000000;
}

.rank-deck-item .bronze{
    background-color: #cd7f32;
    color: #000000;
}

.rank-deck-item .team-name{
    font-size: 22px;
    font-weight: 600;
}

.rank-deck-item .team-list{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.rank-deck-item .team-list li{
    font-size: 15px;
    font-weight: 400;
}

.deck-list-ranking-table{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    /* border-radius: 48px; */
    position: relative;
    /* padding: 20px;
    padding-top: 15%; */
    /* padding: 5% 5% 1% 5%; */
    color: #ffffff;
    overflow-x: hidden;
    border-radius: 48px;
    min-height: 450px;
    overflow-y: scroll;
}

.deck-list-ranking-table::-webkit-scrollbar {
    /* display: none; */
    width: 6px;
}

.deck-list-ranking-table::-webkit-scrollbar-track {
    /* display: none; */
    width: 5px;
    background-color: #00000040;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.deck-list-ranking-table::-webkit-scrollbar-thumb {
    /* display: none; */
    width: 5px;
    background-color: #00000090;
    border-radius: 20px;
}

.deck-list-ranking-table thead{
    background-color: #b8b3ce;
    position: sticky;
    top: 0;
}

.deck-list-ranking-table table{
    width: 100%;
}

.head-row .row-style img{
    width: 40%;
}

.head-row .row-style{
    display: inline-block;
    background-color: rgb(255,255,255,0.3);
    padding: 4px 15px;
    margin-left: 2.5%;
    height: 20px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 10px !important;
}

.deck-list-ranking-table thead tr th:first-child{
    padding-left: 5%;
}


.deck-list-ranking-table tbody tr td:first-child{
    padding-left: 5%;
}

.team-table thead th{
    font-size: 10px !important;
}

.team-table tbody td{
    font-size: 12px !important;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

.team-table tbody td a img{
    height: 10%;
    width: 20%;
}



.gold{
    background-color:gold !important;
    color: black !important;
    font-size: 10px !important;
    margin-left: 0px !important;
    width: 50px !important;
}

.silver{
    background-color:silver !important;
    color: black !important;
    font-size: 10px !important;
    margin-left: 0px !important;
    width: 50px !important;
}

.bronze{
    background-color:orange !important;
    color: black !important;
    font-size: 10px !important;
    margin-left: 0px !important;
    width: 50px !important;
}

tbody{
    font-size: 16px !important;
    color: #ffffff !important;
}

.table-hover>tbody>tr:hover>*{
    color: #ffffff;
}

/* deck-player-list */

.deck-player-img{
    height: 95%;
    width: 100%;
    border-radius: 15px;
}

.deck-list-player-table{
    border-radius: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow-x: scroll;
    margin: 30px 0;
}
.deck-list-player-table::-webkit-scrollbar {
    display: none;
}

.deck-list-player-table .head-row .end-col-row-style{
    display: inline-block;
    background-color: rgb(255,255,255,0.3);
    padding: 3px;
    margin-left: 2.5%;
    height: 20px;
    width: 50px;
    text-align: center;
    font-size: 11px !important;
}

.player-profile-card{
    padding: 30px 30px 30px 0px;
    text-align: center;
}

.player-profile-card img{
    width: 100%;
    height: 45%;
    border-radius: 15px;
}

.table-leader{
    margin-left: 30px;
}

.table-event{
    margin-left: 30px;
    height: 200px;
}

.player-cards{
    margin-left: 30px;
    padding: 20px;
}

.player-images-container{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-template-rows: repeat(2,50px);
    gap: 10px;
}
.player-images-container img{
    height: 100%;
    width: 100%;
}

.copy-to-sim{
    margin-left: 30px;
    margin-bottom: 30px;
}

.copy-to-sim button{
    width: 100%;
    height: 40px;
    font-size: 15px !important;
    font-weight: 600;
    background-color: #76d6f9;
    border: none;
    border-radius: 8px;
}

.deck-player-filter{
    vertical-align: middle;
}

.deck-player-filter .dropdown{
    width: 90%;
}

.lg-view-selection{
    vertical-align: middle;
}

.custom-control{
    width: 80px;
    height: 35px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    /* padding: 5px; */
}
.custom-control .list-view{
    width: 50%;
    padding: 5px;
}
.custom-control .grid-view{
    width: 50%;
    padding: 5px;
}

.view-active{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

.custom-hr-left, .custom-hr-right{
    position: relative;
}

.custom-hr-left hr{
    width: 200px;
    border: none; 
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, transparent, #ffffff);
    /* background: red; */
    /* margin: 20px 0;  */
}

.custom-hr-right hr{
    width: 200px;
    border: none; 
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to left, transparent, #ffffff);
    /* background: red; */
    /* margin: 20px 0;  */
}

.footer-place-style{
    display: inline-block;
    background-color: rgb(255,255,255,0.3);
    padding: 4px 15px;
    text-align: center;
    border-radius: 6px;
}

.team-price-tag{
    background-color: #4FA367;
    font-size: 30px;
    padding: 10px;
    border-radius: 10px;
}

.player-download-btns button{
    width: 40%;
    height: 50px;
    font-size: 24px;
    font-family: 600;
    background-color: #76d6f9;
    border: none;
    border-radius: 16px;
}

.view-section-filter{
    display: table;
}

.deck-card-img-container{
    position: relative;
}

.deck-img-number{
    /* background-color: #78DBFE; */
    /* padding: 10px; */
    background: transparent;
    box-shadow: inset 0px 5px 30px #000000;
    position: absolute;
    right: 0;
    top: -10px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    font-size: 13px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

/* WEEKLY Tournament */

.weekly-tournament-section{
    overflow: hidden;
    padding: 40px;
}

.weekly-tournament-section .wp-head-text{
    text-align: center;
    font-size: 15px !important;
    font-weight: 400;
    padding: 0px 20px;
}

.table-card{
    box-shadow: 0px 6px 24px #00000040;
    border-radius: 24px;
    overflow: hidden;
}
.table-card .table-card-head{
    text-align: center;
    padding: 0;
    background-color: #D5B8FE;
    color: #262640;
}

.table-card .table-card-head p{
    font-size: 18px;
    font-weight: 500;
}

.table-card .table-card-head p b{
    font-size: 14px !important;
    font-weight: 700;
}

.table-card .card-containers{
    padding: 10px 15px;
}

.table-card .card-containers .card{
    background-color: transparent;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 6px 24px #00000040;
    cursor: pointer;
}

.table-card .card-containers .card .card-body{
    padding: 10px;
}

.table-card .card-containers .card .card-body p{
    font-size: 15px !important;
    margin: 0;
    color: #ffffff;
}

.card-tags ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 10px;
    justify-content: space-between;
    width: 55%;
}

.weektourn-back{
    margin-top: 1.3%;
}

.card-tags ul li{
    margin: 0 5px;
    padding: 5px;
    box-shadow: 0 0px 2px #ffffff;
    font-size: 10px !important;
    color: #ffffff;
}

.card-tags ul li.lgc{
    background-color: #4FA3674D;
    box-shadow: 0 0px 2px #4FA3674D;
    color: #AEFFC5;
    margin-left: auto;
}

.wk-tournament-detail{
    border-radius: 16px;
    overflow: hidden;
    padding: 0 0 20px 15px;
}

.wk-tournament-detail img{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}

.tdetail{
    padding: 0 20px;
}

.tdetail h1{
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.wk-price-detail{
    display: flex;
    margin-bottom: 20px;
}

.wk-price-detail .wk-price-tag{
    background-color: #63A375;
    padding: 5px 16px;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: 700;
    margin-right: 16px;
}

.wk-price-detail .wk-item-tag{
    /* background-color: #63A375; */
    padding: 5px 16px;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: 400;
    box-shadow: 0px 6px 24px #00000040;
}

.wk-item-shop{
    margin-bottom: 20px;
}

.wk-desc{
    font-size: 12px !important;
    font-weight: 700;
    color: #78DBFE;
    box-shadow: 0px 6px 24px #00000040;
    padding: 15px 32px;
    border-radius: 24px;
}

.wk-dp{
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 20px;
}

.desc-in-detail{
    box-shadow: 0px 6px 24px #00000040;
    border-radius: 20px;
    padding: 12px 14px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.desc-in-detail p{
    font-size: 16px !important;
}

.signup-btn button{
    background-color: #78DBFE;
    border: none;
    width: 250px;
    font-size: 15px !important;
    font-weight: 600;
    /* margin-top: 25px;
    margin-left: 25px; */
    border-radius: 5px;
    color: #262640;
    height: 30px;
}

.quantity-detail{
    margin-left: 30px;
}

.quantity-detail .dropdown button{
    background-color: transparent;
    box-shadow: 0px 6px 24px #00000040;
    border: none;
    height: 50px;
}

.day-detail .dropdown button{
    background-color: transparent;
    box-shadow: 0px 6px 24px #00000040;
    border: none;
    height: 50px;
}

.quantity-detail .dropdown-menu .dropdown-item:hover, .quantity-detail .dropdown-menu .dropdown-item:focus{
    background: none;
}

.day-detail .dropdown-menu .dropdown-item:hover, .day-detail .dropdown-menu .dropdown-item:focus{
    background: none;
}

#thanks_modal .modal-body{
    padding: 72px;
}

.discord-info{
    padding: 20px 40px;
    color: #ffffff;
}

.discord-info h1{
    color: #76d6f9;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
}

.discord-info h2{
    font-weight: 500;
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 26px;
}

.discord-info p{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 26px;
}
.discord-info p a{
    color: #78DBFE;
}

.discord-info input[type=text]{
    background: none;
    height: 40px;
    border: .5px solid #78DBFE;
    border-radius: 10px;
    color: #8672CF03;
    width: 95%;
    padding: 20px;
    color: #78DBFE;
}
.discord-info input[type=text]::placeholder{
    color: #78DBFE;
}
.discord-info input[type=text]:focus-visible{
    outline: none;
    border: 1px solid #78DBFE;
    box-shadow: 1px 1px 1px 1px #78DBFE;
}

.discord-info button{
    height: 40px;
    width: 100%;
    background-color: #78DBFE;
    border: none;
    border-radius: 10px;
    font-size: 24px;
}



.wk-back-section{
    margin-top: 15px !important;
}

/* UPCOMING TOURNAMENT */

.upcoming-tournament-list{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    /* border-radius: 48px; */
    position: relative;
    /* padding: 20px;
    padding-top: 15%; */
    /* padding: 5% 5% 1% 5%; */
    color: #ffffff;
    overflow-x: scroll;
    border-radius: 48px;
}

.upcoming-tournament-list .table-card{
    /* max-height: 500px; */
    overflow-y: scroll;
}

.upcoming-tournament-list::-webkit-scrollbar, .upcoming-tournament-list .table-card::-webkit-scrollbar{
    display: none;
}

.upcoming-tournament-list tr{
    cursor: pointer;
}

.upcoming-tournament-list .table-card .card-containers{
    overflow-y: scroll;
    max-height: 500px;
}

.upcoming-tournament-list .table-card .card-containers::-webkit-scrollbar{
    display: none;
}

.upcoming-tournament-list tr td{
    font-size: 13px !important;
    text-wrap: nowrap;
}

.upcoming-tournament-list tr td img{
    width: 25%;
    width: 30px;
}

.upcoming-tournament-list td span.row-style{
    box-shadow: 0px 10px 50px #ffffff40;
    padding: 5px 20px;
    font-size: 13px !important;
}

.upcoming-tournament-list .signup-btn button{
    margin-top: 0px;
}
.upcoming-tournament-list .wk-item-tag{
    margin-right: 16px;
}
.upcoming-tournament-list .wk-price-tag{
    margin-right: 0px;
}

.register-closing{
    box-shadow: 0px 10px 50px #ffffff40;
    border-radius: 8px;
}
.register-closing .lhr hr{
    border: none; 
    height: 3px;
    background: linear-gradient(to right, #ffffff, transparent);
}

.register-closing .rhr hr{
    border: none; 
    height: 3px;
    background: linear-gradient(to left, #ffffff, transparent);
}

.register-closing span{
    font-size: 10px !important;
}

.dt-section{
    padding: 14px;
    box-shadow: 0px 10px 50px #ffffff40;
    border-radius: 16px;
}

.date-icon{
    padding: 20px 0px;
    margin: 0 10px;
    width: 25%;
    height: 100%;
    text-align: center;
}

.date-icon img{
    height: 100%;
    width: 60%;
}

.lc-section{
    padding: 8px;
    box-shadow: 0px 10px 50px #ffffff40;
    border-radius: 16px;
}

.lc-icon{
    padding: 30px 0px;
    margin: 0 10px 0 0;
    width: 15%;
    height: 100%;
}

.lc-icon img{
    height: 100%;
    width: 100%;
}

.loc-detail p{
    font-size: 12px !important;
    margin-bottom: 10px;
}

.loc-detail{
    border-right: 1px solid #ffffff;
    padding-right: 5px;
    margin-right: 10px;
}

.send-icon{
    padding: 30px 0px;
    width: 15%;
    height: 100%;
}

.send-icon img{
    height: 100%;
    width: 100%;
}

.upc-td-card .table-card-head{
    background-color: #262640;
    color: #ffffff;
}

.upc-td-card{
    box-shadow: inset 0px 6px 24px #00000040;
}

.upc-td-card .icon-handle{
    box-shadow: 0px 6px 24px #00000040;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    border-radius: 16px;
}
.upc-td-card .icon-handle img{
    width: 30%;
}
.upc-td-card .icon-handle h2{
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}
.promo-desc{
    border-right: 1px solid #ffffff;
    min-height: 120px;
    padding-right: 20px;
    text-align: justify;
}
.bdrline{
    border-right: 1px solid #ffffff;
    min-height: 140px;
    padding-right: 20px;
    text-align: justify;
}
.promo-rating{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;

    direction: rtl;
    font-size: 2em;
    unicode-bidi: bidi-override;
    width: max-content;
    padding: 0 30px;
}

.promo-rating .star{
    font-size: 40px !important;
}

.star.selected, .star.selected ~ .star{
    color: gold;
}

.upc-card-containers .card{
    background: none;
    border: none;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    border-radius: 0;
}

.upc-card-containers .card-detail small{
    font-size: 12px !important;
    font-weight: 400;
}

.upc-card-containers .card-body{
    padding: 0 12px;
}

.overview-desc{
    margin-bottom: 18px;
}

.overview-desc h2{
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 18px;
}

.overview-desc p{
    font-size: 13px !important;
    font-weight: 400;
    margin: 0;
}

.overview-desc small{
    font-size: 12px !important;
    font-weight: 400;
}

.schedule-desc h2{
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 18px;
}

.schedule-desc p{
    font-size: 13px !important;
    font-weight: 400;
}

/* .upc-card-containers {
    border-right: 1px solid #ffffff;
} */

.upc-card-containers .card-detail p{
    font-size: 14px !important;
    font-weight: 400;
}

.prize-dist-container .table-card-head{
    background-color: #b4b4b4;
}

.prize-dist-container .prize-card{
    box-shadow: 0px 6px 24px #00000040;
    border-radius: 16px;
    padding: 16px;
}

.prize-card-containers{
    padding: 40px;
}

.prize-card .prize-card-head{
    width: 100% !important;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}
.prize-card .prize-card-head p{
    padding: 5px 10px;
    font-size: 15px !important;
}

.prize-card-head p img{
    width: 5%;
}
.prize-dist-container .prize-card li{
    font-size: 12px !important;
    font-weight: 400;
}

.prize-card-detail{
    position: relative;
}

.prize-card-detail p{
    font-size: 15px !important;
}

.prize-card-detail hr{
    width: 140px;
    border: none; 
    height: 3px;
    position: absolute;
    right: 0;
    top: -6px;
    background: linear-gradient(to left, transparent, #ffffff);
}

.wkt.torunament.back-section{
    margin-top: 0px;
}

.wk-price-detail .signup-btn button{
    margin-left: 16px;
}

.wk-item-shop .date-detail p{
    font-size: 12px !important;
}


/* PRODUCT */
.offer-section{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    /* border-radius: 48px; */
    position: relative;
    /* padding: 5% 5% 1% 5%; */
    color: #ffffff;
    border-radius: 48px;
    height: 500px;
}

.offer-container img{
    margin-top: 150px;
}

.product-list{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    /* border-radius: 48px; */
    position: relative;
    /* padding: 5% 5% 1% 5%; */
    color: #ffffff;
    border-radius: 48px;
    /* height: 500px; */
    padding: 20px;
}

.product-list .product-text-head{
    text-align: center;
    font-size: 15px !important;
    font-weight: 400;
    padding: 0px 20px;
}

.product-list .card{
    border-radius: 16px;
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    box-shadow: inset 0px 6px 24px #00000040;
    cursor: pointer;
}

.product-list .card:hover{
    box-shadow: 5px 5px 10px #76d6f9, -5px -5px 10px #76d6f9, 5px -5px 10px #76d6f9, -5px 5px 10px #76d6f9;
    border: 1px solid #76d6f9 !important;
}

.product-list .card img{
    border-radius: 16px 16px 0 0;
}

.product-list .card img.card-img-top{
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.product-list .card-body{
    padding: 5px;
}

.product-list .card-body .card-text{
    font-size: 15px !important;
    color: #ffffff;
    height: 60px;
}

.product-list .card-body .price-tag{
    background-color: #4FA3674D;
    padding: 5px 16px;
    border-radius: 5px;
    font-size: 15px !important;
    font-weight: 700;
    color: #63A375;
}

.add-cart-btn{
    padding: 5px;
    font-size: 15px !important;
    background-color: transparent;
    color: #ffffff;
    border: 0px;
    box-shadow: inset 0px 5px 25px #ffffff40;
    border-radius: 5px;
}

.add-cart-btn img{
    width: 25px;
}

.product-detail-container{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    /* border-radius: 48px; */
    position: relative;
    /* padding: 5% 5% 1% 5%; */
    color: #ffffff;
    border-radius: 48px;
    /* height: 500px; */
    padding: 20px;
}

.product-detail-container .image-viewer{
    width: 100%;
    height: 250px;
    background-color: #ffffff40;
    border-radius: 16px;
    padding: 20px;
}

.image-list-container ul{
    list-style: none;
    /* margin-top: 15px; */
    margin: 15px auto 0px auto;
}

.image-list-container ul li{
    list-style: none;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 10px;
    float: left;
    margin-right: 5px;
}

.image-list-container ul li img{
    border-radius: 10px;
}

.product-aligibility{
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-aligibility span{
    font-size: 10px !important;
    background-color: #63A375;
    padding: 2px;
    border-radius: 3px;
}

.product-aligibility span.green_stock{
    background-color: #63A375;
}

.product-aligibility span.alert_stock{
    background-color: red;
}

.product-aligibility p, .product-aligibility b{
    margin-bottom: 0px;
    font-size: 12px !important;
}


.product-quantity-control{
    margin: 20px 0;
}

.quantity{
    margin-right: 20px;
}

.pq-label{
    font-size: 12px !important;
}

.q-container button, .q-container input{
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    box-shadow: inset 0px 5px 25px #ffffff40;
    text-align: center;
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 700;
}

.q-container input{
    width: 50px;
}

.q-container input::-webkit-inner-spin-button,
.q-container input::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.q-container button.minus{
border-radius: 8px 0 0 8px;
}

.q-container button.plus{
    border-radius: 0 8px 8px 0;
}

.product-quantity-control .add-to-cart-btn{
    font-size: 12px !important;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #76d6f9;
    font-weight: 700;
    margin-right: 20px;
}

.product-quantity-control .buy-now-btn{
    font-size: 12px !important;
    padding: 5px 10px;
    border: 1px solid #76d6f9;
    border-radius: 5px;
    background-color: transparent;
    font-weight: 700;
    margin-right: 20px;
    color: #76d6f9;
}

.product-quantity-control .add-to-cart-btn img{
    width: 15px;
}



.product-detail .product-name{
    color: #ffffff;
    font-size: 25px !important;
    font-weight: 700;
}

.offered-price-tag{
    padding: 5px 20px;
    box-shadow: inset 0px 5px 25px #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
}

.product-price-tag{
    padding: 5px 20px;
    /* box-shadow: inset 0px 5px 25px #ffffff; */
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: line-through;
}

.offer-percent{
    font-size: 12px !important;
    color: #1C8138;
    background-color: #AEFFC5;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
}

.offer-percent img{
    width: 10px;
}

.wishlist-control{
    margin-top: 20px;
}

.wishlist-btn button{
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: inset 0px 5px 25px #ffffff40;
    color: #ffffff;
    font-size: 12px !important;
}

.wishlist-btn img{
    width: 15px;
}

.product-detail .product-desc{
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 400;
}

.checkout-ad{
    padding: 0px 20px;
    box-shadow: inset 0px 6px 25px #ffffff40;
    border-radius: 5px;
    margin: 20px 0;
}

.checkout-ad ul, .sp-product ul{
    list-style: none;
    margin-bottom: 0px;
}
.checkout-ad p, .sp-product p{
    font-size: 12px !important;
    margin-bottom: 0px;
    padding-top: 4px;
}

.checkout-ad ul li, .sp-product ul li{
    float: left;
    width: 20px;
    margin-right: 4px;
}

/* SHOPPING CART */

.cart-coupan-container{
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    /* border-radius: 48px; */
    position: relative;
    /* padding: 5% 5% 1% 5%; */
    color: #ffffff;
    border-radius: 48px;
    /* height: 500px; */
    padding: 20px 25px;
}

.cart-container .c-head{
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.cart-container .subtotal-detail{
    padding: 10px;
    border-radius: 13px;
    box-shadow: inset 0px 5px 25px #ffffff40;
}

.cart-container .subtotal-detail table{
    width: 100%;
}

.cart-container .subtotal-detail table tr{
    border-bottom: 0.1px solid #ffffff33;
}

.cart-container .subtotal-detail table tr:last-child{
    border-bottom: none;
}

.cart-container .subtotal-detail table tr td{
    font-size: 13px !important;
    padding: 5px 0;
}

.cart-container .subtotal-detail table tr td.cart-value{
    font-weight: 500;
}

.proceed-checkout-btn{
    /* margin-top: 20px; */
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 5px 0;
    font-size: 16px !important;
    background-color: #78dbfe;
}

.proceed-checkout-btn img{
    width: 25px;
    margin-left: 10px;
}

.coupan-container .cc-head{
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 20px;
}

.coupan-container .coupan-input{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ffffff40;
    background-color: transparent;
    margin-bottom: 10px;
    color: #78DBFE;
}

.apply-coupan-btn{
    width: 60%;
    border: none;
    font-size: 15px !important;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #78dbfe;
    color: #78dbfe;
    border-radius: 8px;
    font-weight: 600;
}

.apply-coupan-btn:hover{
    background-color: #78DBFE;
    color: #000000;
}

.cart-list{
    padding: 0;
}

.sc-head{
    font-size: 20px !important;
    font-weight: 700;
    padding: 20px 0 0px 20px;
}

.cart-list table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.cart-list table th{
    text-align: center;
    background-color: #FFFFFF60;
    color: #00000090;
    padding: 3px 0;
    font-size: 13px !important;
}

.cart-list table tbody tr{
    margin: 20px 0;
}

.cart-list table td{
    text-align: center;
    /* background-color: #FFFFFF60; */
    color: #ffffff;
    padding: 3px 0;
    font-size: 12px !important;
}

.cart-list table td img.cross{
    width: 20px;
}

.cart-list table td img.product-img{
    width: 50px;
    height: 50px;
}

.d-amount{
    text-decoration: line-through;
    font-size: 12px !important;
}

.w-200{
    width: 200px;
}

.w-100px{
    width: 100px;
}

.update-cart-btn{
    margin: 20px 30px;
    padding: 5px 20px;
    border: 1px solid #78dbfe;
    border-radius: 8px;
    font-size: 15px !important;
    font-weight: 700;
    color: #78dbfe;
    background-color: transparent;
}

.update-cart-btn:hover{
    background-color: #78DBFE;
    color: #000000;
}

.ship-address-container textarea{
    margin: 20px 0 0 0;
    background-color: transparent;
    height: 100px;
    box-shadow: inset 0px 10px 50px #ffffff40;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px;
}

.ship-address-container textarea::placeholder {
    color: #fff; /* Change this to the desired default color */
    font-size: 13px;
}



.chat-icon-container {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 1000; /* Ensure it's above other elements */
}

.chat-icon {
    width: 50px; /* Adjust the width and height as needed */
    height: 50px;
    background-color: transparent; /* Change the background color as needed */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 0px 5px 30px #000000;
    /* Add any additional styling for your chat icon */
}

.chat-icon img{
    width: 25px;
}

.country-note{
    font-size: 10px !important;
}

.country-note a{
    font-size: 12px !important;
    color: #fff;
    font-weight: 700;
}

.ship-address-container input{
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ffffff40;
    background-color: transparent;
    margin-bottom: 5px;
    font-size: 13px !important;
    color: #78DBFE;
}

.ship-address-container input::placeholder{
    color: #78DBFE;
    font-size: 13px !important;
}

.coupan-input::placeholder{
    color: #78DBFE;
}

.ship-address-container input:focus, 
.ship-address-container input:focus-visible
.coupan-input:focus,
.coupan-input:focus-visible{
    border: 1px solid #78DBFE;
    outline: none;
}

.coupan-validation{
    margin: 0px;
    margin-bottom: 5px;
    font-size: 12px !important;
}

.coupan-validation.success{
    color: #1C8138;
}

.coupan-validation.error{
    color: red;
}

/* MY-ORDERS */

.orders-container tr th{
    color: #fff;
    font-size: 12px !important;
    font-weight: 700;
    text-wrap: nowrap;
}

.orders-container tr td{
    font-size: 13px !important;
    vertical-align: middle;
    text-wrap: nowrap;
}

.orders-container tr td img{
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.orders-container td span.row-style{
    box-shadow: inset 0px 10px 50px #ffffff40;
    padding: 5px 20px;
    font-size: 13px !important;
    cursor: pointer;
    border-radius: 5px;
}

.orders-container td span.row-style:hover{
    box-shadow: inset 0px 10px 50px #00000040;
    color: #78DBFE;
}

.product-final-container{
    margin-bottom: 20px;
}

.product-final-container div{
    border-right: 1px solid #fff;
    padding: 10px;
}

.product-final-container h6{
    font-size: 14px !important;
}

.product-final-container p{
    font-size: 13px !important;
    padding: 10px 25px;
    margin-bottom: 0px;
}

.product-final-container b{
    font-size: 13px !important;
}

.product-final-container ul{
    padding: 10px 25px;
    margin: 0;
}

.product-final-container ul li{
    font-size: 13px !important;
}

.product-final-container .subtotal-detail{
    padding: 10px;
    border-radius: 13px;
    box-shadow: inset 0px 5px 25px #ffffff40;
    margin: 0px 15px 0px 5px;
}
.product-final-container hr{
    margin-right: 15px;
    margin-left: 5px;
}

.product-final-container .subtotal-detail table{
    width: 100%;
}

.product-final-container .subtotal-detail table tr{
    border-bottom: 0.1px solid #ffffff33;
}

.product-final-container .subtotal-detail table tr:last-child{
    border-bottom: none;
}

.product-final-container .subtotal-detail table tr td{
    font-size: 13px !important;
    padding: 5px 0;
}


.product-final-container .subtotal-detail table tr td.cart-value{
    font-weight: 500;
}

#coupan-discount-id, #subtotal-td-id{
    font-size: 13px !important;
}

span.cart-items-count{
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px !important;
    font-weight: 800;
    color: #ffffff;
    padding-top: 2px;
}

/* Contact Us */
.contact-us-section{
    padding: 20px;
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 48px;
}
.contact-head-text{
    font-size: 16px !important;
    color: #fff;
    font-weight: 700;
}
.contact-us-form label{
    color: #D5B8FE;
    font-size: 9px !important;
}
.contact-us-form input, .contact-us-form textarea{
    width: 100%;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid #D5B8FE;
    height: 30px;
    border-radius: 8px;
    padding-left: 8px;
    box-shadow: inset 0px 5px 25px #00000040;
    color: #78DBFE;
    font-size: 12px !important;
}

.contact-us-form textarea{
    height: 150px;
}

.contact-us-form input::placeholder, .contact-us-form textarea::placeholder{
    color: #D5B8FE;
}

.contact-us-form input:focus-visible, 
.contact-us-form textarea:focus-visible,
.contact-us-form input:focus, 
.contact-us-form textarea:focus{
    border: 1px solid #78DBFE;
    outline: none;
}

.contact-us-form button{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #78DBFE;
    color: #78DBFE;
    font-weight: 700;
}

.contact-us-form button:hover{
    background-color: #78DBFE;
    color: #000000;
}

/* Coaching */
.coaching-head-section{
    padding: 20px;
    margin-top: 40px;
    background-color: transparent;
    backdrop-filter: blur(80px) brightness(100%);
    border-radius: 0 0 48px 48px;
    margin-bottom: 20px;
}

.coaching-head-section h1{
    color: #78DBFE;
    font-size: 20px !important;
}

.coaching-head-section p{
    color: #ffffff;
    font-size: 16px !important;
}

.coaching-head-section h6{
    color: #78DBFE;
    font-size: 16px !important;
    margin-bottom: 20px;
}

.coaching-head-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.coaching-head-section ul li.filter-tag{
    margin: 0;
    padding: 0;
    display: inline;
    background-color: transparent;
    box-shadow: inset 0px 50px 50px #00000040;
    padding: 10px 20px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 15px;
}

.coaching-head-section ul li.filter-tag.active{
    border: 1px solid #ffffff;
}

.coach-card{
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 20px;
    backdrop-filter: blur(80px) brightness(100%);
    border: 0.1px solid #76d6f9;
    cursor: pointer;
}

.coach-card:hover{
    box-shadow: 5px 5px 10px #76d6f9, -5px -5px 10px #76d6f9, 5px -5px 10px #76d6f9, -5px 5px 10px #76d6f9;
    border: 1px solid #76d6f9;
}

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

.tag-sperator{
    margin-bottom: 5px;
}

.coach-card li.achivement-tag{
    font-size: 12px !important;
    color: #ffffff;
    display: inline;
    padding: 5px 8px;
    border-radius: 6px;
    margin-right: 10px;
}

.coach-img-container{
    position: relative;
    width: 80px;
}

.coach-img-container img{
    height: 80px;
    width: 80px;
    border-radius: 16px;
}

.coach-img-container .available-dot{
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.coach-detail-container{
    padding-left: 20px !important;
    color: #ffffff;
}

.coach-detail-container .coach-name{
    font-weight: 700;
    font-size: 18px !important;
    margin: 0;
    margin-bottom: 2px;
}

.coach-detail-container .coach-experience, .coach-detail-container .coach-availability{
    font-size: 12px !important;
}

.bg-paynes-gray{
    background-color: #4A6670;
}

.bg-avl{
    background-color: #00FF00;
}

.bg-alert{
    background-color: #FFEB3B;
}

.bg-danger{
    background-color: #FF5733;
}

.bg-orange{
    background-color: #EB6424;
}

.bg-green{
    background-color: #63A375;
}

.bg-brown{
    background-color: #554640;
}

.bg-blue{
    background-color: #2B59C3;
}

.bg-skyblue{
    background-color: #3E92CC;
}

.bg-pink{
    background-color: #FF69B4;
}

.bg-verdigris{
    background-color: #00B5B8;
}

.bg-brownpink{
    background-color: #883955;
}

.bg-sunyellow{
    background-color: #D88C00;
}

/* COACH DETAIL */
.coach-detail-modal .modal-body{
    padding: 40px;
}

.coach-profile-container{
    margin-right: 20px;
    text-align: center;
    width: 100%;
}

.coach-profile-container img{
    height: 150px;
    width: 150px;
    border-radius: 10px;
}

.coach-experience-container{
    color: #ffffff;
}

.coach-experience-container .coach-name{
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 6px;
}
.coach-available-text{
    margin-bottom: 8px;
}
.coach-experience-container .available-dot{
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 6px;
}

.coach-available-tags ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.coach-available-tags ul li{
    padding: 8px;
    background-color: rgb(255,255,255,0.3);
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    min-height: 10px;
}

.coach-available-tags ul li p{
    font-size: 15px !important;
    font-weight: 400;
    margin: 0;
}

.coach-available-tags ul li h3{
    font-size: 20px !important;
    font-weight: 700;
    margin: 0;
}

li.clear-style{
    margin: 0;
    /* padding: 0 !important; */
    background-color: transparent !important;
}

.coach-available-tags ul li button{
    padding: 8px;
    background-color: #78DBFE;
    border-radius: 8px;
    font-weight: 800;
    font-size: 18px !important;
    position: relative;
    bottom: 5px;
}

.coach-available-tags ul li button img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.coach-tabs button{
    padding: 5px 10px;
    font-weight: 500;
    color: #ffffff;
}

.coach-tabs button:hover{
    color: #ffffff;
    border: none;
}

.coach-tabs button img{
    width: 18px;
    margin-right: 6px;
    font-weight: 500;
}

.coach-tabs li button.active{
    color: #474A80 !important;
    border-radius: 15px 15px 0 0;
}


.coach-detail-modal .modal-body .about-section{
    margin: 20px 0;
    color: #ffffff;
}

.coach-detail-modal .modal-body .about-section h3, .coach-detail-modal .modal-body .about-section h3 span{
    font-weight: 800;
    font-size: 20px !important;
}

.coach-detail-modal .modal-body .about-section p{
    font-weight: 400;
    font-size: 15px !important;
    margin: 0;
    padding: 0;
}


.achivement-detail{
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.achivement-detail img{
    height: 55px;
    width: 55px;
}

.achiment-title{
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.achiment-desc{
    font-size: 13px !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
}


/* COACH SESSOINS */

.session-container{
    padding: 15px 20px;
}

.session-header-text{
    color: #ffffff;
    font-size: 15px !important;
}
#accordion .card{
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
}

#accordion .card-header{
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
}

#accordion .card-header h5{
    font-size: 20px !important;
    font-weight: 600;
}

#accordion .card-header h2{
    font-size: 25px !important;
    font-weight: 600;
}

.session-timings p{
    font-size: 12px !important;
    display: inline-block;
}

.session-timings p.session-time-sperator{
    margin: 0 5px;
    height: 5px;
    width: 5px;
    background-color: #ffffff;
    border-radius: 100%;
}

#accordion .card-body{
    padding: 20px 0;
    font-size: 15px !important;
}

.session-detail table{
    width: 100%;
}

.session-detail table tr th{
    font-size: 13px !important;
    font-weight: 700;
    padding: 10px 0;
}

.session-detail table tr td{
    font-size: 13px !important;
    font-weight: 200;
    padding: 10px 0;
}

.off-percent img{
    width: 20px;
    margin-right: 10px;
}

.off-percent{
    font-size: 13px !important;
    padding: 10px 15px;
    background-color: transparent;
    margin-right: 15px;
    border-radius: 8px;
    box-shadow: inset 0px 2px 2px #6ECE89, inset 0px -2px 2px #6ECE89;
    color: #6ECE89;
}

.session-detail button{
    width: 100%;
    padding: 10px 0;
    font-size: 18px !important;
    background-color: #00B5B8;
    color: #000040;
    border-radius: 8px;
}

button.disabled-btn{
    background: #FFFFFF4D !important;
    color: #ffffff;
    pointer-events: none;
}

.session-detail button img{
    width: 20px;
}

.session-booking{
    margin-top: 10px;
    margin-bottom: 10px;
}

.session-booking h2, .session-booking h2 span{
    font-size: 25px !important;
}

.session-booking h5{
    font-size: 13px !important;
}

.session-booking .minus, .session-booking .plus{
    background-color: transparent;
    box-shadow: inset 0px 5px 25px #ffffff40;
    color: #ffffff;
    width: 30px;
}

.session-booking .minus, .session-booking .plus, .session-booking input{
    padding: 6px 0;
}

#totalFees{
    color: #00B5B8;
}

.price-tags{
    margin-bottom: 10px;
}

.price-tags h4, .price-tags h3, .discount-tags h4, .discount-tags span{
    display: inline;
}

.price-tags h4{
    margin-right: 20px;
    font-size: 18px !important;
    font-weight: 700;
    text-decoration: line-through;
}

.price-tags h3{
    font-size: 20px !important;
    font-weight: 700;
}

/* Blog-dashboard */

.tournament-title p.blog-title{
    font-size: 15px !important;
    margin: 10px 30px;
}

.blog-detail-controller p{
    margin-bottom: 0px;
    font-size: 10px !important;
    padding: 0 10px;
}

.blog-detail-controller p img{
    height: 15px;
    width: 15px;
    margin-right: 5px;
}


.blog-card .card-containers{
    padding: 10px 15px;
}


.blog-card .card-containers .card{
    background-color: transparent;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 6px 24px #00000040;
    cursor: pointer;
    backdrop-filter: blur(80px) brightness(100%);
}

.blog-card .card-containers .card:hover{
    box-shadow: 5px 5px 10px #76d6f9, -5px -5px 10px #76d6f9, 5px -5px 10px #76d6f9, -5px 5px 10px #76d6f9;
    border: 1px solid #76d6f9 !important;
}


.blog-card .card-containers .card .card-body{
    padding: 10px;
}

.blog-card .card-containers .card .card-body p{
    font-size: 26px !important;
    margin: 0;
    color: #ffffff;
}

.blog-card .card-containers .card .card-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: left;
}

.blog-card .card-containers .card .card-body ul li{
    display: inline-block;
    font-size: 13px !important;
    padding: 0 10px;
    color: #fff;
    border: 1px solid rgba(61, 61, 61, 0.1);
    border-radius: 4px;
    background-color: rgba(61, 61, 61, 0.1);
    /* box-shadow: 1px 0.7px 1px 1px #262640; */
    box-shadow: 0 0px 2px #ffffff;
    margin-right: 10px;
}

.blog-row-img, .blog-row-div{
    height: 170px;
    object-fit: contain;
}

a{
    text-decoration: none;
}

.blog-date-container img, .blog-read-container img{
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.request-btn{
    padding: 10px 20px !important;
    margin-top: 10px;
    background-color: #00B5B8;
}
.request-btn:hover{
    background-color: #00B5B8;
    box-shadow: 0 0px 5px #76d6f9;
    border: 1px solid #76d6f9;
}
/* BLOG DETAIL */

.blog-card-detail{
    padding: 20px;
    background: transparent;
    backdrop-filter: blur(80px) brightness(100%);
}

.blog-tournament-box{
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.blog-detail-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-image{
    height: 350px;
}

.banner-image img{
    border-radius: 50px;
    height: 100%;
    width: 100%;
    background-size: cover;
    /* height: 350px; */
}

.banner-image{
    margin-bottom: 20px;
}

.auther-image img{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    float: left;
}

.auther-info{
    float: left;
    margin-left: 20px;
    padding: 5px 10px;
    background-color: rgba(143, 140, 140, 0.1);
    /* box-shadow: inset 50px 50px 50px rgba(255, 255, 255, 0.2); */
    border-radius: 7px;
    width: 70%;
}

.share-options{
    list-style: none;
    padding: 0px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    /* box-shadow: inset 0px 6px 200px #000040; */
    border-radius: 7px;
}

.share-options li{
    display: inline-block;
}

.share-options li p{
    border-right: 1px solid #ffffff;
    padding: 2px 20px 2px 5px;
    margin-top: 15px;
}

.share-options li img{
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.summary{
    margin-top: 20px;
}

/* CREATE-BLOG */

.file-input{
    border: none !important;
    box-shadow: none !important;
    padding-left: 0px !important;
}

.summary-text{
    height: 60px !important;
}

.contact-us-form select{
    width: 100%;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid #D5B8FE;
    height: 30px;
    border-radius: 8px;
    padding-left: 8px;
    box-shadow: inset 0px 5px 25px #00000040;
    color: #78DBFE;
    font-size: 12px !important;
}

#editor{
    height: 500px;
    display: none;
}

.ck{
    height: 500px;
    margin-bottom: 50px;
    background-color: transparent !important;
    border-radius: 8px !important;
}

.contact-us-form label.blog-label{
    font-size: 12px !important;
}

.coach-mobile-tags{
    display: none;
}
.coach-desktop-tags{
    display: block;
}

.mobile-display{
    display: none;
}

.desktop-display{
    display: block;
}

.deck-rank{
    background: transparent;
    box-shadow: inset 0px 5px 30px rgba(120, 219, 254, .8);;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    color: rgb(0,0,0,1);
}

.image-viewer img, .image-modal-body img{
    object-fit: contain;
}

@media (max-width: 768px) {
    body{
        margin-top: 60px;
        overflow-x: hidden;
        min-height: 100vh;
        font-family: Inter;
    }
    /* NAVBAR */
    .navbar{
        height: 60px;
    }
    .navbar-toggler{
        padding-right: calc(var(--bs-gutter-x)* .5);
        border: none;
    }
    .navbar-toggler:focus, .navbar-toggler:focus-visible{
        box-shadow: none;
        color: transparent;
    }

    .mobile-container{
        padding: 0;
    }

    .mobile-container .navbar-brand{
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    /* .menu-items{ */
        /* height: 40px; */
        /* background-color: #1d21271a !important; */
        /* box-shadow: 0px 0px 0px #00000040;
        backdrop-filter: blur(80px) brightness(100%); */
        /* filter: blur(90px) brightness(100%); */
        /* box-shadow: 0px 6px 24px 0px #00000040; */
        /* background-color: transparent;
        border-radius: 0 0 20px 20px;
        backdrop-filter: blur(80px) brightness(100%); */
        /* width: 100%;
        padding: 20px;
        background-color: transparent;
        border-radius: 20px;
        backdrop-filter: blur(80px) brightness(100%);
        border: 0.1px solid #76d6f9;
        cursor: pointer; */
    /* } */
    .menu-items li a{
        width: 100% !important;
    }
    .menu-items .navbar-nav{
        margin: 0px !important;
        border-radius: 0px 0px 20px 20px;
        backdrop-filter: blur(80px) brightness(100%);
        box-shadow: 0px 6px 24px 0px #00000040;
        background-color: #705fb4;
        padding: 0 25px;
        border-radius: 0px 0px 16px 16px;
        /* border-left: 1px solid #78DBFE;
        border-right: 1px solid #78DBFE;
        border-bottom: 1px solid #78DBFE; */
    }
    .menu-items li{
        width: 100% !important;
        border-bottom: 1px solid #FFFFFF66;
        font-size: 18px !important;
        font-weight: 400;
        padding: 5px 0px;
    }

    .dropdown-menu li{
        border-bottom: none;
    }
    .wk-item-menu{
        position: absolute !important;
        width: 100%;
    }
    .menu-items .nav-item:after{
        height: 0;
    }
    .menu-items ul li:last-child{
        width: 100% !important;
        border: none;
    }
    .menu-items ul li.nav-item:last-child {
        text-align: center;
    }
    .menu-items .btn-form-submit{
        background: none;
        border: none !important;
        font-size: 18px !important;
        font-weight: 400;
    }
    .menu-overlay{
        display: grid;
        align-items: start;
        background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
        color: white;
        width: 100vw;
        height: 100vh;
        transition: all 0.1s;
    }
    /* NAVBAR */




    /* Home Page */
    .hidden-card{
        display: block;
        cursor: pointer;
    }

    .row-card-container .card{
        height: auto;
        pointer-events: none;
        border-radius: 30px;
    }


    .visible-card{
        display: none;
    }
  

    .header-text{
        margin: 0px 5px;
        font-size: 24px !important;
        font-weight: 700;
        background: #26264033;
        margin-top: 30px;
    }

    .vertical-card{
        margin: 0px;
        padding: 10px 20px;
    }

    .skeleton-logo{
        display: none;
    }

    .vertical-card .card-title {
        text-align: left;
        font-size: 22px !important;
        font-weight: 700;
        margin: 15px 0px 0px 20px;
    }
    
    .vertical-card .card-text {
        text-align: left;
        margin-bottom: 20px;
        font-size: 16px !important;
        font-weight: 400;
        margin: 5px 0px 10px 20px;
    }

    .card-body-img-container{
        height: 100%;
    }

    .section-content{
        width: 98%;
        margin: 25px auto;
    }

    .visible-div{
        display: none;
    }

    .hover-visible-div{
        display: block;
        border: 1px solid #78DBFE;
        border-radius: 30px;
    }
    .feature-card{
        margin-bottom: 0px;
    }

    .vertical-hover-image img{
        border-radius: 29px 29px 0px 0px;
    }

    .hover-visible-div .card-footer {
        display: none;
    }
    .hover-visible-div .card-body{
        padding: 0px 10px 10px 10px;
        border-radius: 0px;
    }
    .hover-visible-div .card-title{
        margin: 10px 0;
        font-size: 20px !important;
        font-weight: 700;
    }
    .hover-visible-div .card-text{
        font-size: 14px !important;
        font-weight: 400;
        height: 65px;
    }
    .footer-content h1{
        font-size: 22px !important;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .x-content{
        width: 40%;
    }
    .mobile-div-tag{
        width: 10%;
    }
    .x-content img{
        width: 60%;
        height: 50%;
    }
    .x-content p{
        font-size: 16px !important;
        font-weight: 400;
    }
    /* Home Page */

    /* COACHING */
    .coaches-section{
        padding: calc(var(--bs-gutter-x)* .5);
    }
    .coaching-head-section{
        margin-top: 0;
        padding: 0;
        overflow-y: hidden;
    }
    .coaching-list-container{
        position: absolute;
        top: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .coaching-head-section h1{
        font-size: 24px !important;
        font-weight: 600;
        padding: 0 15px;
        padding-top: 5px;
    }
    .coaching-head-section p{
        font-size: 14px !important;
        font-weight: 400;
        padding: 0 15px;
    }
    .coaching-head-section h6{
        font-size: 16px !important;
        font-weight: 500;
        margin: 0px;
        padding-left: 15px;
    }
    .coaching-head-section ul{
        overflow-x: scroll;
        white-space: nowrap;
        height: 70px;
        margin-left: 15px;
        margin-bottom: 5px;
        margin-top: 0px;
        padding: 16px 0px;
    }
    .coaching-head-section ul::-webkit-scrollbar{
        display: none;
    }
    .coaching-head-section ul li.filter-tag{
        position: relative;
        top: 10px;
        margin-right: 8px;
        padding: 16px;
    }
    .coach-profile-image-col{
        width: 30%;
        margin-right: 5%;
    }
    .coach-profile-image-col img{
        height: 80px;
        width: 80px;
        border-radius: 16px;
    }
    .coach-profile-detail-col{
        width: 65%;
    }
    .coach-profile-detail-col .coach-name{
        margin-top: 12px;
        font-size: 22px !important;
        font-weight: 600;
    }
    .coach-profile-detail-col .coach-available-text{
        font-size: 14px !important;
        font-weight: 400;
        margin-bottom: 12px;
    }
    .coach-profile-detail-col .coach-available-text .available-dot{
        height: 10px;
        width: 10px;
    }
    .coach-mobile-tags{
        display: block;
        margin-top: 10px;
    }
    .coach-desktop-tags{
        display: none;
    }
    .coach-available-tags ul li{
        border-radius: 16px;
        background-color: rgb(255,255,255,0.1);
        padding: 12px 16px;
    }
    .coach-available-tags ul li p{
        font-size: 14px !important;
        font-weight: 400;
    }
    .coach-available-tags ul li h3{
        font-size: 16px !important;
        font-weight: 600;
    }
    .coach-detail-modal .modal-body .about-section h3{
        font-size: 16px !important;
        font-weight: 600;
    }
    .coach-detail-modal .modal-body .about-section p{
        font-size: 14px !important;
        font-weight: 400;
    }
    .coach-detail-container .coach-name{
        margin-bottom: 16px;
    }
    .coach-detail-container .coach-experience{
        margin-bottom: 5px;
    }
    .coach-card{
        background-color: rgba(38, 38, 64, 20%);
    }
    .close-div{
        background-image: url('../images/purple-close-icon.svg');
    }
    .coach-detail-modal .modal-body{
        padding: 20px;
        padding-bottom: 70px;
    }
    .coach-detail-modal .modal-content{
        border-radius: 30px !important;
    }
    .coach-detail-modal .modal-body .row.mb-4{
        margin-bottom: 24px !important;
    }
    .coach-detail-modal .tab-content{
        height: 250px;
        overflow-x: hidden;
    }
    #coach-mobile-detail-book-session{
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align: center;
    }
    #coach-mobile-detail-book-session button{
        border: none;
    }
    /* COACHING */

    /* TOURNAMENT */
    .tournament-sets-container{
        padding: 0px;
        overflow: hidden;
    }
    .tournament-result-container{
        padding: 0px;
        overflow: hidden;
    }
    .tournament-player-list-container{
        padding: 0px;
        overflow: hidden;
    }
    .tournament-player-deck-container{
        padding: 0px;
        overflow: hidden;
    }
    .torunament.back-section{
        margin-top: 0px;
        padding: 10px;
    }
    .torunament.back-section .back-image{
        width: 100%;
    }
    .tournament-section .card-title{
        font-size: 16px !important;
        font-weight: 400;
    }
    .tournament-section .card-text{
        font-size: 16px !important;
        font-weight: 600;
    }
    .tournament-section .card-text-date{
        font-size: 12px !important;
        font-weight: 400;
    }
    .deck-list-section{
        padding: calc(var(--bs-gutter-x)* .5);
    }
    .deck-list{
        margin-bottom: 10px;
    }
    .deck-list .back-image{
        width: 100%;
    }
    .team-player-detail{
        margin-bottom: 20px;
    }
    .team-table tbody td a img{
        height: 100%;
        width: 100%;
    }
    .team-table thead th{
        text-align: center;
    }
    .head-row .row-style img{
        display: none;
    }
    .head-row .row-style{
        height: 25px;
        width: 25px !important;
        padding: 2px 5px;
        font-size: 16px !important;
        font-weight: 600;
    }
    .view-section-filter{
        display: block;
    }
    .view-section-filter .custom-control{
        /* width: 60px; */
    }
    .tournament-player-deck-container .back-section .d-table{
        width: 60%;
    }
    .tournament-player-deck-container .back-section{
        margin-bottom: 20px;
    }
    .team-player-content h6{
        font-size: 16px !important;
        font-weight: 600;
    }
    .team-player-content ul li{
        font-size: 14px !important;
        font-weight: 400;
    }
    .team-table tbody td{
        font-size: 16px !important;
        font-weight: 600;
        padding-left: 12px;
        padding-right: 12px;
    }
    .team-table tbody td.player-deck-td{
        font-weight: 400;
    }
    .deck-list-ranking-table::-webkit-scrollbar{
        display: none;
    }
    /* TOURNAMENT-SETS */

    /* DECK-LIST */
    .deck-list-ranking-table thead tr th{
        font-size: 16px !important;
        font-weight: 600;
    }
    .deck-list-ranking-table-1{
        backdrop-filter: none;
        margin-bottom: 0px !important;
    }
    .deck-list-player-table{
        margin: 0px;
        margin-bottom: 20px;
        backdrop-filter: blur(500px) brightness(100%);
    }
    /* .deck-list-player-table table{
        backdrop-filter: blur(500px) brightness(100%);
    } */
    .deck-list-player-table .head-row .end-col-row-style{
        font-size: 16px !important;
        font-weight: 500;
    }
    .deck-list-player-table .head-row .end-col-row-style{
        height: auto;
        width: 70px;
        padding: 7px;
        border-radius: 5px;
    }
    .deck-list-ranking-table thead tr th:first-child{
        padding: 3%;
    }
    .deck-list-ranking-table-1 thead tr th:first-child{
        text-align: left;
        font-size: 16px !important;
        font-weight: 600;
    }
    .copy-to-sim{
        margin:0px;
        margin-bottom: 20px;
    }
    .player-profile-card{
        display: none;
    }

    .mobile-display{
        display: block;
        width: 95%;
        margin: auto;
    }

    .mobile-display .vertical-card .card-text{
        margin: 5px 0px 10px 0px;
        text-align: center;
    }

    .mobile-display .custom-hr-right hr{
        width: 70px;
    }
    .mobile-display .custom-hr-left hr{
        width: 70px;
    }

    .desktop-display{
        display: none;
    }
    .team-price-tag{
        padding: 5px 10px;
        border-radius: 5px;
    }
    .back-section{
        margin-top: 0px;
    }
    .player-download-btns{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .player-download-btns button{
        width: 100%;
        margin-bottom: 20px;
    }
    #grid-view-id{
        backdrop-filter: none;
        margin-bottom: 0px !important;
    }
    /* DECK-LIST */

    /* PRODUCT-LIST */
    .product-list-container{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    .product-list-container .breadcrumb-text{
        font-size: 24px !important;
        font-weight: 600;
    }
    .product-list-container .breadcrum-helptext{
        font-size: 14px !important;
        font-weight: 400;
    }
    .products-section{
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .products-section .product-list{
        backdrop-filter: none;
        padding: 0px;
    }
    .products-section .product-list .product-text-head{
        backdrop-filter: blur(80px) brightness(100%);
        font-size: 18px !important;
        font-weight: 500;
        border-radius: 24px;
        padding: 16px;
    }
    .products-section .product-list .card{
        margin-bottom: 20px;
        padding: 16px;
        border-radius: 24px
    }
    .products-section .product-list .card img.card-img-top{
        height: 184px;
        width: 100%;
        border-radius: 16px;
        margin-bottom: 16px;
    }
    .products-section .product-list .card .card-text{
        font-size: 16px !important;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .products-section .product-list .card .price-tag{
        background-color: rgba(79, 163, 103, 0.3);
        color: #ffffff;
        font-size: 18px !important;
        font-weight: 600;
        border-radius: 8px;
        padding: 8px 12px;
    }
    .products-section .product-list .card .add-cart-btn{
        font-size: 16px !important;
        font-weight: 500;
        padding: 6px 10px;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .products-section .product-list .card .add-cart-btn img{
        height: 24px;
        width: 24px;
        border-radius: 6px;
    }
    /* PRODUCT-LIST */

    /* PRODUCT-DETAIL */
    .product-item-container{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    .product-item-container .products-section{
        padding-left: calc(var(--bs-gutter-x) * 1);
        padding-right: calc(var(--bs-gutter-x) * 1);
    }
    .product-item-container .products-section .product-detail-container{
        padding: 14px !important;
        border-radius: 32px;
    }
    .product-item-container .products-section .product-detail-container .image-viewer{
        background: none !important;
        padding: 0px;
    }
    .product-item-container .products-section .product-detail-container .image-viewer img{
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    .product-item-container .products-section .product-detail-container .image-list-container ul{
        padding: 0px;
    }
    .product-detail .product-name{
        font-size: 24px !important;
        font-weight: 600;
        margin-top: 20px;
    }
    .product-aligibility p, .product-aligibility b{
        font-size: 14px !important;
        font-weight: 400;
    }
    .product-aligibility b{
        font-weight: 600;
    }
    .product-aligibility span.green_stock{
        background-color: rgba(126, 213, 111, 1);
        border-radius: 4px;
        padding: 8px;
        font-size: 14px;
        font-weight: 600;
        color: #006B04;
    }
    .product-aligibility div p{
        margin-bottom: 10px;
    }
    .product-aligibility span.item-avl-span{
        background-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 1);
    }
    .offered-price-tag{
        padding: 5px 16px;
        border: 1px solid rgba(255, 255, 255, 1);
        backdrop-filter: blur(60px);
        box-shadow: inset 0px 0px 12px 0px rgba(120, 219, 254, 1);
        font-size: 24px !important;
        font-weight: 600;
        margin-right: 20px;
    }
    .d-mobile-none{
        display: none;
    }
    .offer-percent{
        background-color: rgba(174, 255, 197, 1);
        font-size: 16px !important;
        font-weight: 600;
        padding: 10px 12px;
    }
    .mobile-mrp-display{
        font-size: 14px !important;
        font-weight: 400;
    }
    .mrp-price{
        text-decoration: line-through;
        margin-left: 5px;
    }
    .quantity-display-container{
        display: inline !important;
    }
    .quantity-display-container .quantity{
        width: 100%;
        margin-bottom: 20px;
    }
    .product-quantity-control .add-to-cart-btn{
        font-size: 16px !important;
        font-weight: 700;
        padding: 16px;
        border-radius: 16px;
        margin-right: 5px;
    }
    .pq-label{
        font-size: 14px !important;
    }
    .product-quantity-control .buy-now-btn{
        font-size: 16px !important;
        font-weight: 700;
        padding: 16px;
        border-radius: 16px;
        margin-right: 0px;
    }
    .q-container button, .q-container input{
        font-size: 16px !important;
        padding: 10px 16px;
    }
    .checkout-ad{
        display: block !important;
        padding: 8px 10px 40px 10px;
    }
    .checkout-ad p{
        font-size: 16px !important;
        font-weight: 700;
    }
    .checkout-ad img{
        width: 40px;
        height: 30px;
    }
    .checkout-ad ul{
        padding: 0px;
    }
    .checkout-ad ul li{
        width: 40px;
    }
    .product-detail .product-desc{
        font-size: 16px !important;
        font-weight: 400;
    }
    /* PRODUCT-DETAIL */

    /* BLOG-DASHBOARD */
    .blog-dashboard-container{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    .blog-dashboard-container .breadcrumb-text{
        font-size: 24px !important;
        font-weight: 600;
    }
    .blog-dashboard-container .breadcrum-helptext{
        font-size: 14px !important;
        font-weight: 400;
    }
    .blog-dashboard-container .request-btn{
        padding: 12px 14px !important;
        font-size: 16px !important;
        margin-left: 4px;
        border-radius: 16px;
    }

    .blog-dashboard-container .blog-desktop{
        display: none !important;
    }
    .blog-dashboard-container .blog-mobile{
        display: block !important;
        padding: calc(var(--bs-gutter-x)* .5);
    }
    .blog-dashboard-container .tounament-box{
        margin-bottom: 16px !important;
    }





    
    .blog-dashboard-container .vertical-card {
        display: flex; /* Use flexbox for horizontal alignment */
        flex-direction: row; /* Align items in a row */
        border: 1px solid #e0e0e0; /* Add border for card effect */
        border-radius: 24px; /* Rounded corners */
        overflow: hidden; /* Ensures rounded corners are applied */
        transition: transform 0.3s; /* Smooth hover effect */
        margin-bottom: 0px !important;
        margin-left: calc(var(--bs-gutter-x)* .5);
        margin-right: calc(var(--bs-gutter-x)* .5);
        padding: 0px;
    }
    
    .blog-dashboard-container .vertical-card:hover {
        transform: scale(1.05); /* Slightly scale up on hover */
    }
    
    .blog-dashboard-container .tournament-image {
        flex: 1; /* Allow the image container to grow */
        width: 100%;
        height: 200px;
    }
    
    .blog-dashboard-container .tournament-image img {
        width: 100%; /* Full width image */
        height: 100%; /* Maintain aspect ratio */
        object-fit: contain;
    }
    
    .blog-dashboard-container .tournament-detail-container {
        flex: 2; /* Allow text container to take more space */
        padding: 16px; /* Add some padding */
    }
    
    .blog-dashboard-container .tournament-title p.blog-title {
        font-size: 18px !important; /* Adjust title font size */
        font-weight: 600; /* Make the title bold */
        margin: 0; /* Remove default margin */
        padding: 0px;
    }
    
    .blog-dashboard-container .blog-detail-controller p {
        font-size: 12px !important; /* Adjust font size for date and reading time */
        margin: 0; /* Remove default margin */
        font-weight: 400;
        padding: 0px;
    }
    
    .blog-dashboard-container .text-left, .blog-dashboard-container .text-end {
        display: flex;
        align-items: center; /* Center align the icons with text */
    }
    
    .blog-dashboard-container .text-left img, .blog-dashboard-container .text-end img {
        margin-right: 5px; /* Space between icon and text */
    }
    
    
    /* BLOG-DASHBOARD */

    /* BLOG-DETAIL */
    .blog-dashboard-detail-controller{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    .blog-dashboard-detail-controller .back-image{
        width: 100%;
    }
    .blog-dashboard-detail-controller .breadcrumb-text{
        font-size: 24px !important;
        font-weight: 600;
    }
    .blog-dashboard-detail-controller .deck-list-section{
        margin-left: calc(var(--bs-gutter-x)* .5);
        margin-right: calc(var(--bs-gutter-x)* .5);
        margin-bottom: 20px !important;
        padding: 0px;
        border-radius: 24px;
    }
    .blog-dashboard-detail-controller .banner-image{
        height: 180px;
    }
    .blog-dashboard-detail-controller .banner-image img{
        border-radius: 24px 24px 0px 0px; 
    }
    .blog-dashboard-detail-controller .share-options{
        display: none;
    }
    .blog-dashboard-detail-controller .auther-image{
        margin-left: calc(var(--bs-gutter-x)* .5);
    }
    .blog-dashboard-detail-controller .auther-info{
        margin-left: 10px;
        background-color: transparent;
    }
    .blog-dashboard-detail-controller .summary{
        margin-left: calc(var(--bs-gutter-x)* .5);
        margin-right: calc(var(--bs-gutter-x)* .5);
        font-size: 16px !important;
        font-weight: 400;
    }
    .blog-dashboard-detail-controller .blog-content{
        margin-left: calc(var(--bs-gutter-x)* .5);
        margin-right: calc(var(--bs-gutter-x)* .5);
        margin-bottom: calc(var(--bs-gutter-x)* .5);
        font-size: 16px !important;
        font-weight: 400;
    }

    .mobile-sharing-div{
        background-color: transparent;
        box-shadow: inset 0px 6px 200px #000040;
        margin-left: calc(var(--bs-gutter-x)* .5);
        margin-right: calc(var(--bs-gutter-x)* .5);
        margin-bottom: calc(var(--bs-gutter-x)* .5);
        padding: 16px;
        border-radius: 16px;
        display: block !important;
    }
    .mobile-sharing-div p{
        text-align: center;
        color: #ffffff;
    }
    .mobile-sharing-div .mobile-share-options{
        padding: 0px;
    }
    .mobile-sharing-div .mobile-share-options li{
        display: inline;
        margin: 0 auto;
        padding: 0px 25px;
    }
    .mobile-sharing-div .mobile-share-options li img{
        height: 20px;
        width: 20px;
    }
    /* BLOG-DETAIL */
}

.blog-dashboard-container .blog-desktop{
    display: block;
}
.blog-dashboard-container .blog-mobile{
    display: none;
}
.mobile-sharing-div{
    display: none;
}

/* @media screen and (min-width: 1399px) {
    body{
        zoom: 120%;
    }
} */