.inline-element,
.inline-block {
  display: inline-block;
  vertical-align: top;
}

.phone-prefix-input {
  width: 20rem !important;
  background: white;
  position: relative;
  line-height: 11.668rem;
  padding-right: 0rem;
  text-align: center;
}

.phone-prefix-list {
  width: 20rem !important;
  background: white;
  border-radius: 1.85rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 15px;
}

.phone-prefix-item {
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-top: 15px;
}

.phone-prefix-item:hover {
  color: black;
}

.phone-body {
  width: 82.315rem !important;
}

.login-button-icon {
  position: absolute;
  background-size: 100%;
}

.checkbox-wrapper .register__overlay {
  margin-top: 0;
}

.register__overlay_fb {
  width: 82.315rem !important;
}

.game-button-timer {
  position: absolute;
  font-size: 3rem;
  width: 16rem;
  display: block;
  top: 12rem;
  right: 41%;
}

.red-timer {
  color: #ed251d;
}

.yellow-timer {
  color: #fe6e01;
  right: 43%;
}

.rose-timer {
  color: #ec1f74;
}

.green-timer {
  color: #348a00;
  right: 50%;
}

.game-button-title {
  position: absolute;
  width: 49%;
  right: 42%;
  top: 6rem;
  text-align: center;
  font-weight: 900;
  font-size: 5.5rem;
}

.game-button-sub-title {
  position: absolute;
  font-size: 2.5rem;
  display: block;
  top: 3.5rem;
  right: 38%;
}

.game-button-sub-title.red {
  color: #ed251d;
}

.game-button-sub-title.green {
  color: #348a00 !important;
  right: 46%;
}

.background-button-empty .game-button-sub-title {
  right: 42% !important;
}

.game-button-title.red {
  color: #ed251d;
}

.game-button-title.green {
  color: #348a00 !important;
}

.no-money-background-onetwo {
  background: #ff6b00 !important;
}

.no-money-text-onetwo {
  color: black !important;
}

.no-money-background-green {
  background: #02881a !important;
}

.no-money-text-green {
  color: #014601 !important;
}

.no-money-background-seven {
  background: #9b0048 !important;
}

.no-money-text-seven {
  color: #7d013b !important;
}

.no-money-button {
  left: 0;
  right: 0;
  display: block;
  /* width: 77.5rem; */
  height: 10.1852rem;
  /* margin: 7.2407rem auto 0; */
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  font-size: 4.6296rem;
  color: #fff;
  background: #244ec4;
  border: none;
  -webkit-border-radius: 2.6852rem;
  border-radius: 2.6852rem;
  cursor: pointer;
}

.no-money-text-wrapper {
  margin: 5rem auto 2rem;
  display: block;
  width: 70rem;
}

.no-money-popup-text {
  font-size: 3rem;
  color: #244ec4;
  width: 100%;
  display: block;
  text-align: right;
}

.home-chance-ball-icon {
  display: flex;
  width: 11rem;
  height: 11rem;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
}

.home-chance-ball-icon svg {
  width: 100%;
  height: auto;
}

