body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  /* background: linear-gradient(#f29b9f, #f7c5c7); */
  /* min-height: calc(100vh - 60px); */
  background-attachment: fixed;
}

img {
  max-width: 100%;
}

.result-img{
  margin-bottom: 3vh;
}

.result-img img{
  height: 20vh;
}

.warp-title-about {
  position: relative;
  font-weight: bold;
  margin: auto;
  text-align: center;
  max-width: 1300px;
}

.warp-title-about p {
  text-transform: uppercase;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  margin-bottom: 0;
  color: #dd0000;
}

.theme-preview-purple {
  background: #2a254f;
}

.theme-preview-purple .theme-preview-inner {
  background: #413971;
}

.theme-preview-red {
  background: #c0392b;
}

.theme-preview-red .theme-preview-inner {
  background: #e74c3c;
}

.theme-preview-aqua {
  background: #86d7f9;
}

.theme-preview-aqua .theme-preview-inner {
  background: #b4e9ff;
}

.theme-preview-silver {
  background: #bdc3c7;
}

.theme-preview-silver .theme-preview-inner {
  background: #ecf0f1;
}

.theme-preview-green {
  background: #27ae60;
}

.theme-preview-green .theme-preview-inner {
  background: #2ecc71;
}

.theme-preview-blue {
  background: #2980b9;
}

.theme-preview-blue .theme-preview-inner {
  background: #3498db;
}

.theme-preview-black {
  background: #222629;
}

.theme-preview-black .theme-preview-inner {
  background: #2d3338;
}

.theme-preview-orange {
  background: #f39c12;
}

.theme-preview-orange .theme-preview-inner {
  background: #f1c40f;
}

.theme-preview-olive {
  background: #16a085;
}

.theme-preview-olive .theme-preview-inner {
  background: #1abc9c;
}

.theme-preview-navy {
  background: #001f3f;
}

.theme-preview-navy .theme-preview-inner {
  background: #0d3864;
}

.theme-preview-yellow {
  background: #f7cc1d;
}

.theme-preview-yellow .theme-preview-inner {
  background: #ffe162;
}

.theme-preview-white {
  background: #f5f5f5;
}

