body.noscroll {
  overflow: hidden;
}

/* HEADER */
header {
  background-color: white;
  color: #216fa3;
}

.tagLine {
  white-space: nowrap;
}

.portalTitle {
  margin: 0;
  padding: 0;
}

header #logo-container {
  height: 120px;
  padding: 24px 36px;
}

header #logo-container img {
  margin-right: 8px;
  height: fit-content;
  height: -webkit-fill-available;
}

header h2 {
  font-size: 32px;
}

header p {
  font-size: 16px;
}

#menu {
  background-color: #172a49;
  display: flex;
  flex-direction: column;
}

#menu ul {
  height: 48px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  margin: 0;
}

#menu ul li {
  margin: 0 60px;
}

#menu ul a {
  color: white;
}

#menu .flag-container {
  height: 8px;
  display: flex;
  flex-direction: row;
}

#menu .flag-container .flag-green {
  background-color: #009246;
  flex-grow: 1;
}

#menu .flag-container .flag-white {
  background-color: #ffffff;
  flex-grow: 1;
}

#menu .flag-container .flag-red {
  background-color: #ce2b37;
  flex-grow: 1;
}

#burger-icon {
  padding-left: 18px;
}

#burger-icon div {
  width: 44px;
  height: 5px;
  margin-bottom: 5px;
  background-color: white;
}

#title-container a {
  color: white;
  white-space: nowrap;
}

#title-container img {
  height: 150px;
  width: auto;
}

.lang-container .lang-item {
  color: #dedede;
  font-size: 14px;
  font-family: monospace;
  border: 2px solid #dedede;
  padding: 2px 5px;
  margin-right: 10px;
}

.lang-container .lang-item.selected {
  background-color: #dedede;
  color: #172a49;
}

.lang-container .lang-item:hover {
  cursor: pointer;
}

.input-group .btnSearch {
  height: 48px;
  min-height: 48px;
}

.social-icons-group {
  display: flex;
  align-items: center;
}

.social-icons-group .social-description {
  margin-right: 20px;
}

.social-icons-group .social-icon {
  display: flex;
  align-items: center;
  padding-left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  margin-right: 5px;
}

.social-icons-group .social-icon img {
  width: 16px;
  height: 16px;
}

header .btn-mobile-header {
  width: 40px;
  height: 40px;
  background-color: rgb(31, 122, 171);
  border: 0;
}

.search-lang-mobile {
  height: 88px;
  background-color: #0474c2;
  padding: 20px;
  display: none;
}

.search-lang-mobile.show {
  display: block;
}

@media only screen and (max-width: 992px) {
  #title-container h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 800px) {
  header {
    height: 100px;
  }

  #title-container h1 {
    font-size: 16px;
  }

  #title-container img {
    height: 100px;
  }

  #logo-container img {
    max-width: 100px;
  }
}

/* VIDEO CONTROL BAR */
.videoControlBar {
  position: absolute;
  width: 100vw;
  bottom: 0;
}

/* VIDEO */
.callingWrapper .css-219 {
  display: flex;
}

.spinner-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invalidcode_container{
  width: 100vw;
  height: 70%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
