*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  background: #e8e8f1;
  font-size: 26px;
  margin: 0;
  font-family: "Avenir", sans-serif;
  line-height: 1.5;
}

body.light {
  background: #ffffff;
}

body.dark {
  background: #29304d;
  color: #fff;
}

body.dark .footer button,
body.dark .header button {
  background: #b2bfca !important;
}

body.dark .footer button.btn-next,
body.dark .header button.btn-next {
  background: #fff !important;
}

a {
  text-decoration: none !important;
}

.frame-container {
  width: 1080px;
  height: 1920px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.menu .card {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(79, 98, 192, 0.1);
  border-radius: 10px;
  padding: 34px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 364px;
  transition: background 500ms ease-in-out;
}

.menu .card h3 {
  color: #001134;
  font-size: 34px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.menu .card h3 + p {
  color: #8a959e;
  margin: 0;
  font-size: 22px;
}

.menu .card .icon {
  height: 100px;
}

.header {
  height: 120px;
  display: flex;
  align-items: center;
}

.header button {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(79, 98, 192, 0.1);
  border-radius: 5px;
  width: 160px;
  height: 120px;
}

.header .date-time {
  width: calc(100% - (160px * 2));
  text-align: center;
  padding: 0 10px;
}

.main-content {
  height: calc(100% - (120px + 120px));
  padding-top: 80px;
}

.footer {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer button {
  background: #f5f5fa;
  border-radius: 60px;
  width: 327px;
  height: 120px;
  font-size: 26px;
}

button {
  border: none;
  outline: none;
  font-family: "Avenir", sans-serif;
}
button.btn-rounded {
  border-radius: 100px;
  height: 120px;
  width: 330px;
  display: block;
  margin: 20px auto;
  font-size: 24px;
}

button:focus,
button:hover {
  background: #f5f5fa !important;
}

button.btn-blue {
  background: #1ab0e6;
  color: #fff;
}
button.btn-blue:disabled {
  background: #bfddef;
  color: #fff;
}
button.btn-blue:focus,
button.btn-blue:hover {
  color: #1ab0e6 !important;
}

button.btn-accntno {
  width: 450px;
  margin: 0 auto;
  border-radius: 100px;
  height: 120px;
  font-size: 24px;
}

.timer {
  color: #fff;
  font-size: 36px;
  margin-bottom: 100px;
  font-family: "DM Mono", monospace;
  letter-spacing: 3px;
}

.text {
  font-weight: 600;
  font-size: 36px;
}

.amount {
  font-size: 64px;
  font-family: "DM Mono", monospace;
  line-height: 2;
}

.amount-grid {
  width: 650px;
  margin: 0 auto;
}

.amount-grid button {
  background: #fff;
  font-weight: 700;
  font-size: 36px;
  color: #001134;
  width: 100%;
  height: 137px;
  box-shadow: 0px 4px 24px rgba(79, 98, 192, 0.1);
  border-radius: 6px;
}

.amount-grid .row {
  margin-bottom: 24px;
}

.amount-grid .price {
  font-size: 16px;
  font-weight: 400;
}

.input-amount {
  color: #1ab0e6;
  text-align: center;
  font-size: 90px;
  font-family: "DM Mono", monospace;
  width: 550px;
  background-color: transparent;
  border: none;
  outline: none;
  letter-spacing: 3px;
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.input-group.prepend .icon {
  position: absolute;
  left: 16px;
}

.input-group.prepend input {
  padding-left: 54px;
}

input {
  font-family: "Avenir";
}

input.bg-search {
  border: none;
  background-color: #f5f5fa;
  height: 113px;
  width: 600px;
  font-size: 28px;
  font-weight: 600;
  padding: 16px;
  border-radius: 10px;
}

.form-group.input-select {
  display: flex;
  align-items: center;
  color: #8a959e;
  font-weight: 900;
  font-size: 48px;
}

.form-group.input-select input {
  border: none;
  border-bottom: 2px solid #979797;
  background-color: transparent;
  height: 80px;
  width: calc(100% - (130px + 61px));
  font-weight: 900;
  font-size: 40px;
  outline: none;
}

.form-group.input-select .flag-btn {
  width: 130px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 6.82353px 40.9412px rgba(79, 98, 192, 0.1);
  border-radius: 47.7647px;
  position: relative;
  /* item list */
}
.form-group.input-select .flag-btn::before {
  content: "";
  background-image: url(../../assets/images/icon-caret-down.png);
  width: 16px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  right: 16px;
  background-size: contain;
}
.form-group.input-select .flag-btn .vodiapicker {
  display: none;
}
.form-group.input-select .flag-btn #a {
  padding-left: 0px;
}
.form-group.input-select .flag-btn #a img,
.form-group.input-select .flag-btn .btn-select img {
  width: 50px;
  vertical-align: middle;
}
.form-group.input-select .flag-btn #a li {
  list-style: none;
  padding: 6px 16px;
  text-align: left;
}
.form-group.input-select .flag-btn #a li:hover {
  background-color: #f4f3f3;
}
.form-group.input-select .flag-btn #a li img {
  margin: 5px;
}
.form-group.input-select .flag-btn #a li span,
.form-group.input-select .flag-btn .btn-select li span {
  margin-left: 30px;
  font-size: 30px;
  font-weight: 500;
}
.form-group.input-select .flag-btn .list-container {
  position: absolute;
  width: 600px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #fff;
  max-height: 700px;
  overflow: auto;
}
.form-group.input-select .flag-btn .list-container .flag {
  display: inline-block;
}
.form-group.input-select .flag-btn .open {
  display: show !important;
}
.form-group.input-select .flag-btn ul {
  margin: 0;
}
.form-group.input-select .flag-btn .btn-select {
  height: 100%;
  background: transparent !important;
  margin-right: 24px;
}
.form-group.input-select .flag-btn .btn-select .flag {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.form-group.input-select .flag-btn .btn-select img {
  height: 100%;
  width: auto;
}
.form-group.input-select .flag-btn .btn-select span {
  display: none;
}
.form-group.input-select .flag-btn .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.form-group.input-select .flag-btn .btn-select:hover li {
  margin-left: 0px;
}
.form-group.input-select .flag-btn .btn-select:focus {
  outline: none;
}
.form-group.input-select .flag-btn .lang-select {
  height: 100%;
}

#numpad #numpadNumbers .row > div {
  padding: 10px;
}

