#cb-app-root,
#cb-app-root * {
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

#cb-app-root {
  color: #f6f7fb;
  font-size: 13px;
}

html.cb-local-auth-ready #applicationContainer [data-wlc-element="block_user-stat"],
html.cb-local-auth-ready #applicationContainer .wlc-user-stat__block-dropdown,
html.cb-local-auth-ready #applicationContainer .wlc-user-stat__block-mini,
html.cb-local-auth-ready #applicationContainer .wlc-user-stat__block-menu,
html.cb-local-auth-ready #applicationContainer .wlc-user-info,
html.cb-local-auth-ready #applicationContainer .wlc-user-info__wagering,
html.cb-local-auth-ready #applicationContainer .wlc-profile-menu,
html.cb-local-auth-ready #applicationContainer .wlc-profile-menu-horizontal,
html.cb-local-auth-ready #applicationContainer .wlc-nav-mobile_right,
html.cb-local-auth-ready #applicationContainer .wlc-main-menu-dropdown__right,
html.cb-local-auth-ready #applicationContainer [data-wlc-element="block_profile-menu"],
html.cb-local-auth-ready #applicationContainer .wlc-login-buttons,
html.cb-local-auth-ready #applicationContainer .login-signup-dropdown,
html.cb-local-auth-ready #applicationContainer #wlc-btn-login,
html.cb-local-auth-ready #applicationContainer #wlc-btn-signup,
html.cb-local-auth-ready #applicationContainer [data-wlc-element="button_login"],
html.cb-local-auth-ready #applicationContainer [data-wlc-element="button_login-modal"],
html.cb-local-auth-ready #applicationContainer [data-wlc-element="button_register"],
html.cb-local-auth-ready #applicationContainer [data-wlc-element="button_register-modal"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.cb-app-active #applicationContainer .wlc-login-buttons,
html.cb-app-active #applicationContainer .login-signup-dropdown,
html.cb-app-active #applicationContainer #wlc-btn-login,
html.cb-app-active #applicationContainer #wlc-btn-signup,
html.cb-app-active #applicationContainer [data-wlc-element="button_login"],
html.cb-app-active #applicationContainer [data-wlc-element="button_login-modal"],
html.cb-app-active #applicationContainer [data-wlc-element="button_register"],
html.cb-app-active #applicationContainer [data-wlc-element="button_register-modal"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.cb-local-auth-ready body > .wlc-modal_login-signup,
html.cb-local-auth-ready body > .wlc-modal_login,
html.cb-local-auth-ready body > .remodal-wrapper,
html.cb-local-auth-ready .remodal-wrapper .wlc-modal_login-signup,
html.cb-local-auth-ready .remodal-wrapper #wlc-form-login,
html.cb-local-auth-ready .remodal-wrapper #wlc-form-signup,
html.cb-local-auth-ready .login-signup-dropdown__form,
html.cb-local-auth-ready .login-signup-dropdown__out-click {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.cb-local-auth-ready #applicationContainer .page-registration,
html.cb-local-auth-ready #applicationContainer .item-login__content,
html.cb-local-auth-ready #applicationContainer .wlc-login-wrapper,
html.cb-local-auth-ready #applicationContainer .wlc-login-signup,
html.cb-local-auth-ready #applicationContainer .wlc-form_login,
html.cb-local-auth-ready #applicationContainer .wlc-signup-form,
html.cb-local-auth-ready #applicationContainer #wlc-form-login,
html.cb-local-auth-ready #applicationContainer #wlc-form-signup,
html.cb-local-auth-ready #applicationContainer [data-wlc-form="login"],
html.cb-local-auth-ready #applicationContainer [data-wlc-form="register"],
html.cb-profile-active #applicationContainer .page-registration,
html.cb-profile-active #applicationContainer .item-login__content,
html.cb-profile-active #applicationContainer .login-signup-dropdown,
html.cb-profile-active #applicationContainer .login-signup-dropdown__form,
html.cb-profile-active #applicationContainer .login-signup-dropdown__out-click,
html.cb-profile-active #applicationContainer .wlc-login-wrapper,
html.cb-profile-active #applicationContainer .wlc-login-signup,
html.cb-profile-active #applicationContainer .wlc-form_login,
html.cb-profile-active #applicationContainer .wlc-signup-form,
html.cb-profile-active #applicationContainer #wlc-form-login,
html.cb-profile-active #applicationContainer #wlc-form-signup,
html.cb-profile-active #applicationContainer [data-wlc-form="login"],
html.cb-profile-active #applicationContainer [data-wlc-form="register"],
html.cb-profile-active body > .wlc-modal_login-signup,
html.cb-profile-active body > .wlc-modal_login,
html.cb-profile-active body > .remodal-wrapper,
html.cb-profile-active .remodal-wrapper .wlc-modal_login-signup,
html.cb-profile-active .remodal-wrapper #wlc-form-login,
html.cb-profile-active .remodal-wrapper #wlc-form-signup {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.cb-local-auth-ready .wlc-nav-mobile,
html.cb-local-auth-ready .wlc-mobile-menu-backdrop,
html.cb-local-auth-ready .wlc-sidebar,
html.cb-local-auth-ready .wlc-sidebar-main,
html.cb-local-auth-ready .wlc-sidebar-right {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.cb-local-auth-ready {
  overflow: auto !important;
  max-width: none !important;
}

#cb-app-root button,
#cb-app-root input,
#cb-app-root select {
  font: inherit;
}

.cb-app-shell {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 2147483000;
  width: min(640px, calc(100vw - 28px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(14, 18, 24, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.cb-app-shell.is-public-hidden {
  display: none;
}

.cb-customer-session {
  display: none;
  position: fixed;
  top: 74px;
  right: 14px;
  z-index: 2147482999;
  width: min(310px, calc(100vw - 28px));
  color: #f8fafc;
}

.cb-customer-session.is-visible {
  display: block;
}

.cb-customer-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(18, 24, 30, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.cb-customer-main {
  display: grid;
  gap: 2px;
  padding: 12px 12px 8px;
}

.cb-customer-main strong {
  font-size: 14px;
  line-height: 1.25;
}

.cb-customer-main span,
.cb-customer-meta {
  color: #cbd3df;
  font-size: 12px;
  line-height: 1.35;
}

.cb-customer-meta {
  padding: 0 12px 10px;
}

.cb-customer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.cb-customer-actions button {
  min-height: 36px;
  border: 0;
  color: #ffffff;
  background: #242c33;
  cursor: pointer;
}

.cb-customer-actions button:hover,
.cb-customer-actions button:focus-visible {
  background: #303a43;
  outline: none;
}

.cb-account-shell {
  display: none;
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 2147482998;
  width: min(455px, calc(100vw - 28px));
  color: #f8fafc;
  pointer-events: none;
}

.cb-account-shell.is-visible {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.cb-account-shell.is-details {
  inset: 0;
  width: auto;
  height: auto;
  padding: 74px 20px 20px;
  background: rgba(3, 5, 8, 0.72);
  align-content: start;
  justify-items: center;
  pointer-events: auto;
}

.cb-account-bar,
.cb-account-drawer,
.cb-live-account-menu {
  pointer-events: auto;
}

#cb-app-root .cb-account-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  flex-wrap: nowrap;
}

.cb-public-auth-bar .wlc-login-buttons {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  gap: 12px;
  pointer-events: auto !important;
}

.cb-public-auth-bar .wlc-btn {
  min-width: 96px;
  width: 96px;
  height: 46px;
  border: 0;
  border-radius: 5px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.cb-public-auth-bar .wlc-login-buttons .wlc-btn_signup {
  margin-left: 0 !important;
}

.cb-public-auth-bar .wlc-btn_login,
.cb-public-auth-bar .wlc-btn_login:hover,
.cb-public-auth-bar .wlc-btn_login:focus,
.cb-public-auth-bar .wlc-btn_login:focus-visible,
.cb-public-auth-bar .wlc-btn_login:active {
  background: #ffffff !important;
  color: #111111 !important;
}

.cb-public-auth-bar .wlc-btn_signup {
  width: 112px;
  min-width: 112px;
  background: #43b33e !important;
}

.cb-account-shell.is-details .cb-account-bar {
  position: absolute;
  top: 14px;
  right: 14px;
  width: auto;
}

#cb-app-root .cb-live-balance {
  flex: 0 0 104px !important;
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  color: #121212;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 0 6px;
  white-space: nowrap;
}

.cb-account-money,
.cb-account-user,
.cb-account-head button,
.cb-account-nav button,
.cb-account-method-list button,
.cb-account-form button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

#cb-app-root .cb-account-money {
  flex: 0 0 104px !important;
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 5px;
  background: #33ae33;
  color: #ffffff;
  padding: 0 6px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
}

.cb-account-money.is-secondary {
  background: #26313b;
  color: #f4f7fb;
}

.cb-account-user {
  flex: 0 0 72px;
  width: 72px;
  min-height: 56px;
  min-width: 72px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  display: inline-grid;
  grid-template-columns: 50px 12px;
  align-items: center;
  gap: 8px;
  padding: 0;
  box-shadow: none;
}

.cb-account-bomb {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.cb-account-bomb img {
  width: 50px;
  height: 50px;
  display: block;
}

.cb-account-bomb span {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #55bd45;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.cb-account-user i {
  color: #ffffff;
  font-style: normal;
  font-size: 11px;
}

.cb-live-account-menu {
  width: min(380px, calc(100vw - 28px));
  border-radius: 8px;
  overflow: hidden;
  background: #0c0c0c;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.45);
}

.cb-live-account-name {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4b632;
  color: #050505;
  font-size: 14px;
  font-weight: 900;
}

.cb-live-account-body {
  position: relative;
  display: grid;
  gap: 0;
  padding: 12px 15px 10px;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.92), rgba(12, 12, 12, 0.72)),
    url("/gstatic/games/pragmaticplay/315/zeus_vs_hades_gods_of_war_casibom.webp") center right / cover no-repeat;
}

.cb-live-cashback,
.cb-live-account-row {
  min-height: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.cb-live-cashback strong,
.cb-live-account-row strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
}

.cb-live-cashback button {
  min-height: 26px;
  border: 0;
  border-radius: 6px;
  background: #54bd45;
  color: #ffffff;
  padding: 0 14px;
  font: inherit;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
}

.cb-live-account-row span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.cb-live-account-row:nth-child(4) span {
  color: #55bd45;
}

.cb-live-message-badge {
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #55bd45;
  color: #ffffff;
  font-style: normal;
}

.cb-live-account-row b {
  color: #55bd45;
}

.cb-live-account-row em {
  color: #55bd45;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}

.cb-live-account-link {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.cb-live-account-link:hover strong,
.cb-live-account-link:focus-visible strong {
  color: #f4b632;
}

.cb-live-account-actions {
  min-height: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  background: #f4b632;
}

.cb-live-account-actions button {
  border: 0;
  background: transparent;
  color: #0a0a0a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.cb-live-account-actions button:last-child {
  justify-content: flex-end;
}

.cb-live-action-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.16);
  color: #7c5d13;
}

.cb-profile-page {
  display: none;
  position: fixed;
  top: 102px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147482900;
  color: #f8fafc;
  pointer-events: none;
  overflow: auto;
  padding: 24px 0 72px;
  background: #111111;
}

.cb-profile-page.is-visible {
  display: block;
  pointer-events: auto;
}

.cb-live-profile {
  width: min(1844px, calc(100vw - 64px));
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: clamp(260px, 20vw, 380px) minmax(0, 1fr);
  align-items: stretch;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.cb-live-profile-menu {
  background: #3a3936;
  border-radius: 8px 0 0 0;
  padding: 28px 0 36px;
}

.cb-live-profile-menu .wlc-nav-block {
  list-style: none;
  margin: 0;
  padding: 0 0 26px;
  border-bottom: 2px solid #111111;
}

.cb-live-profile-menu .wlc-nav-block + .wlc-nav-block {
  padding-top: 16px;
}

.cb-live-profile-menu .wlc-nav-block__title {
  margin: 0 0 20px;
  padding: 0 34px;
}

.cb-live-profile-menu .wlc-nav-block__title .wlc-text {
  color: #fbb203;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.cb-live-profile-menu .wlc-nav-block__item {
  position: relative;
  margin: 0;
}

.cb-live-profile-menu .wlc-nav-block__item a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 34px 0 76px;
  color: #f3f3f3;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  text-decoration: none;
}

.cb-live-profile-menu .wlc-nav-block__item.wlc-active a,
.cb-live-profile-menu .wlc-nav-block__item a:hover,
.cb-live-profile-menu .wlc-nav-block__item a:focus-visible {
  color: #fbb203;
  outline: none;
}

.cb-live-profile-menu .wlc-nav-block__item.wlc-active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 54px;
  height: 24px;
  transform: translateY(-50%);
  background: #fbb203;
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
}

.cb-live-profile-main {
  min-width: 0;
  background: #151414;
  border-radius: 0 8px 0 0;
  padding: 28px;
  overflow: hidden;
}

.cb-live-profile-main .wlc-profile-content {
  min-height: 100%;
}

.cb-live-profile-main .wlc-profile-header h1,
.cb-live-profile-main .wlc-profile-edit__section-header h2 {
  margin: 0;
  color: #fbb203;
  line-height: 1.15;
  font-weight: 800;
}

.cb-live-profile-main .wlc-profile-header h1 {
  font-size: 24px;
  margin-bottom: 26px;
}

.cb-live-profile-main .wlc-profile-edit__section-header h2 {
  color: #ffffff;
  font-size: 24px;
}

.cb-live-profile-main .wlc-profile-edit__main-block,
.cb-live-profile-main .wlc-profile-edit__location-block,
.cb-live-profile-main .wlc-base-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px 32px;
}

.cb-live-profile-main .col {
  min-width: 0;
}

.cb-live-profile-main .wlc-profile-edit__field-first-name,
.cb-live-profile-main .wlc-profile-edit__field-last-name,
.cb-live-profile-main .wlc-profile-edit__field-country,
.cb-live-profile-main .wlc-profile-edit__field-address {
  grid-column: span 6;
}

.cb-live-profile-main .wlc-profile-edit__field-email,
.cb-live-profile-main .wlc-profile-edit__field-phone {
  grid-column: span 4;
}

.cb-live-profile-main .wlc-profile-edit__field-member,
.cb-live-profile-main .wlc-profile-edit__field-code {
  grid-column: span 2;
}

.cb-live-profile-main .wlc-profile-edit__field-birthdate,
.cb-live-profile-main .wlc-profile-edit__field-gender,
.cb-live-profile-main .wlc-profile-edit__field-pep,
.cb-live-profile-main .wlc-profile-edit__field-password-current,
.cb-live-profile-main .wlc-profile-edit__field-password-new,
.cb-live-profile-main .wlc-profile-edit__field-password-confirm {
  grid-column: span 4;
}

.cb-live-profile-main .wlc-label {
  display: block;
  margin: 0 0 8px;
  color: #a9a9a9;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.cb-live-profile-main .wlc-input,
.cb-live-profile-main .wlc-select {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 4px;
  background: #bfbfbf;
  color: #111111;
  padding: 0 14px;
  font: inherit;
  font-size: 20px;
  font-weight: 600;
}

.cb-live-profile-main .wlc-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #fbb203;
}

.cb-live-profile-main .wlc-select em {
  color: #e2d6b8;
  font-style: normal;
  font-size: 24px;
}

.cb-live-profile-date {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cb-live-profile-main .wlc-profile-edit-delimeter {
  height: 1px;
  width: 100%;
  margin: 26px 0 34px;
  background: rgba(190, 167, 130, 0.3);
}

.cb-live-profile-main .wlc-profile-edit__section-header {
  margin-bottom: 26px;
}

.cb-live-profile-main .wlc-profile-edit_security-block,
.cb-live-profile-main .wlc-profile-edit__blocking-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
}

.cb-live-profile-main .wlc-profile-edit__blocking-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.cb-live-profile-main .wlc-profile-edit__security-copy {
  display: grid;
  gap: 12px;
}

.cb-live-profile-main .wlc-profile-edit__security-copy strong,
.cb-live-profile-main .wlc-profile-edit__blocking-text {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.cb-live-profile-main .wlc-profile-edit__security-copy span,
.cb-live-profile-main .wlc-profile-edit__security-state {
  color: #898989;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}

.cb-live-profile-main .wlc-btn {
  min-width: 200px;
  height: 48px;
  border: 0;
  border-radius: 6px;
  background: #fbb203;
  color: #0b0b0b;
  padding: 0 22px;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.cb-live-profile-main .wlc-btn:hover,
.cb-live-profile-main .wlc-btn:focus-visible {
  filter: brightness(1.05);
  outline: none;
}

.cb-live-profile-main .wlc-profile-edit__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.cb-live-profile-empty {
  min-height: 150px;
  border: 1px solid rgba(190, 167, 130, 0.22);
  display: flex;
  align-items: center;
  padding: 26px;
  color: #c9c9c9;
  font-size: 19px;
  font-weight: 700;
}

.cb-live-profile-list,
.cb-live-profile-finance {
  display: grid;
  gap: 14px;
}

.cb-live-profile-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(190, 167, 130, 0.24);
  color: #ffffff;
  font-size: 18px;
}

.cb-live-profile-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.cb-live-profile-methods button {
  min-height: 62px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.cb-live-profile-methods button.wlc-active {
  border-color: #fbb203;
}

#cb-app-root .cb-live-profile-payment {
  display: block;
  color: #ffffff;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-header {
  margin: 0;
  padding: 0 0 11px;
  border-bottom: 2px solid #5b5b5b;
  color: #b9b9b9;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin: 40px 0;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item {
  position: relative;
  width: 100%;
  padding: 56% 0 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item__image {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 3px solid #ffffff;
  border-radius: 15px;
  background: #ffffff;
  color: #111111;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item_active .wlc-profile-payment-systems-item__image,
#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item:hover .wlc-profile-payment-systems-item__image,
#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item:focus-visible .wlc-profile-payment-systems-item__image {
  border-color: #fbb203;
  background: #fbb203;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-systems-item__name {
  display: none;
}

#cb-app-root .cb-payment-text-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form {
  margin: 26px 0 0;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form-input {
  max-width: 300px;
  padding-left: 0;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form-input__input {
  color: #acacac;
}

#cb-app-root .cb-live-profile-payment .wlc-input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 250px;
  gap: 5px;
  color: #acacac;
  font-size: 16px;
  font-weight: 700;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form-input__input-wrapper {
  position: relative;
  width: 100%;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form_currency {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #777777;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form-input small,
#cb-app-root .cb-live-profile-payment .wlc-profile-payment-form-input__description,
#cb-app-root .cb-live-profile-payment .wlc-profile-payment-beneficiary,
#cb-app-root .cb-live-profile-payment .wlc-profile-payment-confirm {
  color: #acacac;
  font-size: 14px;
  line-height: 1.45;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-fields {
  display: grid;
  grid-template-columns: minmax(250px, 420px);
  gap: 20px;
  margin-top: 18px;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-fields-item {
  margin-top: 0;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-confirm {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-confirm p {
  margin: 0;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-checkbox__input {
  display: none;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-checkbox__label span {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background: #ffffff;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-checkbox__input:checked + .wlc-profile-payment-checkbox__label span {
  border-color: #fbb203;
  background: #fbb203;
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-submit {
  padding-top: 22px;
  border-top: 1px solid rgba(190, 167, 130, 0.3);
}

#cb-app-root .cb-live-profile-payment .wlc-profile-payment-submit .wlc-btn_submit {
  min-width: 190px;
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  background: #33ae33;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

#cb-app-root .cb-live-profile {
  display: grid !important;
  grid-template-columns: clamp(260px, 20vw, 380px) minmax(0, 1fr) !important;
  align-items: stretch !important;
}

#cb-app-root .cb-live-profile-menu {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

#cb-app-root .cb-live-profile-main {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
}

.cb-account-drawer {
  width: min(560px, 100%);
  max-height: min(650px, calc(100vh - 70px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #111820;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.46);
  overflow: hidden;
}

.cb-account-shell.is-details .cb-account-drawer {
  width: min(980px, calc(100vw - 40px));
  max-height: calc(100vh - 104px);
}

.cb-account-head {
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cb-account-head strong {
  font-size: 16px;
}

.cb-account-title {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.cb-account-title small {
  color: #9ca8b9;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cb-account-head-actions {
  display: flex;
  gap: 6px;
}

.cb-account-head button {
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #25313c;
  color: #ffffff;
  padding: 0 9px;
}

.cb-account-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 420px;
}

.cb-account-shell.is-details .cb-account-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: min(560px, calc(100vh - 154px));
}

.cb-account-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d1219;
  overflow: auto;
  padding: 8px;
}

.cb-account-nav-group {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

.cb-account-nav-group h3 {
  margin: 6px 6px 4px;
  color: #8f9aaa;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cb-account-nav button {
  min-height: 34px;
  border-radius: 6px;
  background: transparent;
  color: #d7dee8;
  padding: 0 8px;
  text-align: left;
}

.cb-account-nav button:hover,
.cb-account-nav button:focus-visible,
.cb-account-nav button.is-active {
  background: #ffc400;
  color: #17130a;
  outline: none;
}

.cb-account-content {
  min-width: 0;
  overflow: auto;
  padding: 12px;
}

.cb-account-content-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.cb-account-content-head > span:first-child {
  min-width: 0;
}

.cb-account-content-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.cb-account-content-head small {
  display: block;
  color: #9ca8b9;
  font-size: 12px;
  margin-top: 2px;
}

.cb-account-content-head > span:last-child {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: rgba(32, 201, 151, 0.14);
  color: #9ff0d8;
  padding: 0 8px;
  font-weight: 800;
  white-space: nowrap;
}

.cb-account-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cb-account-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
}

.cb-account-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.25;
}

.cb-account-rows {
  display: grid;
  gap: 7px;
}

.cb-account-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
  gap: 10px;
  align-items: center;
  min-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 0;
}

.cb-account-row span {
  color: #9ba7b6;
}

.cb-account-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.cb-account-empty {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #cbd5e1;
  padding: 12px;
  line-height: 1.45;
}

.cb-message-empty {
  display: grid;
  gap: 4px;
}

.cb-message-empty strong {
  color: #ffffff;
}

.cb-message-empty span {
  color: #aeb8c8;
}

.cb-message-row strong {
  color: #ffffff;
}

.cb-account-finance,
.cb-account-form {
  display: grid;
  gap: 10px;
}

.cb-account-method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.cb-account-method-list button {
  min-height: 36px;
  border-radius: 6px;
  background: #202a34;
  color: #eef4fb;
  padding: 0 8px;
}

.cb-account-method-list button.is-active {
  background: #20c997;
  color: #06100d;
  font-weight: 800;
}

.cb-account-form {
  margin-top: 4px;
}

.cb-account-form label {
  display: grid;
  gap: 5px;
  color: #aeb8c8;
}

.cb-account-input {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #0b1017;
  color: #ffffff;
  padding: 0 10px;
}

.cb-account-form button {
  min-height: 36px;
  border-radius: 6px;
  background: #ffc400;
  color: #17130a;
  font-weight: 800;
}

.cb-account-form button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.cb-app-shell.is-collapsed {
  width: min(350px, calc(100vw - 28px));
}

.cb-app-shell.is-collapsed .cb-app-toolbar,
.cb-app-shell.is-collapsed .cb-app-note {
  display: none;
}

.cb-app-header {
  width: 100%;
  min-height: 46px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(90deg, #151b24, #1c2830);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  text-align: left;
  cursor: pointer;
}

.cb-app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 6px;
  background: #20c997;
  color: #06100d;
  font-weight: 800;
  white-space: nowrap;
}

.cb-app-status {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.cb-app-status strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.cb-app-status span {
  color: #cad0dc;
  font-size: 12px;
}

.cb-app-toggle {
  color: #dce2ed;
  font-size: 12px;
  white-space: nowrap;
}

.cb-app-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 10px 10px;
  background: rgba(8, 11, 16, 0.54);
}

.cb-app-button {
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #eef3fb;
  background: rgba(255, 255, 255, 0.07);
  padding: 0 10px;
  cursor: pointer;
}

.cb-app-button:hover,
.cb-app-button:focus-visible {
  border-color: rgba(32, 201, 151, 0.72);
  background: rgba(32, 201, 151, 0.14);
  outline: none;
}

.cb-app-button.is-primary {
  border-color: #20c997;
  background: #20c997;
  color: #05120e;
  font-weight: 800;
}

.cb-auth-modal .cb-app-button.is-primary {
  border-color: #ffc400;
  background: #ffc400;
  color: #17130a;
}

.cb-app-button.is-danger {
  border-color: rgba(255, 96, 96, 0.72);
  color: #ffb1b1;
}

.cb-app-note {
  padding: 0 10px 10px;
  color: #f1d18b;
  font-size: 12px;
  line-height: 1.35;
}

.cb-app-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(3, 5, 8, 0.66);
}

.cb-app-modal.is-open {
  display: flex;
}

.cb-cash-modal {
  background: rgba(0, 0, 0, 0.72);
}

.cb-cash-dialog {
  width: min(1044px, calc(100vw - 40px));
  max-height: min(760px, calc(100vh - 40px));
  border: 0;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.cb-cash-dialog-head {
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
  background: #f6b936;
}

.cb-cash-close {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase !important;
  cursor: pointer;
}

.cb-cash-close {
  font-size: 0;
}

.cb-cash-close::before,
.cb-cash-close::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 18px;
  height: 4px;
  border-radius: 999px;
  background: #000000;
}

.cb-cash-close::before {
  transform: rotate(45deg);
}

.cb-cash-close::after {
  transform: rotate(-45deg);
}

.cb-cash-dialog .wlc-modal__body {
  padding: 22px 40px 32px;
  overflow: auto;
  max-height: calc(100vh - 108px);
}

.cb-cash-tabs {
  position: sticky;
  top: -28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 22px;
  padding-top: 6px;
  background: #111111;
}

.cb-cash-tabs button {
  min-height: 38px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
}

.cb-cash-tabs button.is-active {
  border-bottom-color: #f6b936;
}

.cb-fast-deposit .wlc-steps-deposit-grid,
.cb-fast-deposit .wlc-deposit,
.cb-fast-deposit form {
  width: 100%;
}

#cb-app-root .cb-fast-deposit .wlc-steps-deposit-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1fr) !important;
  align-items: stretch;
}

#cb-app-root .cb-fast-deposit .wlc-steps-deposit-content__bonus {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  padding: 0 0 24px;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
}

#cb-app-root .cb-fast-deposit .wlc-steps-deposit-content__steps {
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: block !important;
  min-height: 270px;
  padding: 24px 74px 14px;
  border-right: 1px solid #cfcfcf;
  text-align: center;
}

#cb-app-root .cb-fast-deposit .wlc-steps-deposit-content__steps > div:first-child {
  border-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex-basis: auto !important;
}

#cb-app-root .cb-fast-deposit .cb-fast-deposit-submit-col {
  grid-column: 2 !important;
  grid-row: 2 !important;
  position: relative;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 32px;
}

.cb-fast-deposit .wlc-step-deposit-block-step-name {
  color: #f6b936;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.cb-fast-deposit .wlc-step-deposit-bonuses-header,
.cb-fast-deposit .wlc-step-deposit-block-title {
  margin-top: 8px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}

.cb-fast-deposit .wlc-step-deposit-bonuses-list,
.cb-fast-deposit .wlc-step-deposit-payments__system {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.cb-fast-deposit .wlc-button_bonuses,
.cb-fast-deposit .wlc-button_action,
.cb-fast-deposit .wls-steps-deposit-system__title {
  width: min(436px, 100%);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 3px solid #a8a8ae;
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  padding: 0 26px;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.cb-fast-deposit .wls-steps-deposit-system__title {
  background: #ffffff;
  color: #111111;
}

.cb-fast-deposit .wlc-modal-step-systems-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.cb-fast-deposit .wlc-modal-step-systems-item__image img {
  max-width: 185px;
  max-height: 58px;
  object-fit: contain;
}

.cb-cash-arrow,
.cb-fast-deposit .wls-steps-deposit-system-action {
  color: currentColor;
  font-size: 30px;
  line-height: 1;
}

.cb-cash-limit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  text-align: left;
}

.cb-cash-limit-row strong {
  color: #ffffff;
  font-weight: 800;
}

.cb-fast-method-list {
  display: grid;
  gap: 8px;
  max-height: 240px;
  overflow: auto;
  margin: 14px auto 0;
  width: min(436px, 100%);
  border: 1px solid #e9d8a7;
  background: #ffffff;
}

.cb-fast-method-list .wlc-modal-step-systems-item {
  width: 100%;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  border: 0;
  border-bottom: 1px solid #e9d8a7;
  background: #ffffff;
  color: #111111;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.cb-fast-method-list .wlc-modal-step-systems-item.wlc-active,
.cb-fast-method-list .wlc-modal-step-systems-item:hover {
  background: #f6b936;
}

.cb-fast-method-list .wlc-modal-step-systems-item__payment-info {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.cb-fast-method-list .wlc-modal-step-systems-item__payment-info strong {
  font-size: 15px;
  color: #111111;
}

.cb-fast-method-list .wlc-modal-step-systems-item__payment-info small {
  color: #555555;
  font-size: 12px;
}

.cb-fast-deposit .wlc-step-deposit-block_amount {
  max-width: 245px;
  margin: 18px auto 0;
}

.cb-fast-deposit .wlc-step-deposit-block_amount .wlc-label {
  position: relative;
  display: block;
}

.cb-fast-deposit .wlc-step-deposit-block_amount .wlc-label > span:first-child {
  display: none;
}

.cb-fast-deposit .wlc-step-deposit-block_amount .wlc-input {
  width: 100%;
  height: 42px;
  border: 2px solid #b2b2b2;
  border-radius: 100px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.cb-fast-deposit .wlc-profile-payment-form_currency {
  position: absolute;
  right: 16px;
  top: 0;
  height: 42px;
  color: #959595;
  line-height: 42px;
}

#cb-app-root .cb-fast-deposit .cb-fast-deposit-submit-col .wlc-btn.wlc-btn_submit {
  position: relative;
  z-index: 4;
  width: 180px;
  height: 52px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
}

.cb-cash-tab-panel {
  min-height: 320px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  color: #ffffff;
  text-align: center;
}

.cb-cash-tab-panel .wlc-btn_submit {
  min-width: 190px;
  height: 46px;
  border: 0;
  border-radius: 5px;
  background: #f6b936;
  color: #111111;
  font-weight: 900;
}

.cb-cash-empty {
  color: #d4d4d4;
  font-size: 18px;
}

.cb-cash-history-row {
  width: min(560px, 100%);
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #555555;
  color: #ffffff;
  text-align: left;
}

.cb-app-dialog {
  width: min(1040px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #10151d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.cb-app-dialog-head {
  min-height: 56px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cb-app-dialog-title {
  min-width: 0;
}

.cb-app-dialog-title h2 {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.25;
}

.cb-app-dialog-title p {
  margin: 0;
  color: #aeb7c7;
  font-size: 12px;
  line-height: 1.4;
}

.cb-app-close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #f7f9fc;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.cb-app-tabs {
  display: flex;
  gap: 6px;
  padding: 8px 10px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cb-app-tab {
  min-height: 32px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #b7c1d0;
  background: transparent;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
}

.cb-app-tab.is-active {
  color: #07110e;
  background: #20c997;
  font-weight: 800;
}

.cb-app-content {
  min-height: 0;
  overflow: auto;
  padding: 14px;
}

.cb-app-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.cb-app-panel {
  grid-column: span 6;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #151b24;
  padding: 12px;
  min-width: 0;
}

.cb-app-panel.is-wide {
  grid-column: 1 / -1;
}

.cb-app-panel h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.25;
}

.cb-app-panel p {
  margin: 0 0 10px;
  color: #b9c2d0;
  line-height: 1.45;
}

.cb-app-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cb-app-kpi {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
}

.cb-app-kpi span {
  display: block;
  color: #aeb7c7;
  font-size: 12px;
  margin-bottom: 4px;
}

.cb-app-kpi strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.cb-app-form {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.cb-app-steps {
  display: grid;
  gap: 12px;
}

.cb-app-steps > div > strong {
  display: block;
  margin-bottom: 7px;
}

.cb-app-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

.cb-app-method {
  min-height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #f8fafc;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  display: grid;
  gap: 5px;
  align-content: start;
}

.cb-app-method:hover,
.cb-app-method:focus-visible,
.cb-app-method.is-active {
  border-color: #20c997;
  background: rgba(32, 201, 151, 0.13);
  outline: none;
}

.cb-app-method span,
.cb-app-method small {
  color: #aeb7c7;
  line-height: 1.35;
}

.cb-app-method small {
  font-size: 11px;
}

.cb-app-split-form {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 8px;
}

.cb-app-split-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.cb-app-split-form label span {
  color: #aeb7c7;
  font-size: 12px;
}

.cb-app-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #dce4ef;
  line-height: 1.4;
}

.cb-app-checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #20c997;
}

.cb-app-receipt {
  display: grid;
  gap: 8px;
}

.cb-app-input,
.cb-app-select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #f8fafc;
  background: #0d1219;
  padding: 0 10px;
}

.cb-app-input:focus,
.cb-app-select:focus {
  border-color: #20c997;
  outline: none;
}

.cb-app-list {
  display: grid;
  gap: 8px;
}

.cb-app-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 8px 10px;
}

.cb-app-row strong,
.cb-app-row span {
  overflow-wrap: anywhere;
}

.cb-app-row small {
  display: block;
  color: #98a4b6;
  margin-top: 2px;
}

.cb-app-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 8px;
  background: rgba(32, 201, 151, 0.16);
  color: #8ef0d2;
  font-size: 12px;
  white-space: nowrap;
}

.cb-app-warning {
  border: 1px solid rgba(245, 158, 11, 0.32);
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.12);
  color: #ffe0a3;
  padding: 10px;
  line-height: 1.45;
}

.cb-app-game-tools {
  display: grid;
  grid-template-columns: 1fr minmax(160px, 230px);
  gap: 8px;
  margin-bottom: 10px;
}

.cb-app-games {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  gap: 10px;
}

.cb-app-load-more {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.cb-app-game {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #151b24;
  overflow: hidden;
  min-width: 0;
}

.cb-app-game-media {
  aspect-ratio: 16 / 9;
  background: #0a0f15;
  overflow: hidden;
}

.cb-app-game-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cb-app-game-body {
  display: grid;
  gap: 7px;
  padding: 9px;
}

.cb-app-game-body strong {
  min-height: 34px;
  line-height: 1.25;
}

.cb-app-muted {
  color: #9ca8b9;
}

.cb-app-stack {
  display: grid;
  gap: 10px;
}

#cb-app-root .cb-auth-modal {
  inset: 78px 30px auto auto;
  width: min(500px, calc(100vw - 60px));
  padding: 0;
  background: transparent;
  align-items: stretch;
  justify-content: flex-start;
}

#cb-app-root .cb-auth-modal.is-open {
  display: block;
}

#cb-app-root .cb-auth-modal.is-open ~ .cb-account-shell {
  display: none !important;
}

.cb-auth-dialog {
  width: 100%;
  max-width: none;
  max-height: calc(100vh - 92px);
  border: 0;
  border-radius: 0 0 5px 5px;
  background: #111111;
  box-shadow: none;
  grid-template-rows: 1fr;
}

#cb-app-root .cb-auth-modal .cb-app-dialog-head {
  display: none;
}

#cb-app-root .cb-auth-modal .cb-app-content {
  padding: 0;
  overflow: auto;
}

#cb-app-root .cb-live-auth-shell {
  position: static !important;
  inset: auto !important;
  right: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  background: #111111;
  color: #ffffff;
}

