/* ====== BASIC UI ====== */

.ht-account-content { width: calc(93% - 320px); }


/* sport buttons slider */

.pick-wrapper { background:#000; color:#fff; padding:15px 0 0; }

.pick-wrapper .tab-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 10px;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  /* smooth mobile */
  -webkit-overflow-scrolling: touch;

  /* hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pick-wrapper .tab-wrapper::-webkit-scrollbar {
  display: none;
}


.pick-wrapper .tab-wrapper .tab-slider {
  display: flex;
  gap: 10px;
  width: max-content;
}



.pick-wrapper .tab-wrapper .tab-slider .pick-tab {
    padding:8px 14px;
    border:none;
    background:#fff;
    color: #000;
    text-transform: uppercase;
    font-family: 'oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
    border-radius:4px;   
    scroll-snap-align: start;
}

.pick-wrapper .tab-wrapper .tab-slider .pick-tab:hover, 
.pick-wrapper .tab-wrapper .tab-slider .pick-tab:focus, 
.pick-wrapper .tab-wrapper .tab-slider .pick-tab:focus-visible {background: linear-gradient(90deg, #D4AF37, #B8860B); color: #fff;}
.pick-wrapper .tab-wrapper .tab-slider .pick-tab.active { background: linear-gradient(90deg, #D4AF37, #B8860B);
    color: #fff;
    text-transform: uppercase;
    font-family: 'oswald', sans-serif;
    font-size: 18px;
    font-weight: 500; 
}


p[style="opacity:.6"] {margin-top: 20px;}

.sport-content .inner-col-wrap {
    border: 1px solid #252525;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 36px;
    margin-top: 25px;
}

.sport-content .expert-card.top h4 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    color: #fff;
}
.sport-content .expert-card.top p {
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #fff;
}


.sport-content { display:none; }
.sport-content.active { display:block; }

/* ===== MATCH HEADER ===== */

.match-header {
    background:#111;
    padding: 23px;
    margin:0px 0px 20px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    border-radius:8px;
}

.match-header .score { font-weight:bold; margin: 0 15px; font-size: 24px; line-height: 1.2em; }
.match-header .live {
    background: #FB2940;
    padding: 5px 10px 5px 25px;
    border-radius:4px;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    position: relative;
}
.match-header .live::before { position: absolute; content: ""; width: 10px; height: 10px; background: #fff; border-radius: 50%; top: 0; bottom: 0; margin: auto; left: 9px; }

.match-header span { font-family: 'poppins', sans-serif;  font-size: 18px; line-height: 1.2em; font-weight: 400; }
.match-header span img {background: #fff; padding: 4px; border-radius: 50%; width: 36px;  height: 36px; margin: 0 4px; }

/* ===== EXPERT CARDS ===== */

.expert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.showmore {
    background: #131313;
    border: 1px solid #424242; 
    font-family: 'work sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
    color:#fff;
}

.showmore:hover, .showmore:focus {
    background: #131313;
    border: 1px solid #424242; 
    color:#fff;
} 

.expert-card {
    background:#151515;
    padding:15px;
    border-radius:10px;
    text-align:center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expert-grid .expert-card.top , .expert-grid .expert-card {
    display: flex;
}

.expert-card {
    display: none;
}

.expert-card.show {
    display: flex;
}
.expert-card h6 { 
    background: rgba(28,204,0,50%);
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border-radius: 5px;
    padding: 4px 8px;
    color: #1CD000;
    margin: 20px 0 10px;
    display: inline;
}
.expert-card h4 { 
    font-family: 'oswald', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.expert-card.top { background:#5A4825; }

.expert-grid .expert-card img {
    width:70px;
    height:70px;
    border-radius:50%;
}

.expert-card .badge {
    background:#FFE4B1;
    color:#000;
    padding:3px 6px;
    font-size:12px;
    border-radius:4px;
    display:inline-flex;
    margin-bottom:8px;
    font-family: 'work sans', sans-serif;
    font-weight: 500;
    gap: 4px;
}
.expert-card .badge img.top-expert {
    width: 15px !important;
    height: 18px !important;
    border-radius:50%;
}
.expert-card .cardheader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.expert-card button {
    margin-top:10px;
    padding:8px 14px;
    background:#000;
    color:#fff;
    border:1px solid #333;
    cursor:pointer;
}

.expert-card.top .cardheader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; 
    position: relative;
    width: 100%;
}

.expert-card.top .cardheader img { 
    width: 110px;
    height: 110px;
    position: absolute;
    right: -27px;
    top: -27px;
}

.expert-card.top .cardheader span img.top-expert {
    position: relative;
    width: 14px;
    height: 14px;
    top: -1px;
    right: 0;
}

.expert-card .cardfooter {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 10px;
    flex-direction: row;
    width: 100%;
}

.expert-card .cardfooter strong {
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #F1F5F9;
}

.expert-card.top .cardfooter button {
    margin-top: 0;
    border: none;
    border-radius: 5px;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    padding: 7px 15px;
}

.expert-card.top .cardfooter button:hover {
    background: linear-gradient(148deg, #D4AF37, #B8860B);
    color: #000;
}

.expert-card .cardfooter button {
    margin-top: 0;
    border: none;
    border-radius: 5px;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: rgba(255,255,255,60%);
    padding: 7px 15px;
}

/* Modalbox Unlock */

.modal .modal-content #modalBody h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(177deg, #ffd14c 8%, #8f640b 100%);
    background-clip: text;
    font-family: 'oswald', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
}
.modal .modal-content #modalBody .logo-modal {
    margin:-49px auto 0;
    text-align:center;
}
.modal .modal-content #modalBody .logo-modal img {
    width: 150px;  
}
.modal .modal-content #modalBody .m-header .title{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.modal .modal-content #modalBody .m-header hr{
    width: 100%;
    height:1px;
    background: linear-gradient(45deg, #D4AF37, #B8860B);
    border:none;
}
.modal .modal-content #modalBody .m-body {
    margin: 30px 0;
}
.modal .modal-content #modalBody .m-body form {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.modal .modal-content #modalBody .m-body form .form-section-half { width: 48%;}
.modal .modal-content #modalBody .m-body form .form-section-half label,
.modal .modal-content #modalBody .m-body form .form-section-full label {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.modal .modal-content #modalBody .m-body form .form-section-half input,
.modal .modal-content #modalBody .m-body form .form-section-full textarea {
    color: rgba(0,0,0,60%);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #F5F5F5;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
}
.modal .modal-content #modalBody .m-body form .form-section-full { width: 100%;}
.modal .modal-content #modalBody .m-body form .form-section-full span {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
}
.modal .modal-content #modalBody .m-footer button.close-btn{
    border:none;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(45deg, #D4AF37, #B8860B);
    color: #000;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}
.modal .modal-content #modalBody .m-footer button.close-btn:focus,
.modal .modal-content #modalBody .m-footer button.close-btn:hover{ 
    background: linear-gradient(45deg, #D4AF37, #B8860B);
    color: #000;
    border:none;
}
.modal{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index: 1;
}

.modal-content{
    background:#fff;
    width:600px;
    margin: 0 auto;
    top: 53%;
    transform: translate(0px, -50%);
    padding:20px 30px 30px;
    position:relative;
    border-radius: 20px;
}

.close{
    cursor:pointer;
}
.close img { width: 20px;}

.hidden{
    display:none;
}

/* End Modalbox Unlock */

/* Responsive */

@media(max-width: 1200px) { 
    
.match-header { display: grid; grid-template-columns: repeat(3, 1fr); }
.match-header .score { text-align: center; }
.match-header span { display: flex; align-items: center; gap: 5px; justify-content: center; }

.match-header .live { grid-column: span 3; width: max-content; margin: auto; }

    .expert-grid {
        grid-template-columns: repeat(2,1fr);
    } 
    .ht-account-sidebar {
        width: 292px;
    }
    
     .modal-content{ 
        margin: 0 auto;
        top: 50%;
        transform: translate(0px, -50%);
    }
     .pick-wrapper .tab-wrapper { width: 100%; padding: 0px; }
     .pick-wrapper .tab-wrapper .tab-slider {  flex-wrap: wrap; }
}

@media(max-width: 1094px) { 
    
   .ht-account-wrapper {
        display: flex;
    }
    .ht-account-content {
        width: auto;
    }
    .match-header {
       flex-wrap: wrap;
       flex-direction: column;
    }
       .ht-account-sidebar {
        width: 292px;
    }
    
     .modal-content{ 
       top: 50%;
       transform: translate(0px, -50%);
    }
}


@media(max-width: 991px) { 
    .ht-account-wrapper {
        display: flex;
    }
  .ht-account-content {
         width: 100%;
    }
   .pick-wrapper .tabs-section {
        overflow-y: auto;
        width: 92vw;
    }
    .match-header {
       flex-wrap: wrap;
       flex-direction: column;
    }
    .ht-account-sidebar {
        width: 297px;
    }
     .modal-content{ 
       margin: 0 auto;
       top: 50%;
       transform: translate(0px, -50%);
    }
    .pick-wrapper .tab-wrapper { width: calc(100vw - 60px);}
}

@media(max-width: 767px) {
   .ht-account-content {
        width: 100%;
    }
    .match-header span { flex-direction: column; }
    .expert-grid {
        grid-template-columns: 1fr;
    } 
    .ht-account-sidebar {
        width: 100% !important;
    }
    
    .pick-wrapper .tabs-section {
        overflow-y: auto;
        width: 83vw;
    }

    .match-header {
       display: flex;
        flex-wrap: wrap;
       flex-direction: column;
    }  
    .modal-content{ 
        width: 100%;
        margin: 0 auto;
        top: 50%;
        transform: translate(0px, -50%);
    }
    .modal .modal-content #modalBody .m-body form .form-section-half {
         width: 100%;
    }
    .pick-wrapper .tab-wrapper { width: calc(100vw - 60px);}

}