/*@import url('https://fonts.googleapis.com/css?family=Prompt:100,300,400,400i,500,600,800&display=swap');
*/
* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Prompt', sans-serif;
}

body {
  background: #12161E;
}

.swiper-container {
    height: 500px;
}

.wins-slide {
    width: 32% !important;
    height: 319.2px !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.input-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.input {
  width: 100%;
  height: 56.69px;
  background: #182132;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  padding: 16.4px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #8D9DBA;
  outline: none;
}

.input::placeholder {
    color: #8D9DBA;
}

.input:focus {
    border: 1px solid #8D9DBA;
}

.input-upload-button {
  position: relative;
  width:100%;
  height: 120px;
  border: none;
  background: #1F2B42;
  border: 1px solid #8D9DBA;
  border-radius: 4px;
}

.file-chooser {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
}

.input-textarea {
  resize: none;
  height: 120px;
  width: 100%;
  border-radius: 4px;
  background: #182132;
  border: none;
  padding: 16.4px 30px;
  font-size: 16px;
  color: #8D9DBA;
  outline: none;
}

.input-textarea:focus {
    border: 1px solid #8D9DBA;
}

.checkbox-container{
  display: flex;
  align-items: center;
}

.checkout-label{
  padding-left:10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #CECECE;
}




p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.txt24 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.txt18 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

body {
    background-color: black;
}

.button {
    width: 137.96px;
    height: 50px;
    background: #FF9900;
    border-radius: 4px;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Prompt', sans-serif;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.btn-outline {
    background: none;
    border: 1px solid #FF9900;
    color: #FF9900;
}

.btn-outline:hover {
    transition: .3s ease-in-out;
    color: #FFFFFF;
    background: #FF9900;
}

.btn-md {
    width: 193.82px !important;
}

.btn-full {
    width: 100% !important;
}

.btn-cyan {
    background: #4ADDC7;
}

.btn-blue {
    background: #0085FF;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon-w {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon img {
    height: 10px;
    margin-right: 5px;
}

.btn-icon-w img {
    height: 20px;
    margin-right: 5px;
}

.nav-account-button {
    width: 80px;
    height: 50px;
    background: #FF9900;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.col-10 {
    width: 10%;
}

.col-20 {
    width: 20%;
}

.col-30 {
    width: 30%;
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col-48 {
    width: 48%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-68 {
    width: 68%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-full {
    width: 100%;
}

.pp {
    border-radius: 50%;
    background: #E5E5E5;
    overflow: hidden;
}

.pp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pp-sm {
    width: 45px;
    height: 45px;
}

.pp-md {
    width: 59.15px;
    height: 59.15px;
}

.pp-lg {
    width: 120px;
    height: 120px;
}

.pp-xlg {
    width: 160.99px;
    height: 160.99px;
}

.faq {
    width: 383.93px;
    height: auto;
    border: 1px solid #8D9DBA;
    border-radius: 4px;
    padding: 30px 37.04px;
    max-height: 450px;
    overflow: hidden;
    transition: max-height .3s ease-out;
    margin-bottom: 15px;
}

.emptyfaq {
    width: 32%;
    overflow: hidden;
    margin-bottom: 28.57px;
}

.faq:hover {
    border: 1px solid #FFFFFF;
}

.faqcollapsed {
    padding-top: 15px;
    max-height: 60px;
}

.faq-title {
    width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10.04px;
}

.fq-arrow-down {
    display: none;
}

.faq-title img,h3 {
    cursor: pointer;
}

.faq-title h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.faq-title img:hover {
    background: #1D2432;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.faq p {
    line-height: 30px;
    color: #8D9DBA;
}

.testimonial {
    padding: 15px 37.04px;
    width: 383.93px;
    min-height: 202.7px;
    background: black;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.testimony {
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16.68px;
    
}

.testifier {
    display: flex;
}

.testifier-image {
    margin-right: 12px;
}

/* TABLE */

.success{
    color: #0EFC99;
}

.pending{
    color: #B64E00;
}

.failed{
    color: #FF1B1B;
}

table{
    font-weight: normal;
    font-size: 16px;
    background: #182132;
    width:100%;
    border-radius: 4px;
    border: none;
    border-collapse: collapse;
}

th,td{
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;    
    padding-left: 19.71px;
    padding-right: 19.71px;
    height: 60px;
    color: #FFF;
}

th{
    color: #BABCC1;
    border-bottom: 1px solid #8190AD;
}

tr{
    height: 65px;
}

tr:nth-child(even){
    background: #242C3B;
}

/* TABLE */

/* ACCORDION */

.accordion-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    border: 1px solid #8D9DBA;
    outline: none;
    border-radius: 4px;
    margin-bottom: 7.49px;
}
.accordion-container:last-child{
    margin-bottom: 0px;
}


.accordion{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: #182132;
    outline: none;
    padding:14.84px 20px;
    font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    color: #FFFFFF;
    border-radius: 4px;
}

.clicked{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.panel{
    background: #182132;
    border-radius:0 0 4px 4px;
    padding:14.84px 30px;
    display: none;
}

/* ACCORDION */


.game-image {
    position: relative;
    width: 100%;
    height: 325.7px;
    cursor: pointer;
    margin-bottom: 10px;
}

.action-play {
    position: absolute;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 80%;
    align-items: center;
    justify-content: center;
    opacity: .8;
}

.action-play img {
    width: 90px;
    height: 90px
}

.game-image:hover>.action-play {
    display: flex;
    transition: .3s ease-in-out;
}

.action-popup {
    /* background-color: #1D2432; */
    position: absolute;
    height: 70px;
    width: 100%;
    bottom: 0px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


  
.btn-landing {
    height: 35px;
    width: 86.7px;
    border: none;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}
  
.btn-play {
    background-color: #FF9900;
    color: white;
    margin-right: 0px;
}

.game-image .game-cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    object-position: center;
}

.action-popup img{
    margin-right: 13.21px;
}

.custom-select{
    position: relative;
}

.custom-select select{
    display: none;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid rgba(129,144,173,0.3);
}
  
.tab button {
    border: none;
    background: none !important;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.04em; 
    margin-right: 20px;
    height: 50px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
}
  
.tab button:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFF;
}

.tab button:last-child {
    margin-right: 0;
}
  

.tab button.active {
    /*color: #FFFFFF;*/
    color:  #FFFF00;
    /*border-bottom: 1px solid #FFF;*/
    border-bottom: 1px solid #FFFF00;
}
  
.tabcontent {
    display: none;
    padding-top: 20px;
}

.input-bottom-spacing {
     margin-bottom: 14.13px;
}

.mutiple-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.78);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
    padding: 0 20px;
}

.modal-box {
    max-width: 468px;
    height: auto;
    padding: 30px;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.modal-top {
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.modal-top img {
    cursor: pointer;
}

.modal-content {
    width: 100%;
}

.modal-content img {
    width: 100%;
    height: 400px;
}

.modal-content p {
    color: #606077;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 31px;
}

.modal-button-group {
    display: flex;
    justify-content: flex-end;
}

.bottom-scroll-spacing {
    margin-bottom: 100px;
}

/*dropDOWN*/
.drop-down{
    width: 100%;
    height: 56.69px;
    background: #182132;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    padding: 16.4px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #8D9DBA;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.notifications {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.notifications span  {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: red;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    color: #FFF;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown {
    width: 360px;
    height: auto;
    background-color: #FFF;
    position: fixed;
    top: 60px;
    z-index: 999999999999999;
    display: none;
    right: 70px;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    border-radius: 5px;
}

.dropdown::after {
    content:"";
    position: absolute;
    right: 298px;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-radius: 5px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9998;
}

.dropdown-tes {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px;
}

.dropdown-dark {
    background-color: azure;
}

.dropdown-tes .testifier-image {
    width: 20%;
}

.dropdown-text h5 {
    color: #182132;
}

.dropdown-text p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #182132;
    margin-bottom: 5px;
}

.dropdown-text .time {
    color: #8D9DBA;
    font-size: 10px;
}

.hide-web  {
    display: none !important;
}