.theme-preview-white .theme-preview-inner {
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

.theme-preview-purple {
  background: #2a254f;
}

.theme-preview-purple .theme-preview-inner {
  background: #413971;
}

.theme-preview-red {
  background: #c0392b;
}

.theme-preview-red .theme-preview-inner {
  background: #e74c3c;
}

.theme-preview-aqua {
  background: #86d7f9;
}

.theme-preview-aqua .theme-preview-inner {
  background: #b4e9ff;
}

.theme-preview-silver {
  background: #bdc3c7;
}

.theme-preview-silver .theme-preview-inner {
  background: #ecf0f1;
}

.theme-preview-green {
  background: #27ae60;
}

.theme-preview-green .theme-preview-inner {
  background: #2ecc71;
}

.theme-preview-blue {
  background: #2980b9;
}

.theme-preview-blue .theme-preview-inner {
  background: #3498db;
}

.theme-preview-black {
  background: #222629;
}

.theme-preview-black .theme-preview-inner {
  background: #2d3338;
}

.theme-preview-orange {
  background: #f39c12;
}

.theme-preview-orange .theme-preview-inner {
  background: #f1c40f;
}

.theme-preview-olive {
  background: #16a085;
}

.theme-preview-olive .theme-preview-inner {
  background: #1abc9c;
}

.theme-preview-navy {
  background: #001f3f;
}

.theme-preview-navy .theme-preview-inner {
  background: #0d3864;
}

.theme-preview-yellow {
  background: #f7cc1d;
}

.theme-preview-yellow .theme-preview-inner {
  background: #ffe162;
}

.theme-preview-white {
  background: #f5f5f5;
}

.theme-preview-white .theme-preview-inner {
  background: #fff;
}

html,
.full-height {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

a {
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}

.d-none {
  display: none;
}

.form-controls {
  max-width: 354px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  -webkit-appearance: none;
  min-width: 288px;
  padding: 0;
  transition: all 0.3s;
  height: 62px;
  line-height: 62px;
  -moz-appearance: none;
  appearance: none;
}

.form-label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.btn-yellow {
  background: #fbce3d;
  color: #6a4c08;
  box-shadow: inset 0 -5px #fef269;
  position: relative;
}

.btn-yellow:hover {
  color: #413971;
}

.modal-body {
  background: #fff;
}

.field {
  border: 1px solid #eec515;
  border-radius: 3px;
  height: 38px;
  font-size: 14px;
  width: 100%;
}

.field:active,
.field:focus,
.field:visited {
  outline: none;
}

.textarea {
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 13px;
  color: #333;
}

.textarea:active,
.textarea:focus,
.textarea:visited {
  outline: none;
}

.btn-alt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 100px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 9px 10px 10px;
  transition: background 0.3s;
}

.section-button {
  z-index: 2;
  position: absolute;
  width: 100%;
}

.footer-img {
  position: absolute;
  width: 100%;
  bottom: 10%;
  z-index: 0;
}

.footer-img img {
  width: 10%;
}

.winner_name {
  font-size: 30px;
  letter-spacing: 2px;
  padding: 0 20px;
  margin-top: 55px;
  margin-bottom: 20px;
  height: 85px;
}

.winner_name .coin-text {
  width: 60%;
  margin: auto;
  font-size: 26px;
  text-shadow: none;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

.footer__item img {
  position: fixed;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  left: 10px;
  bottom: 10px;
}

.footer__item {
  width: 100%;
  position: relative;
  background: #000;
  text-align: center;
}

.footer__content {
  padding: 10px;
  color: #fff;
}

.bg-full {
  text-align: center;
  position: relative;
  height: 100vh;
  overflow-y: hidden;
  background: url("../img/bg-main.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: auto;
}

.bg-full .coin {
  margin-bottom: 10px;
}

.text-linear-gold {
  background: linear-gradient(90deg, #FFF7D4 0%, #FFDB79 27%, #FFF7D4 56%, #FFF7D4 56%,#FFDB79 80%, #FFDE83 82%, #FFF0AF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 6.5vh;
  margin-bottom: 2vh;
}
.header-subtitle{
  font-size: 4vh;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3vh;
}

.bg-full .header-slotmachine {
  margin-bottom: 15px;
}

.bg-full .header-slotmachine .event-name {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 6vh;
  margin-bottom: 3.5vh;
}

.bg-full .header-slotmachine .event-name img {
  height: 5.2vh;
}

.bg-full-results {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../img/bg-main.jpg');
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-full-results .header-slotmachine .event-name .logo {
  max-width: 250px;
  height: auto !important;
}

.bg-full-results .header-slotmachine .event-name .logo-title {
  max-width: 910px;
  height: auto !important;
}

.render-result p {
  font-weight: normal;
}

@media only screen and (max-width: 1366px) {
  .bg-full-results .header-slotmachine .event-name .logo {
    max-width: 150px !important;
    height: auto !important;
  }

  .bg-full-results .header-slotmachine .event-name .logo-title {
    max-width: 600px;
    height: auto !important;
    margin-bottom: 40px;
  }

  .render-result.item-kk p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  

  .render-result {
    font-size: 16px !important;
  }
}

.bold {
  font-weight: 700 !important;
}

.bg-full-results .header-slotmachine .event-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: -18%; */
  margin: 15px auto 50px;
  font-size: 48px;
  color: #029994;
  font-weight: bold;
}

.bg-full .coin img {
  height: 120px;
}

.bg-full .coin .prize-image {
  max-height: 200px;
  margin: auto;
}

.bg-full .section-message {
  position: relative;
  height: 120px;
}

.bg-full .section-message h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
}

.result_container {
  background-image: url("/img/bg-grass.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.85) 85%);
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
  border: 3px solid #ffffff;
  height: fit-content;
  min-height: 550px;
  max-width: 90%;
  width: 1400px;
  margin: auto;
  margin-bottom: 30px;
  overflow: auto;
  padding: 30px;
}

.result-title{
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.render-result p {
  text-align: center;
}

.table-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.table-header div{
  width: 33.3%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.render-result.item-1 {
  font-size: 32px !important;
  font-weight: 700;
}

.render-result.item-kk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000;
  margin-bottom: 15px;
}

#result-kk{
  width: 100%;
  height: 380px;
  overflow: auto;
}

.render-result.item-kk div{
  width: 33.3%;
  text-align: center;
  font-size: 20px;
  color: #000;
}

.result-bottom {
  /* background: radial-gradient(circle at 100% 100%,
      #ffffff 0,
      #ffffff 6px,
      transparent 6px) 0% 0%/10px 10px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/10px 10px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/10px 10px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/10px 10px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 8px) calc(100% - 20px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 20px) calc(100% - 8px) no-repeat,
    linear-gradient(220deg, #dbc16d 0%, #f9f5cb 100%); */
  background: #fff;
  border-radius: 10px;
  padding: 9px;

  border-radius: 10px;
  width: 90%;
  padding: 15px 50px;
  margin: auto;
  margin-top: 15px;
  display: block;
  position: relative;
  box-shadow: 5px 5px 30px -10px #bd1222;
}

.gr-section-btn {
  position: relative;
  height: 67px;
  margin-bottom: 40px;
}


.result-card {
  overflow: hidden;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result-card .result-title {
  position: relative;
  transform: unset;
  top: 0;
  left: 0;
  height: auto;
  min-width: 400px;
  font-size: 25px;
  margin: 0;
}

.result-card .result-line {
  width: 2px;
  height: 32px;
  background-color: #e68991;
  margin: 0 15px;
}

.result-witdh,
.result-phone {
  text-align: center;
  font-size: 25px;
  color: #6D6D6D;
  width: 30%;
}

.result-item {
  background-color: #fff;
  color: #6d6d6d;
  padding: 5px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
}

.count-result {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 16px;
  color: #920d10;
}

.result-more {
  color: #920d10;
  font-weight: bold;
}

@media (max-width: 426px) {
  .bg-full .section-message h2 {
    font-size: 15px;
  }
}

.bg-full .section-body {
  border-radius: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  border-radius: 10px;
}

.bg-full .section-body .section-body-inner {
  display: flex;
}

.bg-full .section-body .section-body-inner .slots.slotwrapper {
  height: auto;
  width: 100%;
  margin: 0 auto 35px auto;
  border: unset;
}

.bg-full .section-body .section-body-inner .slots.slotwrapper ul {
  width: 100%;
  height: 100%;
  font-size: 70%;
  color: #231F20;
}

.bg-full .section-body .section-body-inner .slots.slotwrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #231F20;
}

.bg-full .section-body .section-body-inner .slots {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  margin-bottom: 0;
  line-height: 0;
  display: flex;
  width: auto;
  height: auto;
}

.bg-full .section-body .section-body-inner .slots .slot {
  flex: 1;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  /* border: 1px solid #920d10; */
}

.bg-full .section-body .section-body-inner .slots .slot:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.bg-full .section-body .section-body-inner .slots .slot .slot-item {
  display: flex;
  width: 100%;

  height: 100%;
  position: absolute;
}

.bg-full .section-body .section-body-inner .slots .slot .slot-item .slot-number.img-center {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.bg-full .section-body .section-body-inner .slots .slot .slot-item .slot-number {
  color: #fff;
  font-size: 100px !important;
  font-weight: 700;
  margin: 0 auto;
  background-color: #fff;
  position: relative;

  width: 100%;
}

.bg-full .section-body .section-body-inner .slots .slot .slot-item .slot-number img {
  width: 35%;
  opacity: 0.25;
  margin: 0 auto;
}

.bg-full .state-ready .start-btn {
  display: inline-block;
}
.bg-full .state-ready .start-btn  img{
width: auto;
  height: 7vh;

}
.bg-full .state-ready .again-btn,
.bg-full .state-ready .stop-btn,
.bg-full .state-ready .result-btn,
.bg-full .state-ready .next-btn {
  width: 300px;
  display: inline-block;
  background-color: #029994;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
}

/* @media (max-width: 1024px) {

  .bg-full .state-ready .start-btn,
  .bg-full .state-ready .again-btn,
  .bg-full .state-ready .stop-btn {
    width: 400px;
  }
} */

.bg-full .state-ready .start-btn img,
.bg-full .state-ready .again-btn img,
.bg-full .state-ready .stop-btn img,
.bg-full .state-ready .next-btn img {
  width: auto;
}

.bg-full .state-spin .stop-btn {
  width: 400px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .bg-full .state-spin .stop-btn {
    width: 300px;
  }
}

.bg-full .state-spin .stop-btn img {
  width: 60%;
}

.bg-full .section-actions .section-head-actions {
  background: #c1392b;
  border: 3px solid #ffda56;
  border-radius: 0;
  color: #ffda56;
  text-transform: uppercase;
  height: 48px;
  margin-top: 13px;
  margin-bottom: 50px;
  display: inline-block;
}

@media (max-width: 426px) {
  .bg-full .section-actions .section-head-actions {
    height: 36px;
    line-height: 30px;
    border-radius: 5px;
    border: 3px solid #f5db79;
    margin-top: 7px;
  }
}

.bg-full .section-actions .section-head-actions .link-prev {
  float: left;
  padding: 0 12px;
  position: relative;
}

.bg-full .section-actions .section-head-actions .link-next {
  float: right;
  padding: 0 12px;
}

.bg-full .section-actions .section-head-actions .link-next:hover {
  color: #fff;
}

.bg-full .section-actions .section-head-actions .not-available {
  opacity: 0;
  pointer-events: none;
  cursor: default !important;
}

.bg-full .section-actions .section-head-actions .prize-text {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffd855;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

@media (max-width: 426px) {
  .bg-full .section-actions .section-head-actions .prize-text {
    font-size: 14px;
    height: 36px;
    line-height: 30px;
  }
}

.bg-full .section-actions a:hover {
  cursor: pointer;
}

.bg-full .section-actions a i {
  line-height: 42px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffda56;
}

@media (max-width: 426px) {
  .bg-full .section-actions a i {
    margin: 0 8px;
    font-size: 10px;
    height: 36px;
    line-height: 30px;
  }
}

.bg-full .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 22px 0;
}

@media (max-width: 426px) {
  .bg-full .footer {
    height: auto;
  }
}

@media (min-width: 768px) {
  .bg-full .footer {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .bg-full .footer {
    height: 76px;
  }
}

.bg-full .footer .footer-nav {
  font-size: 18px;
  display: inline-block;
}

@media (max-width: 426px) {
  .bg-full .footer .footer-nav {
    font-size: 13px;
  }
}

.bg-full .footer .footer-nav ul li {
  display: inline-block;
  vertical-align: middle;
  color: #dfdfdf;
  margin: 0 25px;
  text-shadow: #030303 1px 1px 1px;
  position: relative;
  z-index: 0;
}

@media (max-width: 426px) {
  .bg-full .footer .footer-nav ul li {
    display: inline-block;
    text-align: left;
    margin-bottom: 13px;
  }
}

.bg-full .footer .footer-nav ul li a {
  color: #dfdfdf;
  text-decoration: none;
  cursor: pointer;
}

.bg-full .footer .footer-nav ul li a:hover {
  color: #fbce3d;
  text-decoration: none;
  cursor: pointer;
}

.bg-full .footer .footer-nav ul li a span {
  margin-right: 5px;
}

.bg-full .footer .list-actions {
  display: inline-block;
  list-style: none outside none;
}

@media (max-width: 426px) {
  .bg-full .footer .list-actions {
    display: block;
    text-align: center;
  }
}

.bg-full .footer .list-actions:last-child {
  margin-bottom: 0;
}

.bg-full .footer .list-actions li {
  position: relative;
  margin: 0 7px;
  z-index: 0;
  display: inline-block;
}

@media (max-width: 426px) {
  .bg-full .footer .list-actions li {
    margin: 0 3px;
  }
}

.bg-full .footer .list-actions li a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #828282;
  border-radius: 4px;
  background: #dfdfdf;
  color: #413971;
  font-size: 24px;
  cursor: pointer;
}

.bg-full .footer .list-actions li a:hover {
  color: #fbce3d;
  background: #828282;
}

@media (max-width: 426px) {
  .bg-full .footer .list-actions li a {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 30px;
  }
}

.modal .modal-result {
  max-width: 1024px;
  font-size: 28px;
}

.modal .modal-result .modal-body {
  padding: 20px 30px;
  height: 600px;
  overflow: auto;
}

.modal .modal-result .modal-body .tabs,
.modal .modal-result .modal-body .tabs-intro {
  text-align: left;
}

.modal .modal-result .modal-body .tabs-result .nav-tabs {
  background: #f2f2f2;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  text-align: center;
}

.modal .modal-result .modal-body .tabs-result .nav-tabs li.active a {
  border: 0;
  border-bottom: 5px solid #ffd211;
  color: #e1ba11;
  background: #f2f2f2;
}

.modal .modal-result .modal-body .tabs-result .nav-tabs li {
  width: 20%;
  text-transform: uppercase;
  position: relative;
}

.modal .modal-result .modal-body .tabs-result .nav-tabs li a {
  border: 0;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  margin: 0;
  color: #333;
  padding: 13px 0 12px;
  position: relative;
}

.modal .modal-result .modal-body .tabs-result .nav-tabs li a:hover,
.modal .modal-result .modal-body .tabs-result .nav-tabs li a:focus {
  color: #e1ba11;
  border-bottom: 5px solid #ffd211;
  background: #f2f2f2;
}

.modal .modal-result .modal-body .tabs-result .tab-content {
  padding: 14px 0 17px 19px;
}

.modal .modal-result .modal-body .tabs-result .tab-content .sessions .table-results thead tr th {
  border-bottom: 1px solid #d1d1d1;
  padding: 6px 6px 8px;
  font-weight: 400;
  vertical-align: middle;
}

.modal .modal-result .modal-body .tabs-result .tab-content .tab-pane-inner {
  height: 480px;
  overflow-y: auto;
}

.modal .modal-result .modal-body .tabs-result .tab-content .session .session-title {
  margin: 0 0 8px;
  padding-left: 3px;
  font-weight: 700;
  font-size: 16px;
}

.modal .modal-dialog {
  box-shadow: unset;
  border-radius: 10px;
  width: 70%;
  max-width: 600px;
  overflow: hidden;
}

#modal-IdResult img {
  width: 100%;
  height: auto;
}

.modal .modal-header {
  padding: 0;
  border: 0;
  position: relative;
}

.modal .modal-header .close {
  color: #fff;
  position: absolute;
  top: 42%;
  right: 20px;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  margin-top: 0;
  transform: translate(0, -50%);
  z-index: 5;
}

.gr-prize-popup {
  text-align: center;
  margin-bottom: 10px;
}

.gr-prize-popup img {
  width: 100%;
  height: auto;
}

.gr-prize-popup .render-result {
  padding: 10px 0;
  font-size: 25px;
}

.gr-prize-popup .render-result p {
  margin-bottom: 0;
  color: #029994;
}

.link-download .iconify {
  font-size: 20px;
  display: inline-block;
  color: #333;
}

.modal-login-register {
  max-width: 610px;
}

.modal-login-register .form-login-register .form-controls {
  position: relative;
}

.modal-login-register .form-login-register .form-controls .field {
  border-radius: 4px;
  color: #999;
  padding: 13px 13px 13px 48px;
  height: 48px;
  font-size: 16px;
  border: 1px solid #eec515;
  display: block;
  width: 100%;
  background: #fff;
}

.modal-login-register .form-login-register .form-controls .field:focus {
  border: 1px solid #eec515;
  outline: none;
}

.modal-login-register .form-login-register .form-controls .field-password {
  padding-right: 135px;
}

.modal-login-register .form-login-register .form-controls .form-hint {
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 13px;
}

.modal-login-register .form-login-register .form-controls .iconify {
  font-size: 20px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.modal-login-register .form-login-register .form-body {
  padding-left: 40px;
  text-align: left;
  margin-bottom: 31px;
}

.modal-login-register .form-login-register .form-row {
  margin-bottom: 25px;
}

.modal-login-register .form-login-register .form-row .form-label {
  width: 92px;
  font-size: 16px;
  font-weight: 400;
}

.modal-login-register .form-login-register .form-btn {
  font-size: 20px;
}

.modal-login-register .form-login-register .checkbox {
  margin-top: 15px;
}

.modal-login-register .form-login-register .checkbox .form-label {
  width: auto;
  padding-left: 0;
}

.modal-login-register .form-login .form-body {
  margin-bottom: 36px;
}

.modal-login-register .link-return {
  font-size: 14px;
  display: inline-block;
  margin-top: 13px;
  position: relative;
}

.modal-login-register .link-return .iconify {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.modal-login-register .link-return span {
  text-decoration: underline;
  padding-left: 3px;
}

.modal-edit {
  max-width: 684px;
}

.modal-edit .modal-body {
  padding: 10px 34px 30px;
}

.modal-edit .subscription {
  background: #f3f3f3;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 20px 20px 25px;
  margin-bottom: 6px;
}

.modal-edit .form-edit .form-alert {
  padding-top: 7px;
}

.modal-edit .form-edit .form-head {
  margin-bottom: 17px;
}

.modal-edit .form-edit .form-head strong {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 5px 0 8px;
  font-size: 16px;
}

.modal-edit .subscription .subscription-price {
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
}

.modal-edit .subscription h6 {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.modal-edit .subscription .btn-alt {
  padding: 16px 46px;
  margin-bottom: 22px;
  letter-spacing: 5px;
  font-size: 17px;
}

.modal-edit .subscription .btn-orange {
  background: #ffd211;
  border-radius: 5px;
  box-shadow: 0 3px #fff31d;
  transition: all 0.3s;
}

.modal-contact-us {
  max-width: 564px;
}

.modal-contact-us .form-controls {
  position: relative;
}

.modal-contact-us .form-controls .iconify {
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.modal-contact-us .textarea {
  border: 1px solid #eec515;
  background: #fff;
  border-radius: 4px;
  color: #999;
  padding: 13px;
  min-height: 137px;
}

.modal-contact-us .form-label-top {
  vertical-align: top;
  margin-top: 13px;
}

.modal-contact-us .form-label {
  width: 92px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.modal-contact-us .form-row {
  margin-bottom: 25px;
}

.modal-contact-us .form-row:last-child {
  margin-bottom: 0;
}

.modal-contact-us .field {
  border-radius: 4px;
  color: #999;
  padding: 13px 13px 13px 48px;
  height: 48px;
  font-size: 16px;
}

.modal-contact-us .form-body {
  padding-left: 28px;
  margin-bottom: 23px;
  text-align: left;
}

.modal-contact-us .btn-yellow {
  font-size: 20px;
}

.modal-change-theme {
  max-width: 944px;
  background-color: #fff;
}

.modal-change-theme .modal-body {
  padding: 20px 33px 3px 25px;
}

.modal-change-theme .modal-body h6 {
  font-weight: 700;
  color: #333;
  margin: 0 0 21px;
}

.modal-change-theme .modal-body .theme-previews {
  list-style: none;
}

.modal-change-theme .modal-body .theme-previews .theme-preview {
  float: left;
  width: calc(25% - 18px);
  margin: 0 9px 31px;
  height: 114px;
  padding: 11px 10px 10px 11px;
  text-align: left;
}

.modal-change-theme .modal-body .theme-previews .theme-preview:hover {
  cursor: pointer;
}

.modal-change-theme .modal-body .theme-previews .theme-preview:hover .iconify {
  opacity: 1;
  visibility: unset;
}

.modal-change-theme .modal-body .theme-previews .theme-preview .iconify.checked {
  opacity: 1 !important;
}

.modal-change-theme .modal-body .theme-previews .theme-preview .iconify {
  font-size: 35px;
  opacity: 0;
}

.modal-change-theme .modal-body .theme-previews .theme-preview .theme-preview-inner {
  width: 100%;
  height: 71px;
  text-align: center;
  line-height: 68px;
  margin-bottom: 6px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.modal-change-theme .modal-body .theme-previews .theme-preview h6 {
  color: #fff;
}

.modal-language {
  max-width: 610px;
  background-color: #fff;
}

.modal-language .modal-body {
  padding: 20px 0 0;
}

.modal-language .list-languages li.active a span {
  color: #255aba;
  text-decoration: underline;
  font-weight: 700;
}

.modal-language .list-languages li {
  float: left;
  width: 33%;
  text-align: left;
  margin: 2px 0 38px;
  padding-left: 40px;
  list-style: none;
}

.modal-language .list-languages li a:hover {
  cursor: pointer;
}

.modal-language .list-languages li a:hover span {
  color: #255aba;
  text-decoration: underline;
  font-weight: 700;
}

.modal-language .list-languages li a span {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.player_audio>div {
  display: none;
}

.player_audio>div.active {
  display: block;
}

#btn-home-result {
  color: #fff;
  font-size: 24px;
  background: #F15327;
  padding: 10px 24px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: bold;
  border-radius: 7px;
  border: none;
}

.table-striped>tbody>tr {
  background-color: #fff;
}

.table-striped>thead>tr {
  background-color: #fff;
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.bg-full .section-body.count-5 {
  max-width: 900px;
}

.bg-full .section-body.count-4 {
  max-width: 700px;
}

.bg-full .section-body.count-6 {
  max-width: 1000px;
}

.bg-full .section-body.count-3 {
  max-width: 550px;
}

.bg-full .section-body.count-2 {
  max-width: 400px;
}

.bg-full .section-body.count-1 {
  max-width: 200px;
}

#myTab {
  display: none;
}

.modal-result .link-download {
  display: none;
}

.container.coin .prize-image {
  display: none;
}

.module-border-wrap {
  padding: 1rem;
  position: relative;
  background: #029994;
  padding: 5px;
  border-radius: 5px;
  margin: auto;
}

.module {
  background: #029994;
  color: #fff;
  font-size: 20px;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.all-screen {
  display: flex;
  height: 100%;
}

.result-prize {
  width: 25%;
  background-color: #eee;
  margin-left: 10px;
  padding: 10px;
}

.result-prize-title h3 {
  text-align: center;
  text-transform: uppercase;
  color: #e63128;
  font-weight: bold;
}

.result-prize-card {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.result-prize-card h4 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.result-prize-card p {
  margin: 0;
}

.download-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: auto;
  height: auto;
}

th {
  text-align: center;
}

/* scroll bar custom */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: 5px;
  scrollbar-color: #ca2417 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #ca2417;
  border-radius: 10px;
  border: 5px none #ffffff;
}