.tsimtsum-background {
  background-image: url(../video/Chance_Tsimtsum_Button_V1.gif);
  background-size: contain; /* Ensures the image fits within the element */
  background-position: center; /* Centers the image within the element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-color: black;
}
.tsimtsum-background-lotto {
  background-image: url(../video/White_Lotto_Tsimtsum_Button_V11.gif);
  background-size: contain; /* Ensures the image fits within the element */
  background-position: 1rem; /* Centers the image within the element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-color: rgb(255, 255, 255);
}

.home-lotto-ball-icon {
  display: flex;
  width: 11rem;
  height: 11rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-lotto-ball-icon svg {
  width: 100%;
  height: auto;
}

.home-lotto-ball-icon svg path {
  fill: var(--lotto-color);
}

.registration-popup-icon {
  position: absolute;
  width: 6rem;
  height: 7rem;
  top: 2.5rem;
  right: 27rem;
  background-image: url(../img/banners/register.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.blue-background {
  background: #244ec4 !important;
}

.title-icon-login {
  position: absolute;
  width: 5rem;
  height: 7rem;
  top: 3.5rem;
  right: 35rem;
  background: url(../img/banners/user.png) no-repeat;
  background-size: 100%;
}

.google-color-button {
  background: #a00707 !important;
}

.facebook-color-button {
  background: blue !important;
}

.login-button-icon-facebook {
  background: url(../img/ico/facebook-icon.png) no-repeat;
  background-size: 100%;
  width: 6rem;
  height: 7rem;
  top: 2rem;
  right: 5.7rem;
}

.login-button-icon-google {
  background: url(../img/ico/google-icon.png) no-repeat;
  background-size: 100%;
  width: 6rem;
  height: 7rem;
  top: 2rem;
  right: 5rem;
}

.login-button-icon-login {
  background: url(../img/banners/login.png) no-repeat;
  background-size: 100%;
  width: 4rem;
  height: 7rem;
  top: 2rem;
  right: 6.5rem;
}

.deposit-buttons-wrapper {
  margin-top: 5rem;
}

.mobile-menu__list::before {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  height: 7.5rem;
  background-color: rgb(36 78 196 / 80%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}

/* Specific Icon Styles */
.sub-menu-account-icon::before {
  background-image: url(../img/ico/icon-user-white.png);
}

.sub-menu-balance-icon::before {
  background-image: url(../img/ico/docs-icon-white.png);
}

.sub-menu-faq-icon::before {
  background-image: url(../img/ico/faq-icon-white.png);
}

.sub-menu-price-list-icon::before {
  background-image: url(../img/ico/big-shekel-white.png);
}

.sub-menu-cards-icon::before {
  background-image: url(../img/ico/lotteries-white.png);
}

.sub-menu-withdraw-icon::before {
  background-image: url(../img/ico/big-shekel-white.png);
}

.menu-account-icon::before {
  background-image: url(../img/ico/icon-user-white.png);
}

.menu-shekel-icon::before {
  background-image: url(../img/ico/big-shekel-white.png);
}

.menu-about-icon::before {
  background-image: url(../img/ico/docs-icon-white.png);
}

.menu-home-icon::before {
  background-image: url(../img/ico/home-icon-white.png);
}

.menu-history-icon::before {
  background-image: url(../img/ico/lotteries-white.png);
}

.menu-contact-us-icon::before {
  background-image: url(../img/ico/contact-us-white.png);
}

.menu-exit-icon::before {
  background-image: url(../img/ico/logout-white.png);
  background-size: 35%;
}

.user-menu-child-wrapper .sub-sub-loto-menu-wrapper .mobile-menu__list {
  background-position: calc(100% - 1.5rem) center;
  width: 90%;
  margin-left: 3%;
}

.deposit-button {
  position: relative;
  width: 73rem;
  height: 12.9rem;
  margin: 3rem auto 6rem;
  border-radius: 0.4444rem;
  background: #244ec4;
  cursor: pointer;
}

.deposit-button-text {
  display: block;
  position: absolute;
  font-size: 3rem;
  /* margin: 7rem 20rem 0 0; */
  margin: 3.3rem 20rem 0 0;
}

.margin-top {
  margin-top: 3rem !important;
}
.margin-bottom {
  margin-bottom: 3rem !important;
}

.bank-deposit-button-color {
  background: white !important;
}

.bank-deposit-pepper-color {
  background: #c353e6 !important;
}

.bank-deposit-bit-color {
  background: #2b89a5 !important;
}

.bank-deposit-paybox-color {
  background: #d2d2d2 !important;
}

.bank-deposit-text {
  margin: 0.3rem 0 0;
  width: 73rem;
  text-align: center;
  color: #124fff;
}

.registration-text {
  color: wheat;
  width: 100%;
  padding: 0 10rem;
  display: block;
}

.card-info-timer__group-home {
  width: 6.2963rem;
  display: inline-block;
  float: right;
}

/* .site-background-seven {
    background-image: url(../img/logo/BG-Pink.jpg) !important;
}

.site-background-chance {
    background-image: url(../img/logo/BG-Green.jpg) !important;
}

.site-background-onetwo {
    background-image: url(../img/logo/BG-Orange.jpg) !important;
} */

.background-without-zoom {
  width: 100%;
  display: block;
  background-size: 100%;
  /* background-image: url(../img/logo/BGBlue.jpg); */
}

.content-container {
  position: relative;
  max-width: 600px;
  min-height: 100vh;
  background: #f7f7f7;
  margin: 0 auto;
  padding-top: 24.42rem;
}

.card-info-timer.card-info-timer_lotto-double {
  background-image: url(../img/banners/banner-double-lotto.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.card-info-timer.card-info-timer_text-one {
  background-image: url(../img/banners/banner-text-1.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.card-info-timer.card-info-timer_text-two {
  background-image: url(../img/banners/banner-text-2.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.card-info-timer__shadow-home {
  display: block;
  right: 0;
  left: 0;
  width: 30rem;
  height: 3.056rem;
  margin: 10rem auto 0;
  background: url(../img/shadow-background.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.card-info-timer-container-game {
  right: 0;
  left: 0;
  display: table;
  margin: 2.02rem auto 0;
}

.card-info-timer-container-home {
  float: right;
  width: 30rem;
  margin: -11rem 66.5rem 0 0;
}

.card-info-timer__separate-home {
  width: 1.2rem;
  height: 0.8333rem;
  margin-top: 6.2rem;
  background: url(../img/tablered-separate.png) center no-repeat;
  background-size: 100%;
  display: inline-block;
  float: right;
}

.card-info-timer__cell-home p {
  font-size: 3.7815rem;
  line-height: 6.3rem;
  text-align: center;
  color: #fff;
}

.card-info-timer__cell-home {
  width: 6.2963rem;
  height: 6.2963rem;

  background-size: 100%;
  display: block;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
}

.card-info-timer__title-home {
  padding-bottom: 0.3rem;
  min-height: 1.2rem;
  font-size: 1.9rem;
  color: #082080;
  text-align: center;
}

.card-info-timer__name-home p {
  font-size: 2.92rem;
}

.card-info-timer__name-home {
  width: 30rem;
  margin: 9.4rem 67rem 0 0;
}

.home-age-warning {
  margin: 5rem auto;
  color: white;
  font-size: 2.5rem;
  width: 80rem;
  text-align: center;
}

.home-user-buttons-icons {
  background-size: 100%;
  display: block;
  float: right;
  background-repeat: no-repeat;
}

.home-bottom-buttons-wrapper {
  display: flex;
  margin-top: 10rem;
  justify-content: space-around;
}

.home-bottom-button-apple {
  margin: 0 5.5rem 0 0;
  width: 13rem !important;
  background: #949494 !important;
}

.home-bottom-button-contact-us {
  width: 38rem !important;
}

.home-button__text_contact-us {
  width: 16rem;
  margin-right: 15rem;
  margin-top: 0.5rem;
  position: absolute;
  font-size: 3.5rem !important;
}

.home-button__text_contact-us.phone {
  margin-top: 0;
}

.home-button-whatsapp {
  position: relative;
  background: #51c85d;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  font-size: 3.5rem;
  color: white;
  line-height: 10rem;
  border-radius: 0.4444rem;
  height: 10rem;
  border: none;
  padding: 0 4rem;
  padding-left: 10rem;
}

.home-button-whatsapp::after {
  content: '';
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  background: url(/assets/img/whatsapp-icon.png) center center / cover no-repeat;
  top: 0;
  bottom: 0;
  left: 4rem;
  margin: auto;
}

.home-bottom-button-android {
  margin: 0 12.5rem 0 0;
  width: 13rem !important;
  background-color: #5da126 !important;
}

.home-game-title {
  color: white;
  margin: 2.8rem 0 0 0;
  text-align: center;
  font-size: 4.3rem;
}

.home-game-title-line {
  width: 30rem;
  height: 2rem;
  color: white;
}

.home-page-container {
  width: calc(100% - 7rem);
  margin: 0 auto;
}

.home-button-user-area {
  position: relative;
  display: inline-flex;
  width: 29rem;
  background-color: #1350ff;
  border-radius: 0.4444rem;
  height: 10rem;
  border: none;
  padding: 0 3rem;
  font-size: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: white;
}

.home-button-user-area a {
  color: white;
}

.home-top-buttons-wrapper {
  margin-top: 4.8rem;
}

.home-button-account {
  margin: 4.8rem 2.2rem 0 0;
}

.home-button-deposit {
  margin: 0 2.2rem 0 0;
}

.home-button-login-icon {
  background-image: url(../img/banners/login.png);
  width: 3rem;
  height: 5rem;
}

.home-button-logout-icon {
  background-image: url(../img/banners/logout.png);
  width: 3rem;
  height: 5rem;

  /* margin-right: 3.7rem;
    margin-top: 1.2rem; */
}

.home-button-register-icon {
  background-image: url(../img/banners/register.png);
  width: 6rem;
  height: 5rem;

  /* margin-right: 3.7rem;
    position: absolute;
    margin-top: -2.4rem; */
}

.home-button-account-icon {
  background-image: url(../img/banners/user.png);
  width: 6rem;
  height: 5rem;

  /* margin-right: 3.7rem;
    position: absolute;
    margin-top: -2.2rem; */
}

.home-button-deposit-icon {
  background-image: url(../img/banners/shekel.png);
  width: 5rem;
  height: 5rem;

  /* margin-right: 2.8rem;
    position: absolute;
    margin-top: -2.2rem; */
}

/* .home-button__text {
    position: absolute;
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'OpenSansHebrew-Bold', sans-serif;
    text-align: center;
    color: white;
    display: block;
}

.home-button__text_login {
    width: 10rem;
    margin-right: 9rem;
    top: 0.8rem;
} */

.home-button__text_user_info {
  width: 26rem;
  margin-right: 1rem;
  top: 0.8rem;
}

.home-button__text_deposit {
  width: 10rem;
  margin-right: 10rem;
  top: 0.8rem;
}

.prize-value {
  background-size: cover !important;
  margin: 10rem 38rem 0 0;
  float: right;
  width: 24rem;
  height: 17rem;
}

.blue-timer-time-title {
  color: #1351fe !important;
}

.card-info-timer.card-info-timer_lotto {
  background-image: url(../img/banners/banner-lotto.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.blue-timer-cell {
  background-image: url(../img/banners/timer-cell.png) !important;
}

.card-info-timer {
  /* height: 38rem; */
  padding-bottom: 3rem;
}

.home-game-button {
  background-size: 100%;
}

.right-upper-home-game-button {
  background-image: url(../img/banners/lotto.png) !important;
}

.left-upper-home-game-button {
  background-image: url(../img/banners/chance.png) !important;
}

.right-bottom-home-game-button {
  background-image: url(../img/banners/seven.png) !important;
}

.left-bottom-home-game-button {
  background-image: url(../img/banners/onetwo.png) !important;
}

.background-button-empty {
  background-image: url(../img/banners/logo-banner.png) !important;
}

.main_only-blue .background-button {
  position: relative;
  display: inline-block;
  width: 43%;
  height: 19.7rem !important;
  margin: 0 3.5%;
  margin-top: 4rem;
  background-size: cover;
  border-radius: 0.4444rem;
}
.whatsapp-button {
  background-color: #af0000; /* WhatsApp green color */
  color: white; /* White text color */
  position: relative;
  padding-right: 40px; /* Adjust padding to make space for the image */
  border: none;
  cursor: pointer;
}
.gift-button {
  background-color: #ffffff; /* WhatsApp green color */
  color: white; /* White text color */
  position: relative;
  padding-right: 40px; /* Adjust padding to make space for the image */
  border: none;
  cursor: pointer;
}
.whatsapp-button .game-button-sub-title,
.whatsapp-button .game-button-title,
.whatsapp-button .game-button-timer {
  color: white; /* Ensure all text elements inside are white */
}

.gift-button::after {
  content: '';
  background-image: url('../img/banners/gift_animated_icon.gif'); /* Replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem; /* Adjust as needed for spacing from right edge */
  top: 50%;
  transform: translateY(-50%);
  width: 12rem; /* Adjust size as needed */
  height: 12rem; /* Adjust size as needed */
}
.send-whatsapp-invitation-button {
  background-color: #25d366; /* WhatsApp green */
  color: white; /* Text color */
  padding: 10px 20px; /* Padding for the button */
  border: none; /* Remove border */
  position: relative;
  text-align: center;
  cursor: pointer; /* Pointer cursor on hover */
  text-decoration: none; /* Remove underline */
}

.send-whatsapp-invitation-button::after {
  content: '';
  background-image: url('../img/banners/whatsapp_icon.gif'); /* Replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem; /* Adjust as needed for spacing from right edge */
  top: 50%;
  transform: translateY(-50%);
  width: 4rem; /* Adjust size as needed */
  height: 4rem; /* Adjust size as needed */
}
.whatsapp-button::after {
  content: '';
  /*  background-image: url('../video/Whatsapp_Banner_V10.gif');  Replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32rem; /* Adjust size as needed */
  height: 16rem; /* Adjust size as needed */
}
.fixed-gift-button::after {
  content: '';
  background-image: url('../img/banners/gift_animated_icon.gif'); /* Replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12rem; /* Adjust size as needed */
  height: 12rem; /* Adjust size as needed */
}
/* Container to hold both buttons at the bottom of the browser window */
.fixed-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10rem; /* Adjust as needed for bar height */
  /* background-color: black; */
  display: flex;
  justify-content: space-between; /* Position buttons to the far left and right */
  align-items: center; /* Center buttons vertically within the bar */
  padding: 0 14rem; /* Add padding to the edges of the bar */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5); /* Optional shadow for style */
  z-index: 1000;
}

.bar-button {
  height: 9rem;
  width: 29rem;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 1000000000000;
}

/* Add specific background GIFs for each button */
.referral-button {
  /* background-image: url('../video/Referal_button.gif');  */ /* Replace with the actual GIF path */
}

.tsimtsum-button {
  /* background-image: url('../video/tsimtsum_button.gif'); */ /* Replace with the actual GIF path */
}

.button-hero-tsim {
  position: fixed;
  bottom: -1rem;
  left: -12rem;
  width: 37rem;
  z-index: 10000000000000000000;
}

.button-hero-chest {
  position: fixed;
  bottom: -5rem;
  right: -10rem;
  width: 33rem;
  z-index: 10000000000000000000;
}
.background-button-notclosed {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #d91400;
  border-radius: 100%;
  top: 2rem;
  left: 2rem;
}

.desktop-container {
  width: 100%;
  max-width: 99rem;
  margin: 8.7037rem auto 0;
  right: 0;
  left: 0;
}

.home-middle-container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.social-button-small-margin {
  margin-top: 6rem !important;
}

.faq-size p {
  font-size: 3rem !important;
  line-height: 10rem !important;
}

.faq-parent-menu-item {
  position: relative;
  display: block;
  width: 94.1667rem;
  height: 13.2407rem;
  line-height: 13.2407rem;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 0.3704rem solid #003ff0;
  padding-right: 6.2963rem;
  font-size: 6.4815rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  color: #fff;
}

.quantity_lotto_order {
  width: 100%;
  height: 9rem;
  -webkit-border-radius: 0.4444rem;
  border-radius: 0.4444rem;
  font-size: 3.16667rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  background: #f7f7f7;
  padding-right: 3.88889rem;
  border: none;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: block;
}

.quantity_seven_order {
  width: 62rem;
  height: 10.18519rem;
  -webkit-border-radius: 0.4444rem;
  border-radius: 0.4444rem;
  font-size: 4.16667rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  background: #f7f7f7;
  padding-right: 3.88889rem;
  border: none;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 5.83333rem;
  display: block;
}

.button-text-center {
  position: relative;
  padding-top: 1.2rem !important;
  text-align: center !important;
}

.scan-image {
  width: 92rem;
}

.scan-right-button {
  right: 0 !important;
  left: 45rem !important;
}

.font-six {
  font-size: 6rem !important;
}

.font-size {
  font-size: 3rem !important;
}

.form_label {
  position: relative;
  right: 0;
  left: 0;
  display: table;
  margin: auto;
  font-size: 3rem;
  /* margin-top: 7.05rem; */
  margin-bottom: -5rem;
  color: wheat;
}

.no-background {
  background: none !important;
}

.payment-text {
  color: #848484 !important;
  display: block;
  width: 80rem;
  text-align: right;
}

.slightly-grey {
  color: #dadada !important;
}

.semi-grey {
  color: #adacac !important;
}

.payment-options-container label {
  display: block;
  width: 82.315rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 6rem;
  margin-bottom: 15rem;
  /* margin-top: 8.7222rem; */
  text-align: right;
  padding-right: 10.3704rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
}

.register-div-field {
  display: inline-block !important;
  padding-top: 3rem !important;
  background: #b9b9b9;
  color: white !important;
}

.payment__icon {
  position: absolute;
}

.payment_phone_icon {
  background: url(../img/logo/phone.png) center no-repeat;
  background-size: 100%;
  width: 7rem;
  height: 6rem;
  top: 3.4rem;
  right: 4.3rem;
}

.payment_bank_icon {
  background: url(../img/logo/bank.png) center no-repeat;
  background-size: 100%;
  width: 65rem;
  height: 6rem;
  top: 6.4rem;
  right: 4.3rem;
}

.payment_cc_icon {
  background: url(../img/logo/cc.png) center no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 6rem;
  top: 3.4rem;
  right: 4.3rem;
}

.payment_bit_icon {
  background: url(../img/logo/bit.png) center no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 2rem;
  right: 4.3rem;
}

.payment_paybox_icon {
  background: url(../img/logo/logo6-02.png) center no-repeat;
  background-size: 100%;
  width: 35rem;
  height: 9rem;
  top: 2rem;
  right: 4.3rem;
}

.payment_pepper_icon {
  background: url(../img/logo/pepper.png) center no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 2rem;
  right: 4.3rem;
}

.search-padding {
  padding-top: 2rem !important;
  display: inline-block !important;
  margin-bottom: 4rem !important;
}

.download-excel-popup {
  text-decoration: underline;
  margin-right: 30px;
  color: #848484 !important;
  font-size: 3rem;
}

.download-excel {
  text-decoration: underline;
  margin-right: 30px;
  font-size: 3rem;
  cursor: pointer;
}

.register__text_area {
  height: 30rem !important;
  padding: 4rem !important;
}

.no-margin-top {
  margin-top: 0rem !important;
}

.margin-bottom {
  margin-bottom: 2rem !important;
}

.print-task {
  font-size: 3rem;
}

.header__logo-image {
  width: 32rem;
  margin-right: 2rem;
}

.options-container-register label {
  padding-right: 0 !important;
}

.options-container-register {
  position: relative;
}

.valid-terms-click-area {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.register-text {
  color: #000000 !important;
  display: block;
  background: #ffffff;
  padding: 0 5rem;
  font-size: 2.5rem;
  padding: 2rem;
}

.white {
  color: #244ec4;
}

.left-field {
  margin-right: 5rem;
}

.participation_cell_title p {
  font-size: 2rem !important;
}

.participation_width {
  width: 14rem !important;
}

.participation_height {
  height: 10.9rem !important;
}

.wide_cell {
  width: 16rem !important;
}

.width-100-percent {
  width: 100% !important;
}

.prize-number-close-loto {
  color: grey;
  margin-right: 2rem;
  font-size: 3rem;
  display: inline-block;
  width: 7rem;
}

.config-price-input-many {
  border: 1px solid grey;
  width: 80%;
  font-size: 3rem;
  margin: 0 5px;
  padding-right: 1rem;
}

.config-price-input-single {
  border: 1px solid #dfdfdf;
  width: 80%;
  font-size: 3rem;
  margin: 0 5px;
  padding-right: 1rem;
}

.date-pattern-close-lotto {
  float: right;
  color: #848484;
  margin-left: 40px;
  font-size: 3rem;
}

.agent-bottom-table__row:nth-of-type(2n) .config-price-input {
  background: #e9eefc;
}

.agent-bottom-table__cell_close_lotto {
  width: auto;
  display: table-cell;
  float: none;
  overflow: hidden;
}

.agent-bottom-table__cell_close_lotto-single {
  width: 100%;
  display: table-cell;
  float: none;
  overflow: hidden;
}

.orange {
  color: #ff6b00;
}

.rose {
  color: #9b0048 !important;
}

.grey-background {
  background: #c3b9b9 !important;
}

.blue-background {
  background: var(--main-blue-2) !important;
}

.top-buttons-lotto {
  position: relative;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82.6rem;
  margin: auto;
  padding-top: 2.3rem;
}

.top-buttons-button-lotto {
  display: inline-block;
  float: right;
  width: 33.056rem;
  height: 7.982rem;
  font-size: 3.63rem;
  line-height: 7.982rem;
  text-align: center;
  color: #fff;
  background: #244ec4;
  -webkit-border-radius: 0.4444rem;
  border-radius: 0.4444rem;
}

.top-buttons-button-lotto-left {
  display: inline-block;
  float: right;
  width: 33.056rem;
  height: 7.982rem;
  font-size: 3.63rem;
  line-height: 7.982rem;
  text-align: center;
  color: #fff;
  background: #244ec4;
  -webkit-border-radius: 0.4444rem;
  border-radius: 0.4444rem;
}

.top-buttons__count-lotto {
  display: inline-block;
  float: right;
  width: 27.5rem;
  height: 8.982rem;
  font-size: 3.95rem;
  line-height: 8.982rem;
  text-align: center;
  color: #244ec4;
}

.small-content__title-text-shitati {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  max-width: 51.66667rem;
  font-size: 4.16667rem;
  color: #244ec4;
}

.balls-container-shitati {
  max-width: 56rem;
}

.lotto-order-extra-checkbox {
  margin-left: 2rem;
  width: 4.5rem;
  height: 4.5rem;
}

.keboard-counter-centered {
  margin-right: 28rem !important;
  color: #244ec4 !important;
}

.regular-font {
  font-family: 'OpenSansHebrew', sans-serif !important;
}

.table-double__cell_left_lotto_order_price {
  /* width: 23.40741rem; */
  width: 20rem;
  text-align: left;
}

.table-double__cell_left_lotto_order_price.small-wrapper {
  width: 18rem;
}

.table-double__row.disabled {
  pointer-events: none;
}

.triple-item__left-cell-lotto-wide {
  position: relative;
  display: inline-block;
  margin-right: -2rem;
  min-height: 10.27778rem;
}

.triple-item__check-icon-lotto-wide.active {
  background: #244ec4;
}

.triple-item__icon-lotto-wide {
  position: absolute;
  top: 1.11111rem;
  left: 1.01852rem;
  margin: auto;
  width: 2rem;
  height: 2.5rem;
  background: url(../img/ico/small-card-icon.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.triple-item__check-icon-lotto-wide {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5rem;
  margin-right: 0rem;
  width: 4.20741rem;
  height: 4.20741rem;
  background: #bfbfc7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.light-blue-background {
  background: #244ec4;
}

.green-background {
  background: green !important;
}

.grey {
  color: grey !important;
}

.extra-image-order-page {
  background-image: url('../img/extra.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 11rem;
  height: 5rem;
}

.playing-cards-popup__title-blue-button-upper {
  background: #244ec4;
  width: 15.01852rem;
  height: 3.88889rem;
  line-height: 3.88889rem;
  -webkit-border-radius: 7rem;
  border-radius: 7rem;
  color: #ffffff;
  text-align: center;
}

.playing-cards-popup__trashcan-button_lotto_upper {
  width: 4.90741rem;
  height: 5.46296rem;
  display: inline-block;
  margin-left: 4.7rem;
  margin-top: 0.77778rem;
  vertical-align: middle;
  border: none;
  background: none;
  background-image: url('../img/blue-trashcan-icon.png');

  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.small-content__title-number-lotto-wide {
  position: relative;
  margin-right: 2.81481rem !important;
  margin-left: -1.81481rem !important;
  margin-bottom: 4rem !important;
}

.small-content__title-number-lotto-wide.not-relative {
}

.space-between-item-tight {
  margin-top: 0 !important;
}

.space-between-item-tight-shitati {
  margin-top: 2rem !important;
  padding-bottom: 0 !important;
}

.space-between-item-tight-shitati-hazak {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.balls-container-tight-container {
  margin-top: 0 !important;
}

.cards-list-lotto-wide {
  width: 95% !important;
}

.cards-list__card_fifth_element_regular:nth-of-type(4n + 1) {
  margin-right: 3.24074rem !important;
}

.triple-item__number-icon-lotto-wide {
  position: absolute;

  right: -7rem;
  width: 4.2rem;
  height: 4.2rem;
  top: 2.5rem;
}

.triple-item__number-icon-lotto-wide img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.balls-container-wide-lotto {
  margin-right: 5rem;
  max-width: 64.62963rem !important;
}

.triple-item__right-cell-lotto-wide {
  position: relative;
  display: inline-block;
  width: 3rem;
  min-height: 10.27778rem;
}

.space-between-item-lotto-wide {
  width: 75rem !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.lotto-wide-container {
  width: 82rem !important;
}

.config_number_column_width {
  width: 14rem !important;
  padding-right: 1.5rem;
}

.config-price-input {
  border: none;
  width: 15rem;
  font-size: 3rem;
}

.validation-field {
  font-size: 3.2rem;
  color: red;
}

.container {
  width: 100%;
  min-height: 141.6667rem;
  background: url(../img/main__background.png) center no-repeat;
  background-size: cover;
}

.card-info-balls-column {
  display: inline-block;
  float: right;
  width: 50%;
}

.card-info-balls-column-container {
  padding-top: 1rem;
  background: rgba(0, 0, 0, 0.15);
}

.card-info-balls-column-container::after {
  display: block;
  content: '';
  clear: both;
}

.card-info-balls {
  padding-bottom: 6.3rem;
}

.card-info-timer__title {
  font-size: 1.9rem;
  color: #082080;
}

.card-info-timer__name p {
  font-size: 2.92rem;
}

.card-info-timer__separate {
  margin-top: 9.65rem;
}

.options-container {
  padding-top: 4.11rem;
  color: #b6bbc1;
  text-align: center;
  font-size: 3.5rem;
}

.options-container label {
  display: inline-block;
  margin-right: 3.11rem;
}

.options-container label:nth-of-type(1) {
  /* margin-right: 0;*/
}

.options-container label input {
  display: inline-block;
  width: 3.1053rem;
  height: 3.1053rem;
  border-style: inset;
  padding: 0;
}

.card-info-timer__cell {
  width: 11.834rem;
  height: 16.8rem;
  display: block;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
}

.card-info-timer-container {
  width: 56%;
}

.card-info-timer__group {
  width: 30.3333%;
}

.top-buttons__button_back {
  position: absolute;
  top: 1rem;
  left: -2.8rem;
  float: none;
}

.top-buttons {
  min-height: 11.0363rem;
}

/* 08-08-18 */

.register {
  background: none;
  background-size: cover;
}

main.main {
  /* background: url(../img/new-background.png) center no-repeat; */
  background-size: cover;
  padding-bottom: 24rem;
  /* min-height: 141.6667rem; */
}

.options-container {
  padding-top: 7.6285rem;
}

.options-container label {
  color: #244ec4;
  display: block;
  width: 82.315rem;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 2rem;
  text-align: right;
  /* padding-right: 10.3704rem; */
  font-family: 'OpenSansHebrew-Bold', sans-serif;
}

.checkboxes-less-margins label {
  padding-right: 0rem !important;
  font-size: 3rem;
}

.checkboxes-less-margins {
  padding-top: 0;
}

.checkboxes-less-margins label span {
  text-align: right;
  width: 50rem !important;
  display: inline-block;
  vertical-align: top;
}

.checkboxes-less-margins label span span {
  color: #244ec4 !important;
  font-weight: bold !important;
}

.options-container input {
  display: none;
}

.options-container label::before {
  display: inline-block;
  vertical-align: middle;
  width: 6.4815rem;
  height: 6.4815rem;
  content: '';
  margin-left: 4rem;
  background-color: #bbbee8;
  border-radius: 0.4444rem;
}

.options-container input:checked + label::before {
  background-image: url('../img/checkmark.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.card-summary-info:before {
  content: '';
  display: inline-block;
  width: 5.2778rem;
  height: 5.2778rem;
  position: absolute;
  left: 4.4415rem;
  top: 0;
  bottom: 0;
  margin: auto;

  background-size: 100%;
}

.card-summary-total:before {
  content: '';
  display: inline-block;
  width: 5.2778rem;
  height: 5.2778rem;
  position: absolute;
  left: 4.4415rem;
  top: 0;
  bottom: 0;
  margin: auto;

  background-size: 100%;
}

.card-summary-total__price {
  left: 10.7407rem;
}

.card-info-balls {
  background: none;
}

.main__top-line {
  /* background: none;*/
}

.card-info-timer-container {
  width: 30rem;
  margin: 0.5rem 67rem;
  /*  position: absolute;
    right: 67rem;
    top: 33rem; */
}

.card-info-timer__group {
  width: 6.2963rem;
}

.card-info-timer__cell {
  width: 6.2963rem;
  height: 6.2963rem;
  background: white;
  background-size: 100%;
  border-radius: 0.4444rem;
}

.card-info-timer__separate {
  width: 1.2rem;
  height: 0.8333rem;
  margin-top: 6.2rem;
  background: url('../img/tablered-separate.png') center no-repeat;
  background-size: 100%;
}

/*
.card-info-title {
    display: none;
}
*/
.card-info-timer__cell p {
  font-size: 3.7815rem;
}

.card-info-balls__title {
  color: #8eb6ff;
}

.card-info-balls-column .card-info-balls__title {
  padding-top: 2.1296rem;
  color: #fff;
  font-size: 3.7037rem;
}

.card-info-balls-column-container {
  margin-top: 2.037rem;
}

.card-info-balls-column {
  padding-right: 7.4074rem;
  text-align: right;
  width: 47.2222rem;
  margin-right: 5.5556rem;
  background-color: rgba(17, 50, 180, 0.8);
}

.card-info-balls-column:nth-of-type(1) {
  margin-right: 0;
}

.card-info-balls-column-container {
  width: 100rem;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
}

.card-info-balls__text {
  position: relative;
  font-size: 4.6296rem;
  margin-top: 0.3704rem;
  color: #8eb6ff;
}

.card-info-balls__bottom-int-text {
  font-size: 6.4815rem;
}

.card-info-balls-column .card-info-balls__int-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 5.3704rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11.3889rem;
  height: 11.3889rem;
  background: url('../img/bigcoin-icon.png') center no-repeat;
  background-size: 100%;
}

.card-info-balls__button {
  width: 78.7963rem;
}

.agent-search__button {
  line-height: 10.2778rem;
  min-width: 30.3704rem;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.agent-search__button.disabled {
  pointer-events: none;
}

.agent-search__title {
  margin-top: 3rem;
}

.agent-bottom-table__row:nth-last-of-type(1)
  .agent-bottom-table__cell:nth-last-of-type(1) {
  border-radius: 0.8333rem;
}

.agent-bottom-table.deposit-requests-table
  .agent-bottom-table__title
  .agent-bottom-table__cell
  p {
  font-size: 3rem;
}

.agent-bottom-table.deposit-requests-table
  .agent-bottom-table__row
  .agent-bottom-table__cell
  p {
  font-size: 2.4rem;
}

.agent-bottom-table__cell.phone-row,
.agent-bottom-table__cell.phone-title {
  width: 16rem;
}

.agent-bottom-table {
  width: 100%;
  max-width: 99rem;
  /* border: 1px solid #86a5df; */
}

.agent-bottom-table__cell p {
  font-size: 2.5rem;
}

.agent-bottom-table.users-list .agent-bottom-table__title p {
  font-size: 2.5rem !important;
}

.agent-bottom-table__cell.user-name p {
  font-size: 2.5rem;
}

.agent-search {
  min-height: 10.2778rem;
}

.agent-search {
  position: relative;
}

.agent-search__button {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  float: none;
}

.header__menu-button-line {
  display: none;
}

.mobile-menu__menu-button-line {
  display: none;
}

.mobile-menu__menu-button {
  background-size: 100%;
}

.mobile-menu__top::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 3.5%;
  margin: auto;
  width: 94.5%;
  height: 0.3704rem;
  display: block;
  background: #4c4c4c;
}

.mobile-menu__list-container {
  padding-right: 0;
}

.user-menu-sub-items-wrapper {
  display: block;
  width: calc(100% - 6rem);
  /* margin-right: 6rem; */
}

.parent-menu-item {
  position: relative;
  display: block;
  width: 94.1667%;
  height: 10.5rem;
  background-color: white;
  line-height: 10.5rem;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 2rem;
  padding-right: 11.75rem;
  font-size: 3.4815rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  color: #fff;
  cursor: pointer;
  background-size: 5rem;
  border-radius: 0.4444rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
}

.parent-menu-item::after {
  transition: 0.5s;
  position: absolute;
  content: '';
  left: 4.1667rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.963rem;
  height: 1.6667rem;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%234c4c4c" height="800" width="800" viewBox="0 0 330 330" xml:space="preserve"><path d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/></svg>');
  background-size: 100%;
}

.parent-menu-item.active-menu {
  transition: 0.5s;
  border-bottom: none;
}

.parent-menu-item.active-menu::after {
  transform: rotate(-180deg);
}

.child-menu-items-wrapper {
  padding-top: 2.963rem;
  padding-bottom: 4.0741rem;
  display: block;
  width: 94.1667rem;
  min-height: 13.2407rem;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1.2037rem;
}

.user-menu-item-title {
  position: relative;
  display: block;
  width: 94.1667rem;
  height: 13.2407rem;
  line-height: 13.2407rem;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 0.3704rem solid #003ff0;
  padding-right: 8.2963rem;
  font-size: 6.4815rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  color: #7cb5ff;
}

.mobile-menu__list {
  position: relative;
  display: block;
  width: 94.1667%;
  /* height: 10.5rem; */
  height: auto;
  min-height: 6.5rem;
  /* background-color: white; */
  /* line-height: 10.5rem; */
  line-height: 1.45;
  left: 0;
  right: 0;
  margin: auto;
  /* padding-right: 11.75rem; */
  padding-right: 3.5rem;
  font-size: 3.4815rem;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
  color: black;
  cursor: pointer;
  background-size: 5rem;
  margin-bottom: 2rem;
  border-radius: 0.4444rem;
  /* box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25); */
}
.mobile-menu__list.active .marker {
  transform: rotate(-90deg);
}

.mobile-menu__list:nth-last-of-type(1) {
  border-bottom: none !important;
}

.wellcome_text {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 4.463rem;
  right: 18.2407rem;
  font-size: 4.9074rem;
  color: black;
  border-bottom: none;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.wellcome_text::after {
  display: none;
}

.balance-digital-value {
  position: relative;
  display: inline-block;
  padding-left: 5.9259rem;
  padding-right: 1rem;
  color: #fff;
  margin-left: 2rem;
}

.balance-digital-value::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.4444rem;
  height: 4.6444rem;
  background: url('../img/coin-icon.png') center no-repeat;
  background-position: 0;
  background-size: 100%;
}

.card-info-title {
  background: none;
}

.card-info-title a {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 77.5rem;
  height: 10.1852rem;
  line-height: 10.1852rem;
  border-radius: 2.7778rem;
  font-size: 6.4815rem;
  color: #ffce00;
  background: #002eb9;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
}

.container {
  background: none;
}

.main__top-line_large {
  background: none;
}

.preloader-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.preloader-wrapper img {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 70rem;

  margin: auto;
}

.agent-bottom-table.card-bottom-table {
  width: 100%;
}

.popup__form {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.user-cards-list-info__value::after {
  display: block;
  content: '';
  clear: both;
}

.user-cards-list-info__column_block {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.user-cards-list-info__column_block:nth-of-type(2) {
  width: 20%;
  padding: 0 5rem;
}

.user-cards-list-info__title {
  width: 100%;
}

.card-inner-button-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.bottom-buttons-button.card-inner-button {
  left: 0;
  right: 0;
  float: none;
  display: block;
  margin-top: 2.9259rem;
  margin-bottom: 2.9259rem;
  padding: 0 3rem;
}

.bottom-buttons-button.card-inner-button.red {
  background: #c00001;
}

.bottom-buttons-button.card-inner-button.inline-block {
  display: inline-block;
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}

.bottom-buttons-button.card-inner-button.center {
  margin: 4rem auto;
}

.bottom-buttons-button.disabled {
  pointer-events: none;
}

.popup__overlay span {
  font-size: 4.55rem;
  text-align: center;
  display: block;
  font-family: 'OpenSansHebrew-Bold', sans-serif;
}

/*.agent-search {
    width: 99rem;
}*/

.card-info-balls-column .card-info-balls__int-text {
  position: relative;
  min-height: 15rem;
  max-height: 15rem;
  line-height: 15rem;
  font-size: 8rem;
  font-family: 'Microsoft JhengHei UI', sans-serif;
  font-weight: bold;
}

.edit-user-options {
  color: #848484 !important;
  cursor: pointer;
}

.agents-list-search-wrapper {
  color: white;
  width: 40.8333rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff;
  color: #828282;
  position: absolute;
  font-size: 3.7037rem;
  padding-right: 4rem;
  border-radius: 0 0 1.85rem 1.85rem;
  margin-top: -2rem;
  z-index: 99;
}

.agent-set-button-name {
  max-width: 26.4815rem;
}

.agents-list-search-wrapper div {
  display: table;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

span.agents-list-card-number {
  display: inline-block;
  float: left;
  margin-right: 1rem;
}

span.close-autocomplete.agent-automoplete-close-button {
  top: 0;
  float: none;
  position: absolute;
  left: 1rem;
}

.agents-list-search-wrapper .agents-list-search-name {
  margin-left: 1rem;
  float: right;
}

span.agent-set-button-close {
  position: absolute;
  left: 1.5rem;
  color: #f7b5b5;
}

.agent-set-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 40.8333rem;
  height: 10.2778rem;
  line-height: 10.2778rem;
  vertical-align: top;
  background: #244ec4;
  margin-right: 3rem;
  border-radius: 1.85rem;
  font-size: 3.7037rem;
  color: white;
}

.agent-info-autocomplete-wrapper {
  display: table;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 1rem;
}

.agent-set-button-id {
  padding-left: 1rem;
}

/*
.user-account-select__row::after {
    display: block;
    content: "";
    clear: both;
}
*/
.user-account-select__row {
  width: 100%;
  display: table;
}

.user-account-select__cell:nth-of-type(1n) {
  border-right: none;
  border-left: 1px solid #b8cfff;
}

.user-account-select__cell {
  display: table-cell;
  width: auto;
  float: none;
  border-radius: 7rem;
  background-color: white;
}

.user-account-select__cell svg {
  width: 3.75rem;
  height: auto;
}

.all-cards__cell {
  display: table-cell;
  width: auto;
  float: none;
  border-left: 1px solid #b8cfff;
}

.all-cards__cell:nth-of-type(1n) {
  border-right: none;
  border-left: 1px solid #b8cfff;
}

.all-cards__title .user-account-select__cell {
  height: 11.852rem;
}

.user-cards-list-info__addintional-info {
  padding-bottom: 5rem;
}

span.menu-credit-pending-notifcation {
  position: absolute;
  left: 1rem;
  bottom: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background: #e4b611;
  line-height: 8rem;
  text-align: center;
  font-size: 3rem;
  padding-right: 0.5rem;
  border-radius: 50%;
  color: #0f2da0;
}

.modal-open {
  overflow-y: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

.popup::after {
  content: '';
  display: block;
  width: 100%;
  height: 10rem;
  margin-bottom: 10rem;
}

.agent-bottom-table {
  max-height: 2500px;
  background: none;
  overflow-y: auto;
}

.participate-page-card-details-wrapper {
  display: table;
  background-color: #ffd90042;
  width: 100%;
}

.parent-faq-item {
  min-height: 13.2407rem;
  height: auto;
  padding-left: 11rem;
  font-size: 3rem !important;
  line-height: 10rem !important;
}

.parent-faq-item::after {
  bottom: auto;
  top: 6.7rem;
}

.playing-cards span {
  display: flex;
  flex-direction: column;
}

.playing-cards-column {
  display: inline-block;
  width: 25%;
}

.playing-cards__column {
  display: block;
  width: 25%;
}

.playing-cards__column .playing-cards__card {
  margin-right: auto;
  margin-left: auto;
}

.playing-cards__column .playing-cards__icon {
  position: relative !important;
}

.info-each-card-wrapper {
  position: relative;
  padding-bottom: 5.5rem;
}

.info-each-card-wrapper:nth-of-type(4n + 1) .playing-cards__card {
  margin-right: 0;
}

.info-each-card-wrapper .playing-cards__card {
  margin-right: 3.98148rem;
}

.playing-cards-column .info-each-card-wrapper .playing-cards__card {
  margin: 0 auto;
}

.cards-info-sub-title.center-text {
  text-align: center;
  font-size: 3.7647rem;
}

main.main.main_only-blue {
  /* background: url(../img/new-background.png) center no-repeat; */
  background-size: cover;
  padding-bottom: 4rem;
}

/* Изменения в /home/main-page */

.main_only-blue .card-info-timer {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}

span.edit-user-lable {
  display: block;
  color: #666666;
  font-size: 3.7647rem;
  margin-bottom: 1rem;
  margin-right: 5rem;
}

.chance-keyboard-counter {
  display: block;
  text-align: center;
  font-size: 3.7647rem;
}

.playing-cards-popup__title {
  font-size: 3.7647rem;
}

.playing-cards-popup__sub-title {
  width: 87rem;
  font-size: 3rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

span.info-each-card-wrapper span {
  display: block;
  text-align: center;
  position: relative;
  height: 5.6481rem;
}

.card-info-mark {
  display: block !important;
  right: 0;
  left: 0 !important;
  margin: 0 auto !important;
}

.card-info-loose-card,
.card-info-winning-card {
  position: absolute !important;
  bottom: 0;
  top: 1.5741rem;
  left: 2.3148rem;
  margin: auto;
  padding-top: 0;
  font-size: 3.7647rem;
  justify-content: center;
  width: 5.6481rem;
  height: 5.6481rem;
  line-height: 5.6481rem;
  border-radius: 50%;
  color: #ffffff;
}

.card-info-loose-card {
  background-color: #ff6363;
  background-image: url('../img/ico/loose-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6852rem 2.8704rem;
}

.card-info-winning-card {
  background-color: #00994d;
  background-image: url('../img/ico/playing-card-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3rem 2.8704rem;
}

.user-balance-info-wrapper {
  font-size: 3.7647rem;
}

.user-balance-info-group {
  margin-right: 9.4118rem !important;
}

.sub-sub-loto-menu-wrapper {
}

.child-menu-items-wrapper .sub-sub-loto-menu-wrapper .mobile-menu__list {
  border-bottom: none;
  background: #0028aa;
  color: #c4d8ff;
}

a.mobile-menu__list.child-menu-item.active::after {
  transform: rotate(90deg);
}

.child-menu-items-wrapper .sub-sub-loto-menu-wrapper .mobile-menu__list::after {
  right: 4.3rem;
  width: 1.5741rem;
  height: 1.5741rem;
  border-radius: 50%;
  background: #ffffff;
}

body span.shitati-cards-row-wrapper {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 992px) {
  .main_only-blue .card-info-timer__separate {
    margin-top: 14.9259rem;
  }

  .main_only-blue .card-info-timer__cell {
    width: 14.2963rem;
    height: 14.2963rem;
  }

  .main_only-blue .card-info-timer__group {
    width: 14.2963rem;
  }

  .main_only-blue .card-info-timer-container {
    width: 67.8rem;
  }

  .main_only-blue .card-info-timer__cell p {
    font-size: 7.4815rem;
  }
}

.mce-btn button {
  font-size: 24px !important;
  line-height: 30px !important;
  padding: 6px 6px 0px 6px;
}

.mce-ico {
  font-size: 24px !important;
  line-height: 30px !important;
}

.popup {
  height: 100% !important;
}

/* Изменения в /home/main-page - конец */

input.agent-search__text,
.result-cards-view select {
  display: inline-block;
  vertical-align: top;
  width: 47rem;
  height: 6rem;
  margin: 0 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  padding: 0 1rem;
  border-radius: 1.5rem;
}

span.result-cards-view {
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  color: white;
  margin-left: 0.5rem;
}

.classic-button {
  display: inline-block;
  vertical-align: top;
  width: 47rem;
  height: 6rem;
  background: #244ec4;
  color: white;
  text-align: center;
  font-size: 3rem;
  line-height: 6rem;
  margin: 0 1rem;
  margin-bottom: 2rem;
  border: unset;
  border-radius: 1.5rem;
}

.checkboxes-wrapper {
  margin: 0 1rem;
  margin-bottom: 2rem;
}

.checkboxes-wrapper .inline-block {
  margin-left: 2rem;
}

.checkboxes-wrapper input {
  width: 2rem;
  height: 2rem;
}

/* read more */

.show-more-button {
  width: 100%;
  height: 80px;
  background: #1e39d4;
  text-align: center;
  font-size: 38px;
  line-height: 80px;
  margin-top: 15px;
  cursor: pointer;
}

/* read more */

/* customers reviews */

.customers-reviews {
  position: relative;
  display: block;
  width: calc(50% - 40px);
  transform: scale(2) translateY(50%);
  margin: 0 auto;
  visibility: hidden;
}

@media (max-width: 768px) {
  .customers-reviews {
    width: 150%;
    transform: scale(0.666) translateX(25%);
    padding: 0 10px;
    visibility: hidden;
  }
}

/* customers reviews */

/* pay-form-zoom */

.pay-form-zoom {
  display: block;
  width: 33%;
  height: 2886px;
  transform: scale(3.5) translateY(37%);
  margin: 0 auto;
  border: unset;
}

@media (max-width: 1300px) {
  .pay-form-zoom {
    width: 50%;
    height: 2080px;
    transform: scale(2.4) translateY(31%);
  }
}

@media (max-width: 768px) {
  .pay-form-zoom {
    width: 100%;
    height: 1000px;
    transform: scale(1.2) translateY(10%);
  }
}

@media (max-width: 480px) {
  .pay-form-zoom {
    width: 130%;
    height: 850px;
    transform: unset;
    margin-top: 40px;
    margin-right: -15%;
  }
}

/* pay-form-zoom */

/* order account buttons */

.order-account-buttons {
  text-align: center;
}

.order-account-buttons-title {
  font-size: 3rem;
  text-align: center;
}

.home-button-user-area.pink-mod {
  background: #9b0048;
}

.home-button-user-area.orange-mod {
  background: #ff6b00;
}

.home-button-user-area.green-mod {
  background: #02881a;
}

/* order account buttons */

/* submit popup */

.submit-popup-wrapper {
  position: fixed;
  width: 100rem;
  height: 100rem;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 100;
}

.submit-popup {
  position: relative;
  width: 75rem;
  background: white;
  margin: 0 auto;
  padding: 3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4rem;
}

.submit-popup-close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
}

.submit-popup-close::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  right: 0;
  clip-path: polygon(
    10% 0,
    0 10%,
    40% 50%,
    0 90%,
    10% 100%,
    50% 60%,
    90% 100%,
    100% 90%,
    60% 50%,
    100% 10%,
    90% 0,
    50% 40%
  );
}

.submit-popup-text {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.submit-popup-text title {
  display: block;
  text-align: center;
  color: #002491;
  font-size: 4.5rem;
  margin-bottom: 2rem;
}

.submit-popup-buttons-wrapper {
  display: flex;
  justify-content: space-between;
}

.submit-popup-button {
  width: 48%;
  height: 7rem;
  background: #1350ff;
  border-radius: 1rem;
  text-align: center;
  color: white;
  font-size: 3rem;
  line-height: 7rem;
  cursor: pointer;
}

.submit-popup-button.red {
  background: #c00001;
}

@media (max-width: 760px) {
  .submit-popup-wrapper {
    height: 100vh;
  }
}

/* submit popup */

/* table-pay-link */

.table-pay-link {
  text-decoration: underline;
  color: green;
  cursor: pointer;
}

/* table-pay-link */

/* price-before-discount */

.price-before-discount {
  text-decoration: line-through;
  font-size: 2.5rem;
}

/* price-befroe-discount */

/* request credit */

.request-credit-contact-text {
  text-align: center;
  font-size: 3.5rem;
  color: rgb(122, 122, 122);
  margin-top: 5rem;
}

.request-credit-contact-buttons-wrapper {
  display: flex;
  margin-top: 5rem;
  justify-content: space-around;
}

/* request credit */

.info-each-card-wrapper--all-reduced-tickets {
  font-size: 20px;
  padding-top: 20px;
  gap: 10px;
  align-items: center;
}
.info-each-card-wrapper--all-reduced-tickets span {
  height: auto !important;
  line-height: 1;
}

.info-each-card-inner-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  /* color: white;
  background-color: rgb(36, 78, 196); */
  color: rgb(36, 78, 196);
  text-decoration: underline;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  height: auto;
}
.info-each-card-inner-button:hover {
  color: rgb(227, 29, 26);
}

@media (max-width: 615px) {
  .info-each-card-wrapper--all-reduced-tickets {
    font-size: 3.25vw;
    padding-top: 3.25vw;
    gap: 1.62vw;
  }

  .info-each-card-inner-button {
    font-size: 2.6vw;
    padding: 0.975vw 1.95vw;
    /* border-radius: 0.65vw; */
  }
}

.info-each-card-wrapper--user-cards-list-info {
  font-size: 16px;
  padding-top: 0;
  gap: 10px;
  align-items: center;
  width: auto;
  display: inline-flex;
  flex-direction: column;
}
span.info-each-card-wrapper--user-cards-list-info span {
  height: auto;
  line-height: 1;
}

.info-each-card-wrapper--user-cards-list-info .info-each-card-inner-button {
  font-size: 14px;
  padding: 4px 8px;
}

@media (max-width: 615px) {
  .info-each-card-wrapper--user-cards-list-info {
    font-size: 2.6vw;
    gap: 1.62vw;
  }

  .info-each-card-wrapper--user-cards-list-info .info-each-card-inner-button {
    font-size: 2.276vw;
    padding: 0.65vw 1.3vw;
    /* border-radius: 0.65vw; */
  }
}
