
.container .card{
    height:716px;
    width:1304px;
    background-color:#fff;
    position:relative;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif;
    border-radius:20px;
}
.container .card .form{
    width:100%;
    height:100%;
    
    display:flex;
}
.container .card .left-side{
    width:25%;
    background-color:#f47314;
    height:100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  padding:20px 30px;
  box-sizing:border-box;

}

/*left-side-start*/
.left-heading{
    color:#fff;
   
}

.steps-content {
    margin-top: 30px;
    color: #fff;
}
.steps-content h3{
    margin-top:30px;
    color:#fff;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   unicode-bidi: isolate;
}
.steps-content p{
    font-size:12px;
    margin-top:15px;
}
.progress-bar{
    list-style:none;
    /*color:#fff;*/
    margin-top:30px;
    font-size:13px;
    font-weight:700;
    counter-reset:container 0;
}
.progress-bar li{
       position:relative;
       margin-left:40px;
       margin-top:50px;
       counter-increment:container 1;
      color:#b9fffc;
}
.progress-bar li::before{
    content:counter(container);
    line-height:25px;
    text-align:center;
    position:absolute;
    height:25px;
    width:25px;
    border:1px solid #4f6581;
    border-radius:50%;
    left:-40px;
    top:-5px;
    z-index:10;
    background-color:#304767;

     
}

ul.progress-bar {
    background-color: #f47314;
}
.progress-bar li::after{
    content: '';
    position: absolute;
    height: 90px;
    width: 2px;
    background-color: #4f6581;
    z-index: 1;
    left: -27px;
    top: -70px;
}


.progress-bar li.active::after{
    background-color: #fff;

}

.progress-bar li:first-child:after{
  display:none;  
}

/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/
.progress-bar li.active::before{
    color:#fff;
      border:1px solid #fff;
}
.progress-bar li.active{
    color:#fff;
}
.d-none{
   display:none;   
}






















/*left-side-end*/
.container .card .right-side{
    width:65%;
    background-color:#fff;
    height:100%;
  border-radius:20px;
}
/*right-side-start*/
.main{
    display:none;
}
.active{
    display:block;
}
.main{
    padding: 40px;
    /*text-align: center;*/
}
.main.booking-confirm {
    text-align: center;
        margin-top: 15%;
}
 .checkmark {
            display: inline-block;
            width: 52px;
            height: 52px;
        }

        .checkmark__circle {
            stroke: black;
            stroke-width: 2;
        }

        .checkmark__check {
            stroke: black;
            stroke-width: 2;
        }
.main small{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:2px;
    height:30px;
    width:30px;
    background-color:#ccc;
    border-radius:50%;
    color:yellow;
    font-size:19px;
}
.text{
    margin-top:0px;
}
.text h2 {
    /* margin-top: 20px; */
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /* font-weight: bold; */
    unicode-bidi: isolate;
}
.congrats{
    text-align:center;
}
.text p{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
    color:#40454e;
}
.input-text{
    margin:4px 0;
     display:flex;
    gap:20px;
}

.input-text .input-div{
    width:100%;
    position:relative;
    
}

  

input[type="text"]{
    width:100%;
    height:40px;
    border:none;
    outline:0;
    border-radius:5px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
}
select{
    width:100%;
    height:40px;
    border:none;
    outline:0;
    border-radius:5px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
}
.input-text .input-div span{
    position:absolute;
    top:10px;
    left:10px;
    font-size:14px;
    transition:all 0.5s;
}
.input-div input:focus ~ span,.input-div input:valid ~ span  {
    top:-15px;
    left:6px;
    font-size:10px;
    font-weight:600; 
}

.input-div span{
    top:-15px;
    left:6px;
    font-size:10px;
}
.buttons button{
    height:40px;
    width:100px;
    border:none;
    border-radius:5px;
    background-color:#f47314;
    font-size:12px;
    color:#fff;
    cursor:pointer;
}
.button_space{
    display:flex;
    gap:20px;
    
}
.button_space button:nth-child(1){
    background-color:#d9d1d1f7;
    color:#000;
    border:1px solid#000;
}

.buttons {
    margin-top: 20%;
}

.user_card{
    margin-top:20px;
    margin-bottom:40px;
    height:200px;
    width:100%;
    border:1px solid #c7d3d9;
    border-radius:10px;
    display:block;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
    padding:10px;
}
.user_card span{
    height:80px;
    width:100%;
    background-color:#dfeeff;
}
.circle{
    position:absolute;
    top:40px;
    left:60px;
}
.circle span{
    height:70px;
    width:70px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #fff;
    border-radius:50%;
}
.circle span img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}

