/*@import url('https://fonts.googleapis.com/css?family=supermarketregular:400,600,700&display=swap');*/
@import url("../font/supermaket-font/stylesheet.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
}
body{
  font-family: 'supermarketregular', sans-serif;
  margin: auto;
  height: 100%;
  background-color: #333;
}
#owl-demo{
  /*background-image: url(../../images/bg.jpg);*/
  background-color: #712654;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
#owl-demo .item{
    display: block;
    width: 100%;
    height: 100%;
}
/*.container-fluid{
  padding-left: 0px !important;
  padding-right: 0px !important;
}*/
.contest-box{
    width: 100%;
    height: 100%;
    /*background-color: #333;*/
}
.box-img{
  padding: 5px;
  height: 400px;
}
.panel-contestant{
  background-color: #fffffff2;
}
.box-contestant{
  padding: 10px 10px 4px 10px;
  border-bottom: 2px solid #333;
}
.box-contestant h3{
  font-family: 'supermarketregular', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.box-contestant h4{
  font-family: 'supermarketregular', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.contest-number{
  position: absolute;
  padding: 10px;
  color: #fff;
  font-family: 'supermarketregular', sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  right: 0;
  top: 0;
  width: 130px;
  height: 90px;
  vertical-align: middle;
}
.pd-l-0{
  padding-left: 0px !important;
}
.pd-r-0{
  padding-right: 0px !important;
}
.selectnum{
  width: 100% !important;
  height: 120px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-size: 50px !important;
  font-weight: bold !important;
}
.selectnum option{
  font-size: 50px;
  text-align: center !important;
  text-align-last: center !important;
}
.box-summary{
  border-top:2px solid #333;
}
.box-summary{
  text-align: left;
  padding: 10px;
}
.scoresum{
  display: inline !important;
  width: 200px !important;
  height: 80px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-size: 50px !important;
  font-weight: bold !important;
  border:2px solid #333 !important;
}
.btn-submitscore{
  height: 80px;
  width: 250px;
  vertical-align: top !important;
  font-size: 40px;
}

.pagesummary{
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  /*background-image: url('../../images/bg.jpg');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
}
.pagesummary h1{
  font-size: 70px;
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
  /*-webkit-text-stroke: 0.2px white;*/
  /*-webkit-animation: fill 0.5s infinite alternate;*/
}
@-webkit-keyframes fill {
  from { -webkit-text-fill-color: #c39848; }
  to { -webkit-text-fill-color: #ab7c23; }
}
.box-contest-row{
  margin: auto;
  height: 80px;
}

.box-contest-img{
  width: 95px;
  height: 95px;
  position: absolute;
  top: -10px;
  border: 2px solid #eee;
}
.box-contest-number{

}
.box-contest-detail{
  padding: 10px;
  padding-left: 115px;
  margin-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px #c5c2c2;
}
.box-contest-detail h3{
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
}
}
.box-contest-detail h4{
  line-height: 1;
  font-size: 16px !important;
}
.box-contest-score{
  width: 100px;
  position: absolute;
  top: 15px;
  right: 25px;
  text-align: right;
}
.box-contest-score h2{
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.box-contest-number{
  width: 65px;
  font-weight: bold;
  font-style: italic;
  font-size: 45px;
  position: absolute;
  top: 10px;
  margin-left: 95px;
}
.mobileSelect-container.holo .list-container .mobileSelect-control{
  font-size: 50px !important;
  color: #deff00de !important;
}
button.btn-mobileSelect-gen:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):not(.btn-block) {
    width: 100% !important;
    font-size: 50px !important;
    text-align: center !important;
    display: grid !important;
    border: 1px solid #eee;
}

#gateio_status{
  margin: auto;
  position: absolute;
  color: #333;
  font-size: 15px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  padding: 5px;
}

.owl-carousel .owl-item img{
  width: auto !important;
  height: 100% !important;
  display: block;
  margin: auto !important;
}

.box-contestant-item{
  width: 33.33%;
  height: 100vh;
  transform: skew(-10deg);
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: auto;
  float: left;

}

.divitem{
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: skew(10deg);
  padding: 84px;

}

.text-score{
  width: 100%;
  bottom: 0px;
  position: absolute;
  padding: 10px;
  padding-bottom: 30px;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0, 0, 0, 0.6));
  left: 20px;
}
.votescore{
  font-size: 70px;
  color: #fff;
  font-weight: bold;
}

.timecountdown{
  height: 200px;
  width: 600px;
  margin: auto;
  background-color:#ff0000b0;
  z-index: 999;
  position: absolute;
  left: 30%;
  text-align: center;
  padding: 20px;
  top: 10%;
  border-radius: 10px;
  border: 2px solid#fff;
}
.timecountdown h3{
  color: #fff;
}
.timecountdown h1{
  color: #fff;
  font-size: 100px;
}

.timecountdown-2{
  height: 180px;
  width: 100%;
  margin: auto;
  /*background-color:#ff0000b0;*/
  background-color: #000000d9;
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 20px;
}
.timecountdown-2 h3{
  color: #fff;
}
.timecountdown-2 h1{
  color: #fff;
  font-size: 100px;
}

.timecountdown10s{
  height: 100vh;
  width: 100vw;
  margin: auto;
  background-color:#000;
  z-index: 999;
  position: absolute;
  text-align: center;
  padding: 200px;
}

.timecountdown10s h1{
  color: #fff;
  font-size: 500px;
}
.timecountdown10s h3{
  color: #fff;
}

.list-group-item{
  background-color: transparent !important;
}
