/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  overflow: auto; /* Enable scroll if needed */
  bottom: 0;
  top: 70px;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s

}

/* The Close Button */
.close {
  color: white;

  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  
}

.modal-header {
  padding: 2px 16px;
  background-color: #333;
  color: white;
  font-size: 13px;
  text-align: center;
}

.modal-body {padding: 1px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #333;
  color: white;
  text-align: center;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* The Modal (background) */
.modal-cab-content-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  padding:10px;

}

/* Modal cab Content */
.modal-cab-content {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
}

.modal-cab-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-cab-body {padding: 2px 16px;}

.modal-cab-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.modal-cab-content-modal .cab-booking-container{
   
  height: 100vh;
  padding-top: 50px;
  margin: auto;
  width: 350px;
  padding: 10px;

}
    



.modal-cab-content-modal .cab-booking-container p{
    margin-top: 100px;
  background-color: red;
color: whitesmoke;
text-align: center;
height: 45px;
padding-top: 12px;
}
.modal-cab-content-modal .cab-booking-container table{
  background-color: #fff;
 width: 100%;
 text-align: center;
}

.modal-cab-content-modal .cab-booking-container table input{
 width: 300px;
 height: 30px;
margin: 5px;
}
.modal-cab-content-modal .cab-booking-container table select{
 width: 300px;
 height: 30px;
 margin: 5px;
}
.modal-cab-content-modal .cab-booking-container table button{
 width: 100px;
 height: 30px;
 margin: 5px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #3866a3;
  text-shadow: -2px -2px 0px #528ECC;
  box-shadow: inset 0px 2px 23px 0px rgba(187, 218, 247, 0.91);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: Arial;
  background: linear-gradient(180deg, #63B8EE 10%, #468CCF 100%);
  display: inline-flex;
  align-items: center;
  padding: 0;
   padding: 12px;
}
.modal-cab-content-modal .cab-booking-container table button:hover {
  background: linear-gradient(180deg, #468CCF 10%, #63B8EE 100%);
  padding: 15px;
 transition: border-color 0.3s ease;
 border-color: darkred;
}

.modal-cab-content-modal .cab-booking-container table input[type="text"]:focus{
     padding: 12px 15px;
      border: 1.5px solid #ff7200;
      border-radius: 5px;
      font-size: 16px;
      transition: border-color 0.3s ease;
      resize: vertical;
      font-family: inherit;
}
.modal-cab-content-modal .cab-booking-container table input[type="select"]:focus{
     padding: 12px 15px;
      border: 1.5px solid #ff7200;
      border-radius: 5px;
      font-size: 16px;
      transition: border-color 0.3s ease;
      resize: vertical;
      font-family: inherit;
}
