:root {
  --surface-a: #ffffff;
  --surface-b: #f8f9fa;
  --surface-c: #e9ecef;
  --surface-d: #dee2e6;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #495057;
  --text-color-secondary: #6c757d;
  --primary-color: #17a976;
  --primary-color-text: #ffffff;
  --font-family: Helvetica, sans-serif;
}

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-contest {
  /* @media only screen and (min-width: 321px) and (max-width: 349px) {
       .box-time-start, .box-time-end {
           width: 47%;
       }
   }*/
}
.widget-contest .widget-content {
  background-color: #F5F5F5;
}
.widget-contest .icon-contest {
  position: absolute;
  top: 0;
  left: -103px;
  width: 93px;
  height: 113px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  z-index: 2;
}
.widget-contest .box-time-countdown .bottom ul {
  width: 100%;
  text-align: center;
}
.widget-contest .box-time-countdown .bottom ul li {
  float: none;
  display: inline-block;
  padding: 0 5px;
}
.widget-contest .box-time-countdown .bottom ul li span {
  color: #17a976;
  font-size: 1rem;
  font-weight: 800;
}
@media only screen and (min-width: 1400px) {
  .widget-contest .box-time-countdown .bottom ul li span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-contest .box-time-countdown .bottom ul li span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .widget-contest [class*=box-time-]:last-child {
    width: 49.7%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .widget-contest [class*=box-time-] .top {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .widget-contest .box-time-end {
    margin-right: 0;
  }
  .widget-contest .box-time-countdown {
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 478px) {
  .widget-contest .box-time-start, .widget-contest .box-time-end {
    width: 47%;
  }
}
@media only screen and (min-width: 1400px) {
  .widget-contest .col-lg-3.col-6 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .widget-contest .col-lg-6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .widget-contest [class*=box-time-] .top {
    font-size: 20px;
  }
  .widget-contest .join-contest-box, .widget-contest .rules-box {
    margin-bottom: 0;
  }
  .widget-contest .join-contest-box a, .widget-contest .rules-box a {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 320px) {
  .widget-contest .col-lg-3.col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .widget-contest .box-time-start, .widget-contest .box-time-end {
    width: 100%;
  }
}

.widget-organizers .widget-content {
  background-color: #fff;
  border: 1px solid #707070;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-organizers .slide-item img {
    max-height: 84px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-organizers .slide-item img {
    max-height: 78px;
  }
}

.theme-darkblue .widget-organizers .widget-content {
  background-color: #F5F5F5;
}

.widget-partners .widget-content {
  background-color: #fff;
  border: 1px solid #707070;
}

.theme-darkblue .widget-partners .widget-content {
  background-color: #F5F5F5;
}

.widget-chart .widget-title {
  font-family: "Iciel", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .widget-chart .widget-title {
    font-size: 1.2rem;
  }
}
.widget-chart .widget-content {
  background-color: transparent;
}

.widget-notifications .widget-content {
  background-color: #F5F5F5;
}

.widget-document .widget-content {
  background-color: #F5F5F5;
}

.widget-videos .widget-content {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-videos .widget-content:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-videos .widget-content ul li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .widget-videos .widget-content ul li.first {
    width: 50%;
    margin-left: 0;
    border-bottom: 0;
  }
}

/*# sourceMappingURL=theme-class.css.map */
