.header {
  height: 93px;
  width: 100%;
  padding: 17px 0;
  background-color: #0f0e0e;
  border-bottom: 2px solid #ed780f;
}

.header-auth .logo {
  margin-left: 17px;
}

.header .logo {
  height: 100%;
  z-index: 999;
}

.header .logo img {
  max-height: 100%;
  max-width: 100%;
}

.nav-icon-wrapper {
  position: absolute;
  width: 100%;
  padding: 0 26.5px;
}

.nav-icon-wrapper-auth {
  padding-right: 20px;
}

.nav-giveaway-lg {
  display: none;
}

.nav-giveaway-sm img {
  width: 25px;
  margin-left: 12px;
  margin-right: 12px;
}

#nav-search {
  display: none;
  position: relative;
  margin-right: 12px;
}

#nav-search.active {
  display: block;
}

.search-bar {
  height: 31px;
  background-color: #2e2e2e;
  border: none;
  border-radius: 16px;
  padding: 0 10px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.search-bar:focus {
  outline: none;
}

.search-toggle {
  position: inherit;
  cursor: pointer;
  z-index: 1;
  width: 22px;
  margin-right: 12px;
}

.hidden {
  display: none;
}

.search-btn {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 16px;
  cursor: pointer;
}

.search-result {
  position: absolute;
  display: none;
  flex-direction: column;
  top: 46px;
  right: 0px;
  min-height: 300px;
  max-height: 60vh;
  width: 500px;
  padding: 15px;
  background-color: #2e2e2e;
  color: white;
  border-radius: 6px;
  z-index: 999;
  overflow: scroll;
}

.search-result::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.search-result h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}

.search-result hr {
  border-top: 2px solid #adadad;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.result-list {
  margin-top: 6px;
}

.result-video {
  margin-bottom: 12px;
}

.result-video:hover {
  text-decoration: none;
}

.result-video img {
  border-radius: 0.25rem;
}

.result-video-subtitle {
  color: white;
}

.nav-notification img {
  width: 24px;
  height: 25px;
  margin-right: 12px;
}

.notification-new {
  display: none;
}

.nav-user svg {
  width: 25px;
  margin-right: 12px;
}

.nav-icon {
  width: 25px;
  height: 21px;
}

.nav-icon .line {
  border-top: 3px solid #55f8f3;
}

a.click-here-text {
  display: none;
  text-decoration: none;
  color: #2ff1eb;
  font-family: 'blackSignature';
  font-size: 49px;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .search-result {
    right: -85px;
    width: calc(100vw - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .search-result {
    width: 580px;
  }
}

@media only screen and (min-width: 960px) {
  .search-result {
    width: 760px;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    height: 150px;
  }

  .header-auth {
    padding: 36px 0;
  }

  .nav-giveaway-sm {
    display: none;
  }

  .nav-giveaway-lg {
    display: block;
  }

  .nav-giveaway-lg:hover {
    text-decoration: none;
  }

  .nav-giveaway-lg img {
    display: block;
    width: 44px;
  }

  .giveaway-btn {
    height: 46px;
    background-color: #ed780f;
    border-radius: 23px;
  }

  .giveaway-btn span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #52f1eb;
    margin-left: 15px;
    margin-right: 5px;
  }

  #nav-search {
    display: block;
    margin-right: 21px;
  }

  .search-bar {
    height: 46px;
    width: 262px;
    border-radius: 23px;
    padding: 0 18px;
    font-size: 25px;
  }

  .search-btn {
    top: 8px;
    right: 18px;
    width: 26px;
  }

  .search-toggle {
    display: none;
  }

  .search-result {
    top: 62px;
    width: 960px;
  }

  .nav-notification img {
    width: 44px;
    height: 45px;
    margin-right: 21px;
  }

  .nav-user svg {
    width: 45px;
    margin-right: 0;
  }

  .nav-icon-wrapper {
    padding: 0 138px;
  }

  .nav-icon {
    display: none !important;
  }

  a.click-here-text {
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .header-auth {
    padding: 17px 140px;
  }
}

@font-face {
  font-family: blackSignature;
  src: url(../res/font/BlackSignature.otf);
}