#cb-app-root .cb-live-auth-shell .wlc-modal__body {
  padding: 0;
}

#cb-app-root .cb-live-auth-shell .wlc-tabs__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-bottom: 1px solid #43b33e;
  background: #111111;
}

#cb-app-root .cb-live-auth-shell .wlc-tabs-tab {
  min-height: 61px;
  border: 0;
  background: #111111;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

#cb-app-root .cb-live-auth-shell .wlc-tabs-tab.wlc-active {
  background: #55b346;
  color: #ffffff;
}

#cb-app-root .cb-live-auth-form {
  display: block;
  padding: 16px 26px 24px;
}

#cb-app-root .cb-live-auth-form .wlc-content-row {
  display: grid !important;
  gap: 13px;
  margin: 0 0 13px;
}

#cb-app-root .cb-live-auth-form.wlc-form_login .wlc-form-content {
  grid-template-columns: 1fr !important;
}

#cb-app-root .cb-live-auth-form.wlc-form_login .wlc-form-block_email,
#cb-app-root .cb-live-auth-form.wlc-form_login .wlc-form-block_password {
  width: 100% !important;
  max-width: none !important;
}

#cb-app-root .cb-auth-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#cb-app-root .cb-auth-row-one {
  grid-template-columns: 1fr;
}

