.header-big {
  padding: 0 10px;
  overflow: hidden;
  z-index: 11;
  position: fixed;
  background-image: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(33, 34, 51, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
  .header-big .l-m {
    display: flex;
    align-items: center; }
    .header-big .l-m .bg-spri {
      width: 170px;
      height: 40px; }
    .header-big .l-m .sidebar i {
      font-size: 30px;
      color: #fff; }
  .header-big .m-m {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-big .m-m .bg-spri {
      width: 170px;
      height: 40px; }
    .header-big .m-m .hbc-third {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 30px;
      gap: 30px;
      position: relative; }
      .header-big .m-m .hbc-third .title {
        display: flex;
        color: #fff;
        font-size: 14px;
        cursor: pointer; }
        .header-big .m-m .hbc-third .title:hover {
          color: var(--theme-color); }
      .header-big .m-m .hbc-third .search-ipt {
        position: absolute;
        top: 12px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        height: 51px; }
  .header-big .r-m {
    display: flex;
    gap: 15px; }
    .header-big .r-m .btn-search {
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      text-decoration: none;
      border-radius: 50%; }
      .header-big .r-m .btn-search i {
        color: #fff;
        font-size: 24px; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }

.side-big {
  position: relative;
  direction: rtl;
  min-width: 130px;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(33, 34, 51, 0.9);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
  .side-big::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #fca311; }
  .side-big::-webkit-scrollbar {
    width: 8px;
    height: 16px; }
  .side-big .tags-m {
    padding-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 54px;
    font-size: 14px;
    color: #fff;
    z-index: 2; }
  .side-big .nav {
    z-index: 1;
    position: absolute;
    left: 25px;
    top: -70px;
    width: calc(100% - 25px);
    height: 54px;
    background: var(--background);
    background-attachment: fixed;
    border-radius: 16px 0 0 16px;
    transition: top 0.2s; }
    .side-big .nav::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 100%;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      box-shadow: 16px 16px var(--background); }
    .side-big .nav::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 100%;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      top: 100%;
      box-shadow: 16px -16px var(--background); }

.ant-drawer-content-wrapper {
  width: 100% !important; }

.ant-drawer-content {
  background-color: var(--bs-body-bg) !important; }

.ant-drawer-body {
  height: 100%;
  padding: 8px !important; }

.drawer-big {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px; }
  .drawer-big .drawer-search-m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px;
    padding: 10px;
    background: rgba(33, 34, 51, 0.9); }
    .drawer-big .drawer-search-m .bg-spri {
      width: 170px;
      height: 40px; }
    .drawer-big .drawer-search-m span {
      font-size: 25px;
      color: #fff; }
    .drawer-big .drawer-search-m i {
      font-size: 27px;
      color: #fff;
      cursor: pointer; }
  .drawer-big .ipt-m {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .drawer-big .ipt-m .ipt {
      max-width: 790px;
      flex: 1;
      height: 57px !important;
      color: #fff;
      font-size: 15px;
      border: none; }
  .drawer-big .game-type {
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
    .drawer-big .game-type.flex1 {
      flex: 1; }
    .drawer-big .game-type .tags-m {
      cursor: pointer;
      display: flex;
      align-items: center;
      padding-left: 20px;
      min-height: 50px;
      gap: 10px; }
      .drawer-big .game-type .tags-m:hover {
        background: #280e5b; }
        .drawer-big .game-type .tags-m:hover .tag-type {
          color: #fff; }
      .drawer-big .game-type .tags-m i {
        color: #fff;
        font-size: 18px;
        width: 30px; }
      .drawer-big .game-type .tags-m .tag-type {
        font-size: 18px;
        color: var(--theme-color);
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center; }
