.input-icon-group .input-group-addon {
    position: absolute;
    right: 14px;
    top: 8px;
}

.cust-radio:hover .checkmark {
    background-color: transparent;
    border-color: #000;
    border-style: dashed;
}

.cust-radio:hover .checkmark:after {
    display: block;
}

.cust-radio:hover a,
.cust-radio a:hover {
    color: #000;
}

input[type="checkbox"]~.rdo-check,
input[type="checkbox"]~.rdo-check:after {
    border-radius: 0;
}

.dashboard .content-wrapper .price {
    padding: 10px 20px 8px;
    line-height: 20px;
    border-radius: 20px;
    width: auto;
    height: auto;
}

.input-select-group .input-group-addon {
    font-size: 1.25rem !important;
    top: 5px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 100%;
}

.rightSide .bootstrap-datetimepicker-widget.dropdown-menu {
    right: 0;
    left: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu * {
    max-width: 100% !important;
}

#profile-container {
    width: 150px;
    height: 150px;
}

#profileImage {
    border-radius: 5px;
    max-width: 130px;
}

#signatureImage {
    border-radius: 5px;
    max-width: 130px;
}

.doctor-pg .content-wrapper .availability .hourse li button.btn-primary {
    border-radius: inherit;
    background-color: #0d6efd;
    padding: 6px;
    font-size: inherit;
    line-height: 1.5;
    color: #fff;
}

.custom_time .bootstrap-datetimepicker-widget {
    width: 200px;
}

.doctor-pg .content-wrapper .availability .hourse li input {
    max-width: 120px;
}

.input-icon-group .input-group-addon {
    cursor: pointer;
}

.hourse ul[data-repeater-item]:first-child button[data-repeater-delete] {
    display: none;
}

.hourse ul[data-repeater-item]:first-child button[data-repeater-create] {
    display: inline-block;
}

.hourse ul[data-repeater-item] button[data-repeater-create] {
    display: none;
}

.bootstrap-datetimepicker-widget table td {
    text-align: center !important;
}

#manageAvailableDate {
    border: 1px solid #707070;
}

header {
    z-index: 99;
}

#availableStatus {
    width: 150px;
    padding-left: 95px;
}

#availableStatus .status_text {
    position: absolute;
    left: -95px;
}

#availableStatus .status_text.available {
    display: none;
}

#availableStatus #available_status:checked+span+.status_text.available {
    display: inline;
}

#availableStatus #available_status:checked+span+span+.status_text.unavailable {
    display: none;
}


.app-time {
    margin-top: 15px;
}

.app-time .app-label {
    cursor: pointer;
    display: flex;
}

.option-input {
    opacity: 0;
    height: 0;
    width: 0;
}

.app-check {
    display: flex;
    flex-wrap: wrap;
}

.app-border {
    border: 1px solid #ece9e9;
    border-radius: 7px;
    padding: 8px 10px 8px 10px;
    min-height: 30px;
    display: block;
    margin-right: 10px;
    width: 70px;
    text-align: center;
    margin-bottom: 10px;
}

.option-input.checkbox:checked+.app-border {
    background: #89CFF0;
}

.option-input.checkbox:disabled,
.option-input.checkbox:disabled+.app-border {
    cursor: not-allowed;
    opacity: 0.6;
}

#dateSlotManagement #dateSlotAvaibilitySetting {
    box-shadow: 0px 0px 6px #00000014;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 15px 15px;
}

#dateSlotManagement #dateSlotAvaibilitySetting .dateSlotHeader {
    /* background: #f1f1f1; */
    padding: 10px 10px;
    align-items: center;
    border-radius: 5px;
}

.message-area {
    padding: 0px !important;
}

.message-area .chat-area .chatbox .chat-attachment {
    height: auto;
    width: 250px;
    object-fit: contain;
}

.message-area .send-btns .button-wrapper {
    position: relative;
    width: 250px;
    height: auto;
    text-align: left;
    margin: 5px auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 10px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    /* overflow: hidden; */
    margin-left: 15px;
}

.attachment-title {
    font-size: 16px;
    color: #89CFF0;
}

.file-download {
    display: block;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 7px;
    padding-top: 7px;
}

.file-download .icon {
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ECECEC;
    color: #000;
}

.message-area #upload {
    position: relative;
    opacity: 1;
}

.message-area .msg-body ul li.sender p,
.message-area .msg-body ul li.repaly p {
    max-width: 60%;
}

.cms-pages {
    margin-top: 150px;
}

.pages-content {
    margin-top: 25px;
}

.content-wrapper .page-item .page-link {
    color: #777;
    font-size: 14px;
    border-color: #e8e6e6;
}

.content-wrapper .page-item.active .page-link {
    background-color: #FFDE3B;
    color: #000;
    border-color: #FFDE3B;
}

.content-wrapper .page-link:focus {
    box-shadow: none;
}

.input-group.customdate .input-group-addon {
    position: absolute;
    right: 14px;
    top: 8px;
}

.option-input.checkbox.booked-slot:disabled,
.option-input.checkbox.booked-slot:disabled+.app-border {
    background-color: green !important;
    color: #fff !important;
}

.notification-count {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
}

.box-height {
    min-height: 185px;
}