/**
* Template Name: Arsha
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  font-family: 'Roboto';
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url('../img/bg_pc.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  height: auto;
  margin: auto;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.app img {
  animation: zoomInOut 2s infinite; 
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


.link-app-0{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 1300px;
}

.link-app-1{
  background-image: url('../img/bgmenu.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.link-app-1 .nav-item {
    margin: 0;
    padding: 0 4px 0 0;
    cursor: pointer;
    min-width: 370px;
}

.link-app-1.nav-tabs {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 0px;
}

.link-app-1 .nav-item  a{
   color: #fff;
   text-align: center;
   border: none;
}

.link-app-1 .nav-item  a h4{
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 700;
}

.link-app-1 .nav-item  a:hover{
   border: none;
   outline: none;
}

.nav-tabs .nav-link.active{
  background-color: transparent;
}

.nav-tabs .nav-link.active h4{
  background-image: url('../img/bg_link.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  padding: 5px;
  color: #8e5d00;
  font-size: 1.4rem;
}

/*.nav-tabs .nav-link img{
   display: none;
}*/

.nav-tabs .nav-link.active img{
   display: flex;
   width: 200px;
}

.container{
  position: relative;
}

.link-menu{
  position: absolute;
  top: 15px;
  left: 60px;
}

.link-menu a{
  cursor: pointer;
}

.link-menu img{
  height: 38px;
}

.ml-3{
  margin-left: 20px;
}

.form-group .help-block ul{
  margin-bottom: 0px;
}

.form-group .help-block ul li{
  font-size: 0.875rem;
}

.rules{
    border: 3px solid #fbdc6f;
    border-radius: 30px;
    background-color: #6a5a2f;
    margin-bottom: 50px;
    color: #fff;
    padding: 30px;
}

.rules p{
  font-size: 1.25rem;
}

/*
 *  STYLE 4
 */

#style-4{
  height: 400px;
  overflow-y: scroll;
  border-radius: 5px;
} 

#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 2px solid #555555;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #6a5a2f;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

 .block-match{
  margin-bottom: 50px;
  position: relative;
 }

.item-match{
    background-image: url('../img/bgbanner.webp?v=1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 200px;
    color: #fff;
    font-size: 0.925rem;
}

.item-match .time{
    /*background-color: #ff0000;*/
    padding: 3px 5px;
}

.item-match h4{
   font-size: 0.875rem;
   margin-top: 5px;
   color: #000;
}

.item-match .text-top{
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 40px;
}

.item-match .vs-group{
   color: #000;
}

.item-match .text-vs{
  color: #000;
  font-size: 1.2rem;
}

.item-match .mt-match{
  margin-top: 15px;
}

.item-match .kq-input{
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.blv{
  margin-top: 10px !important;
}

.blv a{
  margin-top: 15px;
  color: #000;
  margin-right: 30px;
  text-decoration: underline;
}

.bg-left{
  position: absolute;
  left: -98px;
  width: 130px;
  top: 0px;
}

.bg-right{
  position: absolute;
  right: -98px;
  width: 130px;
  bottom: -50px;
}

.app:hover, .link:hover, .app2:hover{
  opacity: 0.8;
}

.ellipsis  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.ellipsis2  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
}

.imgteam{
  width: 70px;
  height: 70px;
}

.blv{
  margin-top: -12px;
}

.dk-pc{
  display: block;
}

.dk-sp{
  display: none;
}


.modal-content{
    box-shadow: #907300 0px 0px 0px 4px, #907300 0px 8px 6px -1px, #907300 0px 2px 0px inset;
    color: #fff;
    background-color: #2b282b;
}

#btn-confirm img{
   width: 60%;
}

.btn-closed{
  position: absolute;
  right: -45px;
  top: -35px;
  outline: none;
  box-shadow: none;
  border: none;

}

.btn-closed img{
   width: 60%;
}

.col-31 {
    flex: 0 0 auto;
    width: 29.166666665%;
}

.btn-login img{
  width: 115px;
  height: 38px;
}

.btn-login{
  outline: none;
  box-shadow: none;
  border: none;
}

.form-group.error .help-block{
  color: #fff;
}

.prize {
    font-size: 1.2rem;
    background: #473707;
    width: 237px;
    color: #fff;
    line-height: 38px;
    border-radius: 20px;
    padding: 0px 10px;
    font-weight: 700;
}

.prize img{
  background: #fff;
  border-radius: 50%;
  width: 30px;
}

.blv-2{
    display: inline-flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.blv-2{
    background-image: url('../img/bg.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    background-size: contain;
    width: 100%;
    height: 48px;
}

.blv-2 div{
  margin-left: 8px;
  margin-top: 10px;
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; opacity: 1;}
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; opacity: 1;}
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; opacity: 1;}
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF;opacity: 1;  }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3; }
}
 
.button-link {
  -webkit-animation: glowing 900ms infinite;
  -moz-animation: glowing 900ms infinite;
  -o-animation: glowing 900ms infinite;
  animation: glowing 900ms infinite;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px;
  /*overflow: hidden;*/
}

@media (max-width: 1600px) {
 
}
@media (max-width: 1540px) {
 

}

