a {
  text-decoration: none;
  cursor: pointer;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  line-height: normal;
  overflow-x: hidden;
  color: var(--text-white);
  background-color: var(--bg-body);
  padding: 0px;
  margin: 0px;
}
.outer_gradient_br {
  padding: 1px;
  background: linear-gradient(90deg, #d000ff 0%, #1b1635 100%);
  border-radius: 5px;
}
.site_main_wrapper {
  display: flex;
}
.site_main_wrapper .center_wrapper {
  width: calc(100% - 270px);
  padding: 20px 20px 0;
  margin-top: 70px;
  margin-left: auto;
  overflow-x: hidden;
}
.section_wrapper {
  margin-bottom: 20px;
}
.tabs_section .tabs_inner_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding-bottom: 5px;
}
.tabs_section .tabs_inner_wrapper::-webkit-scrollbar {
  height: 5px;
}
.tabs_section .tabs_inner_wrapper::-webkit-scrollbar-thumb {
  background: var(--light-br);
  border-radius: 20px;
}
.tabs_section .tabs_inner_wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.tabs_section .tabs_inner_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.tabs_section .tabs_inner_wrapper ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  border-radius: 7px;
  padding: 5px 10px;
  background: var(--tabs_bg);
  color: var(--icon_bg);
  height: 40px;
  font-weight: 600;
}
.tabs_section .tabs_inner_wrapper ul li a .icon {
  height: 20px;
  width: 20px;
  fill: var(--icon_bg);
}
.tabs_section .tabs_inner_wrapper ul li a.all_games_menu {
  border-radius: 7px;
  border: 1px solid rgba(61, 50, 112, 0.3);
  background: var(--all_games_bg);
  box-shadow: inset 4px 7px 6px -3px #3d3270,
    inset -2px -2px 5px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.3);
  color: var(--text-white);
  padding: 5px 15px;
}
.tabs_section .tabs_inner_wrapper ul li a.all_games_menu .icon {
  fill: var(--text-white);
}
.tabs_section .tabs_inner_wrapper ul li a:hover,
.tabs_section .tabs_inner_wrapper ul li a.active {
  background: var(--primary-color);
  color: var(--text-white);
}
.tabs_section .tabs_inner_wrapper ul li a:hover .icon,
.tabs_section .tabs_inner_wrapper ul li a.active .icon {
  fill: var(--text-white);
}
.tabs_section .tabs_inner_wrapper ul li a.all_games_menu:hover {
  background: var(--all_games_bg);
}
.tabs_section .tabs_inner_wrapper ul li a.all_games_menu .count_box {
  padding: 2px 6px;
  border-radius: 5px;
  background: var(--count_box);
  font-size: 13px;
  font-weight: 600;
}
.game_slider_section .slider_main_wrapper {
  padding: 15px;
  border-radius: 15px;
  position: relative;
  border: 1px solid var(--light-br);
}
.game_slider_section .slider_main_wrapper::before {
  content: "";
  height: 1px;
  width: 50%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--line_gradient);
  position: absolute;
  display: none;
}
.game_slider_section .slider_main_wrapper::after {
  content: "";
  height: 1px;
  width: 50%;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--line_gradient);
  position: absolute;
  display: none;
}
.game_slider_section .slider_main_wrapper .game_slider_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block {
  display: flex;
  gap: 10px;
  align-items: center;
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block
  .icon {
  height: 25px;
  width: 25px;
  fill: var(--text-white);
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block
  h2 {
  font-size: 18px;
  color: var(--text-white);
  margin: 0;
  font-weight: 500;
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn_outer {
  border-radius: 10px;
  background: linear-gradient(90deg, #409072 0%, #191430 100%);
  padding: 1px;
  overflow: hidden;
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .btn_outer {
  border-radius: 70px;
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .view_all_btn {
  background: var(--header_dropdpown_bg);
  border-radius: 70px;
  padding: 3px 10px;
  height: 20px;
  font-size: 12px;
  color: var(--text-white);
  border: 0;
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .btn_outer:hover {
  background: var(--primary-color);
}
.game_slider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .btn_outer:hover
  .view_all_btn {
  background: var(--primary-color);
}
.game_slider_section .slider_main_wrapper .slider_outer_box {
  padding: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.game_slider_section .slider_main_wrapper .slider_outer_box .slider_item_box {
  padding: 0;
  background-color: var(--bg-body);
  border-radius: 0;
}
.game_slider_section .slider_main_wrapper .slider_arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}
.game_slider_section .slider_main_wrapper .slider_arrow .arrow_btn {
  position: relative !important;
  right: inherit;
  left: inherit;
  border-radius: 5px;
  border: 1px solid var(--tabs_bg);
  background: var(--tabs_bg);
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: inherit;
}
.game_slider_section .swiper-button-disabled {
  opacity: 0.35 !important;
}
.game_slider_section .slider_main_wrapper .slider_arrow .arrow_btn:hover {
  background: var(--primary-color);
  border-color: var(--light-br);
}
.game_slider_section .slider_main_wrapper .slider_arrow .arrow_btn svg {
  fill: var(--text-white);
  height: 10px;
  width: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(306deg) brightness(103%) contrast(101%);
}
.game_slider_section
  .slider_main_wrapper
  .slider_outer_box
  .slider_item_box
  .swiper-slide
  .game_slide_items {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.game_slider_section
  .slider_main_wrapper
  .slider_outer_box
  .slider_item_box
  .swiper-slide
  .game_slide_items
  img {
  width: 100%;
  height: 100%;
}
.game_slider_section.provider_section .slider_main_wrapper {
  background-color: var(--secondary-color);
  padding: 0;
  border: 1px solid var(--secondary-color);
}
.game_slider_section.provider_section .slider_main_wrapper .game_slider_header {
    padding: 13px 20px;
    border-radius: 15px;
    background-color: var(--provider_header);
    border-bottom: 1px solid var(--provider_header_br);
    margin: 0;
    max-height: 70px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block {
  gap: 15px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block
  .icon {
    height: 35px;
    width: 35px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block
  h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block
  h2
  span {
  color: var(--provider_highlight);
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .slider_heading_block
  p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  color: var(--light_text);
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .view_all_btn {
  border-radius: 5px;
  height: 30px;
  font-size: 16px;
  width: 80px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .btn_outer {
  border-radius: 7px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .slider_arrow
  .arrow_btn {
  width: 35px;
  height: 35px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .slider_arrow
  .arrow_btn
  svg {
  height: 20px;
  width: 20px;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .slider_arrow
  .arrow_btn.provider-prev
  svg {
  transform: rotate(180deg);
}
.game_slider_section.provider_section .slider_main_wrapper .slider_outer_box {
  padding: 20px;
  background: none;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .slider_outer_box
  .slider_item_box {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .slider_outer_box
  .slider_item_box
  .provider_item_box {
  background-color: var(--provider_header);
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.game_slider_section.provider_section
  .slider_main_wrapper
  .slider_outer_box
  .slider_item_box
  .provider_item_box
  img {
  height: 52px;
}
.game_slider_section.provider_section .slider_main_wrapper::before,
.game_slider_section.provider_section .slider_main_wrapper::after {
  display: none;
}
.latest_bet_section .tabs_header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
.latest_bet_section .tabs_header_wrapper .tabs_block {
  background-color: var(--secondary-color);
  border-radius: 7px;
  padding: 0 15px;
  max-height: 50px;
}
.latest_bet_section .tabs_header_wrapper .tabs_block ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest_bet_section .tabs_header_wrapper .tabs_block ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--light_text);
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  position: relative;
}
.latest_bet_section .tabs_header_wrapper .tabs_block ul li a .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.latest_bet_section .tabs_header_wrapper .tabs_block ul li a:hover,
.latest_bet_section .tabs_header_wrapper .tabs_block ul li a.active {
  color: var(--text-white);
}
.latest_bet_section .tabs_header_wrapper .tabs_block ul li a.active .icon {
  fill: var(--deposit_br);
}
.latest_bet_section .tabs_header_wrapper .tabs_block ul li a.active::after {
  content: "";
  background: var(--line_gradient);
  position: absolute;
  height: 1px;
  width: 70%;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.latest_bet_section .tabs_header_wrapper .tbl_deta_drop .dropdown-toggle {
  background-color: var(--deta_drop_bg);
  border: 1px solid var(--deta_drop_br);
  height: 30px;
  border-radius: 7px;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
}
.latest_bet_section .tabs_header_wrapper .tbl_deta_drop .dropdown-menu {
  padding: 5px 15px;
  border-radius: 15px;
  background-color: var(--secondary-color);
  border: 1px solid var(--light-br);
}
.latest_bet_section
  .tabs_header_wrapper
  .tbl_deta_drop
  .dropdown-menu
  .dropdown-item {
  padding: 7px 0px;
  color: var(--text-white);
}
.latest_bet_section
  .tabs_header_wrapper
  .tbl_deta_drop
  .dropdown-menu
  .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-text);
}
.latest_bet_tbl_wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  font-size: 14px;
  font-weight: 500;
}
.latest_bet_tbl_wrapper:-webkit-scrollbar {
  height: 6px;
}
.latest_bet_tbl_wrapper:-webkit-scrollbar-thumb {
  background: #6d4aff;
  border-radius: 20px;
}
.latest_bet_tbl_wrapper .tbl_row {
  display: flex;
  flex-wrap: nowrap;
}
.latest_bet_tbl_wrapper .tbl_row .tbl_col_2 {
  width: 16.66%;
}
.latest_bet_tbl_wrapper .tbl_header {
  padding: 0 15px;
  margin-bottom: 15px;
}
.latest_bet_tbl_wrapper .tbl_header.tbl_row .tbl_col_2 span {
  color: var(--light_text);
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row {
  background-color: var(--tbl_row);
  padding: 0 15px;
  height: 50px;
  position: relative;
  margin-bottom: 6px;
  border-radius: 7px;
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row::before {
  content: "";
  background: var(--tbl_line_bg);
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translateX(-50%);
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row .icon {
  height: 20px;
  width: 20px;
  fill: var(--light_text);
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row .user_col img {
  height: 20px;
  width: 20px;
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row .tbl_col_2 {
  display: flex;
  align-items: center;
  gap: 7px;
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row .tbl_col_2 span {
  color: var(--light_text);
}
.latest_bet_tbl_wrapper .tbl_row.tbl_deta_row .tbl_col_2 .tbl_box {
  background-color: var(--tbl_box_bg);
  border: 1px solid var(--all_games_bg);
  padding: 2px 6px;
  border-radius: 5px;
}
.white_text {
  color: var(--text-white) !important;
}
.green_text {
  color: var(--green_text) !important;
}
.page_content_section .menu_link_outer {
  border-radius: 20px;
  overflow: hidden;
}
.page_content_section .page_content_inner {
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 15px 15px 30px;
}
.page_content_section .content_img_box{
  text-align: center;
}
.page_content_section .content_img_box img {
  width: 100%;
  max-width: 487px;
}
.page_content_section .max_content {
  max-height: 440px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.page_content_section .max_content:after {
  bottom: 0;
  content: "";
  display: block;
  height: 130px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.page_content_section .show_more_box h1 {
  font-size: 24px;
  color: var(--text-white);
  margin-bottom: 15px;
  font-weight: 500;
}
.page_content_section .show_more_box p {
  font-size: 14px;
  color: var(--light_text);
  margin-bottom: 13px;
  font-weight: 400;
}
.page_content_section .show_more_box h2 {
  font-size: 20px;
  color: var(--text-white);
  margin-bottom: 10px;
}
.page_content_section .show_more_box h3 {
  font-size: 18px;
  color: var(--text-white);
  margin-bottom: 15px;
  font-weight: 500;
}
.page_content_section .show_more_box p a {
  color: var(--text-primary);
}
.page_content_section .show_more_box ul {
  padding: 0;
  padding-left: 30px;
  margin: 0;
}
.page_content_section .show_more_box ul li {
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--light_text-new);
  list-style: circle;
}
.page_content_section .show_more_box ol {
  padding: 0;
  padding-left: 30px;
  margin: 0;
}
.page_content_section .show_more_box ol li {
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--light_text-new);
  list-style: decimal;
}
.page_content_section .show_more_box p span {
  color: var(--text-white);
  font-weight: 400;
  display: block;
}
.page_content_section .show_more_box ol li a {
  color: var(--text-primary);
}
.page_content_section .show_more_box ul li a {
  color: var(--text-primary);
}
.page_content_section .show_more_less_more {
    display: inline-flex;
    align-items: center;
    background: var(--deposit_btn_bg);
    border: 1px solid var(--deposit_br);
    border-radius: 7px;
    padding: 9px 10px;
    font-size: 15px;
    color: var(--text-white);
    text-transform: capitalize;
    gap: 9px;
    font-weight: 500;
    margin-top: 15px;
    height: 42px;
}
.page_content_section .show_more_less_more img {
    height: 10px;
    width: 16px;
}
.page_content_section .show_more_less_more:hover {
  background: var(--gradient-btn);
}
.page_content_section .max_content {
  webkit-mask-image: linear-gradient(0deg, transparent, #000 120px);
  mask-image: linear-gradient(0deg, #00000000, #0d0630 120px);
}
.page_content_section .show_more_content_full .max_content {
  max-height: max-content;
  overflow: visible;
  mask-image: none;
}
.page_content_section .show_more_content_full .show_more_less_more img {
  transform: rotate(180deg);
}
.page_content_section .show_more_content_full .max_content::after {
  display: none;
}
.page_content_section .page_content_inner .max_content .accordion-item {
  margin-bottom: 10px;
  border: 0;
  border-radius: 10px;
  background-color: var(--btn-bg);
}
.page_content_section
  .page_content_inner
  .max_content
  .accordion-item
  .accordion-button {
  background-color: var(--casino_btn);
  border: 0;
  box-shadow: none;
  font-size: 15px;
  border-radius: 7px;
  color: var(--text-white);
}
.page_content_section
  .page_content_inner
  .max_content
  .accordion-item
  .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%)
    hue-rotate(158deg) brightness(112%) contrast(101%);
}
.page_content_section .page_content_inner .accordion-body {
  padding-top: 0;
}
.page_content_section .page_content_inner .content_details_wrapper {
  padding: 15px 0px 0px 0px;
}

.page_content_section .max_content.expanded{
  mask-image:none;
}
.login_wrapper {
  background-image: url(../images/login-bg.png);
  min-height: 100dvh;
  max-height: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.login_wrapper .login_outer {
  padding: 0px;
  border-radius: 30px;
  overflow: hidden;
  width: 585px;
  border: 2px solid var(--primary-text);
}
.login_wrapper .login_outer .login_inner {
  border-radius: 30px;
  padding: 35px;
  background-image: url(../images/login-iiner-bg.png);
  background-size: cover;
  background-position: center;
}
.login_wrapper .logo_block {
  margin-bottom: 40px;
}
.login_wrapper .logo_block img {
  max-width: 150px;
}
.login_wrapper .login_outer .login_inner h1 {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 25px;
  text-align: center;
}
.login_wrapper  .invalid-feedback.d-block.mb-3 {
    margin-top: -10px;
    margin-bottom: 15px !important;
    font-size: 12px;
}
.form_wrapper .input_col {
  margin-bottom: 20px;
}
.form_wrapper .input_col .form-control {
  background: transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(190, 120, 255, 0.45);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),
    inset 0 -15px 30px rgba(255, 255, 255, 0.02),
    0 0 35px rgba(129, 54, 255, 0.12);
  height: 48px;
  border-radius: 70px;
  padding-left: 63px;
  color: var(--text-white);
  font-size: 15px;
  font-weight: 500;
}
.form_wrapper .input_col .form-control::placeholder {
  color: var(--text-white);
  opacity: 0.5;
  font-weight: 400;
}
.form_wrapper .input_col .form-control::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 3%;
  width: 94%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
}
.form_wrapper .input_col .form-control::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -18px;
  width: 70%;
  height: 35px;
  background: #b218ff;
  filter: blur(45px);
  opacity: 0.15;
  z-index: -1;
}
.form_wrapper .input_col .input_icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  z-index: 1;
}
.show_hide_icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  z-index: 1;
}
.show_hide_icon .icon {
  fill: var(--text-white);
  height: 27px;
  width: 27px;
}
.form_wrapper .input_col .check_box_forgot {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.form_wrapper .input_col .check_box_forgot .form-check-input {
  height: 25px;
  width: 25px;
  min-width: 25px;
  border: 1px solid var(--deposit_br);
  background-color: var(--check_box_bg);
  border-radius: 5px;
  margin: 0;
}
.form-check-input:focus {
  box-shadow: none;
}
.form_wrapper .input_col .check_box_forgot .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}
.form-check-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-white);
}
.forgot_link {
  color: var(--primary-text);
  font-size: 15px;
  font-weight: 500;
}
.forgot_link:hover {
  color: var(--text-white);
}
.form_wrapper .button_block {
  margin-top: 10px;
  text-align: center;
}
.form_wrapper .button_block .btn-primary {
  height: 50px;
  width: 245px;
  border-radius: 70px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--primary-color);
  margin: auto;
}
.form_wrapper .button_block .btn-primary:hover {
  border: 1px solid var(--primary-text);
  background: transparent;
}
.form_wrapper .other_sign_in {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 25px 0;
}
.form_wrapper .other_sign_in span {
  font-size: 15px;
  color: var(--text-white);
  font-weight: 500;
}
.form_wrapper .other_sign_in .line_br_left {
  width: 82px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(33, 1, 96, 0.31) 32.21%,
    #ce58e6 100%
  );
}
.form_wrapper .other_sign_in .line_br_right {
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, #ce58e6 0%, rgba(33, 1, 96, 0.31) 67.79%);
}
.form_wrapper .login_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.form_wrapper .login_social .social_outer {
  height: 40px;
  width: 40px;
  padding: 1px;
  border-radius: 7px;
  background: var(--footer_social_bg);
}
.form_wrapper .login_social .social_outer .inner_social_box {
  background-color: var(--login_social_bg);
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.form_wrapper .login_social .social_outer .inner_social_box .icon {
  height: 20px;
  width: 20px;
  fill: var(--footer_icon_color);
}
.form_wrapper .login_social .social_outer:hover {
  background: var(--primary-color);
}
.form_wrapper .login_social .social_outer:hover .inner_social_box {
  background-color: transparent;
}
.form_wrapper .login_social .social_outer:hover .inner_social_box .icon {
  fill: var(--text-white);
}
.form_wrapper .login_footer {
  font-size: 15px;
  color: var(--text-white);
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.form_wrapper .login_footer a {
  color: var(--primary-text);
}
.form_wrapper .login_footer a:hover {
  color: var(--text-white);
}
.login_wrapper .login_header {
  text-align: center;
  margin-bottom: 25px;
}
.login_wrapper .login_header .icon_form {
  height: 63px;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
  margin: auto;
  margin-bottom: 30px;
}
.login_wrapper .login_header .icon_form .icon {
  height: 35px;
  width: 35px;
  fill: var(--text-white);
}
.login_wrapper .login_outer .login_inner .login_header h1 {
  margin-bottom: 5px;
}
.login_wrapper .login_outer .login_inner .login_header p {
  font-size: 15px;
  margin: 0;
  color: var(--light_text);
  max-width: 318px;
  margin: auto;
}
.login_wrapper .input_col.OTP_input_block {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.login_wrapper .input_col.OTP_input_block .form-control {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 61px;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
}
.login_wrapper .back_link {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.login_wrapper .back_link a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-white);
  text-transform: uppercase;
}
.login_wrapper .back_link a .icon {
  width: 27px;
  height: 27px;
  fill: currentColor;
  transform: rotate(180deg);
}
.login_wrapper .back_link a:hover {
  color: var(--primary-text);
}
.login_wrapper .btn-primary.send_otp_btn {
    background: var(--primary-color);
    border-radius: 70px;
    border: 0;
    color: var(--text-white);
    padding: 5px 12px;
}
.login_wrapper .btn-primary.send_otp_btn:hover{
  background: transparent;
  border: 1px solid var(--primary-text);
}
.btn:focus{
  box-shadow: none;
}
.login_wrapper .check_box_forgot .form-check-label a{
  color: var(--primary-text);
}
/*  */
.promotion_header_wrapper {
  border-radius: 20px;
  border: 1px solid var(--primary-text);
  padding: 35px;
  background-image: url(../images/promotion-hero.png);
  background-size: cover;
}
.promotion_header_wrapper h1 {
  font-size: 46px;
  color: var(--text-white);
  font-weight: 600;
  margin-bottom: 6px;
}
.promotion_header_wrapper p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--light_text);
}
.reports_page_wrapper {
  background-color: var(--secondary-color);
  border-radius: 25px;
  padding: 30px;
}
.reports_page_wrapper .reports_page_header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}
.reports_page_wrapper .reports_page_header .page_icon {
  height: 52px;
  width: 52px;
  border: 3px solid #28224a;
  background-color: #1b1635;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.reports_page_wrapper .reports_page_header .page_icon .icon {
  width: 30px;
  height: 30px;
  fill: var(--light_text);
}
.reports_page_wrapper .reports_page_header h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--text-white);
}
.reports_page_wrapper .reports_page_header span {
  display: block;
  font-size: 15px;
  color: var(--light_text);
}
.reports_page_wrapper .reports_filter_wrapper {
  padding: 20px;
  background-color: #1b1635;
  border-radius: 20px;
  border: 1px solid #28224a;
}
.reports_page_wrapper .reports_filter_wrapper .filter_header {
  display: flex;
  align-items: center;
  gap: 7px;
  align-items: center;
  margin-bottom: 25px;
}
.reports_page_wrapper .reports_filter_wrapper .filter_header .icon {
  height: 15px;
  width: 15px;
  fill: var(--primary-text);
}
.reports_page_wrapper .reports_filter_wrapper .filter_header h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: var(--text-white);
}
.reports_page_wrapper .reports_filter_wrapper .form-control,
.reports_page_wrapper .reports_filter_wrapper .form-select {
  background-color: var(--secondary-color);
  border: 1px solid var(--other-bg);
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-white);
}
.reports_page_wrapper .form-select:focus {
  box-shadow: none;
}
.reports_page_wrapper
  .reports_filter_wrapper
  .form-control.custom_date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.reports_page_wrapper .reports_filter_wrapper .form-control.custom_date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../images/date-icon.svg);
  height: 15px;
  width: 15px;
  background-size: 15px;
}
.reports_page_wrapper .reports_filter_wrapper label {
  font-size: 14px;
  margin-bottom: 7px;
  color: var(--light_text);
}
.reports_page_wrapper .reports_filter_wrapper .btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--header-btn-br);
  border-radius: 10px;
  display: flex;
  gap: 7px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  color: var(--text-white);
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  position: relative;
  margin-top: 24px;
}
.reports_page_wrapper .reports_filter_wrapper .btn-primary:hover {
  background: transparent;
  border: 1px solid var(--header-btn-br);
}
.reports_page_wrapper .reports_filter_wrapper .form-select.with_icon_input {
  padding-left: 37px;
}
.reports_page_wrapper .reports_filter_wrapper .input_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.reports_page_wrapper .reports_filter_wrapper .input_icon .icon {
  width: 15px;
  height: 15px;
  fill: var(--text-white);
}
.reports_page_wrapper .reports_filter_wrapper .btn-primary .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  fill: var(--text-white);
}
.reports_page_wrapper .reports_filter_wrapper .row.g-4,
.gx-4 {
  --bs-gutter-x: 4.5rem !important;
}
.reports_page_wrapper .reports_filter_wrapper .line_br_input {
  position: relative;
}
.reports_page_wrapper .reports_filter_wrapper .line_br_input::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -28px;
  background-color: #28224a;
  top: 0;
}
.reports_page_wrapper .reports_details_wrapper {
  background: var(--footer_inner_box_bg);
  border-radius: 10px;
  padding: 20px 35px;
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
}
.reports_page_wrapper .btn_outer_profile {
  max-width: 1196px;
  margin: 25px auto;
}
.reports_page_wrapper .reports_details_wrapper .reports_details_col {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reports_page_wrapper .reports_details_wrapper .reports_details_col img {
  width: 48px;
}
.reports_page_wrapper .reports_details_wrapper .reports_details_col span {
  font-size: 13px;
  font-weight: 400;
  color: var(--light_text);
  display: block;
  margin-bottom: 6px;
}
.reports_page_wrapper .reports_details_wrapper .reports_details_col h5 {
  font-size: 20px;
  color: var(--text-white);
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}
.reports_page_wrapper .report_tbl .table {
  margin: 0;
  color: var(--light_text);
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 400;
  border-color: #28224a;
}
.reports_page_wrapper .report_tbl .table > :not(:first-child) {
  border-top: 0;
}
.reports_page_wrapper .report_tbl .table th,
.reports_page_wrapper .report_tbl .table td {
  padding: 20px;
}
.reports_page_wrapper .report_tbl .table > thead {
  background-color: #1b1635;
  color: var(--text-white);
  border-radius: 7px;
  border-color: transparent;
}
.reports_page_wrapper .report_tbl .table > thead tr th:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.reports_page_wrapper .report_tbl .table > thead tr th:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.reports_page_wrapper .report_tbl .table > thead tr th {
  font-size: 20px;
  font-weight: 400;
}
.reports_page_wrapper .report_tbl .tbl_footer {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin-top: 25px;
}
.reports_page_wrapper .report_tbl .tbl_footer span {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-white);
}
.reports_page_wrapper .report_tbl .tbl_footer nav .pagination {
  display: flex;
  align-items: center;
  gap: 7px;
}
.reports_page_wrapper
  .report_tbl
  .tbl_footer
  nav
  .pagination
  .page-item
  .page-link {
  background-color: #1b1635;
  border: 1px solid #28224a;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c3371;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}
.reports_page_wrapper
  .report_tbl
  .tbl_footer
  nav
  .pagination
  .page-item
  .page-link
  .icon {
  width: 18px;
  height: 18px;
  fill: var(--text-white);
}
.reports_page_wrapper
  .report_tbl
  .tbl_footer
  nav
  .pagination
  .page-item:first-child
  .page-link
  .icon {
  transform: rotate(180deg);
}
.reports_page_wrapper
  .report_tbl
  .tbl_footer
  nav
  .pagination
  .page-item
  .page-link.active,
.reports_page_wrapper
  .report_tbl
  .tbl_footer
  nav
  .pagination
  .page-item
  .page-link:hover {
  background: var(--primary-color);
  background-color: transparent;
  color: var(--text-white);
}
.reports_filter_wrapper.bottom_space {
  margin-bottom: 20px;
}
.outer_box_prime {
    background: var(--header_br);
    padding: 1px;
    border-radius: 20px;
    overflow: hidden;
}


/* new css */
.page_content_section .max_content {
  max-height: 370px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out; 
}

.page_content_section .max_content.expanded {
  max-height: 2000px; 
}

.page_content_section .max_content:after {
  bottom: 0;
  content: "";
  display: block;
  height: 130px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #120e24); 
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.page_content_section .max_content.expanded:after {
  opacity: 0;
  visibility: hidden;
}
/* new css */

.modal-backdrop {
    background: rgb(34 0 93) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}






/* logout modal start */
.logout_modal  .modal-content{
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(255 0 245) 0%, rgba(212, 95, 255, 0.95) 35%, rgb(78 0 255 / 85%) 70%, rgb(216 0 255) 100%);
  border: 0;
}
.logout_modal .modal-body{
  background-image: url(../images/logout-modal-bg.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 45px 25px 25px;
  border-radius: 15px;
}
.logout_modal .btn-close{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: normal;
  opacity: 1;
  background-color: var(--casino_btn);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background-image: none;
}
.logout_modal .btn-close .icon{
height: 35px;
    width: 35px;
  fill: var(--light_text);
}
.logout_modal   .modal_details_box {
    text-align: center;
    max-width: 380px;
    margin: auto;
}
.logout_modal .log_outicon{
   width: 150px;
   margin-bottom: 15px;
}
.logout_modal .modal_details_box h1{
  font-size: 36px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 7px;
}
.logout_modal .modal_details_box h1 span{
background: linear-gradient(
        180deg,
        #ff8fd8 0%,
        #f55ad8 30%,
        #d93ef0 60%,
        #a91cff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.logout_modal .modal_details_box p{
  font-size: 16px;
  color: var(--light_text);
  margin-bottom: 15px;
}
.logout_modal .modal_details_box .verify_modal_dis{
   background-color: var(--secondary-color);
   border-radius: 15px;
   padding: 15px;
   display: flex;
   align-items: center;
   gap: 15px;
   border: 1px solid var(--light-br);
}
.logout_modal .modal_details_box .verify_modal_dis img{
  width: 50px;
}
.logout_modal .modal_details_box .verify_modal_dis p{
  font-size: 16px;
  color: var(--text-white);
  margin-bottom: 0;
  text-align: left;
}
.logout_modal .modal_btn_box{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}


.logout_modal .modal_btn_box .btn {
  background: var(--primary-color);
  border: 1px solid var(--modal_br);
  border-radius: 10px;
  display: flex;
  gap: 7px;
  height: 50px;
  align-items: center;
  padding: 7px 20px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  justify-content: center;
}

.logout_modal .modal_btn_box .btn:hover {
  background: transparent;
}

.logout_modal .modal_btn_box .btn .icon {
  width: 24px;
  height: 20px;
  fill: var(--text-white);
}
.logout_modal .modal_btn_box .btn.btn-secondary{
  background: transparent;
}
.logout_modal .modal_btn_box .btn.btn-secondary:hover{
  background: var(--primary-color);
}
/* logout modal end */


/* claimconfirmationmodal start */
.logout_modal.claimconfirmation_modal   .modal_details_box   h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.logout_modal.claimconfirmation_modal .cuurancy_selection{
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}
.logout_modal.claimconfirmation_modal .cuurancy_selection a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    gap: 5px;
    background-color: var(--secondary-color);
    border: 1px solid var(--wallet_modal_card_br);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-white);
    padding: 5px;
    border-radius: 5px;
    position: relative;
}
.logout_modal.claimconfirmation_modal .cuurancy_selection a .active_check{
height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    right: -4px;
    top: -8px;
    display: none;
}
.logout_modal.claimconfirmation_modal .cuurancy_selection a .active_check .icon{
  height: 20px;
  width: 20px;
  fill: var(--text-white);
}
.logout_modal.claimconfirmation_modal .cuurancy_selection a img{
  height: 25px;
  width: 25px;
}
.logout_modal.claimconfirmation_modal .cuurancy_selection a.active{
  border-color: var(--header-btn-br);
}
.logout_modal.claimconfirmation_modal .cuurancy_selection a.active .active_check{
  display: flex;
}
.logout_modal.claimconfirmation_modal   .log_outicon {
    width: 100px;
}
/* claimconfirmationmodal end */


/* language css start */

.filipino .header_wrapper   .header_other_block   .bonus_btn_header   a   .inner_box   .text_bonus {
    font-size: 13px !important;
}
.filipino .game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .view_all_btn {
    font-size: 14px !important;
    width: 150px !important;
}


.filipino .header_wrapper   .header_other_block   .header_right_block   .login_signup .btn-secondary {
    font-size: 14px !important;
}
.filipino .header_wrapper   .header_other_block   .header_right_block   .login_signup  .btn-primary {
    font-size: 14px !important;
}

@media (max-width: 1600px) {
    .filipino .header_wrapper .header_other_block .bonus_btn_header a .inner_box .text_bonus {
        width: 65px !important;
    }
}
@media (max-width: 1400px) {
    .filipino .header_wrapper .header_other_block .bonus_btn_header a .inner_box .text_bonus {
        width: 60px !important;
    }
}

@media (max-width: 1200px){
.filipino .header_wrapper   .header_other_block   .header_right_block   .login_signup   .btn-secondary {
    width: 90px !important;
     font-size: 12px !important;
}
.filipino .header_wrapper   .header_other_block   .header_right_block   .login_signup   .btn-primary {
    width: 90px !important;
    font-size: 12px !important;
}
.filipino  .game_slider_section
    .slider_main_wrapper
    .game_slider_header
    .view_all_and_arrow
    .view_all_btn {
    height: 30px !important;
}
.filipino .game_slider_section.provider_section
  .slider_main_wrapper
  .game_slider_header
  .view_all_and_arrow
  .view_all_btn {
    font-size: 12px !important;
    width: 80px !important;
    height: 30px !important;
}
.filipino .game_slider_section.provider_section
    .slider_main_wrapper
    .game_slider_header
    .slider_heading_block
    .icon {
    min-width: 20px !important;
}
}
@media (max-width: 992px){
 .filipino  .game_slider_section
    .slider_main_wrapper
    .game_slider_header
    .slider_heading_block
    h2 {
    font-size: 13px !important;
}
}
/* language css start */



/* cms pages start */
/* =========================================
   YOLLER - COMMON LEGAL / CONTENT PAGES
   ========================================= */

.legal-page {
    width: 100%;
    padding: 0px 20px 0;
}

.legal-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.legal-header {
    padding: 35px;
    margin-bottom: 25px;
    border: 1px solid rgba(150, 80, 255, 0.25);
    border-radius: 18px;
    background: rgba(20, 15, 42, 0.75);
}

.legal-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color:var(--primary-text);
}

.legal-header h1 {
    margin: 0 0 14px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-white);
}

.legal-header p {
    max-width: 850px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--cms_light_text);
}

