._download-text-with-icon_7-o-0n {
  display: flex;
  justify-content: space-between;
}
._download-text-with-icon_7-o-0n i {
  cursor: pointer;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  position: absolute;
  z-index: 2;
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__dropdown-content {
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/1952df896c6a79bb730c.png?1);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url(/276410ffdcdd2ff8dca2.png?1);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
/* Using `:root` prefix here to increase the specificity to avoid a CSS import order bug when using embroider */
:root .iti__flag {
  background-image: url(/1952df896c6a79bb730c.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  :root .iti__flag {
    background-image: url(/276410ffdcdd2ff8dca2.png);
  }
}
._risk-title_P8wnnu {
  display: inline-block;
}
._risk-title_P8wnnu > * {
  display: inline;
}
._score_odrxg3 {
  display: flex;
  flex-direction: column;
}

._master-page_i8PVQb {
  display: flex;
  gap: 5em;
  flex-direction: row;
  justify-content: space-between;
}
._content_SoYbkA {
  height: 100%;
}
._header_GZC5Zi,
._scores_9-oofF,
._explainers_iyoXKk {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  gap: 2em;
}
._persistence-header_fSGyrS,
._observance-header_pmBl0E,
._scores_9-oofF > *,
._explainers_iyoXKk > * {
  flex: 50%;
}

._range_gZKmdw {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
._labels_gmYFW3 {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
._min_Qj2ExT,
._max_ledJQv {
  max-width: 25%;
  text-align: center;
}

._range_zBRfnZ {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
._labels_hbuGi0 {
  margin-top: 8px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  justify-content: space-between;
}
._label_t\+q08N {
  flex-basis: 100%;
  text-align: center;
}
._label_t\+q08N:first-child {
  flex-basis: 50%;
}
._label_t\+q08N:last-child {
  flex-basis: 50%;
}

._file-attachment-div_DTMkZD {
  display: flex;
  flex-direction: column;
}
._file-attachment-div_DTMkZD ._link_7Lanhp {
  text-align: right;
}
._file-attachment-div_DTMkZD:not(:first-child) {
  margin-top: 1em;
}

.ui.form input._input_jYeCNG {
  width: calc(100% - 3em);
}
._dropdown_akq3Lt {
  width: 3em;
}
.ui.dropdown > .text._center-aligned_OBZ0NH {
  display: flex;
  justify-content: center;
}

._references-message_ubSQah {
  color: #45b854;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  ._references-message_ubSQah {
    position: relative;
  }
}

.ui.form .field._generic-field_TSinOV:last-child {
  margin-bottom: 1.5em;
}

._raw-hprim_lT2XBl {
  font-size: 0.9em;
  white-space: pre-wrap;
}
._upload-label_7\+umyw {
  font-size: 0.8em;
  color: #1c1d1e;
}

.ui.horizontal.divider._result-title_uhBaRR {
  line-height: 1.5;
  margin: 0;
}
.title:not(.active) ._result-descr_2IgVWL {
  color: #808080;
}
.title.active ._result-descr_2IgVWL {
  color: #fc1369;
  font-weight: bold;
}
._result-descr_2IgVWL {
  font-size: 0.85714286em;
  font-weight: normal;
}

._matching-board_S1UEbG {
  display: flex;
  flex-direction: column;
  margin: 0 1em 2em 1em;
}
._row_TyhWZ6 {
  padding-bottom: 2em;
  align-items: center;
  display: grid;
  column-gap: 1em;
  grid-template-columns: 2fr 2fr 1.25fr;
}
._raw-unit_jpchM1 {
  display: flex;
  align-items: baseline;
}
._conversion-div_tfqvR- {
  display: flex;
  justify-content: end;
}
._overflow-wrap_nZhERl {
  overflow-wrap: anywhere;
  hyphens: auto;
}
.ui.search.dropdown._compact_xOsRw9 {
  min-width: 100px;
}
._loading-div_woY6hA {
  display: flex;
  justify-content: center;
}
._align-right_MI0rBT {
  text-align: right;
}

._name-cell_m8IPW1 {
  white-space: nowrap;
  position: sticky;
  left: 0;
  background-color: #f7f7f7 !important;
}

._name-cell-not-sticky_nJmDto {
  white-space: nowrap;
  background-color: #f7f7f7 !important;
}

.ui.striped.table > tbody > tr > td._title-table-line_8p\+8EF {
  background-color: #ffffff !important;
  border-left-style: none !important;
  border-right-style: none !important;
  padding: 15px 11px;
}
.ui.striped.table > tbody > tr._group-title_5Nh8Wb + tr > td {
  border-top-style: none !important;
}
.ui.striped.table > tbody > tr > td:first-child._title-table-line_8p\+8EF {
  position: sticky;
  left: 0;
}

._table-container_yOmC-z {
  /* The contained table may have data outside the screen,
  make it scrollable. */
  overflow: scroll;
  max-height: 80vh;
  scrollbar-width: thin;
}
._results-source_j6s6lE {
  font-size: 0.9em;
  font-weight: normal;
}
._bio-exam-table_6cHfw6.ui.table {
  border-left-style: none;
  border-right-style: none;
}
._bio-exam-table_6cHfw6.ui.celled.table > thead > tr > th {
  border-right: 1px solid rgba(34, 36, 38, 0.1);
  border-left-style: none;
}
._bio-exam-table_6cHfw6.ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) {
  border-left-style: none;
}
._bio-exam-table_6cHfw6.ui.celled.table > tbody > tr > td {
  border-right: 1px solid rgba(34, 36, 38, 0.1);
  border-left-style: none;
}
._bio-exam-table_6cHfw6.ui.definition.table > tbody > tr > td:nth-child(2) {
  border-left-style: none;
}
._bio-exam-table_6cHfw6.ui.definition.table > tbody > tr > td:first-child {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}
._new-measure_CtQJPQ {
  display: block;
}
._sticky_ObC7cR {
  position: sticky;
}
._sticky_ObC7cR._table-head_RP2cNE {
  top: 0;
  z-index: 1;
}
._sticky_ObC7cR._first-column_6NoCxm {
  left: 0;
  background-color: #f7f7f7 !important;
}
._sticky_ObC7cR._corner-cell_63ODQA {
  top: 0;
  left: 0;
  z-index: 1;
}
._je-head-cell_zDZ5Aq {
  min-width: 130px;
}
.ui.striped.table > tbody > tr > td._title-table-line_BUqGVv {
  background-color: #ffffff !important;
  border-left-style: none !important;
  border-right-style: none !important;
  padding: 15px 11px;
}
.ui.striped.table > tbody > tr > td:first-child._title-table-line_BUqGVv {
  position: sticky;
  left: 0;
}
._headers_y3zD53 {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
._headers_y3zD53 i {
  cursor: pointer;
}

.ui.card._suggestion_\+VsxsL:not(._visible_GXFTEE) {
  display: none;
}
.ui.card._suggestion_\+VsxsL._visible_GXFTEE {
  width: 100%;
}
._input-with-options_mbO2in {
  display: flex;
  flex-direction: column;
}
._item_b5b1EQ {
  padding: 0.5em;
  cursor: pointer;
}
._item_b5b1EQ:hover {
  background: rgba(0, 0, 0, 0.03);
}

.ui.form .fields > .field._searchable_QI\+khI {
  flex: 1 0 auto;
  max-width: 50%;
}

._semeia-chat_-xd0LR {
  margin: 0;
  padding: 0;
}
._semeia-chat_-xd0LR .ui.form textarea.ui.input {
  margin-top: 0;
  width: 100%;
}
._semeia-chat_-xd0LR .ui.button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
._semeia-chat_-xd0LR .sender {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._semeia-chat_-xd0LR .recipient {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._semeia-chat_-xd0LR .message {
  margin-bottom: 1rem;
  text-align: left;
}
._semeia-chat_-xd0LR .message .content {
  border-radius: 10px;
  max-width: 60%;
  overflow-wrap: break-word;
  padding: 10px 14px;
  width: fit-content;
}
._semeia-chat_-xd0LR .message .pre-line {
  white-space: pre-line;
}
._semeia-chat_-xd0LR .message .signature {
  max-width: 100%;
  padding: 0 5px;
}
._semeia-chat_-xd0LR .message .unread {
  font-size: 0.85714286em;
}
._semeia-chat_-xd0LR .sender.message .content {
  background-color: #cfcfcf;
  color: #1c1d1e;
}
._semeia-chat_-xd0LR .recipient.message .content {
  background-color: #d3d3d3;
  color: #1c1d1e;
}
._semeia-chat_-xd0LR .recipient-alternate .content {
  background-color: #808080;
  color: #ffffff;
}

._history-table-container_ptlrgr {
  display: flex;
  flex-direction: column;
}
._history-table-links_1dFu6o {
  align-items: flex-end;
}
._history-table_AMfVSd {
  margin-top: 1em;
  overflow-x: scroll;
}

.ui.header._synthesis-header_2aEviC {
  display: flex;
  justify-content: space-between;
}
.ui.header._synthesis-header_2aEviC i {
  cursor: pointer;
}

._new-measure_Tp-e8n {
  display: block;
}

._nad_PUEZxd,
._nag_agytmM {
  margin: 1em;
  padding: 1em;
  border: 1px solid #db2828;
  width: 50%;
}
._form_GifFNg {
  display: flex;
  flex-direction: row;
}

._shoulder-right_Sd\+8mh {
  position: absolute;
  top: 17%;
  left: 21%;
}
._shoulder-left_Gt-HO4 {
  position: absolute;
  top: 17%;
  right: 21%;
}
._elbow-right_C5izd9 {
  position: absolute;
  top: 37%;
  left: 15%;
}
._elbow-left_HNnKA4 {
  position: absolute;
  top: 37%;
  right: 15%;
}
._knee-right_UEJaWo {
  position: absolute;
  top: 71%;
  left: 34%;
}
._knee-left_\+Uv7D4 {
  position: absolute;
  top: 71%;
  right: 34%;
}

._circle_CVrIDu {
  fill: transparent;
  stroke: #fc1369;
  stroke-width: 2px;
}
._circle-selected_5qTFfZ {
  fill: #fc1369;
}

._wrist-left-hand_zuJn\+t {
  position: absolute;
  top: 21%;
  right: 53%;
}
._thumb-mcp-left-hand_Dxw8YW {
  position: absolute;
  top: 45%;
  right: 17%;
}
._thumb-ipp-left-hand_zm7mIe {
  position: absolute;
  top: 53%;
  right: 8.5%;
}
._index-mcp-left-hand_T4jqIL {
  position: absolute;
  top: 62%;
  right: 29%;
}
._index-ipp-left-hand_IsHCri {
  position: absolute;
  top: 72%;
  right: 27%;
}
._middle-mcp-left-hand_2ADWcM {
  position: absolute;
  top: 62%;
  right: 43%;
}
._middle-ipp-left-hand_vxG7he {
  position: absolute;
  top: 72%;
  right: 41%;
}
._ring-mcp-left-hand_b7efhL {
  position: absolute;
  top: 62%;
  right: 56%;
}
._ring-ipp-left-hand_WT6EhG {
  position: absolute;
  top: 72%;
  right: 54%;
}
._little-mcp-left-hand_Eg6eed {
  position: absolute;
  top: 62%;
  right: 67%;
}
._little-ipp-left-hand_pR0BVf {
  position: absolute;
  top: 72%;
  right: 66%;
}

._wrist-right-hand_fk-YFb {
  position: absolute;
  top: 21%;
  left: 53%;
}
._thumb-mcp-right-hand_8Am4YG {
  position: absolute;
  top: 45%;
  left: 17%;
}
._thumb-ipp-right-hand_hArySC {
  position: absolute;
  top: 53%;
  left: 8.5%;
}
._index-mcp-right-hand_H2FAjw {
  position: absolute;
  top: 62%;
  left: 29%;
}
._index-ipp-right-hand_xziax1 {
  position: absolute;
  top: 72%;
  left: 27%;
}
._middle-mcp-right-hand_2eDDfd {
  position: absolute;
  top: 62%;
  left: 43%;
}
._middle-ipp-right-hand_sPn69a {
  position: absolute;
  top: 72%;
  left: 41%;
}
._ring-mcp-right-hand_1V0sbD {
  position: absolute;
  top: 62%;
  left: 56%;
}
._ring-ipp-right-hand_RYWcdq {
  position: absolute;
  top: 72%;
  left: 54%;
}
._little-mcp-right-hand_Fprgmj {
  position: absolute;
  top: 62%;
  left: 67%;
}
._little-ipp-right-hand_TQDV5y {
  position: absolute;
  top: 72%;
  left: 66%;
}

._title-label_9Wby1Q {
  border: 0.05px solid #808080;
  border-radius: 8px;
  padding: 0.4em;
}

._header_cpOcM9 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
._title_y0fNYx {
  color: #db2828;
}
._form-body_\+Fn2Bv {
  position: relative;
  margin-left: 17%;
  margin-right: 17%;
}
._body_I2vdyJ {
  position: relative;
}
._right-hand_7c\+fqM,
._left-hand_HODY\+E {
  --hand-margin: -27%;
  position: absolute;
  top: 44%;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #1c1d1e;
  border-radius: 1em;
}
._right-hand_7c\+fqM {
  left: var(--hand-margin);
  padding: 0 8% 3% 4%;
}
._left-hand_HODY\+E {
  right: var(--hand-margin);
  padding: 0 4% 3% 8%;
}

._je-date_hSSAAA {
  margin-left: 1em;
}
.ui.form .field .ui.input._input-field_ESKZnK {
  max-width: 7em;
}

._slider_nIcL\+g {
  margin-top: 1.5em;
}
._hints_DSVX3x {
  display: flex;
  justify-content: space-between;
}
._hints_DSVX3x span:last-child {
  text-align: right;
}
._slider_nIcL\+g i {
  margin-bottom: 0.3em;
}
/*
  HACK: since we are not dynamically building FUI slider.less for the moment,
  let's manually code the background-color
*/
.ui.primary.slider._slider_nIcL\+g .inner .track-fill {
  background-color: #fc1369;
}

._field_N918jw {
  margin: 0 0 1em;
}
._field_N918jw > label {
  display: block;
  margin: 0 0 0.3em 0;
}

._patient-age_35VmAs {
  padding-top: 2.5rem;
}

._thymic-episode_93mY3q ._trash_qPO1IK {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5em;
  opacity: 0.5;
}
._patient-age_qZ7Pwt {
  padding-top: 2.5rem;
}
._thymic-episode_93mY3q .ui.ui.ui.container:not(.fluid) {
  width: auto;
}

._nad_Aqz24L,
._nag_dX5h8J {
  margin: 1em;
  padding: 1em;
  border: 1px solid #db2828;
  width: 50%;
}
._form_p2c0Ik {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  ._nad_Aqz24L,
  ._nag_dX5h8J {
    display: contents;
  }
  ._form_p2c0Ik {
    flex-direction: column;
  }
}

._child_\+\+TLhx ._trash_vuUKO- {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5em;
  opacity: 0.5;
}

._info-message_HDdp8h {
  color: #ff695e !important;
}

._title_BEfZpf {
  padding-top: 1em;
}
._comorbidity-infos_Plj0i0 {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 1em;
}
._input-infos_rSkhGz {
  justify-content: end;
  align-items: center;
  display: flex;
  gap: 1em;
}
._input-infos_rSkhGz > label {
  display: flex;
  justify-content: end;
  text-align: end;
  width: 100%;
}
._comorbidity-description_iKp6vk {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
._italic-text_bJcajY {
  font-style: italic;
  color: #808080;
}
._not-eligible_1KnydO {
  margin-bottom: 1em;
}
._family-background_Z\+zZt\+ {
  display: flex;
  gap: 1em;
  margin-top: 2em;
}
._margin-bottom-1em_\+B\+uKq {
  margin-bottom: 1em !important;
}

._new-measure_i-7W6F {
  display: block;
}

._visibility-hidden_3ETRm7 {
  visibility: hidden;
}

.ui.button._suggestions-div_5GAT0F {
  margin-top: 1.6em;
  margin-right: 0;
}

._flex-div_uZ5gdh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._align-right_JI3URd {
  float: right;
}

._non-ald-part_yeQTYq {
  min-height: 8em;
  padding-left: 2em;
}
._ald-part_q2z4MY {
  min-height: 12em;
  padding-left: 2em;
}
._prescription-image_4Y5wTJ {
  width: 100%;
}

._treatment_tTX7a- {
  padding-left: 20px;
}
._treatment-items_LLr1qz {
  padding: 0;
  list-style-type: none;
}
.ui.form .fields .field._suggestions-dropdown_tCeuGu {
  margin-top: 1.82em;
}

._actions_8M2pir {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ui.tertiary.button._archive-btn_aKYjxP {
  color: #808080;
  font-size: 0.85714286em;
}
.ui.tertiary.button._archive-btn_aKYjxP:hover {
  color: #fc1369;
}

@media screen and (min-width: 549px) {
  ._action-buttons_NJwJau {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 549px) {
  .ui.form .fields._medication-row_MEUBhu {
    margin-bottom: 1em;
  }
  .ui.buttons._move-buttons_yxrqqp {
    display: none;
  }
}
._therapeutical-class-dropdown_OsAEDV {
  margin-top: 1em !important;
}

._formy-actions_8fStgP .ui.button:first-child {
  text-transform: uppercase;
}

._button-container_eaI9bm {
  display: flex;
  justify-content: flex-end;
}

._center-vertically_I7uARB {
  margin: auto;
}
._menu_cDCp2x {
  position: absolute;
  top: 38px;
  max-height: calc(38px * 5.6);
  overflow-x: hidden;
  overflow-y: auto;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
._hidden_6PFOdp._menu_cDCp2x {
  display: none;
}
._menu_cDCp2x a {
  display: block;
  padding: 0.7em 0.5em;
}
._menu_cDCp2x a:hover {
  background: rgba(0, 0, 0, 0.1);
}
._menu_cDCp2x a .extra {
  color: #808080;
  display: block;
}

.ui.menu .ui.item.dropdown._semeia-profile-menu_or9Tne:hover {
  background: none;
}
.ui.menu
  .ui.item.dropdown._semeia-profile-menu_or9Tne.active {
  background: none;
}


/*# sourceMappingURL=chunk.ca57a30535909a8d89d9.css.map*/