
.mobileauthtext{
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #F5F5F5;
    display: flex;
    align-items: center; 

    
    word-break: break-word;
}
.auth-input{
  font-family: 'Montserrat';
font-style: normal;
    height: 58.95px !important;
    background: #E2E2E2 !important;
    border-radius: 10px !important;
    /* border: 1px solid #DCDCDC !important; */
    border: none !important;
    font-size: 18px;
    font-weight: 400;
}
.auth-input::placeholder {
    /* color: red; */
    font-family: 'Montserrat';
font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #B7B7B7;
}
.authselect1 select {
    color: white;
    font-family: 'Montserrat' !important;
    font-weight: 400;
    font-size:18px;
    /* color: #B7B7B7; */
    
    background: url("/assests/images/downarrow.png") rgba(0, 0, 0, 0.7)  no-repeat 95.5% !important;
    /* background-image:url(/assests/images/downarrow.svg);
    background: url(/assests/images/downarrow.svg) no-repeat right #ddd; */
    -webkit-appearance: none;
    background-position-x: 244px;
  }
  .authselect1 option[value=""][disabled] {
    display: none;
  }
  a:hover {
    color: none;
    text-decoration: auto;
}
 .authselect1 option {
    color: black;
  }


  .authselect2 select{
    color: white;
    font-family: 'Montserrat' !important;
    font-weight: 400;

    font-size:18px;
    /* color: #B7B7B7; */
    background: url("/assests/images/downarrow.png") rgba(0, 0, 0, 0.7)  no-repeat 95.5% !important;
    /* background-image:url(/assests/images/downarrow.svg);
    background: url(/assests/images/downarrow.svg) no-repeat right #ddd; */
    -webkit-appearance: none;
    background-position-x: 244px;
  }
  .authselect2 option[value=""][disabled] {
    display: none;
  }
 .authselect2 option {
    color: black;
  }

  .authselect3 select{
    color: white;
    font-family: 'Montserrat' !important;
    font-weight: 400;

    font-size:18px;
    /* color: #B7B7B7; */
    background: url("/assests/images/downarrow.png") rgba(0, 0, 0, 0.7)  no-repeat 95.5% !important;
    /* background-image:url(/assests/images/downarrow.svg);
    background: url(/assests/images/downarrow.svg) no-repeat right #ddd; */
    -webkit-appearance: none;
    background-position-x: 244px;
  }
  
  .authselect3 option[value=""][disabled] {
    display: none;
    color: #B7B7B7;
  }
 .authselect3 option {
    color: black;
  }


  .authButton, .buttonCss{
    background: #A4894B;
    border-radius: 10px;
    border: none;
    color: white;
    text-align: center;
    align-items: center;
    margin: auto;
    height: 55px;
    /* width: 162px; */
    /* padding: 24px; */
    justify-content: center;
    outline: none !important;
}
.deleteBtnCss{
    background: #950000 !important;
}
.noRecords{
  padding-left: 20px;
  padding-right: 20px;
  max-height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #F5F5F5;
}


.cancelclick{
  color:white;
  position: absolute;
  right: 0px;
  top: 0px;
}
.headerLogoText{
  font-family: 'El Messiri';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    color: #A4894B;
    width: 100%;
    justify-content: end;
    padding-right: 25px;
}
.imgBackgroudSet{
  width: -webkit-fill-available;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}



/* POPUP CSS */
.alertModalpoup {
  /*Hides pop-up when there is no "active" class*/
 display: none;
  /* position: absolute; */
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  width: auto;
  height: auto;
  margin: 15px;
  bottom: 80px;
  padding: 20px;
  z-index:2;
}

.alertModalpoup.active {
  /*displays pop-up when "active" class is present*/
  display: block;
  width: inherit;
  /* text-align: center; */
}
.Modalpoup {
  /*Hides pop-up when there is no "active" class*/
 display: none;
  /* position: absolute; */
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  width: auto;
  height: auto;
  margin: 15px;
  bottom: 80px;
  padding: 20px;
  z-index:100000;
}

.Modalpoup.active {
  /*displays pop-up when "active" class is present*/
  display: block;
  width: inherit;
  /* text-align: center; */
}
.modalpopupbtn {
  height: 59px;
  background: #950000;
  border-radius: 10px;
}
.popup-content {
  /*Hides pop-up content when there is no "active" class */
  display: none;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  display: block;
}
.popupLabel{
  font-weight: 800;
font-size: 20px;
line-height: 27px;
display: flex;
align-items: center;

color: #F5F5F5;

}
/* end popup css */