.dropdown-menu {
  border-radius: 1px;
  border:none;
  font-size: 13px;
  font-weight: normal;
}

.container-dropFlags img {
  width: 27px;
  height: 20px;
  max-width: 27px;
  max-height: 20px;
}

.dropdown-item {
  padding: 5px 10px;
}

.dropdown-item:hover {
  background:none;
}

.btn.dropdown-toggle {
  background: none;
  border: none;
  padding: 8px;
}

.btn.dropdown-toggle:focus {
  box-shadow: none;
}

.container-dropFlags {
  background-color: white;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 13px !important;
  font-weight: normal !important;
}

.selected-language-text {
  padding-right: 30px;
}

.dropdown-menu.dropdownFlags {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: translateX(0%) !important;
  width: 100%;
  min-width: unset;
  max-width: 100%;
  padding-bottom:5px;
}

#idiomaSelector::after {
  display: none !important;
}

.custom-arrow {
  transition: transform 0.3s ease;
}

#idiomaSelector[aria-expanded="true"] .custom-arrow {
  transform: rotate(90deg);
}

@media (max-width: 600px) {
  .container-dropFlags {
    width: 100px !important;
    max-width: 110px !important;
  }
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}