/* Mobile Navigation Extended Styles */
/* Base mobile navigation styles are defined in main style.css */

.nav-link {
  color: white;
}

.logo__description--mobile {
  font-weight: normal;
}

.menu__btn--login--mobile {
  border-radius: 8px;
  background: #3aaa35;
  color: white;
  padding: 1rem 2.5rem !important;
}

div.mobile li a.nav-link {
  font-weight: normal;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-nav .active a::after {
  border-bottom: 3px solid #dc2128;
  bottom: 0px;
  content: " ";
  position: absolute;
  right: 0px;
  left: 90%;
}

.hesabresi.active a::after {
  left: 85% !important;
}

.header-message-container {
  top: 0;
  width: 100%;
  height: 30px;
  z-index: 100;
}

.header-message {
  direction: rtl;
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #39297f;
  font-weight: 700;
  overflow: hidden;
  color: white;
}

.header-message > span:last-child {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #cc053a;
  padding: 0 5px 2px 5px;
  height: 20px;
  border-radius: 4px;
}

.header-message > span:last-child:hover {
  background-color: #fca2a2;
  color: black;
}
