.auth form label .forgot-frame a, .auth form label .label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.auth form .login-register a, .auth form .login-register {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #FFF;
  text-align: center;
}

#ui-datepicker-div > table > thead > tr > th > span {
  color: #110921;
}

/* login/register/forgot/edit/change/billing */
.auth {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: var(--color-background);
}
.auth a img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  top: 10px;
  left: 10px;
}
.auth .auth-background {
  overflow-x: hidden;
}
.auth form {
  min-height: 100vh;
  min-width: 450px;
  width: 39%;
  padding: 179px 36px 36px 36px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  background-color: var(--color-background);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.auth form#update_billing_form {
  margin-bottom: 179px;
}
.auth form h1 {
  line-height: 96%;
}
.auth form label {
  position: relative;
  padding: 0;
}
.auth form label .label {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 0 0 4px 8px;
}
.auth form label .forgot-frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.auth form label .forgot-frame a {
  color: rgba(255, 255, 255, 0.6) !important;
  display: block;
  margin: 0 8px 4px 0;
  text-decoration: none;
}
.auth form label .lock_user {
  cursor: not-allowed;
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-image: url(/img/lock_user.svg);
  color: rgba(0, 0, 0, 0.6);
}
.auth form .main-button-1 {
  width: 100%;
}
.auth form .login-register a {
  margin-left: 4px;
}
.auth form .button-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.auth form .button-register {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.auth form .user_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.auth form .user_checkbox .terms-checkbox {
  width: 0;
}
.auth form .user_checkbox p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 2px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  cursor: default;
}
.auth form .user_checkbox p a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: underline;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.auth form .user_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.auth form .user_checkbox .checkmark {
  position: absolute;
  top: 0;
  height: 22px;
  width: 22px;
}
.auth form .user_checkbox .checkmark:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid #CCC;
}
.auth form .user_checkbox input:checked ~ .checkmark:after {
  content: url("/img/checkbox.svg");
  border: none;
  background: #ffffff;
  padding-left: 2px;
  padding-top: 2px;
}
.auth form .user_checkbox input:checked ~ p {
  color: #ffffff;
}
.auth form .user_checkbox input:checked ~ p a {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .auth .auth-background {
    display: none;
  }
  .auth form {
    padding: 124px 10px 36px 10px;
    margin: 0 auto;
    max-width: 450px;
    min-width: 0;
    width: 100%;
  }
}
/* login/register/forgot/edit/change/billing -end */
/*Order history */
.my-orders-page-wrapper {
  margin: 60px 0;
  min-height: calc(100vh - 280px);
}
.my-orders-page-wrapper h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .my-orders-page-wrapper h1 {
    font-size: 36px;
  }
}
.my-orders-page-wrapper h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 60px;
}
.my-orders-page-wrapper h2 a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #FFFFFF;
  text-decoration: underline;
}
.my-orders-page-wrapper .no-items {
  margin-top: 70px;
}
.my-orders-page-wrapper .no-items h5 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .no-items h5 {
    font-size: 36px;
  }
}
.my-orders-page-wrapper .no-items a {
  margin-top: 30px;
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  color: #FFFFFF;
  text-align: center;
}
.my-orders-page-wrapper .product_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 36px;
}
@media (max-width: 1300px) {
  .my-orders-page-wrapper .product_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.my-orders-page-wrapper .product_list .product-item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.my-orders-page-wrapper .product_list .product-item .product-image-wrapper {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .product_list .product-item .product-image-wrapper {
    height: 224px;
  }
}
.my-orders-page-wrapper .product_list .product-item .product-image-wrapper img {
  width: 150px;
  height: 225px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .product_list .product-item .product-image-wrapper img {
    width: 120px;
    height: 180px;
  }
}
.my-orders-page-wrapper .product_list .product-item .game-code-wrapper {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 12px 17px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.my-orders-page-wrapper .product_list .product-item .game-code-wrapper.active .game-code {
  transform: translateX(4px);
}
.my-orders-page-wrapper .product_list .product-item .game-code-wrapper .game-code {
  flex: 1 0 0;
  overflow: hidden;
  color: #FFFFFF;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  transition: all 0.1s ease;
  will-change: transform;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  white-space: nowrap;
}
.my-orders-page-wrapper .product_list .product-item .game-code-wrapper img {
  cursor: pointer;
}

/*Order history - end */
