h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

p {
  color: black;
}

ol li {
  color: #000000;
}

.adv-image-content {
  max-width: 80px;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}
.adv-image-content img {
  width: 100%;
}

.common-text b, .common-text strong {
  color: #000000;
  font-weight: 700;
}

.combobox {
  height: max-content;
}

.combobox__item .input-text {
  height: 61px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */
}

.currency-nav {
  height: 100%;
  display: flex;
  position: relative;
}
.currency-nav .drp-down-content {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 45px;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #1e4bd2;
  cursor: pointer;
  transition: 0.3s ease;
}
.currency-nav .drp-down-content:hover {
  color: #009FDF;
}
.currency-nav .drp-down-content:hover:after {
  border-color: #009FDF;
}
.currency-nav .drp-down-content:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 1px 1px 0 0;
  border-color: #1e4bd2;
  border-style: solid;
  right: 18px;
  position: absolute;
  transform: rotate(135deg);
  top: 0;
  bottom: 7px;
  margin: auto 0;
}
.currency-nav .wrapper-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 10px;
  z-index: 10;
}
.currency-nav .wrapper-menu .menu {
  box-shadow: 0 0 13px 0 rgba(10, 41, 115, 0.15);
  padding: 8px 0;
  position: relative;
  background: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.currency-nav .wrapper-menu .menu:after {
  content: "";
  box-shadow: 0 -6px 13px 0 rgba(10, 41, 115, 0.15);
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  top: -5px;
  right: 10px;
}
.currency-nav .wrapper-menu .menu div {
  font-size: 17px;
  padding: 3px 6px 3px 20px;
  color: #1e4bd2;
  transition: 0.3s ease;
  cursor: pointer;
}
.currency-nav .wrapper-menu .menu div:hover {
  transition: 0.3s ease;
  color: #009FDF;
}

.active-menu .drp-down-content:after {
  bottom: -2px;
  transform: rotate(-45deg);
}
.active-menu .wrapper-menu {
  display: unset;
}

@media (max-width: 1003px) {
  .combobox__item .input-text {
    height: 42px;
  }

  .currency-nav .drp-down-content {
    padding-left: 10px;
    padding-right: 35px;
    font-size: 15px;
  }
  .currency-nav .drp-down-content:after {
    width: 7px;
    height: 7px;
    right: 14px;
  }
  .currency-nav .wrapper-menu .menu div {
    font-size: 13px;
    padding: 6px 6px 6px 16px;
  }

  .active-menu .drp-down-content:after {
    bottom: -1px;
  }
}
.currency-selection {
  position: relative;
}
.currency-selection .select-item {
  color: #1e4bd2;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  border: 1px solid #acb6c3;
  border-radius: 3px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
.currency-selection .select-item:hover {
  color: #009FDF;
  transition: 0.3s ease;
}
.currency-selection .select-item:hover:after {
  border-color: #009FDF;
}
.currency-selection .select-item:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 1px 1px 0 0;
  border-color: #0A2896;
  border-style: solid;
  right: 23px;
  position: absolute;
  transform: rotate(135deg);
  top: 0;
  bottom: 7px;
  margin: auto 0;
}
.currency-selection .select-menu {
  position: absolute;
  top: 100%;
  padding: 10px 20px 0;
  left: -20px;
  right: -20px;
  background: #fff;
  z-index: 9;
  display: none;
}
.currency-selection .select-menu .menu {
  box-shadow: 0 0 13px 0 rgba(10, 41, 115, 0.15);
  padding: 8px 0;
  position: relative;
}
.currency-selection .select-menu .menu:after {
  content: "";
  box-shadow: 0 -6px 13px 0 rgba(10, 41, 115, 0.15);
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  top: -5px;
  right: 15px;
}
.currency-selection .select-menu .menu div {
  padding: 3.5px 20px;
  color: #1e4bd2;
  cursor: pointer;
  transition: 0.3s ease;
}
.currency-selection .select-menu .menu div:hover {
  color: #009FDF;
  transition: 0.3s ease;
}

.active-currency-select .select-item:after {
  bottom: -2px;
  transform: rotate(-45deg);
}
.active-currency-select .select-menu {
  display: unset !important;
}

.tab-panel .tab-panel__row li {
  transition: 0s !important;
}
.tab-panel .tab-panel__row li a {
  transition: 0s !important;
}

/*# sourceMappingURL=colors.css.map */
