.header-w .account .b-wrapper {
    background: #d6c50a;
    background: -moz-linear-gradient(left, #d6c50a 0%, #fff58a 29%, #fff58a 76%, #d6c50a 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, #d6c50a), color-stop(29%, #fff58a), color-stop(76%, #fff58a), color-stop(100%, #d6c50a)); */
    background: -webkit-linear-gradient(left, #d6c50a 0%, #fff58a 29%, #fff58a 76%, #d6c50a 100%);
    background: -o-linear-gradient(left, #d6c50a 0%, #fff58a 29%, #fff58a 76%, #d6c50a 100%);
    background: -ms-linear-gradient(left, #d6c50a 0%, #fff58a 29%, #fff58a 76%, #d6c50a 100%);
    background: linear-gradient(to right, #d6c50a 0%, #fff58a 29%, #fff58a 76%, #d6c50a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c50a', endColorstr='#d6c50a', GradientType=1);
    padding: 4px;
    min-width: 255px;
    border-radius: 4px
}

.header-w .account .b-wrapper .balance {
    color: #a3a3a3;
    padding: 6px 8px;
    background: #2a2929;
    background: -moz-linear-gradient(top, #2a2929 0%, #070607 100%);
    /* background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2929), color-stop(100%, #070607)); */
    background: -webkit-linear-gradient(top, #2a2929 0%, #070607 100%);
    background: -o-linear-gradient(top, #2a2929 0%, #070607 100%);
    background: -ms-linear-gradient(top, #2a2929 0%, #070607 100%);
    background: linear-gradient(to bottom, #2a2929 0%, #070607 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2929', endColorstr='#070607', GradientType=0)
}

.header-w .account .b-wrapper .balance .text {
    text-transform: uppercase;
    color: #fffc2b;
    font-weight: bold
}

.header-w .account .b-wrapper .balance .price {
    font-weight: 500;
    color: #fff
}
.mainContent .index-game-select .index-game-box {
    display: none;
    float: left;
    width: 220px;
    height: 245px;
    margin: 0 4px
}





.headline {
  height: 5px;
  background-image: linear-gradient(to right,#0ff3a6,#c909f4);
}

.img-section {
  padding: .5em;
  text-align:center ;
}
.img-section img {
  width: 120px;
}
input[type="text"] {
    color:#FFF;
    background-color: #022d38;
    text-align: center;
    border: 2px solid #022d38;
    border-radius: 23px;
}
select.custum{
    background: none;
    border: 0;
    outline: none;
    width: 100%;
    color: white;
}
.imgh1 {
    width: 90px;
}
select.custum2{
  background: none;
  border: 0;
  outline: none;
  width: 100%;
  color: #000000;
}

.icon-content{
    background:#022d38 ;
    border-radius: 10px;
    text-align: center;
    max-width: 269px;
    height: 60px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-container2{
    background:#022d38 ;
    border-radius: 10px;
    text-align: center;
    max-width: 150px;
    height: 70px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.input[type="text1"] {
    color:#FFF;
    background-color: #076077;
    text-align: center;
    border: 2px solid #076077;
    border-radius: 23px;
}
.input[type="text2"] {
    color:#FFF;
    background-color: #000000;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 23px;
}
.input[img] {
    max-width: 100%;
    max-height: 100%;

}
.icon-content3{
    background:#022d38 ;
    border-radius: 10px;
    text-align: center;
    max-width: 356px;
    height: 60px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-content4{
    background:#05171d ;
    border-radius: 10px;
    text-align: center;
    max-width: 356px;
    height: 60px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-content5{
    background:#05171d ;
    border-radius: 10px;
    text-align: center;
    max-width: 270px;
    height: 60px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
body {
    font-family: sans-serif;
    background-color: #81d4fa;
    font-weight: bold;
}

.text-box {
    margin-left: 44vw;
     margin-top: 42vh;
}

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #fff;
    color: #020202 !important;
}
.btn-white1 {
    background-color: #fff;
    color: #fff !important;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}
.btn-white1::after {
    background-color: #707070;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    } 
}
.custom-input {
    position: relative;
    width: 220px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    margin: 0 5px;
  }

  .custom-input input {
    border: 0;
    background: none;
    color: white;
    text-align: center;
  }

  .custom-input input::placeholder {
    color: white;
    text-align: center;
  }

  .custom-input input:focus {
    outline: none;
  }


.custom-input2 {
    position: relative;
    width: 520px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    margin: 0 5px;
  }

  .custom-input2 input {
    border: 0;
    background: none;
    color: white;
    text-align: center;
    width: 100%;
  }

  .custom-input2 input::placeholder {
    color: white;
    text-align: center;
  }

  .custom-input2 input:focus {
    outline: none;
  }
  .container {
    max-width: 1080px;
  }
  .container1 {
    max-width: 1980px;
}
.img-section {
    padding: .5em;
    text-align:center ;
  }
  .img-section img {
    width: 120px;
  }

  .custom-input3 {
    position: relative;
    width: 520px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    margin: 0 5px;
  }

  .custom-input3 input {
    border: 0;
    background: none;
    color: #000000;
    text-align: center;
    width: 100%;
  }

  .custom-input3 input::placeholder {
    color: #000000;
    text-align: center;
  }

  .custom-input3 input:focus {
    outline: none;
  }