﻿.loading-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    /* display: none; */
    bottom: 0px;
    top: 0px;
    z-index: 112;
    background: rgb(0, 0, 0, 0.1);
}
.loading-wrapper-doc {
    position: absolute;
    left: 0px;
    right: 0px;
    display: none;
    bottom: 0px;
    top: 0px;
    z-index: 112;
    background: rgb(0, 0, 0, 0.1);
}
.loading-icon {
    width: 50px;
    margin: auto;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 77px;
    border-radius: 10px;
    padding: 0px;
}
.loading-icon-doc {
    width: 50px;
    margin: auto;
    /* //position: absolute; */
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    height: 50px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 10px;
}

.loading-icon img {
    max-width: 100%;
}
.hideDiv {
    display: none !important;
}
.hide {
    display: none !important;
}
.btn-admin-login {
    -o-transition: .4s;
    transition: 0.4s;
    background-color: rgba(205, 140, 102, .5);
    border: 1px solid rgba(95, 95, 95, .05);
    cursor: not-allowed;
    /* opacity: 1; */
    color: var(--color-white);
    pointer-events: none;
    width: 100%;
    height: 43px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.screen-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Full screen height */
}
/* new css start */
.country-code {
    position: absolute;
    background: #ededed;
    height: 38px;
    width: 40px;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 1px;
    z-index: 10;
    color: var(--text-primary);
    font-size: 14px;
}
input#inputMobileNumber {
    border-radius: 4px;
    padding-left: 45px;
}
span.question-mark {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  background: #666;
  color: var(--color-white);
  border-radius: 50%;
  border: 1px solid #666;
  position: relative;
  cursor: pointer;
}
span.question-mark-wrapper {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #666;
  color: var(--color-white);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 15px;
  width: auto;
  min-width: 150px;
  max-width: 250px;
  white-space: normal;
  word-wrap: break-word;
  display: none;
  z-index: 10;
}
span.question-mark-wrapper::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #666;
}
span.question-mark:hover .question-mark-wrapper {
  display: block;
}
.user-travel-label {
    margin-bottom: 8px;
}
.user-travel-label .label {
    color: var(--text-primary);
    font-size: 14px;
}