.no-scroll {
  overflow: hidden;
}

.menu-button {
  padding: 6px 10px;
}

.drawer-menu {
  transform: translateX(-100%);
  position: fixed;
  z-index: 1031;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-out;
}

.drawer-menu-open {
  transform: translateX(0px);
}

.drawer-menu-open .drawer-menu-overlay {
  opacity: 1;
  width: 200%;
}

.drawer-menu-overlay {
  opacity: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: calc(100% - 44px);
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease-out;
}

.drawer-menu-content {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 12px 12px 12px;
  position: fixed;
  height: 100%;
  width: calc(100% - 44px);
  background-color: white;
}

.drawer-menu-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.drawer-menu-close {
  display: flex;
  justify-content: flex-end;
  padding: 0px 16px;
}

.drawer-menu-close button {
  width: 20px;
  padding: 0;
  background: none;
  border: none;
}

#drawer-menu-back {
  margin-right: auto;
}


.drawer-menu-items {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.drawer-menu-item {
  display: flex;
  color: #212529;
  flex: 1;
  justify-content: space-between;
  padding: 2px 16px;
  animation: fadeInRight 0.5s ease-out forwards;
}

.drawer-menu-item-main {
  font-size: 2rem;
  margin: 0;
}

.drawer-menu-item-option {
  font-size: 1.6rem;
}

.drawer-menu-item-sub-option {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.drawer-menu-item-sub-option div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.drawer-menu-item-label {
  font-size: 1.4rem;
  margin: 16px 0px 0px 0px;
}

.drawer-menu-login {
  font-size: 1.8rem !important;
  font-weight: 600;
  padding: 0.5rem 1rem !important;
}

.nav-padding {
  padding-top: 3.25rem;
}

.navbar {
  max-height: 100vh;
  font-family: "Inter", sans-serif;
}

.navbar-menus-buttons {
  display: flex;
  flex-grow: 1;
}

.navbar-nav {
  display: none;
  gap: 4px;
  align-items: stretch;
  overflow-y: scroll;
  max-height: 100vh;
  background-color: #FFFFFF !important;
}

[data-theme='light'] .nav {
  background-color: white;
}

[data-theme='dark'] .nav {
  background-color: black;
}

.nav::before {
  -webkit-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.04);
  box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.04);
}

.nav {
  -webkit-box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.08);
  box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.08);
}

.nav-link-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
  color: #212529 !important;
  border-radius: 8px;
}

.nav-link-item:hover {
  background-color: #f1f3f5;
}

.nav-link-item__arrow {
  padding-top: 2px;
  margin-left: 0.8rem;
  display: inline-block;
  transition: all 150ms;
}

[data-theme="dark"] .nav-link-item {
  color: white !important;
}

.brand {
  margin-right: 1rem;
}

.brand img {
  width: 2.5rem;
  height: 2.5rem;
}

.nav-login {
  padding: 1rem;
  padding-top: 0;
}


.dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  padding: 0.5rem 1rem;
  clear: both;
  font-size: 1.4rem;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: wrap !important;
  background-color: transparent;
  border: 0;
}

.dropdown-menu {
  transform: translateY(10px);
  border: 1px solid #e9ecef;
  box-shadow: calc(0.0625rem * 1) calc(0.1875rem * 1) #0000000d,#0000000d 0 calc(1.25rem * 1) calc(1.5625rem * 1) calc(-0.3125rem * 1),#0000000a 0 calc(0.625rem * 1) calc(0.625rem * 1) calc(-0.3125rem * 1);
}

.dropdown-link:hover {
  background-color: #f1f3f5;
}

.dropdown-left-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dropdown-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  width: 24px;
  height: 24px;
}

.dropdown-icon svg {
  stroke: white;
}

.dropdown-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  padding: 0px 6px;
  border-radius: 24px;
  background-color: #4c6ef5;
}

.dropdown-right {
  top: 0;
  left: 100%;
}

.dropdown-label {
  font-size: 1.2rem;
  color: #868E96;
}

.dropdown-label:hover {
  background-color: transparent;
}

.dropend:hover .dropdown-menu {
  display: block;
  transform: translateY(-6px);
}

.btn-container {
  -webkit-box-shadow: 0 8px 12px -2px #00000014;
  -moz-box-shadow: 0 8px 12px -2px #00000014;
  box-shadow: 0 8px 12px -2px #00000014;
  display: inline-block;
  border-radius: 12px;
}

.btn-normal {
  border-radius: 8px;
  background: #4d44d7;
  font-size: .47rem;
  transition: opacity .15s;
  padding: 0.75rem 1rem;
}

.btn-normal-outline {
  color: #4d44d7 !important;
  border-radius: 8px;
  border: 1px solid #4d44d7;
  font-size: .47rem;
  transition: background-color .15s;
  padding: 0.75rem 1rem;
}

.btn-normal:hover {
  background: #4d44d7;
  color: #FFFFFF;
  opacity: .8;
}

.btn-normal-outline:hover {
  background: #FFFFFF;
  color: #655CE4 !important;
  border: 1px solid #655CE4;
  opacity: .8;
}

.btn-size-sm {
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.025rem;
  padding: 0.75rem 1rem;
}

.navbar-brand {
  margin-right: 1rem;
  display: flex;
}

.navbar-brand img {
  width: 5.68rem;
  height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .desktop-menus {
    display: none;
  }
  .navbar-menus-buttons {
    padding-right: 6px;
  }
}


@media screen and (min-width: 375px) {
  .nav-login {
    padding: 0;
  }

  .navbar-brand img {
    width: 11.8rem;
    height: 3rem;
  }

  .navbar-small-brand img {
    width: 3rem;
    height: 3rem;
  }

  .btn-normal {
    font-size: 0.75rem;
  }

  .btn-normal-outline {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 480px) {
  .menu-button {
    display: none;
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
  }


  .nav-login {
    padding: 0;
  }

  .navbar-brand img {
    width: 11.8rem;
    height: 3rem;
  }

  .navbar-small-brand img {
    width: 3rem;
    height: 3rem;
  }

  .btn-normal {
    font-size: 0.75rem;
  }

  .btn-normal-outline {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    overflow-y: initial;
    max-height: unset;
  }

  .dropdown-link {
    white-space: nowrap;
  }

  .nav-login {
    padding: 0;
  }

  .navbar-brand img {
    width: 11.8rem;
    height: 3rem;
  }

  .navbar-small-brand img {
    width: 3rem;
    height: 3rem;
  }

  .btn-normal {
    font-size: 0.75rem;
  }

  .btn-normal-outline {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 992px) {
  .nav-padding {
    padding-top: 5rem;
  }

  .nav-login {
    padding: 0;
  }

  .navbar-brand img {
    width: 11.8rem;
    height: 3rem;
  }

  .navbar-small-brand img {
    width: 3rem;
    height: 3rem;
  }

  .btn-normal {
    font-size: 0.75rem;
  }

  .btn-normal-outline {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-brand img {
    width: 11.8rem;
    height: 3rem;
  }

  .navbar-small-brand img {
    width: 3rem;
    height: 3rem;
  }

  .btn-normal {
    font-size: 1.3rem;
  }

  .btn-normal-outline {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-brand img {
    width: 18rem;
    height: 4.576rem;
  }

  .navbar-small-brand img {
    width: 3rem;
    height: 3rem;
  }

  .btn-normal {
    font-size: 1.3rem;
  }

  .btn-normal-outline {
    font-size: 1.3rem;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}