.ic_mr-2 {
    margin-right: 0.5rem !important;
}

/*image uploader preview*/
.upload-preview img {
    height: 80px;
    width: 80px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.hdn-uploder {
    display: none !important;
}

/*phone number input field*/
.iti {
    display: block !important;
}

/*
Start jquery datatable style
*/
.dataTables_wrapper .dt-buttons a.dt-button {
    background-color: #607d8b;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    font-size: 13px;
    outline: 0;
}

div.dt-buttons {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 4px;
}

button.dt-button,
div.dt-button,
a.dt-button {
    background-image: none !important;
}

.buttons-csv {
    background-color: #2ab9d0 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
}

.buttons-create {
    background-color: #2ab9d0 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgb(42, 184, 207);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    line-height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-delete {
    background-color: #d02a38 !important;
    box-shadow: 0 5px 20px 0 rgba(201, 24, 24, 0.9),
        0 13px 24px -11px rgb(207, 42, 56);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    line-height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
}

.buttons-excel {
    background-color: #59bf70 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    line-height: 30px;
    cursor: pointer;
}

.buttons-reload {
    background-color: #59bf70 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgb(89, 190, 112);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    line-height: 30px;
    cursor: pointer;
}

.buttons-export {
    background-color: #000000 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(0, 0, 0, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    line-height: 30px;
    cursor: pointer;
}

.buttons-pdf {
    background-color: #e91e63 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    line-height: 30px;
    cursor: pointer;
}

.buttons-reset {
    background-color: #e91e63 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    line-height: 30px;
}

.buttons-print {
    background-color: #6563ef !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #6563ef;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    line-height: 30px;
}

.buttons-featured {
    background-color: #07869a !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgb(8, 137, 156);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    line-height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-unfeatured {
    background-color: #075a67 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgb(9, 99, 113);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    line-height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-upcoming {
    background-color: #ae4af0 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #ae4af0;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    line-height: 30px;
}

.buttons-remove-upcoming {
    background-color: #61089d !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #61089d;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    padding: 0 8px !important;
    cursor: pointer;
    line-height: 30px;
}

/*
End jquery datatable style
*/
.ic-margin-right-5 {
    margin-right: 5px;
}

.ic-custom-action .waves-circle {
    line-height: 1.5em !important;
}

.ic-custom-action a {
    margin-right: 5px;
}

.ic-custom-action {
    margin-top: -44px !important;
    text-align: center;
}

.ic-list-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.ic-list-redius-img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 50%;
}

/* width */
.table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.table-responsive {
    width: 100% !important;
    min-height: 400px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.no-footer {
    border-bottom: none !important;
}

.img-64 {
width: 50px;
height: 50px;
object-fit: contain;
}

.select2 {
    width: 100%!important; /* overrides computed width, 100px in your demo */
}

.select2-selection__rendered {
width: auto !important;
}

.ic_select_resource .select2-selection__rendered {
display: flex !important;
align-items: center;
}

.ic_select_resource .select2-selection__rendered li {
float: unset !important;
}

.select2-container .select2-search--inline {
float: unset !important;
}

.select2-search__field {
height: 30px;
}

.ic-patient-details-warper {
display: flex;
justify-content: space-between;
}

.ic-patient-basic-info {
padding-left: 40px;
}

.ic-patient-basic-info h4 {
margin: 0px;
margin-bottom: 15px;
}

.ic-patient-basic-info h5,
h6 {
margin: 0;
margin-bottom: 10px;
}

.ic-patient-profile-basic-info {
display: flex;
}

.ic-patient-details-info-warper {
margin-top: 40px;
}

.ic-patient-details-info-warper h5.text-muted {
margin-bottom: 15px;
}

.ic-patient-details-tab {
margin-bottom: 15px;
}

.ic-patient-profile-basic-info .ic-patient-adress-info {
padding-left: 40px;
}

.ic-profile-details-goback {
flex: 0 0 auto;
}

.ic-invoice-card-wraper {
min-height: 65vh;
}

.ic-bg-dashboard-card {
background-color: #28a9a8 !important;
}

.course_preview_img img {
width: 140px;
object-fit: fill;
}

.dropdown-menu[style] {
right: 0 !important;
}

.bootstrap-tagsinput {
width: 100%;
}

.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white !important;
background-color: #0d6efd;
padding: 0.2rem;
width: 100%;
}

.editor-sk .ql-container {
height: auto !important;
}

.ql-container {
height: auto !important;
}

.ql-editor b,
.ql-editor strong {
font-weight: 600;
}

/* .ql-tooltip.ql-editing{
top: 0;
bottom: 0;
} */

.table-topheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.ic-custom-table .ui-sortable tr td {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 10px;
}

.ic-custom-table .table tr td,
.ic-custom-table .table tr th {
    border: 1px solid #ddd;
    background-color: #fff !important;
}

b,
strong {
    font-weight: 600 !important;
}

.course_submit_btn {
    padding-left: 0.3rem;
}

input[switch] {
    display: none;
}

input[switch]+label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]+label:before {
    color: #343a40;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]+label:after {
    content: "";
    position: absolute;
    left: 3px;
    background-color: #e9ecef;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]:checked+label {
    background-color: #626ed4;
}

input[switch]:checked+label {
    background-color: #626ed4;
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px;
}

input[switch]:checked+label:after {
    left: 33px;
    background-color: #e9ecef;
}

input[switch="bool"]+label {
    background-color: #ec4561;
}

input[switch="bool"]+label:before,
input[switch="bool"]:checked+label:before,
input[switch="default"]:checked+label:before {
    color: #fff;
}

input[switch="bool"]:checked+label {
    background-color: #02a499;
}

