.modal .btn-close {
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal .modal-content {
    background-color: #EEF2F7;
    border-radius: 12px;
}

.modal .modal-body {
    padding: 50px 15px 35px 15px;
}

.modal .form-control {
    background-color: #EEF2F7;
}

.modal-action {
    max-width: 70%;
    margin: 0 auto;
    display: table;
}

.modal-action button,
.modal-action a {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

.modal-action .btn:first-child {
    margin: 0;
}


.modal .form-group {
    margin-bottom: 10px;
}

.modal .form-control::-webkit-input-placeholder {
    color: #4A4A49;
}

.modal .form-control::-moz-placeholder {
    color: #4A4A49;
}

.modal .form-control:-ms-input-placeholder {
    color: #4A4A49;
}

.modal .form-control::-ms-input-placeholder {
    color: #4A4A49;
}

.modal .form-control::placeholder {
    color: #4A4A49;
}


/* CHECKOUT MODAL */
.checkout-modal .modal-content {
    border: 0;
    border-radius: 12px;
    padding: 15px 15px 30px 15px;
}

.checkout-modal .close {
    font-size: 26px;
    font-weight: lighter;
    background-color: transparent;
    width: 30px;
    display: table;
    margin: 0 5px 0 auto;
    border: 0;
    outline: none;
}

.checkout-modal .hint {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.checkout-modal .hint img {
    vertical-align: bottom;
    margin: 0 auto 20px;
    width: 50px;
    display: block;
}


/* PHARMACIST MODAL */
.pharmacist-work-time {
    margin: 20px 0;
    text-align: center;
}

.pharmacist-work-time .lab {
    color: #4A4A49;
}

.pharmacist-work-time .val {
    color: #4A4A49;
    font-weight: bold;
}
