/**
 *
 * You can write your CSS code here, DO NOT touch the default style file
 * because it will make it harder for you to update.
 * 
 */
/*# sourceMappingURL=developers.css.map */


.chat-top-tools .btn{
    padding: 0 !important;
    background-color: transparent;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-item p{
    margin-bottom: 0;
}

.chat-canvas .chat-item img{
    width: 120px;
    height: 120px;
    border-radius: 0;
    object-fit: cover;
    object-position: top;
}

.card.card-patient-profile .card-img-top .img-thumbnail img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
}

/* .card .rounded-circle {
    width: 50px;
    height: 50px;
} */

.booking-list .head figure img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.card .rounded-circle{
    padding: 0;
}

/* .card .rounded-circle img{
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    object-position: top;
} */

.card.card-doctor-profile figure{
    height: 80px;
}

.card.card-doctor-profile figure img{
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    object-position: top;
}

.needs-validation .icon-img.size-100{
    padding: 0 !important;
}

.needs-validation .icon-img.size-100 img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}

.chat-bottom-actions  button {
    background: #4D5BEC !important;
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.chat-bottom-actions  button svg{
    width: 30px !important;
}

.chat-bottom-actions .radius-6 {
    overflow: hidden;
}

#prescriptionModal .form-control{
    background: #F9F9F9;
    border: 1px solid #D5D7E7;
    border-radius: 8px;
    height: 55px;
    box-shadow: none;
    outline: none;
    font-weight: 500;
}

#prescriptionModal .form-control::placeholder {
    color: #18102C;
    opacity: 1;
  }

  #prescriptionModal .form-control:-ms-input-placeholder {
    color: #18102C;
  }

  #prescriptionModal .form-control::-ms-input-placeholder {
    color: #18102C;
  }

  #prescriptionModal .form-control:focus {
    box-shadow: none;
  }

  #prescriptionModal  .form-control-placeholder{
    color: #18102C;
    font-size: 14px;
    font-weight: 600;
  }

  #prescriptionModal .btn-primary, #medicationModal .btn-primary{
    background: #4D5BEC;
  }

  #prescriptionModal #preSavebtn {
    margin-right: 20px;
  }

  .chat-canvas .chat-item  .pdfBox{
    background-color: #4D5BEC !important;
    padding: 12px;
    border-radius: 12px 0px 12px 12px;
    min-width: 217px;
    max-width: 220px;

  }

  .chat-canvas .chat-item  .pdfBox img{
    border:0 !important ;
  }

  .chat-canvas .chat-item  .pdfBox .pdfImage{
    width: 100%;
    height: auto;
    object-fit: inherit;
    object-position: inherit;
  }

  .chat-canvas .chat-item  .pdfBox .nameIcon{
    display: flex;
    align-items: center;
    grid-gap: 7px;
  }

  .chat-canvas .chat-item  .pdfBox .pdfIcon{
    width: 20px;
    height: 20px;
  }

  .chat-canvas .chat-item  .pdfBox h6{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
  }

  .chat-canvas .chat-item  .pdfBox  a{
    color: #fff;
  }

  .chat-canvas .chat-item  .pdfBox  a:hover{
    text-decoration: none;
  }

  .chat-canvas .chat-item  .pdfBox .date-time{
    font-size: 9px !important;
    color: #fff !important;
    margin-top: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .chat-canvas .chat-item  .imageBox{
    background-color: #4D5BEC !important;
    padding: 12px;
    border-radius: 12px 0px 12px 12px;
    min-width: 120px;
    max-width: 220px;
    min-height: 120px;
    height: auto;
  }

  .chat-canvas .chat-item  .imageBox .image{
    width: auto;
    height: auto;
  }
  .chat-canvas .chat-item  .imageBox .date-time{
    font-size: 9px !important;
    color: #fff !important;
    margin-top: 8px;
    width: 100%;
  }

  .chat-canvas .chat-item  .imageBox  a{
    color: #fff;
  }

  .chat-canvas .chat-item  .imageBox  a:hover{
    text-decoration: none;
  }


  /*  */

  .videoCallModal  .modal-content{
    border-radius: 10px;
  }

  .videoCallModal .modal-body .videoThumbnail{ 
    /* background-color: green; */
  }

  .videoCallModal .modal-body  #agora-video-player-track-cam-f392cee8{
    background-color: transparent !important;
    border-radius: 5px;
    border: 4px solid #fff;
  }

  .videoThumbnail.player{ 
    height: 110px;
    width: 160px;
    /* border: 4px solid #fff; */
    /* border-radius: 5px; */
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .videoCallModal .modal-body .player{ 
    height: 410px !important;
  }

  .videoCallModal .modal-body .videoUserBox{ 
    width: 100%;
    /* background-color: red; */
    border: 0px;
    border-radius: 5px;
  }

  .videoCallModal .modal-body .bottomArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    grid-gap: 30px;
  }

  .videoCallModal .modal-body .bottomArea h6{
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
  }

  .videoCallModal .modal-body .bottomArea .btnArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
  }

  .videoCallModal .modal-body .bottomArea .btnArea button{
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
  }

  @media (min-width: 767px){
    .videoCallModal .modal-dialog {
      max-width: 750px;
    }
  }

  .audioModal .modal-content{
    border-radius: 10px;
    background-color: #4D5BEC;
    border: 0;
    overflow: hidden;
  }

  .audioModal .modal-content .modal-body{
    padding: 50px 20px;
    position: relative;
  }

  .audioModal .position-relative{
    z-index: 2;
  }

  .audioModal .modal-content .modal-body::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }

  .audioModal .modal-content .player{
    height: auto;
  }

  .audioModal .modal-content .player h6{
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
  }

  .audioModal .modal-content .flexWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    width: 100%;
  }

  .audioModal .modal-content .player img{
      width: 140px;
      height: 140px;
      border-radius: 100%;
      overflow: hidden;
      border: 5px solid #fff;
      object-fit: cover;
      object-position: center;
  }

  .audioModal .modal-content .time{
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
  }

  @media (min-width: 767px){
    .audioModal .modal-dialog {
      max-width: 500px;
    }
  }