input[switch="default"]:checked+label {
    background-color: #a2a2a2;
}

input[switch="primary"]:checked+label {
    background-color: #626ed4;
}

input[switch="success"]:checked+label {
    background-color: #02a499;
}

input[switch="info"]:checked+label {
    background-color: #38a4f8;
}

input[switch="warning"]:checked+label {
    background-color: #f8b425;
}

input[switch="danger"]:checked+label {
    background-color: #ec4561;
}

input[switch="dark"]:checked+label {
    background-color: #343a40;
}

.square-switch {
    margin-right: 7px;
}

.square-switch input[switch]+label,
.square-switch input[switch]+label:after {
    border-radius: 0;
}

.ql-snow .ql-tooltip {
    top: 0px !important;
    left: 0px !important;
    height: 4rem;
    width: 28rem;
}

.ql-snow .ql-tooltip input[type="text"] {
    height: 3rem !important;
    width: 17rem !important;
}

.ic_summernote .note-toolbar {
    display: none !important;
}

.note-editor .note-btn-group.open .dropdown-menu {
    display: block !important;
}

.note-modal-footer .note-btn {
    float: unset !important;
}

.note-modal-footer {
    height: auto !important;
    text-align: right !important;
}

.note-editable {
    background: #fff !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 10px !important;
    border-bottom: 1px solid #111;
}

.select-all-checkbox,
.ic-item-select-checkbox {
    width: 1.3em !important;
    height: 1.3em !important;
}

/* loader */
div#loadingState {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0%;
    top: 4rem;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    background: rgb(0 0 0 / 32%);
}

.not-allowed {
    cursor: not-allowed !important;
}

.swal2-container {
    z-index: 9999999 !important;
}

.ic_select_resource input {
    width: 100% !important;
}






.ic-show-edit-design .header-title {
    margin-bottom: 20px;
}

.ic-show-edit-design .ic-gap-6 {
    gap: 6px;
    flex-direction: column;
}


.ic-show-edit-design .ic_table_design {
    margin-bottom: 0;
}

.ic-show-edit-design .ic_table_design tr td {
    border: none;
    padding: 0 0 10px 0;
    color: #516377;
}
.ic-show-edit-design .ic_table_design tr .status-active{
    color: #1cc923;
}
.ic-show-edit-design .ic_table_design tr .status-deactive{
    color: #b51d21;
}
.ic-show-edit-design .ic_table_design tr td a{
    color: #516377;
    text-decoration: underline !important;
}

.ic-show-edit-design .ic_table_design tr:last-child td {
    padding: 0 0 0 0 !important;
}

.ic-show-edit-design .ic_table_design tr td:first-child {
    font-weight: 600;
    min-width: 80px;
}

.ic-show-edit-design .ic-profile-image {
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
}

.ic-show-edit-design .ic-profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 4px solid #eaeff3;
}

.ic-show-edit-design .ic-user-name {
    font-weight: 600;
    color: #516377;
    font-size: 21px;
}


.ic-show-edit-design .ic-course-card-wrapper .ic-course-card:not(:last-child) {
    margin-bottom: 10px;
}

.ic-show-edit-design .ic-course-card-wrapper .ic-course-card {
    border: 1px solid #eaeff3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    padding-right: 10px;
    gap: 10px;
}

.ic-show-edit-design .ic-course-card-wrapper .ic-course-card .left-content {
    flex: 0 0 auto;
    width: 140px;
    height: auto;
    object-fit: cover;
}

.ic-show-edit-design .ic-course-card-wrapper .ic-course-card .left-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    inset: 0px;
    color: transparent;
}

.ic-show-edit-design .ic-course-card-wrapper .ic-course-card .right-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #516377;
    margin: 0;
}

.ic_history_table_design thead th{
    text-align: left;
    background-color: #b51d21;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;

}
.ic_history_table_design thead th:first-child {
    border-top-left-radius: 6px;
}
.ic_history_table_design thead th:last-child {
    border-top-right-radius: 6px;
}
.ic_history_table_design thead th{
    text-align: left;
    background-color: #b51d21;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;

}
.ic_history_table_design tbody td{
    padding: 14px;
    border-bottom: 1px solid #eaeff3;
    font-size: 14px;
    font-weight: 500;
    color: #516377;
    vertical-align: middle;

}



@media (max-width: 1399px) {
    .ic-show-edit-design .ic-course-card-wrapper .ic-course-card .left-content {
        width: 100px;
        height: auto;
    }
    .ic-show-edit-design .ic-course-card-wrapper .ic-course-card .right-content h5 {
        font-size: 15px;
    }
    .ic-show-edit-design .ic_table_design tr td {
        padding: 0 0 9px 0;
    }
    .ic-show-edit-design .ic-user-name {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .ic-show-edit-design .ic-course-card-wrapper .ic-course-card .left-content {
        width: 90px;
        height: 90px;
    }
    .ic-show-edit-design .ic_table_design tr td {
        padding: 0 0 7px 0;
    }
    .ic-show-edit-design .ic-user-name {
        font-size: 19px;
    }
}
@media (max-width: 991px) {
    .ic-show-edit-design .ic-course-card-wrapper .ic-course-card .right-content h5 {
        font-size: 14px;
    }
    .ic-show-edit-design .ic_table_design tr td {
        padding: 0 0 6px 0;
    }
    .ic-show-edit-design .ic-user-name {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    .ic-show-edit-design .ic-course-card-wrapper .ic-course-card .left-content {
        width: 80px;
        height: 80px;
    }
    .ic-show-edit-design .ic-user-name {
        font-size: 15px;
    }
}

.note-image-title-dialog .modal-header button{
    display: none;
}
