/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #07171D;
}

body {
  color: #07171D;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}


.main__area {
  background-size: cover;
  background-position: center;
}

/* ----------------------------------------- HEADER AREA START ------------------------ */

.header__inner--block {
  padding: 24px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  background: #131314;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- GAME DETAILS AREA START ------------------------ */

.header__profile a {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}

.game__details__inner--wrap {
  padding: 36px 58px;
  background: #fff;
  border-radius: 10px;
}

.common__btn {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  padding: 11px 29px;
  border-radius: 10px;
  background: #F31E68;
  color: #fff;
  transition: .3s all;
  border: 1px solid #F31E68;
}

.game__login--silver {
  height: 54px;
  width: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
}

.game__login--silver h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #030303;
  margin: 0;
}

.play__game__top--right {
  display: flex;
  align-items: center;
  gap: 21px;
}

.game__login--silver h5 b {
  font-weight: 600;
  margin-left: 15px;
}

.logout__btn {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #F31E68;
  display: flex;
  height: 54px;
  width: 118px;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  transition: .3s all;
}

.logout__btn:hover {
  background: #F31E68;
  color: #fff;
}

.common__btn:hover {
  background: #fff;
  color: #F31E68;
}

.play__game--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.table th {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #C4C4C4;
  border-color: #C4C4C4;
  padding: 5px 10px;
}


.login__history--date {
  height: 66px;
  width: 66px;
  border-radius: 8px;
  background: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 0 auto;
}

.login__history--date span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  display: block;
  text-align: center;
}

.login__history--date p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.login__history--news {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
}

.login__history__date--td {
  display: flex;
  align-items: center;
  gap: 14px;
}

.login__history--content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  margin-bottom: 7px;
}

.login__history--content p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.login__history--table table tbody td:last-child {
  padding: 12px 15px;
  background-color: #F9F9F9;
}

.login__history--table table tbody tr:first-child td:last-child {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.login__history--table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.login__history--table table td {
  border: 0;
  width: 50%;
}



.games__form {
  padding: 24px 38px;
  border-radius: 17px;
  background-color: #F9F9F9;
}

.form__step h5 {
  width: 273px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: right;
  margin: 0;
  flex: 0 0 auto;
}

.form__step {
  display: flex;
  align-items: center;
  gap: 26px;
}

.form__input--fild {
  display: flex;
  align-items: center;
  gap: 7px;
}

.save__btn button {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-skip-ink: none;
  height: 56px;
  width: 135px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  transition: .3s all;
}

.save__btn button:hover {
  background: #fff;
  color: #000;
}

.games__form .form__step:not(:nth-child(4)) {
  margin-bottom: 25px;
}

.wallet__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.game__balance--btn a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration-skip-ink: none;
  color: #F31E68;
  transition: .3s all;
}

.game__balance--btn {
  display: flex;
  align-items: center;
  gap: 22px;
}

.game__balance--btn a:hover {
  color: #000000;
}

.total__game--balance {
  display: flex;
  align-items: center;
  gap: 29px;
}

.form-floating input.form-control {
  min-height: 56px;
  height: 56px;
  background-color: #F9F9F9;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: #F31E68;
  transform: scale(1) translateY(-30px) translateX(0.15rem);
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.form-floating input.form-control:focus {
  box-shadow: none;
  border-color: #FF191D80;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {

  background-color: #FFFBFE;
}

.game__balance__left--block .form-floating>.form-control-plaintext~label,
.game__balance__left--block .form-floating>.form-control:focus~label,
.game__balance__left--block .form-floating>.form-control:not(:placeholder-shown)~label,
.game__balance__left--block .form-floating>.form-select~label {
  color: #C4C4C4;
}

.pay__step input {
  padding: 12px 38px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
  width: 263px;
  height: 60px;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
}

.pay__btn button {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  padding: 11px 29px;
  border-radius: 10px;
  background: #F31E68;
  color: #fff;
  transition: .3s all;
  border: 1px solid #F31E68;
  width: 263px;
}

.pay__btn button:hover {
  background-color: #fff;
  color: #F31E68;
}

.pay__form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay__form {
  padding-top: 22px;
  padding-bottom: 42px;
}

.login__history--table {
  padding-bottom: 27px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}

.game__balance {
  padding: 25px 15px;
  border-radius: 17px;
  background-color: #F9F9F9;
  margin-bottom: 40px;
}

.game__balance form {
  display: flex;
  align-items: center;
  gap: 22px;
}

.game__balance__left--block {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 33px;
}

.game__balance__right--block {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 22px;
}

.game__balance__left--block h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  flex: 0 0 auto;
  margin: 0;
}

.start__mass {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  transition: .3s all;
}

.start__mass:hover {
  color: #F31E68;
}

.form-floating>label {
  padding-top: 14px;
}

.game__balance__left--block .form-floating input.form-control:focus {
  border-color: #DEE2E6;
}

.history__game--time h5 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.history__game--time h5 b {
  font-weight: 600;
  font-size: 20px;
}

.game__history--table table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  padding: 20px 10px;
}

.game__history--table table tbody tr td:first-child {
  padding-left: 0;
}

.game__history--table table {
  min-width: 500px;
}

.table th:first-child {
  padding-left: 0;
}

.login__history--table table td:first-child {
  padding-left: 0;
  padding-right: 15px;
}

.login__history--table table tbody {
  position: relative;
  top: 22px;
}

.login__form--block {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.login__form--area {
  width: 583px;
}

.login__form--wrapper {
  padding: 18px;
  background-color: #fff;
  padding-top: 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.login__form--header {
  padding: 20px;
  text-align: center;
  background: #131314;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.login__form--wrapper form span {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration-skip-ink: none;
  padding: 12px 21px;
  display: block;
  background-color: #7235CD;
  border-radius: 10px;
  color: #fff;
  width: 230px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.login__form--step input {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-skip-ink: none;
}

.login__form--wrapper form {
  max-width: 332px;
  margin: 0 auto;
}

.login__form--step input {
  border: 1px solid #0000004D;
  height: 65px;
  width: 100%;
  border-radius: 10px;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-skip-ink: none;
  background: #F9F9F9;
  color: #03030340;
  margin-bottom: 40px;
}

.login__form--step button {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  width: 100%;
  background-color: #F31E68;
  padding: 10px 25px;
  border: 1px solid #F31E68;
  color: #fff;
  transition: .3s all;
  border-radius: 10px;
}

.login__form--step button:hover {
  background: #fff;
  color: #F31E68;
}

.form__social--block {
  text-align: center;
  margin-top: 12px;
}

.form__social--block h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  margin-bottom: 5px;
}

.form__social--icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 11px;
}

.more__dropdown--block {
  display: flex;
  justify-content: center;
}

.more__dropdown--block .dropdown button {
  background: transparent !important;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-skip-ink: none;
}

.more__dropdown--block .dropdown-menu {
  padding: 10px;
}

.more__dropdown--block .dropdown-menu li a {
  font-size: 14px;
  color: #000;
  transition: .3s all;
}

.more__dropdown--block .dropdown-menu li a:hover {
  color: #F31E68;
}

.privacy__link--text a {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-decoration-skip-ink: none;
  display: block;
  color: #0000004D;
  transition: .3s all;
}

.privacy__link--text a:hover {
  color: #F31E68;
}

.privacy__link--text {
  margin-top: 8px;
}

/* ----------------------------------------- GAME DETAILS AREA END ------------------------ */

::placeholder {
  opacity: 1;
}