#numpad #numpadNumbers button {
  border: none !important;
  background: #fff !important;
  font-weight: 700;
  font-size: 36px;
  color: #001134;
  width: 100%;
  height: 137px;
  box-shadow: 0px 4px 24px rgba(79, 98, 192, 0.1);
  border-radius: 6px;
}

#numpad #numpadNumbers button.btn-clear {
  font-size: 24px;
}

#numpad #numpadNumbers button:active {
  background: rgba(193, 251, 255, 0.5) !important;
}

/* fonts */
@font-face {
  font-family: "Avenir";
  font-weight: 900;
  src: url(../fonts/avenir/AvenirLTStd-Black.otf);
}
@font-face {
  font-family: "Avenir";
  font-weight: 500;
  src: url(../fonts/avenir/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: "Avenir";
  font-weight: 400;
  src: url(../fonts/avenir/AvenirLTStd-Roman.otf);
}
@font-face {
  font-family: "DM Mono";
  font-weight: 400;
  src: url(../fonts/DM_Mono/DMMono-Regular.ttf);
}
#numbers,
#numpadNumbers {
  max-width: 600px;
  margin: 0 auto;
}

/*------
# Pincode
----*/
#numbers .row > div {
  padding: 0;
}

#numbers button {
  width: 100%;
  height: 100%;
  background: transparent !important;
  color: #fff;
  border: 1px solid rgba(62, 76, 87, 0.3);
  height: 150px;
  font-size: 36px;
  font-weight: 600;
}

#numbers button.btn-clear {
  font-size: 24px;
  font-weight: 400;
}

#numbers button:active {
  background: #8a959e !important;
}

#numbers.hide {
  opacity: 0.3;
}

#pincode button:active {
  background-color: rgba(0, 0, 0, 0.6);
  outline: 0;
}

#fields {
  max-width: 200px;
  padding: 0 20px;
  margin: 50px auto;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fields .numberfield {
  text-align: center;
}

