/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/forms/phone-control/intlTelInput.css ***!
  \***********************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti 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__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .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--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code 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 input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container: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 {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-fullscreen-popup .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.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 (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .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("../img/flags.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png?1");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/forms/phone-control/phone-control.css ***!
  \************************************************************************************************************************************/
.iti__flag {background-image: url('../assets/forms/phone-control/flags.png');}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url('../assets/forms/phone-control/flags@2x.png');}
}

.form-group > .iti {
  width: 100%;
}

.iti--allow-dropdown {
  width: 100%;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/less/components.less ***!
  \***************************************************************************************************************************************************************************/
/* Forms */
.check-list-pass i {
  position: absolute;
  left: 1.5rem;
  color: #5cb85c !important;
}
.check-list-pass p {
  margin-left: 2rem;
  margin-bottom: 0.2rem;
}
.check-list-pass.un-checked i {
  color: #d9534f !important;
}
.auth .input-group .input-group-append.is-invalid button {
  border-color: #d9534f !important;
}
.auth .input-group .input-group-append.is-valid button {
  border-color: #5cb85c !important;
}
.auth .input-group .input-group-append button {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.payment-amount .input-group-prepend .input-group-text {
  font-size: 16px;
  font-weight: 700;
  border-color: #4ab9ad !important;
}
.payment-amount input {
  font-size: 16px;
  font-weight: 700;
  border-color: #4ab9ad !important;
}
/* Headers */
.page-logo img {
  width: 267px !important;
}
@media (max-width: 1199.98px) {
  .page-logo img {
    width: 189px !important;
  }
}
.nav-link {
  text-decoration: none !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (max-width: 1199.98px) {
  .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.nav-link:hover,
.nav-link:active,
.nav-link.active {
  color: #b2ec87 !important;
}
.navbar {
  position: absolute;
  width: 100%;
  left: 0;
  height: 82px;
}
.navbar .nav-w {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-toggler {
  border: none !important;
}
.dropdown-toggle::after {
  vertical-align: middle !important;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .dropdown-toggle::after {
    position: absolute;
    right: 5%;
  }
}
.navbar .dropdown-menu {
  border: 0.5px solid #ccc !important;
  margin-top: 22px !important;
  padding-bottom: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #f5f5f5 !important;
}
.navbar .dropdown-menu .dropdown-item {
  color: #323e48 !important;
  background-color: #f5f5f5;
  margin: 0;
  padding: 12px 20px;
  font-weight: 300;
  font-size: 15px;
  transition: color 300ms ease 0ms;
  text-decoration: none !important;
  width: 240px;
  height: 52px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #b2ec87;
}
.navbar .dropdown-menu .dropdown-item:active,
.navbar .dropdown-menu .dropdown-item.active {
  font-weight: 400;
  color: #43a89f !important;
}
@media (max-width: 991.98px) {
  .navbar a.nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    padding: 15px 5% !important;
    width: 100% !important;
  }
  .navbar a.nav-link:hover {
    background: #48b3a8 !important;
  }
}
@media (max-width: 991.98px) {
  .navbar .dropdown-menu.drop-main {
    background: transparent;
    border: none !important;
    margin: 0;
    padding: 0;
  }
  .navbar .dropdown-menu.drop-main a {
    width: 100%;
    height: auto;
    background: #48b3a8 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    padding: 15px 8% !important;
    width: 100% !important;
  }
  .navbar .dropdown-menu.drop-main a:hover,
  .navbar .dropdown-menu.drop-main a:active,
  .navbar .dropdown-menu.drop-main a.active {
    color: #b2ec87 !important;
  }
  .navbar .dropdown-menu.drop-main .dropdown-item {
    color: white !important;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 2;
    background: #4ab9ad;
    left: 4%;
    right: 4%;
    padding: 5%;
    padding-top: 0;
  }
}
.auth .toggler-nav-left,
.error .toggler-nav-left,
.message .toggler-nav-left,
.faq .toggler-nav-left,
.auth .ni-minify-nav,
.error .ni-minify-nav,
.message .ni-minify-nav,
.faq .ni-minify-nav {
  display: none;
}
.auth .btn-login,
.error .btn-login,
.message .btn-login,
.faq .btn-login {
  display: block !important;
}
@media (max-width: 991.98px) {
  .auth .btn-login,
  .error .btn-login,
  .message .btn-login,
  .faq .btn-login {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .auth .nav-item-log-in,
  .error .nav-item-log-in,
  .message .nav-item-log-in,
  .faq .nav-item-log-in {
    display: block !important;
  }
}
.auth .navbar-dark .navbar-toggler,
.error .navbar-dark .navbar-toggler,
.message .navbar-dark .navbar-toggler,
.faq .navbar-dark .navbar-toggler {
  right: 0 !important;
}
.auth .drop-user,
.error .drop-user,
.message .drop-user,
.faq .drop-user {
  display: none !important;
}
.auth .page-logo,
.error .page-logo,
.message .page-logo,
.faq .page-logo {
  display: flex !important;
}
@media (max-width: 991.98px) {
  .page-sidebar .page-logo {
    display: none !important;
  }
  .navbar .page-logo {
    display: flex !important;
  }
}
/* Pages - Layouts */
a {
  text-decoration: underline !important;
}
hr {
  border-bottom: 1px solid #868e96 !important;
}
.nav-tabs {
  border-bottom: 1.5px solid #4ab9ad !important;
}
.nav-tabs .nav-item .nav-link {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-transform: uppercase;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  border-color: #4ab9ad;
}
.nav-tabs .nav-item .nav-link.active {
  background: #4ab9ad !important;
}
.nav-tabs .nav-item .nav-link.active span,
.nav-tabs .nav-item .nav-link.active i {
  color: white !important;
}
.border-top-primary {
  border-top: 1.5px solid #4ab9ad !important;
}
.border-bottom-primary {
  border-bottom: 1.5px solid #4ab9ad !important;
}
.tag-role {
  font-size: 16px !important;
  font-weight: bold !important;
  font-style: normal !important;
  color: #323e48 !important;
  text-transform: uppercase !important;
  padding: 0.4em 1.5em !important;
  width: 100px;
  text-align: center;
}
.tag-role.role-admin {
  background-color: #4ab9ad !important;
}
.tag-role.role-user {
  background-color: #b2ec87 !important;
}
@media (max-width: 767.98px) {
  .tag-role {
    position: absolute;
    right: 0.75rem;
    font-size: 12px !important;
    margin: 0 !important;
    margin-top: 12px !important;
    width: 80px;
  }
}
.tag-status {
  font-size: 16px !important;
  font-weight: bold !important;
  font-style: normal !important;
  color: #323e48 !important;
  text-transform: uppercase !important;
  padding: 0.4em 1.5em !important;
  width: 150px;
  text-align: center;
}
.tag-status.status-pending {
  background-color: #e2e0e1 !important;
}
.tag-status.status-accepted {
  background-color: #014743 !important;
  color: white !important;
}
@media (max-width: 767.98px) {
  .tag-status {
    position: absolute;
    left: 89px;
    font-size: 12px !important;
    margin: 0 !important;
    width: 100px;
  }
}
.btns-actions button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.btns-actions button:hover {
  box-shadow: none !important;
}
@media (max-width: 767.98px) {
  .btns-actions {
    float: right;
    margin-right: 0.5rem;
  }
}
.invite-layout .avatar-name {
  background: #e1e1e1;
  color: #4ab9ad;
  border: 2px solid #e1e1e1;
}
.invite-layout .avatar-name.accepted {
  background: #4ab9ad;
  color: white;
}
.invite-layout .invalid-feedback {
  position: absolute !important;
}
.faq .schema-faq h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.faq .schema-faq h3 {
  margin-bottom: 1.5rem;
}
.faq .tab-contents a {
  text-decoration: none !important;
  font-size: 14px;
}
.faq .tab-contents .card {
  background: #f5f5f5;
}
.faq .tab-contents .card .list-catg .list-group-item {
  border: none;
  background: none;
  padding: 0.5rem 0.6rem;
  font-weight: 500;
  font-size: 13pt;
  color: #323e48;
}
.faq .tab-contents .card .list-catg ul {
  padding-left: 2.5rem;
}
.faq .tab-contents .card .list-catg ul a {
  text-decoration: none !important;
}
.faq .tab-contents .card .list-catg ul li {
  padding: 0.15rem 0;
}
.faq .tab-contents .card .list-catg ul li::marker {
  content: "-";
  font-weight: 400 !important;
  padding-right: 10px;
}
.faq .popular-qts ul {
  padding-left: 0.6rem;
}
.faq .popular-qts ul li {
  padding: 0.5rem 0;
  font-size: 14px;
}
.faq .popular-qts ul li::marker {
  content: "";
  font-weight: 400 !important;
}
@media (max-width: 991.98px) {
  .faq .col-md-4.asides-faq {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faq .col-md-8.schema-faq {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.forms-survey-details .input-group .input-group-append select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: calc(27ch + 50px) !important;
}
.forms-survey-details .form-group {
  width: 90%;
}
@media (max-width: 991.98px) {
  .forms-survey-details .form-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .forms-survey-details .form-group .icons-btn {
    margin-top: 1rem;
    position: relative;
    right: auto;
  }
}
.forms-survey-details .form-group .fa-cloud-upload,
.forms-survey-details .form-group .fa-info-circle {
  font-size: 24px;
}
.forms-survey-details .form-group .input-group.is-invalid .input-group-append .form-control {
  border-color: #d9534f;
}
.forms-survey-details .form-group .input-group.is-warning .input-group-append .form-control {
  border-color: #ec971f;
}
.form-card-files ol.list-files li,
.list-group-sections ol.list-files li,
.form-card-files ol.list-sections li,
.list-group-sections ol.list-sections li {
  display: list-item;
  margin-left: 1rem;
  border-bottom: 2px dashed #323e48;
  font-size: 14px;
  background: transparent;
  font-weight: 500;
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .form-card-files ol.list-files li .form-group,
  .list-group-sections ol.list-files li .form-group,
  .form-card-files ol.list-sections li .form-group,
  .list-group-sections ol.list-sections li .form-group {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    width: 100%;
    float: none !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-card-files form.is-invalid.dropzone,
.list-group-sections form.is-invalid.dropzone {
  border: 2px dashed #FC1349;
}
@media (min-width: 768px) {
  .form-card-files .list-section-files,
  .list-group-sections .list-section-files {
    margin-top: -40px;
  }
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.number-circle {
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background: #d9534f;
  color: white;
  font-weight: 500;
  position: absolute;
  margin-top: -37px;
  margin-left: 12px;
}
.number-circle-xl {
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 500;
}
@media (min-width: 992px) {
  .btn-tools .ml-0.ml-lg-3 {
    position: absolute;
    right: -31px;
    margin-top: -20px;
  }
}
.form-control.is-warning {
  border-color: #ec971f;
  padding-right: calc(1.47em + 1rem) !important;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="12" height="12" viewBox="0 0 16 16"%3E%3Cg fill="%23ec971f"%3E%3Cpath d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016a.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06a.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017a.163.163 0 0 1-.054-.06a.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"%2F%3E%3Cpath d="M7.002 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right calc(0.3675em + 0.25rem) center;
  background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}
.warning-feedback {
  display: block;
  font-size: 0.6875rem;
  margin-top: 0.325rem;
  width: 100%;
  color: #ec971f;
}
textarea.form-control.is-warning {
  padding-right: calc(1.47em + 1rem);
  background-position: top calc(0.3675em + 0.25rem) right calc(0.3675em + 0.25rem);
}
select.form-control.is-invalid {
  background-position-x: right 0.875rem, right 1.875rem !important;
  background-position-y: center, center !important;
}
legend {
  width: auto !important;
  padding: 10px !important;
  margin: 0 20px !important;
  margin-bottom: 0 !important;
  font-size: 15px;
  font-weight: 500;
}
fieldset {
  border: 1.7px solid #2a7066 !important;
  border-radius: 0.25rem;
  background: white;
}
table.matrix-questions {
  table-layout: fixed !important;
}
table.matrix-questions th {
  width: 550px !important;
}
table.matrix-questions th.col-fixed {
  width: 250px !important;
  max-width: 250px !important;
  min-width: 250px !important;
}
table.matrix-questions tr td {
  width: 250px !important;
}
table.matrix-questions tr td p {
  margin-bottom: 0.5rem;
}
table.matrix-questions .input-group a {
  padding: 10px;
}
table.matrix-questions .input-group-append select {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  width: calc(15ch + 50px) !important;
}
table.matrix-questions .input-group.is-warning .input-group-append .form-control {
  border-color: #ec971f;
}
@media (min-width: 992px) {
  table.matrix-questions .input-group-append select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
table.matrix-questions .fa-cloud-upload,
table.matrix-questions .fa-info-circle {
  font-size: 24px;
}
.col-fixed {
  position: sticky;
  left: 0;
  z-index: 1;
}
.col-fixed div {
  background: #d9d9d9;
  width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.matrix-questions thead th.col-fixed {
  background-color: #389588;
  border: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  border-top: 1px solid #d9d9d9 !important;
  border-right: 0px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9 !important;
}
.matrix-questions tbody th.col-fixed {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  border-top: 1px solid #d9d9d9 !important;
  border-right: 0px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9 !important;
}
.matrix-questions tbody td .d-flex .ft-fit {
  width: 75%;
  padding-right: 1.5rem;
  border-right: 1px solid #d9d9d9;
}
.matrix-questions tbody td .d-flex .ed-fit {
  width: 25%;
  padding-left: 1.5rem;
}
.answer-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.th-pre-answers {
  position: absolute;
  margin-top: -3.2rem;
  font-weight: 700;
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
.bg-table-dark {
  background: #868e96;
  color: white !important;
  vertical-align: middle;
}
.bg-table-green {
  background: #efecec;
  color: #323e48 !important;
}
.matrix-questions tbody th.col-fixed.bg-table-green {
  background: #efecec !important;
  color: #323e48 !important;
}
.matrix-questions tbody th.col-fixed.bg-table-dark {
  background: #868e96 !important;
  color: white !important;
  vertical-align: middle;
}
.panel-fullscreen .panel-hdr {
  align-items: center !important;
  padding: 1rem !important;
}
.panel-fullscreen .panel-content {
  padding: 1rem !important;
}
.modal {
  z-index: 2057 !important;
}
.modal-backdrop {
  z-index: 2054 !important;
}
.canvas-charts {
  height: 550px;
}
@media (max-width: 767.98px) {
  .canvas-charts {
    height: 400px;
  }
}
.dashboard-filters {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dashboard-filters .form-control,
.dashboard-filters .custom-select {
  height: calc(1.5em + 1.5rem + 2px) !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.dashboard-filters .btn-lg {
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  border: 1px solid #4ab9ad !important;
}
.dashboard-filters .btn-lg:hover,
.dashboard-filters .btn-lg.active,
.dashboard-filters .btn-lg:active {
  color: #ffffff !important;
  background-color: #4ab9ad !important;
}
.dashboard-filters .btn-lg:disabled {
  background: #868e96 !important;
}
.dashboard-filters .filter-selects {
  width: 75%;
}
@media (max-width: 1799.98px) {
  .dashboard-filters .filter-selects {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .dashboard-filters .filter-selects {
    width: 100%;
  }
}
.dh-counts .col-lg {
  min-width: 25%;
}
.dh-counts .col-lg .display-4 {
  font-size: 2.2rem !important;
}
.bg-count-1 {
  background-color: #2e4629;
}
.bg-count-2 {
  background-color: #99af38;
}
.bg-count-3 {
  background-color: #e7cd35;
}
.bg-count-4 {
  background-color: #2c4152;
}
.bg-count-5 {
  background-color: #b2d83f;
}
.bg-count-6 {
  background-color: #e15a5b;
}
.bg-count-7 {
  background-color: #16ad9e;
}
.bg-count-8 {
  background-color: #d46a14;
}
.dashboard-filters .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 5px 0 0 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  border-color: #4ab9ad !important;
  border-radius: 4px;
  border: solid 1px;
}
.dashboard-filters .multiselect-container .input-group {
  margin: 5px;
}
.dashboard-filters .multiselect-container > li {
  padding: 0;
  font-size: 12px;
}
.dashboard-filters .multiselect-container > li > a.multiselect-all label {
  font-weight: 500;
  color: gray;
}
.dashboard-filters .multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 400;
}
.dashboard-filters .multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.dashboard-filters .multiselect-container > li > a {
  padding: 5px 0;
  color: #666666;
  display: block;
  text-decoration: none !important;
}
.dashboard-filters .multiselect-container > li > a > label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dashboard-filters .multiselect-container > li > a > label:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  margin-right: 15px;
  vertical-align: middle;
}
.dashboard-filters .multiselect-container > li.active > a > label:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  color: #fff;
  background-color: #2a7066;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px;
}
.dashboard-filters .multiselect-container > li > a > label.radio,
.dashboard-filters .multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.dashboard-filters .multiselect-container > li > a > label > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dashboard-filters .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dashboard-filters .form-inline .multiselect-container label.checkbox,
.dashboard-filters .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.dashboard-filters .form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.dashboard-filters .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
.dashboard-filters .btn-group {
  height: 52px;
  width: 100%;
  display: block;
}
.dashboard-filters .btn-group button {
  text-align: left;
  height: calc(1.5em + 1.5rem + 2px) !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-color: #4ab9ad !important;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 1.875rem 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  background: white;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dashboard-filters .btn-group button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999999;
}
.dashboard-filters .btn-group button:focus {
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  padding: 0 10px;
}
.dashboard-filters .sl {
  color: gray;
  width: 150px;
}
.dashboard-filters .select-long ul.multiselect-container {
  width: 60vw;
  max-height: 50vh;
  overflow-y: scroll;
}
@media (max-width: 1679.98px) {
  .dashboard-filters .select-long ul.multiselect-container {
    width: 75vw;
  }
}
@media (max-width: 1199.98px) {
  .dashboard-filters .select-long ul.multiselect-container {
    width: 65vw;
  }
}
@media (max-width: 991.98px) {
  .dashboard-filters .select-long ul.multiselect-container {
    width: 95vw;
  }
}
@media (max-width: 767.98px) {
  .dashboard-filters .select-long ul.multiselect-container {
    width: 100%;
  }
}
.dashboard-filters .select-long ul.multiselect-container li {
  display: inline-block;
  width: 10vw;
}
@media (max-width: 1679.98px) {
  .dashboard-filters .select-long ul.multiselect-container li {
    width: 15vw;
  }
}
@media (max-width: 1199.98px) {
  .dashboard-filters .select-long ul.multiselect-container li {
    width: 20vw;
  }
}
@media (max-width: 991.98px) {
  .dashboard-filters .select-long ul.multiselect-container li {
    width: 25vw;
  }
}
@media (max-width: 767.98px) {
  .dashboard-filters .select-long ul.multiselect-container li {
    width: initial;
    display: initial;
  }
}
.btn-group {
  display: block;
}
.multiselect.btn {
  width: 100%;
  text-align: left;
  justify-content: space-between;
  display: flex;
  background: white;
}
.multiselect-container.dropdown-menu.show {
  width: 100%;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
.multiselect-container.dropdown-menu.show li {
  padding-bottom: 0.5rem;
}
.panel-fullscreen .canvas-charts {
  height: calc(95vh - 4.125rem);
}
.buttons-csv {
  background-color: #318277;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: calc(3rem + 2px);
  line-height: 3rem;
  padding: 0;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer !important;
  z-index: 1;
}
.buttons-csv:hover {
  color: white;
}
.buttons-csv span {
  display: none;
}
.dashboard-filters button.multiselect-clear-filter {
  border: 1px solid #4ab9ad !important;
  border-left: none !important;
  border-radius: 0px !important;
  color: #444 !important;
  padding: 10px !important;
}
button.multiselect-clear-filter {
  border: 1px solid #4ab9ad !important;
  border-left: none !important;
  border-radius: 0px !important;
  color: #444 !important;
  background: transparent;
}
.dashboard-filters .multiselect-search {
  border-right: none !important;
  border-color: #4ab9ad !important;
}
.multiselect-search {
  border-right: none !important;
  border-color: #4ab9ad !important;
}
.multiselect-item.filter {
  width: 100% !important;
}
.dashboard-filters .multiselect-item.filter .input-group {
  margin: 0px !important;
  border-color: #4ab9ad !important;
}
.multiselect-item.filter .input-group {
  margin: 0px !important;
  border-color: #4ab9ad !important;
}
.dashboard-filters aside.multiselect-item .form-control {
  height: calc(1.47em + 1rem + 2px) !important;
}
/* Navs */
.page-sidebar {
  background-image: none !important;
}
.page-sidebar .page-logo {
  background-image: none !important;
}
.page-sidebar .nav-menu li.active:not(.open) > a::before {
  display: none !important;
}
.page-sidebar a.btn-primary {
  padding: 1rem !important;
}
.header-icon {
  text-decoration: none !important;
}
.header-icon i {
  font-size: 32px !important;
}
@media (max-width: 991.98px) {
  .header-icon {
    position: absolute !important;
    right: 15px;
    top: 10px;
  }
}
.nav-menu .dropdown a {
  text-decoration: none !important;
}
.nav-menu .dropdown a i {
  margin-right: 0.25rem;
  font-size: 1.125rem;
  width: 1.75rem;
}
.nav-menu .dropdown .dropdown-menu {
  border-radius: 8px;
}
.nav-menu .dropdown .dropdown-menu .dropdown-item {
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #323e48;
}
.nav-menu .dropdown .dropdown-menu .dropdown-item a {
  text-decoration: none !important;
}
.nav-menu .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #4ab9ad !important;
}
.nav-menu li.active > a {
  box-shadow: none !important;
}
.page-item {
  margin: 0 5px;
}
.page-item .page-link {
  color: #323e48 !important;
  border: solid 1px #323e48 !important;
  border-radius: 0.35rem;
}
.page-item .page-link:hover,
.page-item .page-link.active {
  color: white !important;
  text-decoration: none !important;
  background: #014743 !important;
  border: solid 1px #014743 !important;
}
.page-item .page-link:focus {
  box-shadow: none !important;
}
.page-item.prev {
  margin-right: 15px;
}
.page-item.next {
  margin-left: 15px;
}
.page-item.next,
.page-item.prev {
  border-radius: 0.35rem;
  background: #4ab9ad !important;
  color: white !important;
  opacity: 1 !important;
}
.page-item.next .page-link,
.page-item.prev .page-link {
  text-transform: uppercase !important;
  border: solid 1px #4ab9ad !important;
  text-decoration: none !important;
}
.page-item.next .page-link span,
.page-item.prev .page-link span,
.page-item.next .page-link i,
.page-item.prev .page-link i {
  color: white !important;
}
@media (max-width: 767.98px) {
  .page-item.next .page-link span,
  .page-item.prev .page-link span {
    display: none;
  }
}
.page-item.next .page-link:hover,
.page-item.prev .page-link:hover {
  border: solid 1px #014743 !important;
  color: white !important;
}
.page-item.next .page-link i,
.page-item.prev .page-link i {
  vertical-align: middle;
}
.pagination li a {
  padding: 10px 20px;
  border: none !important;
  background: none !important;
  font-size: 11pt !important;
  text-decoration: none !important;
}
.pagination li a.active {
  text-decoration: none !important;
}
.pagination li a:hover {
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
}
.nav-menu a {
  text-decoration: none !important;
}
.nav-menu a em {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.nav-menu li a.btn-smart span,
.nav-menu li a.btn-smart i {
  font-weight: 500;
}
.nav-menu li a.btn-smart:hover {
  color: #323e48 !important;
  background: #b2ec87 !important;
}
.nav-menu li ul li {
  width: 100%;
}
.nav-menu li ul a {
  width: 100%;
  padding: 1rem !important;
  text-decoration: none !important;
  font-weight: 500;
}
.nav-menu li.active {
  background: #4ab9ad !important;
  align-items: baseline;
}
.nav-menu li.active span,
.nav-menu li.active i {
  color: white !important;
}
.nav-menu li.active .btn-smart {
  background: #4ab9ad !important;
  align-items: baseline;
}
.nav-menu li.active .btn-smart span,
.nav-menu li.active .btn-smart i {
  color: white !important;
}
.nav-menu li a:hover {
  color: #323e48 !important;
  background: #b2ec87 !important;
}
.nav-menu li a:hover span,
.nav-menu li a:hover i {
  color: #323e48 !important;
}
.nav-menu li a:hover .badge-success {
  color: white !important;
}
/* Dropdown */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  width: 75%;
}
.avatar-name {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.circle-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn-logout {
  color: #4ab9ad;
  text-decoration: underline !important;
  background-color: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  text-align: left;
}
/* Wizard */
@media (max-width: 991.98px) {
  .bs-stepper {
    width: 95% !important;
  }
  .bs-stepper button.btn-info i,
  .bs-stepper button.btn-secondary i,
  .bs-stepper button.btn-next i {
    margin: 0 !important;
  }
  .bs-stepper button.btn-info span,
  .bs-stepper button.btn-secondary span,
  .bs-stepper button.btn-next span {
    display: none;
  }
}
.bs-stepper button.step-trigger {
  display: contents;
}
.bs-stepper .step-trigger.disabled,
.bs-stepper .step-trigger:disabled {
  pointer-events: none;
  opacity: 1 !important;
}
button.step-trigger {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
button.step-trigger:hover {
  background: none !important;
  cursor: initial !important;
}
.step button.step-trigger .bs-stepper-circle {
  background: #4ab9ad;
  color: white;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (max-width: 1023.98px) {
  .step button.step-trigger .bs-stepper-circle {
    margin-right: 0px !important;
  }
}
.step button.step-trigger .bs-stepper-label {
  color: #4ab9ad;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 1023.98px) {
  .bs-stepper-content {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023.98px) {
  .bs-stepper-content .bs-stepper-label {
    display: block !important;
    margin-bottom: 1.5rem;
    font-size: large;
    color: #4ab9ad !important;
    font-weight: 500 !important;
    position: relative !important;
    top: initial !important;
    transform: none;
  }
}
.step.active > button.step-trigger .bs-stepper-circle {
  background: transparent !important;
  border: solid 1.5px #4ab9ad !important;
  color: #4ab9ad !important;
  font-weight: 700 !important;
  align-items: center !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (max-width: 1023.98px) {
  .step.active > button.step-trigger .bs-stepper-circle {
    margin-right: 0px !important;
  }
}
.step.active > button.step-trigger .bs-stepper-label {
  color: #4ab9ad !important;
  font-weight: 500 !important;
}
.step.active ~ .step > button.step-trigger .bs-stepper-circle {
  background: #eeeeee !important;
  border: solid 1.5px #c6c6c6 !important;
  color: #7a7a7a !important;
  font-weight: 700 !important;
  align-items: center !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (max-width: 1023.98px) {
  .step.active ~ .step > button.step-trigger .bs-stepper-circle {
    margin-right: 0px !important;
  }
}
.step.active ~ .step > button.step-trigger .bs-stepper-label {
  color: #7a7a7a !important;
  font-weight: 500 !important;
}
@media (max-width: 1023.98px) {
  .step.active ~ .step > button.step-trigger .bs-stepper-label {
    display: none;
  }
}
.bs-stepper-label {
  position: absolute;
  display: flex;
  transform: translate(-40%);
}
@media (max-width: 1023.98px) {
  .bs-stepper-label {
    display: none;
  }
}
.bs-stepper .line,
.bs-stepper-line {
  -ms-flex: 1 0 32px;
  flex: 1 0 32px;
  min-width: 1.5px;
  min-height: 1.5px;
  margin: auto;
  background-color: #4ab9ad;
}
.step.active ~ .line,
.bs-stepper-line {
  background-color: #c6c6c6 !important;
}
.drag-list .drag-item {
  list-style-type: none;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  padding: 0.75rem 1rem;
  background-color: white;
  cursor: grab;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drag-list .drag-item .descr {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drag-list .drag-item .badge {
  width: 35.6px;
  height: 35.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.drag-list .drag-item img {
  height: 38px;
  margin-right: 0.75rem;
  cursor: pointer !important;
}
.drag-list .grabbing {
  cursor: grabbing;
}
#draggablePanelList .panel-heading {
  cursor: move;
}
.subject-info-box-1 select,
.subject-info-box-2 select {
  height: 320px !important;
  border-top: none !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.settings-icon-file-spreadsheet,
.settings-icon-file,
.settings-icon-file-pdf,
.settings-icon-file-image {
  font-size: 40px;
  margin-left: 25px;
}
.settings-icon-border-all {
  font-size: 40px;
  margin-left: 23px;
}
.settings-icon-link,
.settings-icon-video,
.settings-icon-cog {
  font-size: 40px;
  margin-left: 20px;
}
.settings-icon-box-heart {
  font-size: 40px;
  margin-left: 23px;
}
.settings-icon-fa-books {
  font-size: 40px;
  margin-left: 5px;
}
.settings-icon-tags {
  font-size: 34px;
  margin-left: 20px;
}
.settings-icon-ballot {
  font-size: 40px;
  margin-left: 23px;
}
.settings-icon-fa-handshake {
  font-size: 40px;
  margin-left: 2px;
}
.settings-icon-fa-tools {
  font-size: 34px;
  margin-left: 2px;
}
.card-ess-logo {
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  height: 180px;
  border: solid 1px #4ab9ad !important;
  margin-right: 1rem;
}
.card-ess-logo img {
  max-width: 100%;
  height: 87.95px;
  width: 156px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .card-ess-logo {
    width: 100%;
  }
}
.card-ess-logo .btn-light {
  font-size: 14px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  border-width: 2px;
  border-color: #d5d5d5;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #323e48;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.card-essentials {
  background: #81d790;
  background: linear-gradient(0deg, #81d790 0%, #49b9ad 100%);
  border-radius: 24px;
  color: white;
}
@media (max-width: 991.98px) {
  .card-essentials {
    height: auto;
    margin-bottom: 1rem;
  }
}
.card-essentials P {
  color: white !important;
  margin-bottom: 0.5rem !important;
}
.card-ess-technology {
  background: #D8766D;
  border-radius: 24px;
  color: white;
  max-width: 350px;
  height: 100%;
}
.card-ess-technology P,
.card-ess-technology span {
  color: white !important;
}
.card-ess-technology .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1335.98px) {
  .ess-container {
    display: block !important;
  }
  .ess-container .col {
    max-width: 100% !important;
  }
  .ess-container .card-ess-technology {
    max-width: 100%;
    width: 100%;
  }
  .ess-container .row-card-ess {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .row-card-ess {
    margin-bottom: 0 !important;
  }
}
.ess-container legend {
  background: #81d790;
  background: linear-gradient(0deg, #81d790 0%, #49b9ad 100%);
  border-radius: 10px;
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.ess-container fieldset {
  border: 2.5px solid #49b9ad !important;
  border-radius: 10px;
}
.ess-container .icon-stack i.base {
  color: #49b9ad !important;
}
.title-xl {
  font-size: 80px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .w-md-100 {
    width: 100% !important;
  }
}
.card.card-coming-soon {
  border-radius: 8px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.card.card-coming-soon .card-body {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .card.card-coming-soon {
    margin-bottom: 1rem !important;
  }
}
.scroller {
  overflow: auto;
  height: 800px;
}
.panel-fullscreen .scroller {
  height: calc(100vh - 220px);
}
.panel-fullscreen .arrows-center {
  top: calc(50vh - 90px);
}
.arrows-center {
  top: calc(50vh - 82px);
  z-index: 20;
  height: 1px;
  overflow: visible;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.arrows-center .arrow-left {
  margin: 0 1em;
  padding: 1.5em;
  background: #bbb;
  height: 1em;
  opacity: 0.7;
  display: flex;
  align-items: center;
  margin-left: 260px;
}
.arrows-center .arrow-right {
  margin: 0 1em;
  padding: 1.5em;
  background: #bbb;
  height: 1em;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
.table-arrow-left {
  background: #fff;
  min-width: 1em;
  position: sticky;
  left: 0;
  z-index: 5;
  display: table-cell;
}
.table-arrow-left:after {
  content: '';
  background: #f00;
  position: absolute;
  width: 3em;
  height: 2em;
  left: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0));
  display: none;
}
.table-arrow-right {
  background: #fff;
  min-width: 1em;
  position: sticky;
  right: 0;
  z-index: 5;
  display: table-cell;
}
.table-arrow-right:after {
  content: '';
  background: #f00;
  position: absolute;
  width: 3em;
  height: 2em;
  right: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0));
  display: none;
}
.filter {
  display: contents;
}
@supports (-ms-ime-align:auto) {
  .filter {
    display: inline;
  }
}
.filter-head {
  line-height: 1.5;
  top: 0;
  z-index: 9;
  max-height: 3.5em;
  overflow: hidden;
}
.filter-head:hover {
  overflow: visible;
}
.filter-head:hover .filter-head-in:after {
  display: none;
}
.filter-head .filter-head-in {
  background: #0f0;
  padding: 1em;
}
.filter-head .filter-head-in:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(0, 255, 0, 0), #0f0);
}
.filter-content {
  background: #0ff;
  position: relative;
  z-index: 6;
}
.filter-fields {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  padding: 0.5em;
}
.filter-fields .field {
  flex: 1 0 20%;
  background: #fff;
  margin: 0.5em;
  padding: 1em;
}
.show .filter-content {
  top: 3.5em;
  opacity: 0.95;
}
.table-settings.sticky {
  background: #f0f;
  padding: 1em;
  margin: 1em 1em 0;
  left: 1em;
}
.sticky {
  position: sticky;
  left: 0;
}
.filter-short {
  display: none;
  margin-left: 1em;
  opacity: 0.5;
  border: 1px solid #000;
  white-space: nowrap;
}
.scrolled-out .filter-content {
  display: none;
}
.scrolled-out .filter.show .filter-content {
  display: block;
}
.scrolled-out .filter:not(.show) .filter-short {
  display: inline;
}
.scrolled-out .filter-head i {
  transform: rotate(180deg);
}
.card-content-blurb {
  height: 500px;
  overflow-y: scroll;
  padding: 1rem;
  background: #e3e3e3;
}
.page-breadcrumb {
  width: 100% !important;
}
.breadcrumb li.breadcrumb-item {
  max-width: max-content !important;
}
.bg-footer {
  background: #323e48;
}
.color-text,
p,
label,
span {
  color: #323e48;
}
.bg-faded {
  background: #f5f5f5 !important;
}
body {
  font-family: 'Poppins' !important;
}
button,
a.btn {
  width: max-content;
  text-decoration: none !important;
}
.link-tw,
.link-li {
  color: #4ab9ad;
}
.navbar-dark .navbar-toggler {
  color: white !important;
  position: absolute;
  right: 100px;
  font-size: 32px;
  top: 17px;
}
.link-tw:hover,
.link-tw:active,
.link-tw:focus {
  color: #1da1f2 !important;
}
.link-li:hover,
.link-li:active,
.link-li:focus {
  color: #0072b1 !important;
}
.btn-primary {
  font-size: 16px !important;
  background-color: #b2ec87 !important;
  border-width: 0px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  color: #323e48 !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  padding: 0.4em 1.5em !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #4ab9ad !important;
}
.btn-primary i {
  color: #323e48 !important;
}
.btn-secondary,
.cancelBtn {
  font-size: 16px !important;
  background-color: #868e96 !important;
  border-width: 0px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  padding: 0.4em 1.5em !important;
  background-image: none !important;
}
.btn-secondary:hover,
.cancelBtn:hover {
  color: #ffffff !important;
  background-color: #4ab9ad !important;
}
.btn-secondary span,
.cancelBtn span {
  color: #ffffff !important;
}
.btn-secondary i,
.cancelBtn i {
  color: #ffffff !important;
}
.btn-outline-primary {
  border-width: 2px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  box-shadow: none !important;
  padding: 0.4em 1.5em !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.btn-outline-primary:hover {
  color: #4ab9ad !important;
  background-color: transparent !important;
}
.btn-outline-white {
  border-width: 2px !important;
  border-color: white !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  font-weight: 300 !important;
  box-shadow: none !important;
  padding: 0.4em 1.5em !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.btn-outline-white:hover {
  color: white !important;
  background-color: transparent !important;
}
.modal .btn-danger {
  font-size: 16px !important;
  background-color: #d9534f !important;
  border-width: 0px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  padding: 0.4em 1.5em !important;
}
.modal .btn-danger:hover {
  color: #ffffff !important;
  background-color: #d23430 !important;
}
.modal .btn-danger i {
  color: #ffffff !important;
}
.btns-actions a {
  text-decoration: none !important;
}
.btns-actions a:hover {
  color: #323e48 !important;
}
.card {
  box-shadow: none !important;
}
footer {
  z-index: 2020;
}
main,
.main {
  margin-top: 82px !important;
}
.input-group-append button {
  border-color: #e5e5e5;
}
button:disabled,
a.disabled {
  color: #ffffff !important;
  background-color: #4ab9ad !important;
  cursor: default !important;
  opacity: 0.65 !important;
}
.tooltip {
  margin-bottom: 15px !important;
}
.tooltip .tooltip-inner {
  color: #323e48 !important;
  background: #eefbb6 !important;
}
.close {
  opacity: 1 !important;
}
.input-group-append span {
  cursor: pointer;
}
.btn-control-steps {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
.btn-dwl {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.btn-dwl-img {
  position: absolute;
  bottom: 1rem;
  right: 4.5rem;
}
.card-developer {
  min-height: 150px;
  max-height: 200px;
  margin-bottom: 5.5rem;
}
.card-developer .card-body {
  height: 150px;
  overflow-y: hidden;
}
.survey-form-status {
  font-size: 16px !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: none !important;
  text-transform: uppercase !important;
}
.btn-link:hover,
.btn-link:active,
.btn-link.active {
  box-shadow: none !important;
}
.table .btn-link {
  font-weight: 600;
}
.datatable-actions {
  position: absolute;
  right: 1rem;
  margin-top: 5px;
  z-index: 1;
}
.dataTables_length label select {
  width: 80px !important;
}
.input-group-append select {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.nav-function-minify .nav-menu li a span,
.nav-function-minify .nav-menu li a em {
  color: white !important;
}
.nav-function-minify .dropdown-icon-menu a {
  margin-left: 75px !important;
}
.nav-function-minify .logo-mini {
  display: block !important;
}
.nav-function-minify .logo-normal {
  display: none;
}
.nav-function-minify .nav-menu li a:hover {
  background: transparent !important;
}
i.ni {
  color: white !important;
  font-size: 32px;
}
.sticky-top {
  z-index: 1000 !important;
}
.page-logo {
  box-shadow: none !important;
}
.btn-pdf {
  background-color: #B5241F !important;
}
.h-eq {
  height: 42px;
}
.result-sentence {
  height: 250px;
  width: 100%;
  overflow: scroll;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.modal .multiselect-search {
  height: auto!important;
}
@media (max-width: 767.98px) {
  .pn-0 {
    padding: 0;
  }
}
@media (max-width: 1335.98px) {
  .flex-audit-print {
    display: block !important;
  }
  .flex-audit-print .col-md-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .flex-audit-print p {
    margin-bottom: 1rem !important;
  }
  .align-end {
    align-items: end !important;
  }
}
.iconpicker-popover.fade:not(.show) {
  opacity: 1 !important;
}
.iconpicker .iconpicker-items {
  width: calc(100% - 9px);
}
body:not(.mod-main-boxed):not(.mobile-view-activated).chrome.modal-open {
  padding-right: 0px !important;
}

.no-row-container {
  height: 100%;
}
/*# sourceMappingURL=app.css.map*/