#cb-app-root .cb-auth-row-phone {
  grid-template-columns: 128px 1fr;
}

#cb-app-root .cb-auth-form-block {
  display: grid;
  gap: 7px;
  min-width: 0;
}

#cb-app-root .cb-auth-form-block .wlc-label {
  margin: 0;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 800;
}

#cb-app-root .cb-auth-form-block .wlc-input,
#cb-app-root .cb-auth-form-block .wlc-select {
  width: 100%;
  max-width: none;
  height: 59px;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

#cb-app-root .cb-auth-form-block .wlc-input:focus,
#cb-app-root .cb-auth-form-block .wlc-select:focus {
  box-shadow: 0 0 0 2px #f2cf7b;
}

#cb-app-root .cb-live-auth-form .wlc-form-bottom {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 20px;
}

#cb-app-root .cb-live-auth-form .wlc-btn {
  min-height: 53px;
  min-width: 132px;
  border: 0;
  border-radius: 4px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

#cb-app-root .cb-live-auth-form .wlc-btn_login-submit {
  min-height: 54px;
  min-width: 132px;
  background: #ffffff;
  color: #111111;
}

#cb-app-root .cb-live-auth-form .wlc-btn_register-submit {
  min-height: 52px;
  min-width: 142px;
  background: #f6b936;
  color: #111111;
}

