@font-face {
  font-family: 'Sukhumvit Set';
  src: url(https://static.bugaboo.tv/font/SukhumvitSet-Text.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sukhumvit Set';
  src: url(https://static.bugaboo.tv/font/SukhumvitSet-Light.ttf);
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Sukhumvit Set';
  src: url(https://static.bugaboo.tv/font/SukhumvitSet-Medium.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sukhumvit Set';
  src: url(https://static.bugaboo.tv/font/SukhumvitSetSemiBold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sukhumvit Set';
  src: url(https://static.bugaboo.tv/font/SukhumvitSet-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}

body{
    font-family: "Sukhumvit Set" , sans-serif;
    background-color: #3F3F3F;
  }
  .hilight, .profile{
    background: url(https://static.ch7.com/images/bnk2024/BNK_BG01_1600x900.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
    min-height: 87vh;
    display: flex;
    align-items: center;
    position: relative;
  }
  .title{
    line-height: 1.4;
  }
  .sub-title{
    line-height: 1.4;
    font-weight: bold;
  }
  h3.sub-title span, h2.sub-title span{
    display: block;
  }
  .detail{
    margin-bottom: .2rem;
    line-height: 1.6;
  }
  .text-link{
    font-size: 1.25rem;
  }
  .text-green{
    color: #187D36;
  }
  .text-yellow, .text-pink{
    color: #f86c93;
  }
  .text-purple{
    color: #bc89d9;
  }
  .text-dark-white{
    color: #E1E1E1;
  }
  .text-head-live{
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .text-head-live span{
    font-weight: 100;
  }
  .bg-gray, .bg-text{
    border-radius: 0.625rem;
    background: #d1b6fa;
    border-radius: 0.625rem;
    padding: 1rem;
  }
  .bg-gray._countdown, .bg-text._countdown{
    background: rgba(189, 158, 245, 0.4);
    border-radius: 0.625rem;
    padding: 10px 16px;
    color: #504275;
    font-size: 32px;
  }
  .btn-ppv, .btn-ppv-watch {
    border-radius: 3.4375rem;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    margin-top: 1rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 100%;
    border: 0;
  }
  .btn-ppv, .btn-ppv:hover{
    background: linear-gradient(to left, #8762d5 0%, #8762d5 20%, #9563d6 45%, #b667d9 60%, #b667d9 80%, #b667d9 100%);
    color: #fff;
  }
  
  .btn-ppv-watch, .btn-ppv-watch:hover{
    background: linear-gradient(88deg, #2C8900 -0.9%, #2C8900 -0.88%, rgba(44, 137, 0, 0.48) 62.05%, rgba(96, 228, 34, 0.32) 210.79%);
    color: #fff;
    cursor: pointer;
  }
  .footer{
    background-color: #a583e2;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 1rem 0;
  }
  #days, #hours, #minutes, #seconds{
    color: #FFF;
    background-color: #7a61b5;
    width: 55px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #days{
    border-radius: 0.5rem 0rem 0rem 0.5rem;
  }
  #hours, #minutes{
    border-radius: 0;
  }
  #seconds{
    border-radius: 0rem 0.5rem 0.5rem 0rem;
  }
  .countdown-item {
          display: inline-block;
          margin: 0 10px;
          font-size: 24px;
          font-weight: bold;
          color: #333;
      }
  .text-dhms{
    font-size: 1.2rem;
    color: #4f4275;
    text-align: center;
    margin-top: .25rem;
  }
  .colon{
    color: #533b98;
    font-size: 3rem;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
  }
  .w-custom{
    display: flex;
  }
  .fit-img{
    object-fit: cover;
    object-position: top;
  }
  .event-matchup{
    background-color: #000;
  }
  .overlay{
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);    */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .card-event{
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem 0 0 0;
    margin-bottom: 2rem;
  }
  .card-head{
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
  }
  .w-left{
    width: 45%;
  }
  .text-boxer-name{
    font-size: 1rem;
    font-weight: bold; 
  }
  .text-boxer-name._left, .text-boxer-country._left{
    margin-right: auto;
  }
  .text-boxer-name._right, .text-boxer-country._right{
    margin-left: auto;
    text-align: end;
  }
  .text-boxer-country{
    font-size: .75rem;
  }
  .text-vs{
    font-size: 1.25rem;
    font-weight: bold;
  }
  .col-w-left, .col-w-right{
    width: 45%;
  }
  .col-w-middle{
    width: 10%;
  }
  .border-red{
    border-bottom: 8px solid #E34013;
  }
  .border-blue{
    border-bottom: 8px solid #5947BF;
  }
  .col-w-left.border-red, .col-w-right.border-blue{
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .img-fit{
    object-fit: cover;
    object-position: center;
  }
  .live-label._live{
    padding: 0.5rem;
    border-radius: 0.25rem;
  }
  .live-label._live .text{
    font-size: 1rem;
  }
  .live-label {
    padding: 0.75rem 1rem;
    background-color: #FF0000;
    border-radius: 0.5rem;
    color: #FFF;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .live-label .text {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-right: 0.5rem;
  }
  .live-label .red-circle {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #FFF;
    border-radius: 2rem;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0.2;
    }
    30% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .text-live{
    font-size: 1.1rem;
    font-weight: 100;
    color: #4f4275;
  }
  .thai-voice, .eng-voice, .clip-playback-button{
    width: fit-content;
    padding: 0.25rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    position: relative;
  }
  .thai-voice{
    background-color: #2C5697;
    margin: 1rem;
    order: 1;
  }
  .eng-voice{
    border: 2px solid #8C8C8C;
    margin: 1rem 0;
    order: 2;
  }
  .clip-playback-button{
    border-radius: 0.25rem;
    background: linear-gradient(87deg, #F0D800 -1.31%, #F0D800 -1.29%, rgba(255, 153, 0, 0.48) 103.83%, rgba(245, 136, 8, 0.00) 197.07%);
    margin: 1rem 0;
    margin-right: auto;
    order: 3;
  }
  .clip-playback-button a{
    text-decoration: none;
  }
  .hilight._min-height{
    min-height: 80vh;
    align-items: start;
    padding: 0;
  }
  .hilight._no-min-height{
    min-height: auto;
  }

  .hilight .img-cover {
    width: 640px;
    height: 640px;
    background-image: url(https://static.ch7.com/images/bnk2024/bnk-paeyah.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .viewers{
    border: 1px solid #fff;
    border-radius: 0.25rem;
    padding: .5rem;
    width: auto;
    margin-left: 1rem;
  }
  .text-viewer {
    font-size: 1rem;
    color: #fff;
  }
  .group-head{
    width: 100%;
    height: auto;
    z-index: 10;
    padding: 1rem 0 0 1rem;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 30%, rgba(0,0,0,1) 100%);
  }
  .btn-outline-m {
    background-color: #FFFFFF;
    border-color: #2C5697;
    color: #2C5697;
    padding: 8px 16px;
    font-size: 1rem;
    border-radius: 0.2rem;
  }
  .btn-outline-m:hover {
    border-color: #618DD1;
    color: #618DD1;
    background-color: #FFFFFF;
  }
  .btn-outline-m > .icon-left {
    margin-right: 0.5rem;
  }
  .icon-lg {
    width: 32px;
    height: 32px;
  }
  .icon-profile{
    width: 56px;
    height: 56px;
  }
  .profile-bg{
    background-color: #3F3F3F;
    color: #fff;
    padding: 2rem;
    text-align: center;
    border-radius: 0.625rem;
  }
  .card-payment-history{
    text-align: left;
  }
  .btn-signout, .btn-signout:hover, .btn-signout-outline, .btn-signout-outline:hover{
    border-radius: 0.25rem;
    padding: .5rem 0;
    width: 70%;
    margin: .5rem;
  }
  .btn-signout, .btn-signout:hover{
    background-color: #2C5697;
    color: #fff;
    }
  .btn-signout-outline, .btn-signout-outline:hover{
    border: 1px solid #cbcbcb;
    color: #cbcbcb;
  }
  .circle{
    border-radius: 5rem;
    width: 21px;
    height: 21px;
    object-fit: cover;
    object-position: center;
  }
  .slash-symbol{
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
  }
  section.clip-playback{
    padding: 2rem 0;
    background-color: #000;
  }
  section.clip-playback .card-news-standard{
    height: 100%;
    overflow: hidden;
    border: 0;
    background-color: #383838;
  }
  .card.card-news-standard .ratio{
    overflow: hidden;
  }
  .card.card-news-standard .ratio img{
    transition: ease-in-out 0.2s;
  } 
  .card.card-news-standard .ratio img:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.2s;
  }
  .card.card-news-standard .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem;
    height: auto;
    color: #fff;
  }
  .card.card-news-standard .multiline-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    min-height: 50px;
  }
  .card.card-news-standard .card-body .card-text:last-child{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  
  
  .ppv-text-remark{
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #4f4275;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .text-home-custom{
    color: #4f4275;
  }
  .ppv-text-remark-date{
      /* margin: 30px 70px 0 70px; */
      padding: 10px 20px;
      border-radius: 5px;
      background-color: #bea1f2;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 500px;
      margin: 0 auto;
  }
  .text-block-1{
    margin: 30px 0 15px 0px;
    font-size: 1.3375rem;
  }
  .text-block-2{
    margin: 5px 0 15px 0;
    font-size: 1.1rem;
  }
  .text-block-3{
    margin: 5px 0 15px 0;
    font-size: 1.1rem;
    font-weight: 800;
  }

  .live-closed-btn {
    margin: 25px 30px;
  }

  .text-ci {
    color: #5947BF;
  }

  @media (max-width: 991.98px){
    .w-custom{
      width: 80%;
      margin: auto;
      margin-bottom: 1rem;
    }
    .hilight, .profile{
      background-position: center;
    }
  }
  @media (max-width: 767.98px){
    /* .w-custom{
      width: 100%;
      margin: auto;
      margin-bottom: 0;
    } */
     .title{
       font-size: 1.25rem;
       font-weight: bold;
      }
      .sub-title{
        font-size: 1.1rem;
        font-weight: bold;
      }
      .detail, .text-link{
        font-size: 1rem;
      }
      .btn-ppv{
        font-size: 1.2rem;
      }
      .bg-gray{
        background-color: #3F3F3F;
        padding: 1rem .5rem;
        border-radius: 0.625rem;
      }
      .w-logo-custom{
        width: 150px;
        margin-right: auto;
        display: flex;
      }
      .hilight{
        padding: 1rem 0;
        min-height: auto;
      }
      .ppv-text-remark-date {
        margin: 0;
        font-size: .9rem;
        width: 100%;
      }
      .text-block-1{
        font-size: .9rem;
      }
      .text-block-2{
        font-size: .75rem;
      }
      .text-block-3{
        font-size: .75rem;
      }
      
  }
  @media (max-width: 575.98px){
    .hilight._min-height._live .sub-title{
      font-size: 1rem;
    }
    ._live #days, ._live #hours, ._live #minutes, ._live #seconds {
      width: 50px;
      font-size: 1.5rem;
   }
   .thai-voice, .eng-voice, .clip-playback-button{
    padding: 0.5rem 1rem;
    margin: 0.5rem auto;
    display: flex;
    justify-content: center;
    width: 90%;
   }
   .text-viewer, .live-label._live .text {
    font-size: .75rem;
    }
    .live-label._live, .viewers{
      padding: .25rem;
      margin-left: 0.25rem;
    }
  }
  
  @media (min-width: 576px){
    #days, #hours, #minutes, #seconds{
      width: 75px;
      font-size: 2.5rem;
    }
    .live-label .text {
      font-size: 3rem;
      margin-bottom: 0;
      padding-right: 0.5rem;
    }
  }
  @media (min-width: 768px){
    .card-head{
      font-size: 1.75rem;
    }
    .text-boxer-name{
      font-size: 1.4rem;
    }
    .text-boxer-country{
      font-size: 1.125rem;
    }
    .card-head{
      margin-bottom: 0;
    }
    .text-vs{
      font-size: 2.5rem;
    }
    .text-head-live{
      font-size: 1.4rem;
    }
    .hilight._min-height{
      padding-top: 2rem;
    }
    .icon-lg {
      width: 100%
    }
    .w-logo-custom{
      width: 180px;
      margin: auto;
    }
    .thai-voice{
      order: 2;
    }
    .eng-voice{
      order: 3;
    }
    .clip-playback-button{
      order: 1;
    }
    .btn-ppv, .btn-ppv-watch{
      font-size: 1.75rem;
    }
    .detail, .text-link{
      font-size: 1.3375rem;
    }
    h3.sub-title{
        font-size:  1.175rem;
    }
    h3.sub-title span, h2.sub-title span{
      display: initial;
    }
    .text-block-1{
      font-size: 1.2rem;
    }
    .text-block-2{
      font-size: 1rem;
    }
    .text-block-3{
      font-size: 1.05rem;
    }
  }
  @media (min-width: 1200px){
    #days, #hours, #minutes, #seconds{
      width: 60px;
      font-size: 2.2rem;
    }
    ._live #days, ._live #hours, ._live #minutes, ._live #seconds {
      width: 75px;
      font-size: 2.5rem;
   }
    .text-live{
      font-size: 2rem;
    }
    .title{
        font-size: 1.3rem;
    }
    .sub-title{
      font-size: 2rem;
    }
    .bg-gray, .bg-text{
        padding: 2rem;
    }
    .text-block-1{
      font-size: 1.2rem;
    }
    .text-block-2{
      font-size: 1.2rem;
    }
    .text-block-3{
      font-size: 1.2rem;
      margin-bottom: 20px;
    }
    h3.sub-title{
        font-size: 1.3rem;
    }
  }
  @media (min-width: 1366px){
    .hilight._min-height{
      min-height: 85vh;
    }
  }
  @media (min-width: 1920px){
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 1600px;
      }
      #days, #hours, #minutes, #seconds{
        width: 100px;
        font-size: 4rem;
      }
      .colon{
      font-size: 4rem;
      }
      .card-head{
        font-size: 2.5rem;
      }
      .text-boxer-name {
        font-size: 1.75rem;
    }
    .text-live{
      font-size: 2.5rem;
    }
  }