/* Global */
:root {
  /* Colors */
  --white: #fff;
  --lavender: #E3E4FF;
  --lavender-blush: #FFEFF1;
  --wild-watermelon: #F25A70;
  --solitude: #E8E9EB;
  --mischka: #9CA3AF;
  --swamp: #171C1C;
  --pattens-blue: #F7F7F9;
  --mandy: #D84D61;
  --medium-slate-blue: #6870FF;
  --amour: #FFE7EA;
  --red: #DC3545;
  --clear-day: #D8F7EE;
  --balsam: #008F66;
  --corn-silk: #FFF7D8;
  --sunflower: #E1B91A;
}

body {
  color: var(--Primary-Dark, #171C1C);
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Arya';
}

h1 {
  font-size: 28px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

button {
  border-radius: 6px;
  background: var(--wild-watermelon, #F25A70);
  border-style: none;
  color: #FFFFFF;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  padding: 8px 24px;
}

a,
a:hover {
  color: var(--Swamp, #171C1C);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label.form-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 4px;
}

label.form-label.required:after {
  content: " *";
  color: #C00;
}

input.form-control,
select.form-select,
textarea.form-control {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--solitude);
}

input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus,
input.form-check-input:focus {
  border: 1px solid var(--wild-watermelon);
  box-shadow: none !important;
}

input.form-control:disabled {
  color: var(--mischka);
  background: #FFF;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--mischka);
}

button:focus {
  box-shadow: none !important;
}

.btn-check:checked+.btn-primary {
  box-shadow: none !important;
}

.btn-primary {
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--wild-watermelon, #F25A70);
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border: none;
  /* line-height: 24px; */
}

.btn-primary:hover,
.btn-primary:focus {
  background: #D84D61 !important;
  color: var(--White, #FFF);
  font-style: normal;
  font-weight: 600;
}

.btn-primary:disabled {
  background: var(--solitude);
  color: var(--mischka);
}

.btn-check:checked+.btn-secondary {
  box-shadow: none !important;
}

.btn-secondary {
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--lavender-Blush, #FFEFF1);
  color: var(--wild-watermelon, #F25A70);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #FFE1E5 !important;
  color: #D84D61 !important;
}

.btn-secondary:disabled,
.btn-secondary:hover:disabled {
  background: var(--solitude) !important;
  color: var(--mischka) !important;
}

.btn-info {
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--White, #FFF);
  color: var(--wild-watermelon, #F25A70);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border: 0.5px solid var(--wild-watermelon, #F25A70);
}

.btn-info:hover,
.btn-info:focus {
  color: var(--white) !important;
  border: 0.5px solid var(--wild-watermelon) !important;
}

.btn-check:checked+.btn-info,
.btn-info:hover,
.btn-info:focus {
  box-shadow: none !important;
  border: 0.5px solid var(--wild-watermelon, #F25A70);
}

.btn-small {
  padding: 4px 24px;
}

.btn-modal {
  width: 100%;
  margin-top: 20px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  align-items: center;
  background: var(--wild-watermelon);
  border: none;
}

#btn-back-to-top:hover {
  background: var(--mandy);
}

table td {
  vertical-align: middle;
}

.table-white {
  padding: 0px 16px !important;
  background: var(--White, #FFF);
  box-shadow: 0px -1px 0px 0px #D9DBE9 inset;
  border-radius: 16px;
}

.table-white tr {
  padding: 0px 16px !important;
}

.table-white thead tr th {
  padding: 12px 8px !important;
  color: var(--Mischka, #9CA3AF);
  font-weight: 600;
}

.table-white tbody tr td {
  padding: 16px 8px !important;
  color: var(--Primary-Dark, #171C1C);
  font-weight: 400;
}

.table-white tbody tr td a {
  color: var(--wild-watermelon, #F25A70);
  font-weight: 600;
  text-decoration: underline;
}

.table-white tbody tr td a:hover {
  color: var(--mandy);
}

.table-white>tr:last-child td {
  border-bottom: none;
}

.modal-content {
  border-radius: 16px;
}

#preloader {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #ffffff;
  opacity: 0.7;
  z-index: 9999;
}

/* End Global */

/* Paddings */
.m-t--5 {
  margin-top: -5px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-4 {
  margin-right: 4px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l--10 {
  margin-left: -10px !important;
}

.m-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-r-10 {
  padding-right: 8px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-10 {
  padding: 10px;
}

.p-b-81 {
  padding-bottom: 81px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* End Paddings */

/* Fonts */
.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.c-red {
  color: var(--wild-watermelon);
}

/* End Fonts */

/* Background */
.bg-corn-silk {
  background-color: var(--corn-silk);
}

.bg-clear-day {
  background-color: var(--clear-day);
}

.bg-lavender {
  background-color: var(--lavender);
}

.bg-lavender-blush {
  background-color: var(--lavender-blush);
}

.bg-pattens-blue {
  background-color: var(--pattens-blue);
}

/* End Background */

/* Top Bar */
header {
  /* height: 75px; */
  padding: 12px 20px;
  align-items: center;
  gap: 58px;
  align-self: stretch;
  border-bottom: 0.5px solid var(--solitude, #E8E9EB);
  background: var(--White, #FFF);

  .nav-row {
    align-items: center;
  }

  .navbar-info {
    display: flex;
    gap: 8px;
  }

  .navbar-info--item {
    gap: 10px;
  }

  .navbar-info--icon {
    background: var(--lavender);
    border-radius: 8px;
    height: 32px;
    padding: 6px;
    width: 32px;
  }

  .navbar-info--text {
    line-height: 1.3;
  }

  .navbar-info--text .nav-text {
    font-size: 11px;
  }

  .navbar-info--text .nav-count {
    font-weight: 600;
  }

  .navbar-left {
    height: 36px;
    display: -webkit-inline-box;
    background: #FFF;
    padding: 0 20px;
  }

  .navbar-left .col {
    line-height: 1.3;
  }

  .navbar-left .nav-item {
    margin-right: 20px;
  }

  .navbar-left .nav-item .nav-text {
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .navbar-left .nav-item .nav-count {
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }

  .navbar-left .nav-item .nav-icon {
    width: 32px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--lavender, #E3E4FF);
  }

  .navbar-right {
    align-items: center;
    display: flex;
  }

  .manage-box {
    padding-right: 14px;
    display: inline-flex;
  }

  .manage-box button {
    padding-top: 5px;
    padding-bottom: 6px;
  }

  button.dropdown-toggle {
    padding: 4px 24px;
  }

  .manage-box .dropdown-menu-end[data-bs-popper] {
    margin-top: 4px;
  }

  ul.dropdown-menu a {
    color: var(--Swamp, #171C1C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    transition: all .2s ease-in-out;
  }

  ul.dropdown-menu a:active {
    color: var(--Swamp, #171C1C);
  }

  #manageContainer li:first-child a {
    border-radius: 6px 6px 0 0;
  }

  #manageContainer li:last-child a {
    border-radius: 0 0 6px 6px;
  }

  #myAccountContainer li a {
    border-radius: 6px;
  }

  .dropdown-menu {
    border-radius: 12px;
    border: 1px solid var(--solitude, #E8E9EB);
    background: var(--White, #FFF);
    box-shadow: 0px 8px 16px 0px rgba(23, 28, 28, 0.04);
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .dropdown-item {
    padding: 8px 12px;
  }

  .dropdown-item a {
    width: 100%;
    display: flex;
  }

  .dropdown-menu a:hover {
    background: var(--lavender-Blush, #FFEFF1);
  }

  .top-icons {
    border-right: solid 0.5px #9CA3AF;
    display: inline-flex;
    padding: 0 6px 0 0;
    gap: 2px;
  }

  .top-icons>div>a {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 32px;
    width: 32px;
    transition: all .2s ease-in-out;
  }

  .top-icons>div>a.active,
  .top-icons>div>a:hover {
    background-color: var(--lavender-blush);
  }

  .top-icons a::after,
  .top-icons a::before {
    display: none !important
  }

  .notifications--btn,
  .cart--btn {
    position: relative;
  }

  .notifications--new,
  .cart--new-products {
    background-color: var(--wild-watermelon);
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
  }

  .notifications--new {
    height: 7px;
    top: 8px;
    right: 8px;
    width: 7px;
  }

  .cart--new-products {
    color: var(--white);
    font-size: 8px;
    font-style: normal;
    height: 14px;
    top: 3px;
    right: 1px;
    text-align: center;
    min-width: 14px;
  }

  .user-icon {
    cursor: pointer;
    margin: 0 0 0 12px;
    position: relative;
  }

  .user-icon img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
  }

  .user-icon .dropdown-menu {
    margin-top: 4px;
  }

  .user-button {
    padding-left: 10px;
  }

  .user-button>a {
    gap: 10px;
  }

  .user-button>a i {
    mask-size: 20px;
  }

  .user-icon .show i {
    transform: rotate(180deg);
  }

  .button-refer,
  .button-manage {
    padding: 4px 16px;
  }

  .button-manage {
    margin-right: 8px;
  }

  .button-manage.show .svg-icon {
    transform: rotate(180deg);
  }

  .hamburger {
    margin-right: auto;
  }

  .hamburger .navbar-toggler {
    padding: 5px 0;
  }
}

.navbar.sticky-top {
  z-index: 1050;
}

.user-button a {
  font-size: 16px;
}

/* End Top Bar */


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 0px 0px 20px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 699px;
  align-self: stretch;
  border-right: 1px solid var(--pattens-blue, #F7F7F9);
  background: var(--white);
}

.sidebar-head {
  justify-content: space-between;
  padding: 5px 16px 20px;
}

.sidebar-head .close {
  background-color: transparent;
  border-radius: 8px;
}

.sidebar-head .close,
.sidebar-head .close i {
  transition: all .3s ease-in-out;
}

.sidebar-head .close:hover {
  background-color: var(--lavender-blush);
}

.sidebar-head .close:hover i {
  transform: rotate(-360deg);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  padding: 12px 8px 12px 16px;
  display: inline-flex;
  width: -webkit-fill-available;
  height: 45px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.separator {
  height: 1px;
  background: var(--mischka);
}

.sidebar .separator {
  width: 80%;
  height: 1px;
  margin-left: 10%;
  margin-top: 24px;
  margin-bottom: 24px;
  background: #9CA3AF;
}

/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .container-fluid {
  padding: 0;
  min-height: 75px;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

main {
  padding: 20px;
  background: var(--pattens-blue, #F7F7F9);
  min-height: calc(100vh - 76px);
}

@media (max-width: 767px) {
  main {
    min-height: calc(100vh - 118px);
  }
}

@media (max-width: 429px) {
  main {
    min-height: calc(100vh - 136px);
  }
}

#sidebarMenu .nav-item {
  border-left: 3px solid #FFFFFF;
  margin: 2px 0;
}

#sidebarMenu .nav-item.active,
#sidebarMenu .nav-item:hover {
  background: var(--Gradient-2, linear-gradient(90deg, rgba(242, 90, 112, 0.16) 0%, rgba(242, 90, 112, 0.00) 100%));
  border-left: 3px solid var(--wild-watermelon, #F25A70);
}

/* Page content */
.page-content {
  padding: 20px 0;

  .nav-link {
    color: var(--Swamp, #171C1C);
    font-family: 'Arya';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    position: relative;
  }

  .nav:not(.sub-nav) .nav-link {
    padding: 4px 8px;
  }

  .nav:not(.sub-nav) .nav-link:first-child {
    padding-left: 0;
  }

  .nav:not(.sub-nav) .nav-link:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -2px;
    height: 3px;
    border-radius: 2px;
    left: 12px;
    right: 100%;
    background: linear-gradient(270deg, #F25A70 -5.19%, #6870FF 104.25%);
    z-index: 1;
    transition: .2s all ease-in-out;
  }

  .nav:not(.sub-nav) .nav-link:first-child:before {
    left: 0;
  }

  .nav:not(.sub-nav) .nav-link:hover:before,
  .nav:not(.sub-nav) .nav-link.active:before {
    right: 12px;
  }

  .sub-nav .nav-link {
    font-size: 13px;
    padding: 4px 12px;
    font-weight: 700;
  }

  .sub-nav .nav-link.active {
    color: var(--Medium-Slate-Blue, #6870FF);
    background: var(--lavender, #E3E4FF);
    border: 0;
    border-radius: 200px;
  }

  .games-nav {
    border-bottom: solid 0.5px #9CA3AF;
  }
}

.livestream-time {
  font-family: 'Arya';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.livestream-box {
  height: 100%;
  min-height: 100%;
  text-align: center;
  box-shadow: 8px 0px 16px 0px rgba(23, 28, 28, 0.04);
  background: var(--White, #FFF);
  border-radius: 16px;
  overflow: hidden;
}

.gm-video-wrapper {
  min-height: 100%;
}

.gm-video-wrapper>iframe {
  min-height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .gm-video-wrapper {
    min-height: 300px;
  }
}

.livestream-img {
  border-radius: 0px 0px 16px 16px;
  max-width: -webkit-fill-available;
  object-fit: cover;
  box-shadow: 8px 0px 16px 0px rgba(23, 28, 28, 0.04);
  max-height: 311px;
  height: 100%;
  width: 100%;
}

.redeem-carousel {
  height: 52px;

  .redeem-box {
    padding: 6px;
    border-radius: 8px;
    background: var(--White, #FFF);

    .redeem-img {
      width: 40px !important;
      height: 40px !important;
      border-radius: 6px;
      margin-top: 3px;
    }

    .redeem-name {
      font-size: 12px;
    }

    .redeem-count {
      color: var(--Medium-Slate-Blue, #6870FF);
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
    }
  }
}

.banner-top-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  max-width: -webkit-fill-available;
  object-fit: cover;
}

.banner-middle-img {
  width: 100%;
  border-radius: 16px;
  max-width: -webkit-fill-available;
  object-fit: cover;
}

.ka-game-img {
  width: 100%;
  border-radius: 12px;
}

.bingo-game-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.km-game-img {
  border-radius: 12px;
  width: 100%;
}

.social-game-box {
  height: 216px;
  position: relative;
  text-align: center;
}

.social-game-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* account */
.white-box {
  padding: 20px;
  margin: 0 0 24px 0;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(23, 28, 28, 0.04);
}

.white-box-title {
  display: inline-flex;
  width: -webkit-fill-available;
}

.white-box .affiliate {
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--lavender-Blush, #FFEFF1);
  float: right !important;
  color: var(--wild-watermelon, #F25A70);
  font-weight: 600;
}

.profile-img-box {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.profile-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  object-fit: cover;
}

.profile-icon {
  right: 0;
  position: absolute;
  bottom: 0;
  padding: 7px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--solitude);
  cursor: pointer;
}

/* game-accounts */
.game-account-box {
  border-radius: 12px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 16px 0px rgba(23, 28, 28, 0.04);
  padding: 10px;
  text-align: center;

  .img-box {
    height: 90px;
  }

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }

  .game-name-box {
    margin-top: 8px;
    min-height: 42px;
    align-items: center;
    display: inline-flex;
  }

  .info-box {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 48px;
    margin-top: 10px;
  }

  .game-info {
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--lavender-Blush, #FFEFF1);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .game-info table {
    margin: auto;
    text-align: left;
  }

  .game-info table td {
    display: inline-flex;
  }

  .game-info div.col-12 {
    display: inline-flex;
  }

  .svg-icon {
    margin-right: 6px;
    margin-top: 3px;
  }
}

/* marketplace */
.marketplace-box {
  border-radius: 12px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 16px 0px rgba(23, 28, 28, 0.04);
  padding: 16px;
  text-align: center;

  .img-box {
    height: 158px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--solitude, #E8E9EB);
  }

  img {
    border: 1px solid var(--solitude, #E8E9EB);
  }

  .product-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: left;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: initial;
    min-height: 34px;
  }

  .product-price {
    padding: 8px 6px;
    border-radius: 6px;
    background: var(--wild-watermelon, #F25A70);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
    width: fit-content;
    cursor: pointer;
  }

  .product-price:hover {
    background: #D84D61;
  }
}

/* transactions */
td .blue-box,
td .order-2-box,
td .redeem-0-box {
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--lavender, #E3E4FF);
  color: var(--Medium-Slate-Blue, #6870FF);
  font-weight: 500;
  text-wrap: nowrap;
}

td .red-box,
td .order-4-box,
td .redeem-2-box {
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--lavender-Blush, #FFEFF1);
  color: var(--wild-watermelon, #F25A70);
  font-weight: 500;
}

td .green-box,
td .order-3-box,
td .redeem-1-box {
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--Clear-Day, #D8F7EE);
  color: var(--Balsam, #008F66);
  font-weight: 500;
}

td .gray-box,
td .order-5-box {
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--solitude, #E8E9EB);
  color: var(--Mischka, #9CA3AF);
  font-weight: 500;
}

td .yellow-box,
td .order-6-box {
  padding: 6px 12px;
  border-radius: 100px;
  background: #FFF7D8;
  color: #E1B91A;
  font-weight: 500;
}

.redeem-game-box {
  display: inline-block;
}

.redeem-game-img {
  object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin-right: 12px;
}

/* product */
.product-img {
  width: -webkit-fill-available;
  border-radius: 16px;
}

.product-description-box {
  padding-left: 20px;

  .product-title {
    font-family: 'Arya';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
  }

  .product-url {
    padding-top: 8px;
    margin-bottom: 0;
  }

  .product-url a {
    color: var(--wild-watermelon, #F25A70);
  }

  .product-short-description {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .product-short-description ul {
    padding-left: 17px;
    margin-bottom: 0;
  }

  .product-short-description ul li {
    padding-left: 1ch;
  }

  .product-short-description ul li::marker {
    content: '\2713';
  }

  .product-short-description p {
    margin-bottom: 0;
  }

  .product-amounts {
    padding-bottom: 32px;
  }

  .product-quantity {
    padding-bottom: 32px;
  }

  .product-variation {
    padding: 4px 8px;
    margin-right: 8px;
    font-weight: 400;
  }

  .product-variation:hover,
  .btn-check:checked+.btn-info {
    padding: 4px 8px;
    background: var(--wild-watermelon, #F25A70);
    color: var(--White, #FFF);
  }

  .quantity-box {
    padding-right: 50px;
    flex-wrap: nowrap;
  }

  #qty_input {
    text-align: center;
    background: none;
    border: none;
    color: var(--Swamp, #171C1C);
    font-weight: 600;
    flex: 0 1 50px;
  }

  input[type=submit] {
    width: -webkit-fill-available;
  }
}

/* End Page content */

label.error {
  color: var(--Red, #DC3545);
  font-size: 10px;
}

.modal-header h3 {
  margin: 0;
}

.modal-header {
  padding: 16px 24px;
  justify-content: space-between;
}

.modal-body {
  padding: 24px;
  overflow: auto;
}

.modal-body label.form-label {
  margin-top: 16px;
}

.modal-body table td a {
  padding: 6px;
  border-radius: 8px;
}

.modal-body table td a.active,
.modal-body table td a:hover {
  background-color: var(--lavender-blush);
}

#redimCancel {
  margin-top: 12px;
}

.new-image-add {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.new-image-add input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* SVG Icons */
.svg-icon {
  background: #9CA3AF;
  display: block;
  height: 20px;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 20px;

  &.active {
    background: #F25A70;
  }
}

.nav-item .svg-icon {
  margin-right: 12px;
}

.nav-item.active .svg-icon {
  background: #F25A70;
}

.search-tabs {
  position: relative;
}

.search-tabs--btn {
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 8px;

  .svg-icon {
    background: var(--wild-watermelon);
  }
}

.search-tabs--btn:hover {
  background: var(--white);
}

.calendar-tabs {
  label {
    border-color: var(--solitude, #E8E9EB);
    padding-right: 0;
  }

  select {
    border-left-width: 0;
  }

  .svg-icon {
    background: var(--mischka);
  }
}

.search-tabs .search-tabs--input {
  padding-left: 54px;
  color: var(--swamp);
}

.search-tabs--input::placeholder {
  color: var(--mischka);
}

.pagination {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.pagination li {
  display: inline;
  margin: 0 5px;
}

.pagination a,
.pagination span {
  text-decoration: none;
  color: initial;
  background-color: initial;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
  align-items: center;
  display: flex;
}

.pagination .page-item:first-child a,
.pagination .page-item:first-child span,
.pagination .page-item:last-child a,
.pagination .page-item:last-child span {
  background: var(--swamp);
  color: transparent;
  display: block;
  font-size: 0;
  mask-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.pagination .page-item:first-child a,
.pagination .page-item:first-child span {
  mask-image: url("/img/icons/chevron-left.svg");
}

.pagination .page-item:last-child a,
.pagination .page-item:last-child span {
  mask-image: url("/img/icons/chevron-right.svg");
}

.pagination .active span.page-link {
  background: var(--wild-watermelon, #F25A70);
}

.pagination .page-link a:hover {
  color: var(--wild-watermelon, #F25A70);
  text-decoration: none;
}

.pagination .page-link:focus {
  color: var(--wild-watermelon, #F25A70);
}

.pagination .page-link:focus {
  border-color: var(--wild-watermelon, #F25A70);
  box-shadow: 0px 0px 0px 5px rgba(242, 90, 112, 0.25);
}

.form-select,
.form-select:focus {
  border-color: var(--solitude, #E8E9EB);
  box-shadow: none;
}

.pagination .active a {
  font-weight: bold;
}

.pagination a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.svg-icon-blue {
  background: #6870FF;
}

.svg-icon-red {
  background: #F25A70;
}

.svg-icon-white {
  background: #FFF;
}

.svg-icon-yellow {
  background: var(--sunflower);
}

.svg-icon-green {
  background: var(--balsam);
}

.svg-icon-12 {
  width: 12px;
  height: 12px;
}

.svg-icon-16 {
  width: 16px;
  height: 16px;
}

.svg-icon-32 {
  width: 32px;
  height: 32px;
}

.svg-icon-chevron-left {
  mask-image: url("/img/icons/chevron-left.svg");
}

.svg-icon-chevron-right {
  mask-image: url("/img/icons/chevron-right.svg");
}

.svg-icon-chevron-down {
  mask-image: url("/img/icons/chevron-down.svg");
}

.svg-icon-workspace {
  mask-image: url("/img/icons/workspace.svg");
}

.svg-icon-user {
  mask-image: url("/img/icons/user.svg");
}

.svg-icon-user-12 {
  mask-image: url("/img/icons/user-12.svg");
}

.svg-icon-gamification {
  mask-image: url("/img/icons/gamification.svg");
}

.svg-icon-gamification-16 {
  mask-image: url("/img/icons/gamification-16.svg");
}

.svg-icon-store {
  mask-image: url("/img/icons/store.svg");
}

.svg-icon-money {
  mask-image: url("/img/icons/money.svg");
}

.svg-icon-eve-open {
  mask-image: url("/img/icons/eve-open.svg");
}

.svg-icon-eve-closed {
  mask-image: url("/img/icons/eve-closed.svg");
}

.svg-icon-help {
  mask-image: url("/img/icons/help.svg");
}

.svg-icon-star {
  mask-image: url("/img/icons/star.svg");
}

.svg-icon-star-16 {
  mask-image: url("/img/icons/star-16.svg");
}

.svg-icon-currency {
  mask-image: url("/img/icons/currency.svg");
}

.svg-icon-currency-16 {
  mask-image: url("/img/icons/currency-16.svg");
}

.svg-icon-wallet {
  mask-image: url("/img/icons/wallet.svg");
}

.svg-icon-wallet-16 {
  mask-image: url("/img/icons/wallet-16.svg");
}

.svg-icon-notification {
  mask-image: url("/img/icons/notification.svg");
}

.svg-icon-notification-new {
  mask-image: url("/img/icons/notification-new.svg");
}

.svg-icon-shopping-cart {
  mask-image: url("/img/icons/shopping-cart.svg");
}

.svg-icon-awake {
  mask-image: url("/img/icons/awake.svg");
}

.svg-icon-settings {
  mask-image: url("/img/icons/settings.svg");
}

.svg-icon-logout {
  mask-image: url("/img/icons/logout.svg");
}

.svg-icon-send-16 {
  mask-image: url("/img/icons/send-16.svg");
}

.svg-icon-friendship-16 {
  mask-image: url("/img/icons/friendship-16.svg");
}

.svg-icon-password-12 {
  mask-image: url("/img/icons/password-12.svg");
}

.svg-icon-arrow-up {
  mask-image: url("/img/icons/arrow-up.svg");
}

.svg-icon-hamburger {
  mask-image: url("/img/icons/hamburger.svg");
}

.svg-icon-close {
  mask-image: url("/img/icons/close.svg");
}

.svg-icon-trash {
  mask-image: url("/img/icons/trash.svg");
}

.svg-icon-calendar {
  mask-image: url("/img/icons/calendar.svg");
}

.svg-icon-search {
  mask-image: url("/img/icons/search.svg");
}

.svg-icon-trash-16 {
  mask-image: url("/img/icons/trash-16.svg");
}

.svg-icon-edit-16 {
  mask-image: url("/img/icons/edit-16.svg");
}

.svg-icon-checkmark-16 {
  mask-image: url("/img/icons/checkmark-16.svg");
}

.svg-icon-camera-16 {
  mask-image: url("/img/icons/camera-16.svg");
}

.svg-icon-information-16 {
  mask-image: url("/img/icons/information-16.svg");
}

.svg-icon-arrow-left {
  mask-image: url("/img/icons/arrow-left.svg");
}

.svg-icon-tag {
  mask-image: url("/img/icons/tag.svg");
}

.svg-icon-ai-governance-32 {
  mask-image: url("/img/icons/ai-governance-32.svg");
}

.svg-icon-currency-32 {
  mask-image: url("/img/icons/currency-32.svg");
}

.svg-icon-wallet-32 {
  mask-image: url("/img/icons/wallet-32.svg");
}

.svg-icon-store-32 {
  mask-image: url("/img/icons/store-32.svg");
}

.svg-icon-user-32 {
  mask-image: url("/img/icons/user-32.svg");
}

.svg-icon-time-32 {
  mask-image: url("/img/icons/time-32.svg");
}

.svg-icon-workspace-16 {
  mask-image: url("/img/icons/workspace-16.svg");
}

.svg-icon-moon {
  mask-image: url("/img/icons/moon.svg");
}

@media screen and (min-width: 1200px) {
  header {
    .button-manage {
      margin-right: 16px;
    }

    .top-icons {
      padding: 0 14px;
    }

    .manage-box {
      padding: 0 24px;
      border-right: solid 0.5px #9CA3AF;
    }

    .user-icon {
      margin: 0 0 0 24px;
    }
  }

  .manage-box button .svg-icon-friendship-16 {
    margin-right: 8px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    .navbar-logo img {
      max-width: 135px;
    }

    .button-refer {
      padding: 4px 8px;
    }

    .user-button span {
      font-size: 14px;
    }
  }
}

@media screen and (min-width: 992px) {
  header {
    .navbar-logo {
      margin-right: 20px;
    }

    .user-icon img {
      width: 38px;
      height: 38px;
    }
  }
}

@media screen and (min-width: 768px) {
  .navbar .container-fluid {
    padding: 12px 20px;
  }

  .sidebar {
    z-index: 100;
    padding: 75px 0px 20px 0px;
  }

  .white-box {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-top: auto !important;
  }

  header {
    .nav-row {
      flex-direction: column-reverse !important;
    }

    .navbar-info {
      border-top: 1px solid var(--solitude);
    }

    .navbar-info,
    .navbar-right {
      justify-content: center;
      padding: 12px 20px;
      width: 100%;
    }

    .navbar-left {
      display: flex;
    }

    .navbar-left .nav-item {
      margin-right: 15px;
    }

    .navbar-left .nav-item .nav-text {
      font-size: 9px;
    }

    .navbar-left .nav-item .nav-count {
      font-size: 12px;
    }

    .manage-box button i {
      margin-right: auto;
    }
  }

  .navbar .container-fluid {
    flex-direction: column-reverse;
  }

  #qty_input {
    flex: auto;
  }

  /* Slide in from left */
  .offcanvas-full {
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
  }

  .offcanvas-full.show {
    transform: translateX(0);
  }

  .product-description-box {
    padding-left: 0;
  }
}

@media screen and (min-width: 576px) {
  header {
    .navbar-info {
      gap: 20px;
    }

    .navbar-info--text .nav-text {
      font-size: 12px;
    }
  }

  .manage-box .button-manage .svg-icon-chevron-down {
    margin-left: 18px;
  }

  .page-content {
    .nav-link {
      font-size: 18px;
    }

    .sub-nav .nav-link {
      font-size: 16px;
    }
  }

  .page-content {
    .nav:not(.sub-nav) .nav-link {
      padding: 4px 12px;
    }
  }

  .game-account-box {
    padding: 16px;
  }

  #transactions-container tbody td .svg-icon {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .manage-box .button-manage span {
    font-size: 12px;
  }

  #transactions-container tbody tr {
    display: flex;
    flex-direction: column;
  }

  #transactions-container tbody td.toggle-cell {
    align-items: center;
    cursor: pointer;
    display: flex;
    border-bottom: none;
  }

  #transactions-container tbody td.toggle-cell.active {
    border-bottom: 1px solid #ddd;
  }

  #transactions-container tbody td.d-sm-table-cell {
    /* background-color: var(--pattens-blue);
    padding-left: 20px!important; */
  }

  #transactions-container tbody td.d-sm-table-cell:not(:last-child) {
    /* border-bottom-width: 0; */
  }

  #transactions-container tbody td.d-sm-table-cell:last-child {
    border-bottom-width: 3px;
  }

  #transactions-container tbody td.toggle-cell i {
    margin-left: auto;
  }

  #transactions-container tbody td.toggle-cell.active i {
    transform: rotate(-180deg);
  }

  .transaction-no {
    width: 60%;
  }

  .order-no {
    width: 73%;
  }
}

#transactions-container nav {
  padding-bottom: 40px;
}

@media screen and (min-width: 376px) {
  .manage-box .button-manage .svg-icon-chevron-down {
    margin-left: 5px;
  }
}

@media screen and (max-width: 375px) {
  .manage-box .button-manage {
    padding-left: 8px;
    padding-right: 8px;
  }

  .manage-box .button-manage span {
    display: none;
  }
}

.notification {
  width: 355px;
  max-height: 500px;
  overflow-y: auto;
}

.notification-header {
  padding: 16px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--solitude);
}

.notification-header a {
  color: var(--wild-watermelon) !important;
  font-weight: 600 !important;
}

.notification-header a:hover {
  background: none !important;
  color: var(--mandy) !important;
}

.notification-box {
  padding: 16px;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.notification-box>a {
  width: -webkit-fill-available;
}

.notification-box:hover {
  background-color: var(--lavender-blush);
}

.notification-icon {
  padding-top: 6px;
  width: 8px;
}

.notification--new {
  background-color: var(--wild-watermelon);
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.notification-body {
  padding-left: 10px;
  padding-right: 24px;
  width: -webkit-fill-available;
}

.notification-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.notification-message {
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.notification-date {
  font-size: 10px;
  display: block;
  padding-top: 8px;
}

.notification-delete i:hover {
  background-color: var(--wild-watermelon);
}

@media (max-width: 575px) {
  .notification {
    width: 280px;
    right: auto !important;
    transform: translate(-50%, 0);
  }
}

#notificationModalMessage {
  margin-bottom: 12px;
}

#notificationModalDate {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--mischka);
}

modal {
  --bs-modal-width: 570px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
  }
}

.owl-dots {
  text-align: center;
  padding-top: 16px;
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 50%;
  border: 0.5px solid var(--wild-watermelon);
  margin: 0 3px;
}

.owl-carousel button.owl-dot.active {
  background: var(--wild-watermelon);
}

.alert {
  padding: 12px 20px;
  border: none;
  border-radius: 0;
  background: var(--amour);
  color: var(--red);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 6px 10px 0px rgba(23, 28, 28, 0.12);
}

.alert-danger {
  background: var(--amour);
  color: var(--red);

  i {
    background: var(--red);
  }
}

.alert-success {
  background: var(--clear-day);
  color: var(--balsam);

  i {
    background: var(--balsam);
  }
}

.banner-img {
  cursor: pointer;
  max-height: 240px;
}

.order-processing {
  display: inline-block;
  width: 100%;
}

.order-processing ul {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
  position: relative;
  padding-left: 0;
}

.order-processing ul::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 90%;
  height: 0.5px;
  background: var(--wild-watermelon);
  transform: translate(-50%, 0);
}

.order-processing ul li {
  display: inline-block;
  margin-top: 35px;
  position: relative;
}

.order-processing ul li.order-processing-left {
  float: left;
}

.order-processing ul li.order-processing-right {
  float: right;
}

.order-processing ul li i {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -61px;
  transform: translate(-50%, 0);
  line-height: 31px;
  background: var(--wild-watermelon);
  border: 12px var(--pattens-blue) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-processing ul li span {
  position: relative;
  top: -10px;
  font-weight: 500;
}

.table-grey tr {
  padding: 0px 16px !important;
  border-bottom: 0.5px solid var(--mischka);
}

.table-grey thead tr th {
  background: var(--pattens-blue);
  padding: 12px 8px !important;
  color: var(--mischka);
  font-weight: 500;
}

.table-grey tbody tr td {
  background: var(--pattens-blue);
  padding: 16px 8px !important;
  color: var(--swamp);
  font-weight: 400;
}

.table-grey>:not(caption)>*>* {
  border-bottom: 0;
}

.flex-cell {
  display: flex;
  align-items: center;
}

.order-product-img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  margin-right: 12px;
}

.order-info {
  font-size: 12px;
  color: var(--medium-slate-blue);
  display: flex;
  margin-top: 24px;
  margin-bottom: 20px;
  align-items: center;
}

.order-info i {
  min-width: 16px;
}

.order-summary {
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(23, 28, 28, 0.04);
}

.order-summary div {
  display: flex;
  justify-content: space-between;
}

.order-summary .separator {
  height: 1px;
  margin: 16px 0;
  background: var(--mischka);
}

@media (max-width: 767px) {
  .table-grey tbody tr:last-child {
    border-bottom: none;
  }

  .btn-full-w {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .order-processing ul::before {
    width: 85%;
  }

  .table-grey thead tr th {
    font-size: 12px;
  }
}

.game-subcategory {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 77px;
}

@media screen and (max-width: 576px) {
  .table-responsive {
    border: 0;
    box-shadow: none;
  }

  .table-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-responsive tr {
    border: 1px solid var(--solitude);
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(23, 28, 28, 0.04);
  }

  .table-responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }

  .table-responsive td::before {
    content: attr(data-label);
    float: left;
    color: var(--mischka);
    font-weight: 600;
  }

  .table-responsive tr:last-child {
    border-bottom: 0;
  }

  .table-responsive td:last-child {
    border-bottom: 0;
  }
}

.product-video {
  width: 100%;
  border-radius: 16px;
}

.input-group-text {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#collapse-menu-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 32px;
  cursor: pointer;
}

#collapse-menu-arrow:hover i {
  background-color: var(--mandy);
}

#collapse-menu-arrow[active] {
  transform: rotate(180deg);
}

@media (min-width: 767px) {
  .collapsed-menu {
    width: 60px;

    .nav-item .svg-icon {
      margin-right: 0;
    }

    .left-menu-text {
      display: none;
    }
  }

  .full-main {
    width: 100%;
    padding-left: 84px !important;
  }
}

.play-game-button {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;

  span {
    color: var(--white);
    font-weight: 600;
    display: block;
  }

  button {
    margin-top: 8px;
  }
}

.play-game-box {
  position: relative;
  text-align: center;
}

.price-button-box button {
  font-size: 12px;
  padding: 8px 6px;
}

@media (max-width: 767px) {
  .social-game-box {
    position: static;
    height: 264px;
    padding: 16px;
    border-radius: 12px;
    background: var(--white);
  }

  .social-game-img {
    height: 150px;
  }

  .social-game-box .play-game-button {
    display: inline;
    position: inherit;
  }

  .play-game-button {
    span {
      color: var(--swamp);
      height: 42px;
      align-items: center;
      display: flex;
      justify-content: center;
      padding-top: 12px;
    }
  }

  .price-button-box button {
    padding: 8px 4px;
  }

  .play-game-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {

  .play-game-box:hover img,
  .social-game-box:hover img {
    -webkit-filter: brightness(40%);
  }

  .play-game-box:hover .play-game-button,
  .social-game-box:hover .play-game-button {
    display: inline-block;
  }

  .play-game-link {
    display: none;
  }
}

.pointer {
  cursor: pointer;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.intercom-lightweight-app-launcher {
  bottom: 24px;
  right: 24px;
  background: #F25A70;
}

.empty-cart-container {
  position: relative;
  min-height: calc(100vh - 197px);
  text-align: center;
}

@media (max-width: 767px) {
  .empty-cart-container {
    min-height: calc(100vh - 240px);
  }
}

@media (max-width: 429px) {
  .empty-cart-container {
    min-height: calc(100vh - 258px);
  }
}

.empty-cart-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.empty-cart-child h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.empty-cart-child .error-message {
  font-size: 16px;
  margin-bottom: 40px;
}

.input-img-group {
  position: relative;
  width: 100%;
}

.input-img-group i {
  position: absolute;
  left: 12px;
  top: 9px;
}

.input-img-group input.form-control {
  padding-left: 42px;
}

#products-list .quantity-box {
  width: 133px;
}

#products-list .quantity-box>input {
  text-align: center;
  background: none;
  border: none;
  color: var(--swamp);
  font-weight: 600;
  flex: 0 1 50px;
}

.remove-amount {
  margin-right: 16px;
}

@media screen and (max-width: 576px) {
  .table-cart tbody tr td:first-child {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .table-cart tbody tr td[data-label="Quantity"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0 !important;
  }
}

#cart-pin-number-box {
  display: block;
}

.alerts-box {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  z-index: 1030;
}

@media screen and (max-width: 576px) {
  .alerts-box {
    top: 156px;
  }
}

.design-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  transition: all 0.02s;
  cursor: pointer;
  color: var(--swamp);
  z-index: 0;
  box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.5);
  background: none;
}

.design-button:hover {
  background: rgb(193, 228, 248);
  color: rgb(33, 0, 85);
}

.design-button:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hoverEffect div {
  background: rgb(222, 0, 75);
  background: linear-gradient(90deg,
      rgba(222, 0, 75, 1) 0%,
      rgba(191, 70, 255, 1) 49%,
      rgba(0, 212, 255, 1) 100%);
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
}

.design-button:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#changeDesignForm {
  /* padding: 12px 8px 12px 16px; */
}

.container-full {
  width: 100%;
  height: 100vh;
  margin: 0;
}

.login-banner {
  height: 100vh;
}

.login-banner-mobile {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.login-logo {
  padding: 32px 62px;
  position: absolute;
  z-index: 1040;
}

.login-form-box {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.login-form-box .login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 470px;
}

.login-form button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .login-logo {
    position: static;
    padding: 40px 20px;
  }

  .login-form-box {
    position: static;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
  }

  .login-form-box .login-form {
    position: static;
    transform: none;
  }
}

.footer {
  display: flex;
  padding: 20px 135px;
  justify-content: center;
  border-top: 1px solid var(--solitude);
  background: var(--pattens-blue);
  text-align: center;
}

.footer .terms {
  padding-left: 96px;
}

@media (max-width: 767px) {
  .footer {
    padding: 20px;
  }

  .footer .terms {
    padding-left: 0;
    padding-top: 12px;
  }

  .footer p span {
    display: block;
  }
}

.home-carousel .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  bottom: 26px;
  width: 100%;
}

.home-white-box {
  background: var(--white);
  padding: 80px 0;
  max-width: 1170px;
  margin: 0 auto;
}

.home-grey-box {
  background: var(--pattens-blue);
  padding: 80px 0;
  max-width: 1170px;
  margin: 0 auto;
}

.home-box {
  padding: 80px 20px;
  max-width: 1170px;
  margin: 0 auto;
}

.home-info-box {
  padding: 24px;
  border-radius: 16px;
  min-height: 283px;
}

.home-user-message {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
  max-width: 770px;
  margin: 0 auto;
}

.home-user-name {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  max-width: 770px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-messages-carousel .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  /* bottom: 26px; */
  width: 100%;
}

.home-box .home-text {
  margin-bottom: 0;
  font-size: 16px;
}

.home-box .tab-pane img {
  max-width: 100%;
  height: auto;
}

.home-box .nav {
  max-width: 522px;
}

.home-box .nav-link {
  padding: 24px;
}

.home-box .nav-link.active {
  background: var(--Gradient-2, linear-gradient(90deg, rgba(242, 90, 112, 0.16) 0%, rgba(242, 90, 112, 0.00) 100%));
}

.home-box .nav-link h2 {
  color: var(--swamp);
  margin-bottom: 20px;
}

.home-box .nav-link p {
  color: var(--swamp);
}

.gradient-box {
  border-radius: 16px;
  background: var(--Gradient-3, linear-gradient(67deg, #E3E4FF 1.93%, #FFE7EA 97.63%));
}

.gradient-box p {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}

.store-links {
  margin-top: 24px;

  a {
    margin-right: 16px;
  }

  img {
    width: 120px;
    height: 40px;
  }
}

.home-how-it-works {
  min-height: 166px;
}

.home-nav .container-fluid {
  max-width: 1170px;
}

.gradient-padding {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-nav .container-fluid {
    flex-direction: inherit;
  }

  .home-nav .navbar-logo {
    padding: 10px 20px;
  }

  .home-nav .navbar-right {
    width: auto;
    padding: 10px 20px;
  }

  .home-box {
    padding: 60px 20px;
  }

  .home-info-box {
    min-height: 166px;
  }

  .store-links {
    margin-bottom: 20px;
  }

  .gradient-box {
    padding: 0 20px;
    margin: 0 20px;
  }

  .gradient-padding {
    padding: 0;
  }

  .home-carousel .owl-dots {
    bottom: 16px;
  }
}

.scratch-card-container {
  margin: 20px auto;
  display: block;
  text-align: center;
}

.scratch-card {
  align-items: center;
  background: center center no-repeat;
  background-size: cover;
  display: flex;
  height: 350px;
  margin: 0 auto;
  justify-content: center;
}

.scratch-card h2 {
  color: #ed5e71;
}

.scratch-card div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scratch-field {
  width: 100px;
  height: 100px;
  background: transparent;
  display: inline-block;
  margin: 20px;
  border-radius: 50%;
}

.scratch-field div {
  background-size: cover;
}

.help-carousel p {
  margin: 0 auto;
  padding-bottom: 16px;
}

.help-carousel img {
  border-radius: 8px;
  border: 0.5px solid var(--solitude);
}

.special-offer-img {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.special-offer-img img {
  width: 100%;
}

.offer-description {
  display: inline-block;
  width: 100%;
  padding: 25px 0 10px;
}

.body-14-r {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.body-14-sb {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.text-swamp {
  color: #171C1C;
}

.text-watermelon {
  color: #F25A70;
}

.text-watermelon:hover {
  color: #D84D61;
}


/* Body 14 [R] */
