body.overflow-h {
  overflow: hidden;
}
body > div.temp-white-space {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #1b2e4b;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.lang-switch a.active {
  background-color: #0168fa;
  color: white;
  border-radius: 5px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.lang-switch a {
  padding: 3px;
  color: black;
}

.upload-font-color{
  color: #1b2e4b !important;
}
.file-loader{
  height: calc(100% + 70.53px) !important;
}

.login-style-1 {
  background: rgba(242, 247, 250, 0.2);
}

.login-style-2 {
  background-image: linear-gradient(to bottom, #465289, #5b5586, #6a5983, #765e80, #7e647e, #8d6781, #9c6a82, #ab6e80, #c56f77, #da7366, #e57d4e, #e68d30);
}

.login-style-3 {
  background-color: transparent;
}

.login-style-4 {
  height: 100vh;
  width: 100vw;
}

.login-style-5 {
  box-shadow: 0.2rem 0.2rem 0.5rem 0 #e7e7e7;
  border-radius: 0.25rem;
}

.login-style-6 {
  color: #4064ac;
}

.contact-sidebar-fix {
  width: 340px;
  left: 0;
}

.side-bar-form-fix {
  display: flex;
  flex-direction: column;
}

.margin-center-fix {
  margin: 0 auto;
}

.action-btn-center-fix {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

.float-right-fix {
  margin-left: auto;
}

.input-group-text-fix {
  background-color: #fff;
  border-color: #fff;
}

.max-width-180 {
  max-width: 180px;
}

.hide-input-file-fix {
  display: none;
  line-height: 0;
}

.flex-shink-0-w-100 {
  width: 100%;
  flex-shrink: 0;
}

.mx-w-211222 {
  max-width: 211.222px;
}

.mx-w-300 {
  max-width: 300px;
}

.pd-7-5--100 {
  padding: 7.5px 100px;
}

.pos-unset {
  position: unset !important;
}

.w-h-initial {
  width: initial !important;
  height: initial !important;
}

.pd-7-5--h-36 {
  padding: 7.5px;
  height: 36px;
}

.l-0-override{
  left: 0 !important;
}