.languages-countries-selector{
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 0px;
}

#shortcode-1168-39 > .languages-countries-selector,#shortcode-1206-39 > div{
  margin-top: 0px !important;
}

.oxy-modal-backdrop .ct-modal {
  width: 100vw;
  /*margin-left: -200vw;*/
}

.radio {
  background: #6ab0d280;
  border-radius: 2px;
  padding: 4px;
  color: #0a4d6b;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  width: 200px;
  font-size: 21px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.radio.off .bar {
  background: white;
  left: 100px;
}

.radio.off label[for="lang"] {
  color: #0a4d6b;
}

.radio.off label[for="country"] {
  color: #0a4d6b;
}

.radio .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  height: 30px;
}

.radio input {
  opacity: 0;
  pointer-events: none;
  width: 50%;
  height: 32px;
}

.radio label {
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  user-select: none;
  width: 50%;
}

.radio label[for="lang"] {
  color: #0a4d6b;
}

.radio .lang {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.radio .country {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.radio .bar {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 24px;
  width: 180px;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
}

.languages-selector {
  /*position: absolute;
  top: -9999px;
  left: -9999px;*/
  width: 100%;
  display: flex;
  opacity: 1;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  transition: opacity .3s ease-in-out 0s;
}

.countries-selector {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  display: flex;
  opacity: 0;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  transition: opacity .3s ease-in-out 0s;
}

.current-selector{
  position: relative;
  opacity: 1;
  display: flex;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  /*transition: opacity .3s ease-in-out 0s;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.languages-selector p,
.countries-selector p,
.current-selector p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-family: "AvantGarde Regular" !important;
  color: #151515;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
}
.selecting-lang .lang-flag {
  transform: scale(1);
  transition: all 0.25s ease 0.1s;
}
.selecting-lang:hover {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease 0.1s;
}
.selecting-lang:hover .lang-flag {
  transform: scale(1.05) !important;
  transition: all 0.25s ease 0.1s;
}
.selecting-lang .lang-text {
  transition: all 0.25s ease 0.1s;
}
.selecting-lang:hover .lang-text {
  font-weight: 800 !important;
  transition: all 0.25s ease 0.1s;
}

.lang-flag.current-flag {
  margin-bottom: 0px;
  width: 40px !important;
  height: 40px !important;
  transform: scale(1) !important;
  transition: transform 0.2s ease 0s;
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.15)) saturate(110%) contrast(120%);
}

.lang-flag {
  width: 32px;
  height: 32px;
  /*margin-bottom: 10px;*/
}

#resources-table .lang-flag {
  width: 24px !important;
  height: 24px !important;
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.15)) saturate(110%) contrast(120%);
  margin-left: 5px;
  margin-right: 5px;
  filter: brightness(.95);
  transform: scale(1,1);
  transition: transform .2s ease 0s;

  /*margin-bottom: 10px;*/
}

#resources-table .lang-flag:hover {
  filter: brightness(1);
  transform: scale(1.05,1.05);
  transition: transform .2s ease 0s;
  /*margin-bottom: 10px;*/
}

.selecting-lang-container {
  padding: 0.33em;
  width: 50%;
  /*margin-bottom: 20px;*/
}

.selecting-lang {
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  padding-left: 0.15em;
  padding-right: 0.15em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0.2s;
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.15)) saturate(110%) contrast(120%);
}

.selectors-container{
  display: flex;
  flex-direction: row;
}