body{
  font-family: "Sukhumvit Set" , sans-serif;
  background-color: #3F3F3F;
}
.hilight, .profile{
  background: url(https://static.bugaboo.tv/images/bnk48-bugabootv/bg-bnk48.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: #A4FF7A;
}
.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: rgba(64, 0, 18, 0.80);
  border-radius: 0.625rem;
  padding: 1rem;
}
.bg-gray._countdown, .bg-text._countdown{
  background: rgba(64, 0, 18, 0.80);
  border-radius: 0.625rem;
  padding: 2rem 1rem;
}
.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(87deg, #B9395C -1.23%, #F98D9F 48.19%, #B9395C 97.6%);
  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: rgba(64, 0, 18, 0.80);
  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: #ED376A;
  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: #fff;
  text-align: center;
  margin-top: .25rem;
}
.colon{
  color: #E35427;
  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;
}
.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;
}
.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;
}

@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.125rem;
      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;
  }
}
@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.125rem;
  }
  h3.sub-title{
      font-size: 1.375rem;
  }
  h3.sub-title span, h2.sub-title span{
    display: initial;
  }
}
@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: 2.5rem;
  }
  .bg-gray, .bg-text{
      padding: 2rem;
  }
}
@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;
  }
}