@import url(https://fonts.googleapis.com/css?family=Nunito);
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: var(--normal-text-color);
}

.select2-container--flat .select2-search input {
  border-color: var(--normal-text-color);
  background-color: #767676;
  color: #ccc;
}
.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #767676;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #767676 !important;
  color: #ffffff;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #767676;
  color: #fff;
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
  color: #ccc;
}
.select2-results .select2-highlighted {
  background: #767676;
  color: #fff;
  border-radius: 0px;
}

.select2-container--flat .select2-selection--single {
  background: var(--normal-text-color);
  border: 0px;
  height: 34px;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: var(--normal-text-color);
  line-height: 34px;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: var(--normal-text-color);
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

html[lang=hu] a[href="https://bidf.hu/news/story-bridge-budapest-2023/73"],
html[lang=en] a[href="https://bidf.hu/news/story-bridge-budapest-2023/72"] {
  display: none;
}

.profile-payment {
  display: none;
}

.barion-response {
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: block;
  position: fixed;
  top: 75px;
  z-index: 99999;
  width: 100%;
  left: 0;
  text-align: center;
}

.barion-response > div {
  padding: 10px;
}

.barion-response .succeeded {
  background-color: green;
}

.barion-response .failed {
  background-color: red;
}

.wysiwyg-content a[href*="/"],
.wysiwyg-content a[href*="@"],
.wysiwyg-content a[href*=":"],
.wysiwyg-content a[href*="#"],
.wysiwyg-content ins {
  color: #8DADFF;
}

.billing-form input[type=radio] {
  width: auto !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.billing-form input[type=text],
.billing-form input[type=number],
.billing-form select {
  display: block;
  padding: 8px 15px;
  border: 2px solid #ebebeb;
  background-color: #fff;
  font-size: 15px;
  color: #989898;
  font-weight: 600;
  margin: 0 !important;
  line-height: 1.2;
  border-radius: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.billing-form label {
  position: relative;
  width: 100%;
  display: inline-block;
}

#main-header .header-menu .header-menu-item.header-menu-login.header-menu-item-dropdown > a {
  color: white;
}