@media (max-width: 1440px) {
  .link-app-0{
    width: 100%;
  }

@media (max-width: 1368px) {
   .imgteam {
      width: 60px;
      height: 60px;
    }   


    .bg-left {
        position: absolute;
        left: -83px;
        width: 130px;
        top: 0px;
    }

    .vs-group  img{
       width: 48%;
    }

    .vs-group .vs{
       width: 30%;
    }

    .item-match {
      height: 152px;
    }
 
}

@media (max-width: 1024px) {

  .bg-left, .bg-right{
    display: none;
  }

  .item-match{
    height: 163px;
  }

  .imgteam {
    width: 60px;
    height: 60px;
  }

  .vs-group  img{
     width: 48%;
  }

  .vs-group .vs{
     width: 30%;
  }

  .prize {
    font-size: 1rem;
    background: #473707;
    width: 210px;
    color: #fff;
    line-height: 38px;
    border-radius: 20px;
    padding: 0px 10px;
    font-weight: 700;
  }

}

@media only screen 
    and (width: 1366px) 
    and (height: 1024px) {


    .imgteam {
      width: 60px;
      height: 60px;
    }   


    .bg-left {
        position: absolute;
        left: -83px;
        width: 130px;
        top: 0px;
    }

    .vs-group  img{
       width: 48%;
    }

    .vs-group .vs{
       width: 30%;
    }

    .item-match {
      height: 152px;
    }


}

@media only screen 
    and (width: 1024px) 
    and (height: 1366px) {
 
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
  #hero {
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg_sp.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    height: auto;
 }


  .link-app-0, .link-app-1, .link-app-2, .link-app-3 , .link-app-4, .link-app-5{
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .link-app-1 .nav-item{
    min-width: unset;
  }

  .link-app-1 .nav-item-1{
    width: 28%;
  }

  .link-app-1 .nav-item-2{
    width: 27%;
  }

  .link-app-1 .nav-item-3{
    width: 45%;
  }

  .nav-tabs .nav-link.active h4{
    background-size: cover;
  }

  .nav-tabs .nav-link.active img{
    height: 40px;
  }

  .link-app-1 .nav-item a h4 {
    font-size: 1rem;
  }

  .link-menu {
    position: absolute;
    top: 5px;
    right: 5px;
    left: unset;
  }

  .link-menu img{
    height: 25px;
    }

  .ml-3{
    margin-left: 10px;
  }

  .block-rules{    
    margin-bottom: 0px;
  }

  .tab-content>.tab-pane {
    padding: 0px 10px;
  }

  .rules{
    padding: 20px;
  }

  .rules p{
    font-size: 1rem;
  }

  .block-match {
    margin-bottom: 60px;
    padding: 0px 0px;
  }

  .item-match{
    font-size: 1rem;
    height: 260px;
  }

  .item-match .text-top {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .imgteam{
    width: 70px;
    height: 70px;
  }

  .blv {
     margin-top: 10px; 
  }


  .blv .col-12{
    padding: 0px;
  }

  .vs-group  img{
     width: 48%;
  }

  .vs-group .vs{
     width: 30%;
  }

  .item-match h4 {
      font-size: 1rem;
      margin-top: 5px;
  }

  .nav-tabs .nav-link.active h4{   
    font-size: 0.875rem;
  }

  .blv-2 div {
    margin-top: 14px;
    font-size: 0.725rem;
  }

}

@media (max-width: 767px) {
  #hero {
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg_sp.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    /*min-height: 100vh;*/
    height: auto;
 }

 .rules .table .thead-light{
  font-size: 0.825rem;
 }

 .rules .table td{
  font-size: 0.855rem;
  padding: 0.5rem 0.2rem;
 }

 .thead-light td{
  font-size: 0.825rem;
 }

  .dk-pc{
    display: none;
  }

  .dk-sp{
    display: block;
  }

  .link-app-0, .link-app-1, .link-app-2, .link-app-3 , .link-app-4, .link-app-5{
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .link-app-0{
     margin-top: 0px;
     padding: 0px;
  }  

  .link-app-1{
     margin-top: 0px;
     padding: 0px 0px;
  }

  .container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-tabs .nav-link.active img{
    height: 24px;
  }

  .link-app-1 .nav-item a h4 {
    font-size: 0.925rem;
  }

  .link-menu {
    position: absolute;
    top: 5px;
    right: 5px;
    left: unset;
  }

  .link-menu img{
    height: 25px;
    }

  .ml-3{
    margin-left: 10px;
  }

  .block-rules{    
    margin-bottom: 0px;
  }

  .tab-content>.tab-pane {
    padding: 0px 10px;
  }

  .rules{
    padding: 20px;
  }

  .rules p{
    font-size: 1rem;
  }

  .block-match {
    margin-bottom: 70px;
    padding: 0px 0px;
  }

  .item-match{
    font-size: 0.825rem;
    height: 170px;
  }

  .item-match .text-top {
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .item-match .mt-match {
    margin-top: -6px;
  }

  .imgteam{
    width: 40px;
    height: 40px;
  }

  .blv {
    margin-top: 0px !important;
  }

  .blv .col-12{
    padding: 0px;
  }

  .item-match .text-vs{
    font-size: 1rem;
  }

  .vs-group  img{
     width: 48%;
     height: 25px;
  }

  .vs-group .vs{
     width: 30%;
  }

  .item-match h4 {
      font-size: 0.825rem;
      margin-top: 5px;
  }

}

@media (max-width: 575px) {
}

@media (max-width: 435px) {

}

@media (max-width: 415px) {
 
}

@media only screen 
    and (width: 414px) 
    and (height: 736px) {


}

@media (max-width: 412px) {
  
 
}


@media (max-width: 400px) {
  
  .item-match{
    font-size: 0.825rem;
    height: 165px;
  }

}

@media (max-width: 380px) {

  .item-match .text-top {
    padding-top: 10px;
  }

  .item-match .text-vs {
      font-size: 0.875rem;
  }

  
}

@media only screen 
    and (width: 375px) 
    and (height: 812px) {
}

@media (max-width: 360px) {
  
}

@media (max-width: 767px) and  (max-height: 739px) {
 
}


.loading {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.loading .loading__overlay {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: wait;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}
.loading .loading__icon {
    content: '';
    width: 5%;
    height: 5%;
    min-width: 50px;
    min-height: 50px;
    background-image: url('./loading-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
