.form-control:focus {
    border-color: #36b9cc;
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.25);
} 

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: whitesmoke !important;
    background: #bf5279 !important;
}

.table td {
    font-size: 10pt;
}

.badge-green {
    color: #fff;
    background-color: #1cc88a;
    font-size: 14px;
}

.badge-blue-light {
    color: #0053b0;
    background-color: #d9f5fd;
    font-size: 12px;
}

.badge-pink {
    color: #c92889;
    background-color: #fae6f2;
    font-size: 14px;
}

.badge-purple {
    color: #af36c4;
    background-color: #f9ebfe;
    font-size: 14px;
}
.badge-pinkl {
    background: #fc7e9d;
    color: #fff;
    font-size: 14px;
}
/* .bg-warning-light {
    background-color: rgba(255, 152, 0,0.12) !important;
    color: #f39c12 !important;
    font-size: 14px;
} */

.bg-warning-light {
    background-color: rgba(248, 9, 49, 0.12) !important;
    color: #f51616 !important;
    font-size: 14px;
}

.icon-warning-light {
    color: #f39c12 !important;
    font-size: 14px;
}

/* .bg-success-light {
    background-color: rgba(15, 183, 107,0.12) !important;
    color: #26af48 !important;
    font-size: 14px;
} */

.bg-success-light {
    background-color: rgba(255, 238, 0, 0.856) !important;
    color: #5f5e11d7 !important;
    font-size: 14px;
}

.bg-danger-light {
    background-color: rgba(248, 9, 49, 0.12) !important;
    color: #f51616 !important;
    font-size: 14px;
}

.bg-info-light {
    background-color: rgba(2,182,179,.12)!important;
    color: #1db9aa!important;
    font-size: 14px;
}

.bg-primary-light {
    color: #146ff4;
    background-color: #99d0ff;
    font-size: 14px;
}

.icon-primary-light {
    color: #146ff4;
    font-size: 14px;
}

/* .bg-pending-light {
    color: #f51616;
    background-color: #feebf0;
    font-size: 14px;
} */


.bg-pending-light {
    color: #d96a00;
    background-color: #ffd355;
    font-size: 14px;
}

.bg-secondary-light {
    color: #212529;
    background-color: #ebecec;
    font-size: 14px;
}

.btn-pending-light  {
    color: white;
    background-color: #e190f3;
    border-radius: 4px;
}

.btn-pending-light:hover{
    color: white;
    background-color: #af36c4;
}

.bg-rescheduled-light {
    color: #d96a00;
    background-color: #ffd355;
    font-size: 14px;
}

.bg-purple {
   background: #af36c4 !important;
}

.bg-pink {
    background: #c92889 !important;
 }

 .bg-pink-light {
    background: #fc7e9d !important;
 }

 .bg-green {
    background: #1cc88a !important;
 }

 .bg-blue {
    background: #146ff4 !important;
 }

.border-left-purple {
    border-left: 0.25rem solid #af36c4 !important;
}

.border-left-pink {
    border-left: 0.25rem solid #c92889 !important;
}

.border-left-pink-light {
    border-left: 0.25rem solid #fc7e9d !important;
}

.border-left-green {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-blue {
    border-left: 0.25rem solid #146ff4 !important;
}

.text-info, .dropdown-menu>li>a.text-info {
    color: #009efb!important;
}

#show-list{
position:absolute; 
margin-top: -37px;
margin-left:20px;
width:385;
z-index: 1000

}

#show-list-doctor{
    position:absolute; 
    margin-top: -37px;
    margin-left:20px;
    width:385;
    z-index: 1000
    
    }

#show-listmodal{
    position:absolute; 
    margin-top:-15px;
    margin-left:1px;
    width:500;
    z-index: 1000
    
}

#show-listeditmodal{
    position:absolute; 
    margin-left:-1px;
    width:500;
    z-index: 1000
    
}

.patient-info {
    margin-top: 0px;
}
.patient-info ul {
    padding: 0;
    list-style: none;
    font-size: .875rem;
    margin: 0;
}
.patient-info ul li {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #272b41;
    
}
.patient-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}

.profile-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 120px;
    }

    .a-black {
        color: #000;
        cursor: pointer;
    }

    .tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltipstext {
  visibility: hidden;
  width: 95px;
  background-color: #F8F9FC;
  color: #000;
  text-align: center;
  border-radius: 1px;
  border-style: groove;
  border-color: #000;
  border-width: 1px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 75%;
  margin-left: -60px;
  opacity: 0.1;
  transition: opacity 1s;

}

.tooltips .tooltipstext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltips:hover .tooltipstext {
  visibility: visible;
  opacity: 1;
}

.invisibleButton1 {
    position: absolute;
    width: 290px;
    height: 100px;
    left: 45px;
    top: -170px;
    background-color: transparent;
    border: 10px, orange;
    font-size: 0;
    cursor: pointer;
}

.btnstdsize{
    height:30px;
    width:30px;
}

.radiobtnFont{
    font-size: 20px;
    color:#858796;
}
 .lblCustomFont{
    font-size: 21px;
    color:#858796;

 }

 textarea {
    resize: none;
    width: 100%;
    height: 400px;
    user-select: none;

    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img{
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}

.mydivouter{
	position:relative;
    color:#fff;
	background: #e190f3;
    width: 32px;
    height: 30px;
    margin: 0 auto;
    border-radius: 4px;
}
.mydivoverlap{
    position: relative;
    z-index: 1;
}
.mybuttonoverlap{
	position: absolute;
    z-index: 2;
    top: 0px;
    display: none;
    left: -51px;	
}
.mydivouter:hover .mybuttonoverlap{ 
	display:block;
}
.center {
    padding: 8px 5px;
    text-align: center;
    width: 100%;
}

.dropdown-item:hover{
    color: white;
    background-color: #36B9CC;
}

.dropdown-toggle::after {
    display: none;
}

#checkIcon {
    color: #26af48 !important;

}

#phoneIcon {
    color: #af36c4 !important;;

}

#toothIcon {
    color: #146ff4;
}

.footer-img {
    width: 250px;
}

.img-fluid {
max-width: 100%;
height: auto;
}

.logo {

width: 45px;
}

#show-list{
    height: 700px;
    overflow: auto;
}