#cb-app-root .cb-live-auth-form .wlc-btn_link {
  min-height: auto;
  min-width: auto;
  padding: 0;
  background: transparent;
  color: #a9a9a9;
  text-decoration: underline;
  text-transform: none;
}

#cb-app-root .cb-live-auth-form .wlc-form-block__restore {
  text-align: center;
}

#cb-app-root .cb-live-auth-form .wlc-form-block_rules {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

#cb-app-root .cb-live-rules {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 1.35;
}

#cb-app-root .cb-live-rules input {
  display: inline-block !important;
  position: static !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: auto !important;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #55b346;
}

#cb-app-root .cb-live-rules .wlc-form-checkbox__label > span {
  display: none !important;
}

#cb-app-root .cb-live-rules p {
  margin: 0;
}

#cb-app-root .cb-live-rules a {
  color: #a9a9a9;
  text-decoration: underline;
}

.cb-live-auth {
  display: grid;
  gap: 12px;
}

.cb-live-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #0d1219;
}

.cb-live-tab {
  min-height: 42px;
  border: 0;
  color: #dbe4ef;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.cb-live-tab.is-active {
  color: #141414;
  background: #ffc400;
}

.cb-live-copy,
.cb-live-help {
  color: #dce4ef;
  line-height: 1.45;
}

