/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.language-switcher {
  display: none;
}
@media (min-width: 992px) {
  .language-switcher {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-right: 25px;
    margin-left: 50px;
    pointer-events: all;
    background-color: transparent;
  }
}
.language-switcher.show {
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: -35px;
  display: block;
  width: 100%;
  max-width: 768px;
  height: 100%;
  transform: translateY(calc(100% - 115px));
  transition: all 0.3s ease-in-out;
  background: #003890;
}
.language-switcher.open {
  transform: translateY(0);
}
.language-switcher .current-language {
  position: relative;
  padding: 6px 10px;
  margin: 30px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 44px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .language-switcher .current-language {
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  .language-switcher .current-language.active:before {
    content: "";
    z-index: 11;
    position: absolute;
    top: 20px;
    bottom: -19px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0px 7px 10px 7px;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.1));
  }
}
.language-switcher .current-language.active button.btn-lang-toggle {
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 992px) {
  .language-switcher .current-language.active button.btn-lang-toggle {
    transform: translateY(-50%) rotate(270deg);
  }
}
.language-switcher .current-language button.btn-lang-toggle {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(270deg);
  width: 10px;
  height: 20px;
  transition: 0.3s all ease-in;
  background-image: url("../../../images/icons/solid-arrow-bold-right-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 18px;
}
@media (min-width: 992px) {
  .language-switcher .current-language button.btn-lang-toggle {
    right: -25px;
    transform: translateY(-50%) rotate(90deg);
  }
}
.language-switcher .current-language span {
  font-size: 12px;
  color: #606060;
}
@media (min-width: 992px) {
  .language-switcher .current-language span {
    display: none;
  }
}
.language-switcher .current-language a {
  color: #404040;
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 992px) {
  .language-switcher .current-language a {
    display: block;
    width: calc(100% + 20px);
    text-align: left;
  }
}
.language-switcher .current-language a svg {
  height: 10px;
  width: 20px;
}
.language-switcher .btn-lang-container {
  display: block;
  height: calc(100vh - 100px);
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container {
    display: none;
  }
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container.show {
    position: absolute;
    top: 30px;
    right: -50px;
    display: block;
    min-width: 320px;
    max-width: 640px;
    height: auto;
    max-height: 430px;
    padding: 20px;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2509803922);
    background-color: #fff;
  }
}
.language-switcher .btn-lang-container span {
  display: none;
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #606060;
  }
}
.language-switcher .btn-lang-container .links {
  height: 100%;
  padding: 30px 15px;
  margin-top: 15px;
  overflow: auto;
  background-color: #fff;
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container .links {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(12, auto);
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    justify-items: flex-start;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    overflow-y: hidden;
  }
}
.language-switcher .btn-lang-container .links li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container .links li {
    min-width: 160px;
    margin-bottom: 0;
  }
}
.language-switcher .btn-lang-container .links li a {
  color: #606060;
  font-size: 14px;
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container .links li a {
    display: flex;
    align-items: center;
    text-align: left;
    text-decoration: none;
  }
}
.language-switcher .btn-lang-container .links li a svg {
  width: 100%;
  max-width: 18px;
  height: 13px;
  margin-right: 10px;
}
.language-switcher .btn-lang-container .btn-close {
  display: none;
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #0046b4;
  }
}
@media (min-width: 992px) {
  .language-switcher .btn-lang-container .btn-close::after, .language-switcher .btn-lang-container .btn-close::before {
    background-color: #0046b4;
    height: 15px;
  }
}

/*# sourceMappingURL=lang-switcher.css.map */
