.header-big {
  z-index: 11;
  position: fixed;
  background-image: none;
  background: rgba(33, 34, 51, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  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-logo-toggle {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 15px; }
    .header-big .l-logo-toggle .icon {
      width: 30px;
      height: 30px;
      cursor: pointer;
      transform: scaleX(-1); }
      .header-big .l-logo-toggle .icon.active {
        transform: scaleX(1); }
    .header-big .l-logo-toggle .logo-m {
      cursor: pointer;
      height: 100%; }
      .header-big .l-logo-toggle .logo-m a {
        height: 100%;
        display: flex;
        align-items: center;
        gap: 5px; }
        .header-big .l-logo-toggle .logo-m a .logo {
          width: 35px;
          height: 35px; }
        .header-big .l-logo-toggle .logo-m a .name-m {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .header-big .l-logo-toggle .logo-m a .name-m .name {
            font-size: 12px;
            font-family: Nunito, Arial, 'Helvetica Neue', Helvetica, sans-serif;
            font-weight: 700;
            color: #eff0f7; }
  .header-big .search {
    cursor: pointer;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px; }
  .header-big .search-ipt {
    width: 30%;
    height: 40px !important; }

.side-big {
  min-width: 200px;
  height: 100%;
  overflow-y: auto;
  background: #0c0d14;
  border-right: 1px solid #28293d;
  transition: visibility 0s, all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .side-big .tags-m {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap: 15px; }
    .side-big .tags-m .tag-img {
      width: 22px;
      height: 22px; }
    .side-big .tags-m .tag-type {
      min-height: 34px;
      font-size: 15px;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }

.ant-input {
  height: 100% !important;
  border: none !important;
  color: #8d90a3 !important;
  border-radius: 30px !important;
  background-color: #414462 !important;
  border-color: transparent !important;
  border-style: solid !important;
  border-width: 1px !important;
  box-shadow: 0px 0px !important;
  font-family: Nunito, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important; }

.ant-input-clear-icon {
  font-size: 16px !important;
  color: #aaadbe !important; }

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  font-size: 16px !important;
  color: #eff0f7 !important; }

.ant-input:focus,
.ant-input:hover {
  border: none !important;
  box-shadow: none !important; }

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

.ant-drawer-content {
  background: #1a1b28 !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;
    gap: 8px; }
    .drawer-big .drawer-search-m .icon {
      width: 24px; }
    .drawer-big .drawer-search-m .ipt {
      flex: 1;
      height: 34px; }
  .drawer-big .tags-name {
    font-size: 20px;
    color: #fff;
    font-family: Nunito, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 900;
    padding-left: 20px; }
  .drawer-big .game-type {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
    .drawer-big .game-type .tags-m {
      cursor: pointer;
      display: flex;
      align-items: center;
      padding-left: 20px;
      gap: 15px; }
      .drawer-big .game-type .tags-m .tag-img {
        width: 22px;
        height: 22px; }
      .drawer-big .game-type .tags-m .tag-type {
        min-height: 34px;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