.cb-live-help {
  color: #aeb8c8;
  font-size: 12px;
}

.cb-live-email {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 12px;
  color: #ffffff;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.cb-live-rules {
  margin-top: 10px;
}

.cb-app-field {
  display: grid;
  gap: 6px;
  color: #cfd7e5;
}

.cb-app-field span {
  font-size: 12px;
  font-weight: 700;
}

.cb-admin-deposit-row {
  align-items: center;
}

.cb-admin-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.cb-admin-actions .cb-app-button {
  min-height: 30px;
  padding: 0 12px;
}

.cb-admin-payment-layout {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  gap: 12px;
}

.cb-admin-payment-list {
  display: grid;
  gap: 8px;
  align-content: start;
}

.cb-admin-payment-list > button:not(.cb-app-button) {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #f8fafc;
  padding: 8px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 8px;
  text-align: left;
  cursor: pointer;
}

.cb-admin-payment-list > button:not(.cb-app-button).is-active {
  border-color: #f7b82c;
  background: rgba(247, 184, 44, 0.12);
}

.cb-admin-payment-list img,
.cb-admin-payment-list > button:not(.cb-app-button) > span:first-child {
  width: 52px;
  height: 40px;
  border-radius: 6px;
  background: #ffffff;
  color: #101010;
  object-fit: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  grid-row: span 2;
}

