/* pages */
.app_home_header{
  display: none;
}
.app_menu_header{
  display: none;
}
.app_bet_history{
  display: none;
}
.app_favorite_header{
  display: none;
}


/* HEADER */
.app_header_container {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	position: relative;
}
.app_header_container_history {
	height: 100%;
}
.app_header_position {
    position: sticky;
    top: 0;
    z-index: 500;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.app_header_balance{
  display: flex;
  background: #c7c7c7;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: 3px;
}
.app_header_balance .plus{
  color: #009f47;
}
.app_header_logo_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
}
.app_header_logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.app_header_logo img {
  width: 70px;
  height: 32px;
  /* object-fit: contain; */
}
.app_header_search_btn {
  border: none;
  background: none;
  align-items: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  cursor: pointer;
}
.app_header_auth_buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 10px;
  background: #fff;
}
.app_header_login_btn, .app_header_register_btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 14px;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	outline: none;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}
.app_header_login_btn {
  background: #f4f5f7;
  color: #1f2937;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}
.app_header_login_btn:hover {
  background: #eceff3;
}
.app_header_register_btn {
  background: #00b550;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 181, 80, 0.25);
}
.app_header_register_btn:hover {
  background: #009f47;
}
.app_header_login_btn:active,
.app_header_register_btn:active {
  transform: scale(0.97);
}
.app_header_login_btn:focus-visible,
.app_header_register_btn:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}
.app_header_top_menu {
  display: flex;
  white-space: nowrap;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.app_header_top_menu_link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 8px;
    position: relative;
    gap: 3px;
}

.app_header_top_menu_icon {
	width: 20px;
	height: 20px;
	color: #757171;
	display: block;
	margin: 0 auto 0px;
	font-size: 22px;
}
.app_header_category_icon {
	width: 20px;
	height: 20px;
	color: #4F8ED2;
	display: block;
	margin: 0 auto 0px;
	font-size: 22px;
}
.app_header_top_menu_active {
    color: #4F8ED2;
    font-weight: 600;
}
.app_header_top_menu_active::after {
    content: "";
    position: absolute;
    left: 12%;
    bottom: 0;
    width: 76%;
    height: 3px;
    background: #4F8ED2;
    border-radius: 10px;
}
.app_header_category_slider {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding: 10px;
  background: #c7c5c5;
  scrollbar-width: none;
}
.app_header_category_slider::-webkit-scrollbar {
  display: none;
}
.app_header_category_item {
  min-width: 65px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid transparent;
  flex-shrink: 0;
}
.app_header_category_item span {
  color: #333;
  font-size: 12px;
}

 /* app menu modal */
.app-bottom-sheet .app-bottom-sheet-dialog{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    min-height: auto;
    display: flex;
    align-items: flex-end;
}
.app-bottom-sheet .app-bottom-sheet-content{
    width: 100%;
    border: none;
    border-radius: 20px 20px 0 0;
    height: auto;
    background: #fff;
}
.app-bottom-sheet.fade .app-bottom-sheet-dialog{
    transform: translateY(100%);
    transition: transform .3s ease;
}
.app-bottom-sheet.show .app-bottom-sheet-dialog{
    transform: translateY(0);
}
#app_menu_modal .modal-content{
    border-radius: 20px 20px 0 0;
    border: none;
}
.app_header_wallet-item {
    width:100%;
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 8px 15px;
    margin-bottom:5px;
    border:none;
    background:#f5f5f5;
    border-radius:12px;
    cursor:pointer;
    font-size:16px;
}

/* header search */
.modal-dialog {
  margin: 0px;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-none);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
}
.modal.fade .modal-dialog {
  margin: 0 0 0 auto;
  max-width: 500px;
  height: 100vh;

  transform: translateX(100%) !important;
  transition: transform 0.4s ease-in-out !important;
}
.modal.show .modal-dialog {
  transform: translateX(0) !important;
}
.modal-content {
  height: 100vh;
  border-radius: 0;
  background: #c7c5c5;
}
.app_header_search_body{
    padding-top: 10px;
    padding-bottom: 4px;
    background: #fff;
}
.app_header_search {
  width: 100%;
  margin: auto;
}
.app_header_search_header {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.app_header_search_header_back-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}
.app_header_search_header_search-box {
	flex: 1;
	height: 40px;
	background: #c6c6c7;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	gap: 8px;

}
.app_header_search_header_search-icon {
	font-size: 18px;
	color: #3d3a3a;
}
.app_header_search_header_search-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}
.search-input::placeholder {
  color: #3d3a3a;
}
.app_header_search_header_category-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 10px 0px;
    margin-top: 10px;
    margin-bottom: 5px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.app_header_search_header_category-wrapper::-webkit-scrollbar{
    display:none;
}
.app_header_search_header_category {
	flex-shrink: 0;
	border: none;
	outline: none;
	background: #e7e7e7;
	color: #344e6d;
	padding: 10px 15px;
	border-radius: 15px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	transition: 0.25s;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}
.app_header_search_header_active{
    background:#4f90d8;
    color:#fff;
    box-shadow:
    0 4px 10px rgba(79,144,216,.28);

}
.app_header_search_header_category:active{
    transform:scale(.97);
}
.app_header_search_section{
    padding: 10px 10px 0px;
}
.app_header_search_section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 15px;
}
.app_header_search_fire{
    font-size:24px;
}
.app_header_search_chip-container{
    display:flex;
    flex-wrap:wrap;
    gap:14px 12px;
}
.app_header_search_chip {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border-radius: 15px;
	padding: 5px 10px;
	min-height: 40px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.app_header_search_chip img{
    width:25px;
    height:25px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}
.app_header_search_chip span {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
}

  /* app bet history */
  
.app_bet_history {
    background: #c7c5c5;
	position: fixed;
	width: 100%;
	height: 48.183px;
	overflow: hidden;
	z-index: 9;
}
.app_bet_history_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    gap: 16px;
    padding: 20px;
}
.app_bet_history_content_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #6e7677;
    color: #fff;
    font-size: 20px;
}

 /* app favorite header */

 .app_favorite_header{
    background: #c7c5c5;
    height: 40vh;
 }
 .app_favorite_game_recommend{
    background: #fff;
    padding: 4px 5px;
    border: 1px solid #fff;
    border-radius: 10px;
 }