* {
  box-sizing: border-box;
}
@font-face {
  font-family: gilroy-bold;
  src: url("../fonts/gilroy_bold.ttf");
}
@font-face {
  font-family: gilroy-medium;
  src: url("../fonts/gilroy_medium.ttf");
}

h1, h2, h3, h4, h5, h6, strong{font-family: "gilroy-bold";}
p, a{ font-family: gilroy-medium;}
body {
  margin: 0;
  
}

/* #container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
} */

.clearfix {
  clear: both;
}

.hidden {
  display: none;
}

#user-info {
  border: 1px solid #CCC;
  clear: both;
  /* margin: 0 auto 20px;
  max-width: 400px; */
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
}

#photo-container {
  background-color: #EEE;
  border: 1px solid #CCC;
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 80px;
}

#photo {
  height: 80px;
  margin: 0;
  width: 80px;
}

.bookingBox {
  border: 1px solid #CCC;
  clear: both;
  margin: 0 auto 20px;
  max-width: 400px;
  padding: 10px;
  text-align: left;
}

/* login style starts here */
.login{  /* height: 100vh; */  display: flex;  background: linear-gradient(-45deg, #243c54, #000, #243c54, #000);  animation: gradient 15s ease infinite;  background-size: 400% 400%; }
.login-height{height: 100vh;}
.login #container{  align-self: center;  justify-content: center;  text-align: center;}
.logo-main{  width: 75%;}
.login .login-card .card-header{border-top-left-radius: 10px !important; border-top-right-radius: 10px !important;border-radius: 0px ;}
.login-card{border-radius: 10px; border:none; box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;}
.login-card .card-header{background-color: #000;   padding: 1.5rem 1rem;}
.login-card .card-body{padding: 3rem 1rem;}
.login-card .card-body h1{color: #243c54;}
.login-card .card-body p{color: #000; font-size: 16px;}
.firebaseui-idp-button{border-radius: 12px; max-width: 228px !important;}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/* bookingpage Css starts here */
.booking-card.card{padding: 0rem 1rem; box-shadow: 0 .1rem 0.5rem rgba(0,0,0,.15)!important; border-radius: 8px;margin-bottom: 1rem;}
.booking-card.card .row{padding: 1rem 0rem 0;}
.booking-card .card-body{padding:0.5rem 1rem;}
.booking-card .bookingBox{margin: 0px; padding: 0px; border:none;}
.booking-card img{border-radius: 100%;}
.booking-card .card-footer{background: transparent;  padding: 0.5rem 0rem 0.5rem 1rem ;  text-align: right;  margin-top: 1rem;}
.booking-card .card-footer p{margin: 0; font-size: 16px; color: #13CBD9; font-family: gilroy-bold;}
/* #sign-out{padding: 10px 2rem; border-radius: 8px; background-color: #243c54; color: #fff; border:none !important;} */
/* #sign-out:hover{background-color: #13CBD9; color: #000;} */
.btn-login{ border-radius: 8px;  color: #fff; border:none !important;}
.btn-login.bg-btn-login-dark{background-color: #243c54; padding: 12px 2rem; text-decoration: none;}
.btn-login.bg-btn-login-light{background-color: #13CBD9; padding: 10px 2rem;}
.bg-btn-login-dark:hover{color: #fff; background-color: #13CBD9;}
.bg-btn-login-light:hover{background-color: #243c54; color: #fff;}
@media (max-width: 300px) {
  #photo-container,
  #photo {
    height: 40px;
    width: 40px;
  }
}



.setpoint-popup .modal-content .modal-title{
  font-weight: bold;
  font-size: 28px;
  }
  .setpoint-popup .modal-content .modal-desc{
    font-size: 16px;
  }
  .modal_image_wrap{ display: flex;
    flex-wrap: nowrap;}
  .modal_image_wrap .image_playstores{width: 50%;}
  
  .modal_image_wrap .image_playstores a img{width: 100%;}
  .modal_close::before{content: ''; background-color: red;display: block;}
  
  .setpoint-popup .modal-header{justify-content: end;  padding: 0; border: none;} 
.setpoint-popup .modal-header .modal_wrap_close{
    position: relative;
    border-radius: 10px;}
  .setpoint-popup .modal-header .modal_wrap_close button{ padding: 0.5rem 0.5rem;
    margin: 0rem 0rem 0rem auto;}


    .orgnaiser-log{
      background-image: url(../images/organizer-logo-desktop.png);
      background-position: center center;
      background-size: contain;
      height: calc(100vh - 2rem);
      background-repeat: no-repeat;
  }
   
  .organiser-form {
    max-width: 400px;  
}
.organiser-form  h1{
  font-size: 36px;
  font-weight: 500 !important;
  font-family: arial;
}
.organiser-form p {
  font-family: arial;
  font-size: 14px;
}
.mobile-orign-banner{
  background-image: url(../images/organizer-logo-mobile.png);
  height: 160px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  border-radius: 20px;
}
.firebaseui-title {
  padding-bottom: 16px;
  font-size: 20px !important;
}
a.apple-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #CED4DA;
  padding: 7px;
  color: #495057;
  border-radius: 12px;
  font-weight: bold;
  max-width: 220px;
  font-family: gilroy-bold;
  margin: 0 auto;

}

.firebaseui-idp-list li.firebaseui-list-item:nth-last-child(1) .firebaseui-idp-button {
  background-color:transparent;
  background-image: url("../images/secondary-button.svg");
  background-size: contain !important;
  background-position: 12px 7px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #CED4DA;
  color: #495057;
  border-radius: 5px;
  font-weight: bold;
  font-family: gilroy-bold;
  margin: auto;
  box-shadow: none !important;

}

.firebaseui-idp-button {
  border-radius: 5px;
}
.firebaseui-idp-list li.firebaseui-list-item:nth-last-child(1) .firebaseui-idp-button .firebaseui-idp-text{
  color: transparent;
}
.firebaseui-idp-list li.firebaseui-list-item:nth-last-child(1) .firebaseui-idp-button .firebaseui-idp-icon{
  display: none
}

.firebaseui-dialog.firebaseui-id-dialog{
  max-height: 100px;
 top: 50% !important;
 }
.apple-icon{
 
  height: 24px;
  width: 24px;
  background-size: contain;
  display: block;
}
@media (max-width: 800px) {

.org-login-wrap{
  min-height: 100vh;
}

  .orgnaiser-log{
    display: none !important;
  }
  .organiser-form{
    max-width: 339px;
  }
  .organiser-form .card-body{
    padding: 0;
  }
  .mobile-orign-banner{
    display: block;
  }
  .organiser-form  h1{
    font-size: 25px;
    font-weight: 500 !important;
    font-family:Roboto,arial,sans-serif;
  }
  .firebaseui-card-header{
    padding-left: 0 !important;
  }
  .firebaseui-card-content{
    padding: 0 !important;
  }
  .firebaseui-title {
    padding-bottom: 16px;
    font-size: 20px !important;
  }
}

.w-100.control-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.w-100.control-btn button#verify {
  width: 100%;
  box-shadow: none;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border: 1px solid #D4D7E3;
  border-radius: 5px;
}
#phoneNumber{
  padding-left: 7px !important;
  margin-left: 87px;
  width: calc(100% - 87px);
  border: 1px solid #D4D7E3;
}
.firebaseui-idp-button{
  width: 100%;
  max-width: 100% !important;
}
.firebaseui-card-content{
  padding: 0px !important;
}
.or-more {
  width: 100%;
  border-top: 1px solid #CFDFE2;
  margin-top: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.or-more span {
  position: absolute;
  top: -17px;
  background: #fff;
  width: auto;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
}
.iti__flag-container{
  padding: 0px;
}
.forgot-pass{
  width: 100%;
  text-align: right;
}
.forgot-pass a {
  font-family:Roboto,arial,sans-serif;
  font-size: 12px;
  margin-right: 0;
  margin-left: auto;
  text-decoration: none;
}

.otp-container{

}
.otp-container a , .timer-count{
  font-family:Roboto,arial,sans-serif;
  font-size: 14px;
color: #0052CC;
  text-decoration: none;
}

.otp-container .otp-wrap {
  display: flex;
  background: #F3F7FB;
  padding: 5px;
  border-radius: 8px;
  margin: 20px 0;
}


.otp-container .otp-wrap input.otpinput {
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  border: none;
  height: 40px;
  background: transparent;
}


.otp-container .otp-wrap input.otpinput::placeholder {
  color: #D4D7E3;
  opacity: 1; /* Firefox */
}

.otp-container .otp-wrap input.otpinput::-ms-input-placeholder { /* Edge 12 -18 */
  color: #D4D7E3;
}

.firebaseui-list-item .firebaseui-idp-button {
  width: 100%;
  max-width: 100% !important;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: none !important;
  border: 1px solid #CED4DA;
}

.firebaseui-list-item button.firebaseui-idp-button.mdl-button.mdl-js-button.mdl-button--raised.firebaseui-idp-generic.firebaseui-id-idp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}