#fields .numberfield span {
  height: 14px;
  width: 14px;
  background-color: #8a959e;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px transparent;
  transition: box-shadow 250ms ease-in-out;
}

#fields .numberfield.active span {
  background-color: #1ab0e6;
  box-shadow: 0 0 0 6px #1ab0e6;
}

#fields .numberfield.right span {
  background-color: green;
  box-shadow: 0 0 0 6px green;
}

.miss {
  -webkit-animation: miss 1s ease-out 1;
  animation: miss 1s ease-out 1;
}

#statusMessage {
  height: 40px;
}

@-webkit-keyframes miss {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }
  20% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  30% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  40% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  70% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  80% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes miss {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }
  20% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  30% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  40% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  70% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  80% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#fields.miss .numberfield span {
  background: #ff7f50;
  border-color: #ff7f50;
  box-shadow: 0 0 0 6px #ff7f50;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Set the sizes of the elements that make up the progress bar */
  /* Using the data attributes for the animation selectors. */
  /* Base settings for all animated elements */
  /* Rotate the right side of the progress bar from 0 to 180 degrees */
  /* Rotate the left side of the progress bar from 0 to 360 degrees */
  /* Set the wrapper clip to auto, effectively removing the clip */
}

.preloader::before {
  content: "";
  border: 4px solid #e8e8f1;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50px;
}

.preloader .wrapper {
  width: 100px;
  /* Set the size of the progress bar */
  height: 100px;
  position: absolute;
  /* Enable clipping */
  clip: rect(0px, 100px, 100px, 50px);
  /* Hide half of the progress bar */
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .circle {
  width: 80px;
  height: 80px;
  border: 4px solid #b2bfca;
  border-radius: 50px;
  position: absolute;
  clip: rect(0px, 50px, 100px, 0px);
}

.preloader div[data-anim~="base"] {
  -webkit-animation-iteration-count: 1;
  /* Only run once */
  -webkit-animation-fill-mode: forwards;
  /* Hold the last keyframe */
  -webkit-animation-timing-function: linear;
  /* Linear animation */
}

.preloader .wrapper[data-anim~="wrapper"] {
  -webkit-animation-duration: 0.01s;
  /* Complete keyframes asap */
  -webkit-animation-delay: 3s;
  /* Wait half of the animation */
  -webkit-animation-name: close-wrapper;
  /* Keyframes name */
}

.preloader .circle[data-anim~="left"] {
  -webkit-animation-duration: 6s;
  /* Full animation time */
  -webkit-animation-name: left-spin;
}

.preloader .circle[data-anim~="right"] {
  -webkit-animation-duration: 3s;
  /* Half animation time */
  -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
.preloader .status {
  position: absolute;
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-0 {
  font-size: 0px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.h-100 {
  height: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-gray {
  color: #8a959e;
}

.m-auto {
  margin: 0 auto;
}

.tab-wrapper .tab {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-wrapper .tab button {
  background-color: #f5f5fa;
  float: left;
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 150px;
  text-align: left;
}

.tab-wrapper .tab button.active {
  background-color: #001134 !important;
}

.tab-wrapper .tab button.active strong {
  color: #fff;
}

.tab-wrapper .tab button strong {
  font-size: 26px;
}

.tab-wrapper .tab button span {
  color: #8a959e;
  font-size: 18px;
}

.tab-wrapper .tabcontent {
  display: none;
}

.tab-wrapper .tab-content-wrapper {
  height: 1050px;
  /* overflow-y: scroll; */
}

.text-gray {
  color: #8a959e;
}
.fs-16 {
  font-weight: 100;
}
.price {
  font-weight: 30;
  font-size: 25px;
}

.tab-wrapper .tab-content-wrapper .item-card {
  background: #fff;
  padding: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 127px;
  margin-bottom: 16px;
}

.tab-wrapper .tab-content-wrapper .item-card img {
  margin-right: 16px;
}

.item {
  padding: 10px 0;
}
.item .row {
  padding: 10px 0;
}

.gaming-account {
  height: 1500px;
  overflow: auto;
}
.gaming-account button {
  width: 600px;
  margin: 18px auto;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  font-size: 26px;
}
.gaming-account button span {
  padding-left: 24px;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
