.tabs-appointment button{
    display: inline;
    border: none;
    color: #c4c4c4;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    padding: 9px 20px;
    text-align: center;
    width: 110px;
}
.tabs-appointment li{
    display: inline;
}
.tabs-appointment li a{
    padding: 12px 0;
}
.tabs-appointment .active button{
    background-color: #0883C6;
    color: #fff;
}
.btn-day{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.btn-month{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin-right: -5px;
}
.appoint-table .btn-setting{
    float: none;
}
.appoint-table .col-dots {
    padding-left: 0px;
}   
.appoint-table .tbl-head{
    font-size: 14px;
    padding-left: 25px; 
    padding-top: 10px;
}
.days li.active {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.days li.active .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 3px;
  padding: 15px 10px 15px 15px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: -5px;
  left: 110%;
  box-shadow: -1px 0px 8px 0px rgb(0 0 0 / 18%);
}

.days li.active .tooltiptext::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 100%;
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.days li.active:hover .tooltiptext {
  visibility: visible;
}
.tooltiptext .fa-edit{
    font-size: 15px;
}
.tooltip__details {
    width: 100%;
}
.tip__num{
    padding-right: 5px;
}
.tip__status__done{
    text-align: right; 
    padding-right: 20px; 
    color: #3CB733
}
.tip__status__cancelled{
    text-align: right; 
    padding-right: 20px; 
    color: #FC4848
}
.tip__status__pending{
    text-align: right; 
    padding-right: 20px; 
    color: #CBC74A
}
.tip__edit{
    float: right; 
    padding-right: 0px; 
    padding-top: 3px;
}
.tip__edit button{
    border: none; 
    background-color: transparent
}
.tip__label{
    line-height: 10px
}
.tip__label td{
    color: #848484;
    padding-bottom: 10px;
}
button.btn-dots{
    background-color: transparent;
    padding: 0px;
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
}
button.btn-dots:focus{
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
}
.dm-dots{
    left: inherit;
    right: 20px;
    min-width: 210px;
}
.dm-dots li:hover {
    background-color: #efefef;
    cursor: pointer;
    border-radius: 5px;
}
.dm-dots label{
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
    
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
}
.dm-dots button{
    background-color: transparent;
    border: 0px;
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
    
    width: 100%;
    padding: 10px 15px;
    text-align: left;
}
.prof-id{
    width: 100%;
}
.prof-id td{
    color: #5d5d5d;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.p-num{
    text-align: right;
    color: #000 !important;
}
.p-stat{
    text-align: right;
    color: #00ff14 !important;
}
.pmb-10{
    margin-bottom: 10px !important;
}
.info-close{
    left: -53px;
}
.modal-bg{
    z-index: 999;
}
.modal-bg-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}
.modal-content-info {
    font-family: 'Poppins', sans-serif; font-weight: 500;
    top: 400px;
    margin-top: -18%;
    position: fixed;
    left: 50%;
    width: 70%;
    height: auto;
    margin-left: -35%;
    padding: 20px 45px 40px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
}
.modal-content-info .close {
  position: relative;
  float: right;
  font-size: 18px;
  transition: transform 500ms ease;
  z-index: 11;
}
.modal-content-info .close:hover {
  color: #3498db;
}
.modal-content-info header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
  font-family: 'Poppins', sans-serif; font-weight: 500;
}
.modal-content-info header h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-family: 'Poppins', sans-serif; font-weight: 500;
}
.modal-content-info article {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Poppins', sans-serif; font-weight: 500;
}
.modal-content-info footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  font-family: 'Poppins', sans-serif; font-weight: 500;
}
.modal-content-info footer .button {
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 12px;
    padding: 10px;
    color: #fff;
    margin-top: 5px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    cursor: pointer;
}
.modal-content-info footer .button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 250ms ease;
  z-index: 0;
}
.modal-content-info footer .button.success:hover {
  background-color: #000
}
.modal-content-info footer .button.success {
  margin-right: 5px;
  background-color: #0249A5;
}
.modal-content-info footer .button.danger {
  background-color: #e74c3c;
}
.video-scan{
    border-radius: 13px;
    height: 300px;
    width: 100%;
    background-color: #000;
    width: 350px;
}