@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


body{
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.navbar{
    background-color: white;
    box-shadow: 0 0 5px black;
}
.container{
    background-color: white;
    max-width: 1000px;
    border-radius: 10px;
    margin-top: 2px;
    padding-bottom: 20px;
}
.d-profile{
    display: flex;
    flex-direction: row;
    padding: 15px;
    margin-bottom: -30px;
}

.d-image{
   padding: 15px;
   margin: 10px;
}
.d-image img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.ranjan{
    background-color: coral;
}

.d-text{
    display: flex;
    flex-direction: column;
    margin: 15px;
    padding: 15px;
    justify-content: flex-start;
}
.d-text p{
    margin: 2px;
}
.d-name{
    font-size: 16px;
    font-weight: 700;
    
}
.d-specialization{
    font-size: 12px;
    font-weight: 600;
}
.d-text a{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
}
.lightgray{
    color: rgb(94, 90, 90);
}
.purple{
    color: purple;
}
.blue{
    color: #0d6efd;
}
.appointment-type{
    margin: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.left-type{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;


}
.type-head{
    font-size: 17px;
    font-weight: 700;
}
.type{
    margin-top: 3px;
    font-size: 14px;
    font-weight: 600;

}
.payment-type{
    margin-top: -5px;
    font-size: 11px;
    font-weight: 600;

}
.radio-new{
    width: 150px;
}

@media screen and (max-width:768px)   {
    .radio-new{
        width: 100%;
    }
}


.flex-2{

    flex-wrap: wrap;
}
.flex-3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box{
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    max-width: 80px;
    max-height: 70px;
    border-radius: 10px;
    background-color: #0d6efd;
    color: white;
}
.box i{
    font-size: 30px;
    margin-top: 10px;
}
.clinic-details{
    margin-top: 25px;
    padding: 10px;
    
}
.clinic-details h3{
    font-size: 17px;
    font-weight: 700;
}
.clinic-details p{
    margin-top: 10px;
    padding: 10px;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 500;
}
.appointment-summary h3{
    font-size: 16px;
    font-weight: 700;
}
.summary{
    margin: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.black{
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.green{
    color: green;
    font-size: 14px;
    font-weight: 600;
    margin-top: -10px;
}
.time-date p i{
    color: green;
    font-size: 18px;
    margin-right: 5PX;

}
.time-date p{
    font-weight: 400;
    text-align: justify;
}
.change-date a{
    text-decoration: none;
    
}
.box-small{
    background-color: lightgreen;
    width: 30px;
    height: 30px;
    border-radius: 50%
}
.box-small i{
    font-size: 16px;
    margin-left: 5px;
    margin-top: 5px;
}
.flex-1{
    display: flex;
    flex-direction: row;
}
.type-1{
    margin-left: 10px;
}


    .new-btn {
        background-color: #7380F2;
        border-radius: 66px;
        color: #FFFFFF!important;
        font-size: 14px; 
        padding: 8px!important;
        width: 166px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        border:2px solid #7380F2;
        box-sizing: border-box;
        margin: 6px;
    }

    .new-btn:hover{
        background-color: white;
        color: black!important;
        border:2px solid #7380F2;
        transition: .5s;
        text-decoration: none;
    }

    .grey-btn {
        background-color: #808080;
        border-radius: 66px;
        color: #FFFFFF!important;
        font-size: 14px; 
        padding: 8px!important;
        cursor: pointer!important;
        width: 140px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        border:2px solid #808080;
        box-sizing: border-box;
        margin: 6px;
    }

    .grey-btn:hover{
        background-color: #8080807d;
        color: black!important;
        border:2px solid #808080;
        transition: .5s;
        text-decoration: none;
    }


.box-large{
    margin: auto;
    padding: 25px;
    max-width: 800px;
    height: auto;
    border: .5px solid black;
    border-radius: 10px;
   
}
@media screen and (max-width:800px)  {
    .box-large{
        height: auto;
    }
    .summary{
        display: flex;
        flex-wrap: wrap;
    }
    
}

.form{
    padding: 5px;
    
}
.form-control{
    max-width: 250px;
}

.send-otp{

    display: flex;
    justify-content: right;
}
.available{
    font-size: 17px;
    padding: 10px;
    font-weight: 700;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
