.image-upload {
    height: 0;
}

.logo-upload {
    display: none;
}

.select2-search__field {
    height: 30px !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.select2-selection--multiple {
    padding: 5px !important;
}

.upload-icon {
    position: absolute;
    z-index: 1;
    left: 42%;
    top: 25%;
    color: #061a3a;
    padding: 30px;
    font-size: 30px;
    background-color: rgba(0,0,0,.8);
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url("../images/camera.svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.upload-icon:hover {
    opacity: .95;
}

.select2-selection {
    position: relative;
    width: 100%;
    height: 50px !important;
    border: 1px solid #e5e7ec !important;
    border-radius: 10px !important;
    font-size: 15px;
    color: #808080;
    padding: 10px 12px;
    transition: all 500ms ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25%;
    right: 10px;
}

.select2-container--default .select2-results__group {
    font-weight: 600;
    color: black;
}


.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 2em;
}

.profile-box .upper-box .profile-image img {
    height: 250px;
}

.note-editor.note-airframe .note-editing-area .note-codable, .note-editor.note-frame .note-editing-area .note-codable {
    background: #fff !important;
}

.registration-section {
    background: white;
}

.registration-section .inner-box {
    box-shadow: 0 10px 30px rgb(0 24 73 / 10%);
}

.auth-header h1 {
    color: #00224f !important;
}

textarea { resize: none; }

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .replay-btn {
    background: #e30613;
    color: white;
}

.doctors-dashboard .right-panel .appointment-list .single-item .image-box {
    box-shadow: none;
}

.my-patients .doctors-table tr td .name-box {
    padding: 34px 0px 32px 40px;
}

input.timepicker {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 10px;
    font-size: 15px;
    color: #808080;
    padding: 10px 20px;
    transition: all 500ms ease;
}

span.title-label {
    color: #00224f;
    font-weight: bold;
    margin-bottom: 10px;
}

li.created-at-label {
    color: #00224f !important;
}

.attr-checkbox {
    position:relative;
    top: 2px;
    accent-color: #e30613;
}

.image-box {
    margin-top: 25px;
    width: 100%;
    max-width: 150px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li {
    background: #061a3a;
    color: white;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li a {
    color: white;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li:last-child {
    background: #e30613;
    color: white;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li:last-child {
    color: white;
}

.name-box a {
    color: #061a3a;
}

.my-patients .doctors-table tr td .name-box {
    padding: 20px 0 20px 20px;
}

.doctors-appointment .doctors-table {
    min-width: auto;
}

.person-edit, .person-delete  {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 6px 12px;
    background: #e9f9f7;
    border-radius: 25px;
}

.person-edit {
    background: #061a3a;
    color: white;
}

.person-edit a {
    color: white;
}

.person-delete {
    background: #e30613;
    color: white;
}

.person-delete a {
    color: white;
}

span.primary-label {
    background: #061a3a !important;
}

.photo-item {
    cursor: move;
}

.image-photo {
    position: relative;
}

.remove-photo-icon {
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(6, 26, 51, 1);
    padding: 5px;
    color: white;
}

.photo-placeholder {
    border-radius: 5px;
    border: 1px dashed #061a3a;
    background: #f7ebeb;
}