.user_name{
    position:absolute;
    top:110px;
    margin:10px;
    padding:0 30px;
    display:flex;
    flex-direction:column;
    width:100%;
    
} 

.detail{
    /*margin-top:10px;*/
   display:flex;
   justify-content:space-between;
   margin-right:50px;
}
.detail p{
    font-size:12px;
    font-weight:700;

}
.detail p a{
    text-decoration:none;
    color:blue;
}








button#prevMonth {
    padding: 1px;
    margin-left: 143px;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.warning{
    border:1px solid red !important;
}


/*right-side-end*/
@media (max-width:767px) {
    .container{
        height:scroll;
       
        
    }
    .container .card {
        max-width: 100%;
        height:auto !important;
        /*margin:30px 0;*/
    }
    .container .card .right-side {
     width:100%;
            
    }
     .input-text{
         display:block;
     }
     
     .input-text .input-div{
  margin-top:20px;
    
}

    .doctor-cards-container {
    display: block !important;
    overflow-x: auto;
     }
     
     .user_card.doctor {
    width: unset !important;
   }
   
   .circle {
    position: absolute;
    top: 40px;
    left: 80px;
    }
    
    .user_card.location {
    width: unset !important ;
    }
    
 
    
    .time-slot {
   
    padding: 7px !important;
    }
    
}

/*.......multiproessdate time Anupama......*/

.doctor-cards-container {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling if necessary */
}

.location-card {
    flex: 0 0 auto; 
    margin-right: 10px; 
    cursor: pointer; /* Add cursor pointer */
}

.doctor-card {
    flex: 0 0 auto; 
    margin-right: 10px; 
    cursor: pointer; /* Add cursor pointer */
}

    .location-card img {
        width: 100%;
        height: auto;
        display: block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .doctor-card img {
        width: 100%;
        height: auto;
        display: block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

   

    .doctor-details {
        margin-top: 93px;
    text-align: center;
    color: #292D32;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
    height: 80px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .location-name {
         font-weight: bold;
        /*margin: 5px 0; */
        text-align: center;
    }

    .doctor-name {
         font-weight: bold;
        /*margin: 5px 0; */
        text-align: center;
    }

    .location-area {
        color: #828F9A;
        font-size: 12px;
        text-align: center;
        font-weight: 400;
        max-height: 60px;
        overflow: hidden;
        padding-top: 5px;
    }

    .green-border {
        border: 2px solid #00ff00; /* Green border */
    }


    .doctor-discription {
        color: #828F9A;
        font-size: 12px;
        text-align: center;
        font-weight: 400;
        max-height: 60px;
        overflow: hidden;
        padding-top: 5px;
    }
    .user_card.location {
    width: 200px;
}

.user_card.doctor {
    width: 203px;
}

.circle.location{
    top:11px;
}

.circle.doctor{
    top:11px;
}

#dateTimePicker {
    display: flex;
    justify-content: center;
    padding: 5px;
}

#datePicker, #timePicker {
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

#calendar div {
    padding: 10px;
    background: #f0f0f0;
    text-align: center;
    /* cursor: pointer; */
}

.selected-date {
    background-color: #91dec8 !important;
    color: white;
}

#times {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    height: 376px;
    overflow: auto;
}

.time-slot {
    /* Two time slots per row */
    /* width: calc(50% - 5px);  */
    padding: 10px;
    background: #f0f0f0;
    cursor: pointer;
}

.selected-time {
    background-color: #91dec8 !important;
    color:#000204;
}

div#timePicker {
width: 39%;
}

/* CSS for clickable dates */
.clickable {
    color: #000204; /* Change text color for clickable dates */
    cursor: pointer; /* Change cursor style to indicate clickable */
    /*text-decoration: underline;*/
}

/* CSS for unclickable dates */
.unclickable {
    color: gray; /* Change text color for unclickable dates */
    cursor: not-allowed; /* Change cursor style to indicate unclickable */
}
  

.buttons.button_space {
    margin-top: 20%;
}

.buttons.button_location {
    margin-top: 20%;
}
.main.date-time .buttons.button_space {
    margin-top: 0px;
}

/* CSS styles to visually indicate booked dates and times */
.booked-date {
    background-color: #ffc107; /* Yellow background color for booked dates */
    color: #212529; /* Text color for booked dates */
}

.booked-time {
    background-color: #ff5722; /* Orange background for booked times */
    color: #000000;
    cursor: not-allowed;
}

 /* Add a style to apply red border for error state */
 .error-msg {
        border: 1px solid red;
    }

/* .booked {
  background-color: #ff5722 !important; 
  color: #000000; 
} */