.modal-scan .modal-img{
    width: auto;
    margin-bottom: 20px;
    height: auto;
    border-radius: 8px;
}
.modal-scan .close{
    opacity: 1;
    margin-top: -10px;
    margin-right: 0px;
}
.modal-scan .close img{
    width: 20px;
}
.btn-download{
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
    margin-right: 40px;
    margin-top: 5px;
}
.btn-download img{
    width: 30px;
}
.profile__id{
    font-family: mont-medium;
    color: #000;
    font-size: 15px;
    text-align: center
}
.profile__id span{
    color: #979797;
    font-size: 12px;
    font-family: 'mont-regular';
}
.modal__table td{
    font-family: mont-medium;
    color: #000;
    font-size: 15px;
    text-align: left;
    padding: 10px 0px 15px 0px;
    word-break: break-word;
}
.modal__table td.modal__table_label{
    color: #5d5d5d;
    font-size: 15px;
    font-family: 'mont-regular';
    width: 100px;
}
.row__right{
    padding-left: 0px;
}
.modal__buttons button{
    width: 200px;
    padding: 10px;
    font-family: mont-medium;
    font-size: 15px;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #F8F8F8;
    box-shadow: 0px 3px 6px #0000002b;
    border: none;
    border-radius: 8px;
}
.modal-schedule{
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 50px;
    border-radius: 8px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.modal-am-time label.close{
    margin-top: -7px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-time .close img{
    width: 25px;
}
.modal-am-time article{
    padding: 20px 25px 40px 25px;
}

.modal-am-details{
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 50px;
    border-radius: 8px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.modal-am-details label.close{
    margin-top: -35px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-details .close img{
    width: 25px;
}
.modal-am-details article{
    padding: 20px 25px 40px 25px;
}


/* cancel appointment */
.modal-am-cancel{
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 50px;
    border-radius: 8px;
    position: fixed;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.modal-am-cancel label.close{
    margin-top: -35px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-cancel .close img{
    width: 25px;
}
.modal-am-cancel article{
    padding: 20px 25px 40px 25px;
}
/* end cancel appointment */

.modal-schedule label.close{
    margin-top: -35px;
    margin-right: 0px;
    opacity: 1;
}
.modal-schedule .close img{
    width: 25px;
}
.modal-schedule article{
    padding: 20px 25px 40px 25px;
}
.pb-20{
    padding-bottom: 20px;
}
.modal-schedule article p{
    font-family: mont-medium;
    color: #000;
    font-size: 15px;
}
.modal__title__h4{
    padding-left: 0px;
}
.modal__title__h4 h4{
    font-family: 'mont-semibold';
    color: #000;
    font-size: 17px;
}
.dropdown-sched{
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 8px;
    font-family: 'mont-medium';
    color: #424242;
    letter-spacing: 0.7px;
    outline: none !important;
    margin-top: 20px;
    border: 1px solid #585858;
    font-size: 12px;
}
.dropdown-ul .dropdown-menu>li>a{
    padding: 15px 20px;
    font-size: 13px;
    font-family: 'mont-regular';
    color: #000;
}
.arrow-sched {
    border: solid #6c6c6c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
}
.down-sched {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dropdown-sched i{
    float: right;
    margin-top: 0px;
}
.dropdown-ul .dropdown-menu{
    width: 100%;
    margin-top: -8px;
    border-left: 1px solid #585858;
    border-top: 0;
    border-right: 1px solid #585858;
    border-bottom: 1px solid #585858;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transition: all .5s ease-in-out;
}
#modal-info:checked ~ .bg-register{
    background-color: #0000005e;
}
.modal-register{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgb(170, 170, 170);
    padding: 20px 20px 10px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 33%;
    top: 500px;
    cursor: default;
}
.modal-register h1{
    color: #333333;
    font-family: mont-bold;
    font-size: 20px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.modal-register p{
    color: #333333;
    font-family: mont-medium;
    font-size: 14px;
    margin-top: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.kmodal-close{
    font-family: mont-bold;
    font-size: 14px;
    color: #4a9eff;
    float: right;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}