.cb-admin-payment-list strong,
.cb-admin-payment-list small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cb-admin-payment-editor {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.cb-admin-payment-editor .is-full,
.cb-admin-payment-actions {
  grid-column: 1 / -1;
}

.cb-admin-payment-editor textarea.cb-app-input {
  min-height: 72px;
  padding-top: 10px;
  resize: vertical;
}

.cb-admin-payment-active input {
  width: 22px;
  min-height: 22px;
}

.cb-admin-payment-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cb-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.cb-app-success {
  border: 1px solid rgba(32, 201, 151, 0.34);
  border-radius: 8px;
  background: rgba(32, 201, 151, 0.1);
  color: #eafff7;
  padding: 10px 12px;
}

.cb-app-code {
  display: block;
  overflow: auto;
  border-radius: 8px;
  background: #070a0f;
  color: #d6ffe9;
  padding: 10px;
  line-height: 1.45;
  white-space: pre-wrap;
}

.cb-app-toast {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 2147483002;
  max-width: min(420px, calc(100vw - 28px));
  border: 1px solid rgba(32, 201, 151, 0.36);
  border-radius: 8px;
  background: rgba(10, 14, 20, 0.96);
  color: #f8fafc;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  padding: 10px 12px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cb-app-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  #cb-app-root .cb-account-shell {
    top: 48px;
    right: 12px;
    left: auto;
    width: auto;
    max-width: calc(100vw - 24px);
    z-index: 2147483500;
  }

  #cb-app-root .cb-account-bar {
    gap: 6px;
  }

  #cb-app-root .cb-public-auth-bar .wlc-login-buttons {
    gap: 6px;
  }

  #cb-app-root .cb-public-auth-bar .wlc-btn {
    width: 72px;
    min-width: 72px;
    height: 34px;
    min-height: 34px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
  }

  #cb-app-root .cb-public-auth-bar .wlc-btn_signup {
    width: 82px;
    min-width: 82px;
  }

  #cb-app-root .cb-auth-modal {
    inset: 58px 8px 0 8px;
    width: auto;
    max-height: calc(100vh - 58px);
    overflow: hidden;
  }

  #cb-app-root .cb-auth-dialog {
    height: calc(100vh - 66px);
    max-height: calc(100vh - 66px);
    overflow: hidden;
  }

  #cb-app-root .cb-auth-modal .cb-app-content {
    height: 100%;
    max-height: calc(100vh - 66px);
    overflow: hidden;
  }

  #cb-app-root .cb-live-auth-shell {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #cb-app-root .cb-live-auth-shell .wlc-tabs__nav {
    flex: 0 0 auto;
  }

  #cb-app-root .cb-live-auth-shell .wlc-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #cb-app-root .cb-live-auth-form {
    padding: 12px 14px 96px;
  }

  #cb-app-root .cb-live-auth-shell .wlc-tabs-tab {
    min-height: 48px;
    font-size: 15px;
  }

  #cb-app-root .cb-auth-row-two,
  #cb-app-root .cb-auth-row-one {
    grid-template-columns: 1fr;
  }

  #cb-app-root .cb-auth-row-phone {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  #cb-app-root .cb-auth-form-block .wlc-input,
  #cb-app-root .cb-auth-form-block .wlc-select {
    height: 48px;
    font-size: 15px;
  }

  #applicationContainer .wlc-swiper-container .wlc-home-catalog--new,
  #applicationContainer .swiper-container .wlc-home-catalog--new,
  #applicationContainer .swiper-slide.wlc-home-catalog--new,
  #applicationContainer [class*="banner"][style*="background-image"],
  #applicationContainer [class*="slide"][style*="background-image"] {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #111111 !important;
  }

  .cb-app-shell {
    top: 8px;
    left: 8px;
    width: calc(100vw - 16px);
  }

  .cb-app-header {
    grid-template-columns: 1fr auto;
  }

  .cb-app-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cb-app-panel,
  .cb-app-panel.is-wide {
    grid-column: 1 / -1;
  }

  .cb-app-kpis,
  .cb-app-game-tools,
  .cb-app-form,
  .cb-admin-payment-layout,
  .cb-admin-payment-editor,
  .cb-app-split-form {
    grid-template-columns: 1fr;
  }

  .cb-app-dialog {
    max-height: calc(100vh - 16px);
  }

  .cb-app-toast {
    left: 8px;
    right: 8px;
    bottom: 82px;
    max-width: none;
  }

  .cb-account-shell {
    top: 8px;
    right: 8px;
    left: 8px;
    width: auto;
  }

  .cb-account-shell.is-details {
    padding: 116px 8px 8px;
  }

  .cb-account-bar {
    display: flex;
    justify-content: flex-end;
  }

  .cb-account-user {
    width: 62px;
  }

  .cb-profile-page {
    top: 70px;
    right: 0;
    bottom: 62px;
    left: 0;
    padding: 10px 8px 24px;
  }

  .cb-live-profile {
    width: 100%;
    grid-template-columns: 1fr;
  }

  #cb-app-root .cb-live-profile {
    grid-template-columns: 1fr !important;
  }

  .cb-live-profile-menu {
    max-height: 245px;
    overflow: auto;
    border-radius: 8px 8px 0 0;
    padding: 12px 0;
  }

  .cb-live-profile-main {
    padding: 12px;
    border-radius: 0 0 8px 8px;
  }

  .cb-live-profile-menu .wlc-nav-block {
    padding-bottom: 12px;
  }

  .cb-live-profile-menu .wlc-nav-block__title {
    margin-bottom: 8px;
    padding: 0 18px;
  }

  .cb-live-profile-menu .wlc-nav-block__title .wlc-text {
    font-size: 20px;
  }

  .cb-live-profile-menu .wlc-nav-block__item a {
    min-height: 38px;
    padding: 0 16px 0 44px;
    font-size: 16px;
  }

  .cb-live-profile-menu .wlc-nav-block__item.wlc-active::before {
    width: 32px;
    height: 16px;
  }

  .cb-live-profile-main .wlc-profile-edit__main-block,
  .cb-live-profile-main .wlc-profile-edit__location-block,
  .cb-live-profile-main .wlc-base-row,
  .cb-live-profile-main .wlc-profile-edit_security-block,
  .cb-live-profile-main .wlc-profile-edit__blocking-row,
  .cb-live-profile-methods {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cb-live-profile-main .wlc-profile-edit__field-first-name,
  .cb-live-profile-main .wlc-profile-edit__field-last-name,
  .cb-live-profile-main .wlc-profile-edit__field-country,
  .cb-live-profile-main .wlc-profile-edit__field-address,
  .cb-live-profile-main .wlc-profile-edit__field-email,
  .cb-live-profile-main .wlc-profile-edit__field-phone,
  .cb-live-profile-main .wlc-profile-edit__field-member,
  .cb-live-profile-main .wlc-profile-edit__field-code,
  .cb-live-profile-main .wlc-profile-edit__field-birthdate,
  .cb-live-profile-main .wlc-profile-edit__field-gender,
  .cb-live-profile-main .wlc-profile-edit__field-pep,
  .cb-live-profile-main .wlc-profile-edit__field-password-current,
  .cb-live-profile-main .wlc-profile-edit__field-password-new,
  .cb-live-profile-main .wlc-profile-edit__field-password-confirm {
    grid-column: span 1;
  }

  .cb-live-profile-main .wlc-input,
  .cb-live-profile-main .wlc-select {
    height: 46px;
    font-size: 16px;
  }

  .cb-live-profile-main .wlc-btn {
    width: 100%;
  }

  .cb-account-drawer {
    width: 100%;
    max-height: calc(100vh - 116px);
  }

  .cb-account-shell.is-details .cb-account-drawer {
    width: 100%;
    max-height: calc(100vh - 124px);
  }

  .cb-account-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cb-account-nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(138px, 1fr);
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cb-account-row,
  .cb-account-content-head,
  .cb-account-method-list,
  .cb-account-summary-grid {
    grid-template-columns: 1fr;
  }
}

