.welcome-container {
  padding-top: 15.875vh;
  padding-bottom: 11.25rem;
}

body {
  background: linear-gradient(178.81deg, #FFFFFF 15.76%, #DEEFFF 83.32%, #8BBFBF 123.86%);
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  height: auto !important;
}

#kagoo-app {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .welcome-container {
    padding-top: 2.75rem;
    padding-bottom: 11.25rem;
  }
  p.h7 {
    margin-bottom: 2.75rem !important;
  }
}
p.h7 {
  font-weight: 400;
  text-align: center;
  color: #202025;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 10vh;
}

.gray-600 {
  color: #D0D0D4 !important;
}

#activity_sector, #country_field {
  position: relative;
}

.other-field {
  position: absolute;
  left: 1px;
  top: 0;
  width: 90%;
}

.select_sector, .country_slct {
  height: 2.8rem;
}

#select.dropdown-menu {
  margin-top: 0 !important;
  position: absolute !important;
  transform: unset !important;
  left: 1rem !important;
  top: 0.5rem;
  width: 93%;
  border-radius: 0.5rem !important;
  border: 0px;
  background-color: #FFFFFF;
}

#select.dropdown-menu .items {
  max-height: 8.9375rem;
  overflow-y: scroll;
}

#select .items .sub-menu li {
  padding: 6.5px 12px;
}

#select .items .sub-menu {
  padding: 0.25rem 0px;
}

.select_sector span, .country_slct span {
  color: #D0D0D4;
  font-weight: 400;
}

.select_ctry {
  top: 5rem !important;
}

.select_cntry {
  top: 4.8rem !important;
}

.select_sector .icon_k {
  margin-left: auto;
}

#country_content {
  height: 44px;
}

#field-content.error {
  border: 0px solid red !important;
}

.p-relative {
  position: relative;
}

.h-98 {
  height: 98% !important;
}

input#search-country {
  border-style: none !important;
  border-radius: 0px !important;
  border-style: none !important;
}/*# sourceMappingURL=home.css.map */