#doctorInfo { display: none; }

    
    .styled-select select {
        width: 100%;
        padding: 10px;
        border: 1px solid #1E90FF;
        border-radius: 5px;
        background-color: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 16px;
        cursor: pointer;
        box-sizing: border-box;
    }
    


    
.our-select {
    width: 100%;
    padding: 15px 60px 15px 20px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #545454;
    border-radius: 0 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        background: transparent;
        z-index: 9;
}
.our-select:active, .our-select:focus  {
    outline: none!important;
    border: 1px solid #717171;
    color: #181818;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 15px 60px 15px 20px;
    height: 50px;
    border: 1px solid #e5e5e5;
    color: #545454;
    border-radius: 0 15px;
    line-height: normal;
    position: relative;
    z-index: 10;
}
.select2-container--open .select2-selection__rendered {
    outline: none!important;
    border: 1px solid #717171!important;
    color: #181818!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single {
    height: auto;
    border: none;
}
.our-select-group {
    position: relative;
}
.our-select-group:after {
    content: "⏷";
    display: block;
    position: absolute;
    top: 0;
    margin-top: 1px;
    margin-bottom: 1px;
    right: 0;
    padding-right: 10px;
    padding-left: 10px;
    height: calc(100% - 2px);
    line-height: 50px;
    border-left: 1px solid #e5e5e5;
    color: #545454;
    cursor: pointer;
    font-size: 20px;
}
.our-info {
    position: relative;
}
.our-info img {
    width: 100%;
    border-radius: 0 15px;
    display: block;
}
.our-info span {
    position: relative;
    text-align: center;
    width: 100%;
    background: #000000ab;
    color: #fff;
    border-radius: 0 0 0 15px;
    display: block;
    line-height: 35px;
    height: 35px;
    margin-top: -35px;
}
.our-input {
    width: 100%;
    padding: 15px 60px 15px 20px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #545454;
    border-radius: 0 15px;
    background: transparent;
    z-index: 9;
    position: relative;
}
.our-input:active, .our-input:focus {
    outline: none!important;
    border: 1px solid #717171;
    color: #181818;
}
.our-input:disabled {
    background: #fff;
    opacity: 0.8;
}
.our-textarea {
    width: 100%;
    padding: 15px 20px;
    height: 100px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #545454;
    border-radius: 0 15px;
}
.our-textarea:active, .our-textarea:focus {
    outline: none!important;
    border: 1px solid #717171;
    color: #181818;
}
.our-input-personal {
    width: 100%;
    padding: 15px 20px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #545454;
    border-radius: 0 15px;
}
.our-input-personal:active, .our-input-personal:focus {
    outline: none!important;
    border: 1px solid #717171;
    color: #181818;
}

.btn-get-sms {
    width: 30%;
}

.btn-get-sms button {
    border-radius: 0 0 0 15px;
    height: 50px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.our-input-sms {
    width: 70%;
    padding: 15px 20px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #545454;
    border-radius: 0 15px 0 0;
}

#wrongSmsCode, #correctSmsCode, #wrongPhoneNumber, #correctPhoneNumber {
    display: none;
    border-radius: 0 15px;
}

.make-appointment {
    border-radius: 0 15px;
    height: 50px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    width: 100%;
}

        .error {
    color: #dc3545;
    margin-bottom: 10px;
    display: none;
    margin-top: -10px;
    font-size: 14px;
    background: #efefef;
    padding: 8px 16px;
    border-radius: 0 15px;
        }
        .error img {
            height: 16px;
    margin-right: 2px;
    vertical-align: top;
        }
        .error-border {
            border: 1px solid #dc3545!important;
        }

.global-alert {
    font-size: 13px;
    margin-bottom: 15px;
    background: #ffc107;
    padding: 20px;
    border-radius: 0 15px;
}
.global-alert span {
    border-bottom: 1px solid #212529;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.global-alert-2 {
    background: #efefef;
}
.global-alert-2 p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.global-alert-3 {
    background: #dc3545;
    color: #fff;
    font-weight: bold;
}
.global-success {
    font-size: 13px;
    margin-bottom: 15px;
    background: #28a745;
    padding: 20px;
    border-radius: 0 15px;
    color: #fff;
    display: none;
}
.global-success span {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.global-fail, .global-exists {
    font-size: 13px;
    margin-bottom: 15px;
    background: #dc3545;
    padding: 20px;
    border-radius: 0 15px;
    color: #fff;
    display: none;
}
.global-fail span, .global-exists span {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.edit-cancel-btn {
    font-size: 13px!important;
    padding: 4px 8px!important;
}
#doctorServices {
    font-size: 12px;
    margin-top: 15px;
}

#doctorServices table td, #doctorServices table th {
    padding: .25rem 0.5rem!important;
}