html.cb-profile-active #applicationContainer .wlc-nav-mobile,
html.cb-profile-active #applicationContainer .wlc-sidebar,
html.cb-profile-active #applicationContainer .wlc-sidebar-main,
html.cb-profile-active #applicationContainer .wlc-sidebar-right,
html.cb-profile-active #applicationContainer .wlc-footer-main,
html.cb-profile-active #applicationContainer .wlc-footer,
html.cb-profile-active #applicationContainer .wlc-bottom-menu,
html.cb-profile-active #applicationContainer .wlc-mobile-bottom-menu {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 561px) {
  #cb-app-root .cb-profile-page {
    top: 102px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 24px 0 72px !important;
  }

  #cb-app-root .cb-live-profile {
    width: min(1844px, calc(100vw - 24px)) !important;
    display: grid !important;
    grid-template-columns: clamp(260px, 20vw, 380px) minmax(0, 1fr) !important;
  }

  #cb-app-root .cb-live-profile-menu {
    max-height: none !important;
    overflow: visible !important;
    border-radius: 8px 0 0 0 !important;
    padding: 28px 0 36px !important;
  }

  #cb-app-root .cb-live-profile-main {
    border-radius: 0 8px 0 0 !important;
    padding: 28px !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__main-block,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__location-block,
  #cb-app-root .cb-live-profile-main .wlc-base-row {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 18px 32px !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-first-name,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-last-name,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-country,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-address {
    grid-column: span 6 !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-email,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-phone {
    grid-column: span 4 !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-member,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-code {
    grid-column: span 2 !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-birthdate,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-gender,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-pep,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-password-current,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-password-new,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-password-confirm {
    grid-column: span 4 !important;
  }
}

@media (min-width: 561px) and (max-width: 1100px) {
  #cb-app-root .cb-live-profile {
    grid-template-columns: 260px minmax(0, 1fr) !important;
  }

  #cb-app-root .cb-live-profile-menu .wlc-nav-block__title .wlc-text {
    font-size: 24px !important;
  }

  #cb-app-root .cb-live-profile-menu .wlc-nav-block__item a {
    min-height: 46px !important;
    padding-left: 56px !important;
    padding-right: 18px !important;
    font-size: 19px !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__main-block,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__location-block,
  #cb-app-root .cb-live-profile-main .wlc-base-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 22px !important;
  }

  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-first-name,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-last-name,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-country,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-address,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-email,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-phone,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-member,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-code,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-birthdate,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-gender,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-pep,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-password-current,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-password-new,
  #cb-app-root .cb-live-profile-main .wlc-profile-edit__field-password-confirm {
    grid-column: span 1 !important;
  }
}

.cb-live-game-button {
  align-items: center !important;
  border: 0 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 32px !important;
  min-width: 74px !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  user-select: none !important;
}

.cb-live-game-button-play {
  background: #fbb203 !important;
  border-color: #fbb203 !important;
  color: #111 !important;
}

.cb-live-game-button-site {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111 !important;
}

body.cb-qa-game-buttons .wlc-game-thumb-buttons,
body.cb-qa-game-buttons .wlc-game-thumb-buttons .wlc-wrp,
body.cb-qa-game-buttons [data-cb-game-bound] {
  display: inline-flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  visibility: visible !important;
}