.legal-content {
    padding: 35px;
    border: 1px solid rgba(150, 80, 255, 0.20);
    border-radius: 18px;
    background: rgba(12, 9, 27, 0.85);
}

.legal-content h2 {
    margin: 30px 0 12px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--text-white);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    margin: 22px 0 8px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: #d8b8ff;
}

.legal-content p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--cms_light_text);
}

.legal-content ul,
.legal-content ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.legal-content li {
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--cms_light_text);
}

.legal-content strong {
    color: var(--text-white);
}

.faq-item {
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid rgba(150, 80, 255, 0.15);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

.faq-item h3 {
    margin: 0 0 8px;
    color: var(--text-white);
}

.faq-item p {
    margin: 0;
}
.legal-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid rgba(150, 80, 255, 0.25);
    border-radius: 9px;
    background: rgba(20, 15, 42, 0.75);
    color: var(--text-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.legal-back-btn .icon {
    height: 20px;
    width: 20px;
    fill: currentColor;
    transform: rotate(180deg);
}

.legal-back-btn:hover {
    border-color: rgba(190, 100, 255, 0.6);
    background: rgba(90, 40, 140, 0.35);
    color: var(--text-white);
    transform: translateX(-2px);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 767px) {
 .legal-back-btn {
        margin-bottom: 14px;
        padding: 8px 13px;
        font-size: 13px;
    }

    .legal-back-btn i {
        font-size: 15px;
    }
    .legal-page {
        padding: 25px 14px 45px;
    }

    .legal-header {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .legal-header h1 {
        font-size: 28px;
    }

    .legal-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .legal-content {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .legal-content h2 {
        margin-top: 25px;
        font-size: 19px;
    }

    .legal-content h3 {
        font-size: 16px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .faq-item {
        padding: 16px;
    }
}


@media (max-width: 480px) {

    .legal-page {
        padding: 20px 10px 35px;
    }

    .legal-header {
        padding: 22px 16px;
    }

    .legal-header h1 {
        font-size: 24px;
    }

    .legal-content {
        padding: 20px 16px;
    }

    .legal-content h2 {
        font-size: 18px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 13px;
    }
}
/* cms pages end */

/* mobile menu overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #010715d1;
    display: none;
    z-index: 111;
}
.sidebar-open .sidebar-overlay.show {
  display: block;
}
body.sidebar-open{
  overflow-y: hidden;
}
/* end */