body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
input,
a,
textarea {
    font-family: 'Manrope';
}

body:not(.layout-fixed) .main-sidebar .sidebar {
    overflow-y: scroll;
    position: fixed;
    height: 100vh;
    padding-bottom: 15px;
}
.error{
    font-size: 12px;
    text-align: left;


}
.form-control.error {
    border: 1px solid red !important;
}
.spinner {
    left: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
}

.loader_outer {
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.loader_outer,
.banner_img .spinner {
    left: 0;
    position: fixed;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    display: block;
}

.loader_scroll {
    overflow: hidden;
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.spinner div {
    width: 22px;
    height: 22px;
    background-color: #f4c052;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation-delay: 0s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.login-card-body div.input-group label.error {
    position: absolute;
    top: 44px;
    font-size: 14px;
    color: #FF0000;
    font-weight: normal !important;
}

/*.login-card-body span.error {     position: absolute;     top: 44px;     font-size: 14px;     color: #FF0000;     font-weight: normal !important; }*/
.login-card-body .input-group {
    margin-bottom: 25px !important;
}

#swal2-title {
    padding-left: 10px;
}


label.error,
small.error {
    font-weight: normal !important;
    color: #FF0000;
    font-size: 14px !important;
}

.form-group,
custom-file {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 15px;
}

.form-group label.error {
    position: absolute;
    top: 76px;
    width: 100%;
    left: 0;
}

.login-logo a img {
    max-width: 180px;
}

.form-group .custom-file label.error {
    position: absolute;
    top: 44px;
    width: 100%;
    left: 0;
}

.nav-item a .fas {
    margin-right: 10px;
    font-size: 18px;
}

.strike-line {
    text-decoration: line-through;
    color: #bc3434;
}

.radio-bx {
    margin-top: 0 !important;
}

.btn-theme {
    color: #000 !important;
    background: #f4c052;
}

.btn-info i.fa.fa-edit {
    color: #3E7043;
}
.btn-info i.fa.fa-star {
    color: #437bcf;
}

.doctor_deactivate i.fa.fa-user-check {
    color: #28a745;
}

.cancel_button {
    margin-left: 20px;
}

.profile_manage_user {
    width: 180px;
    height: 180px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 15px;
}

.profile_manage_user img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.hidden-all {
    display: none;
}

/*.dataTables_scrollHeadInner{width: 100% !important;}*/
.table.table.table-bordered.table-striped.dataTable.no-footer {
    width: 100% !important;
}

.hover_btn {
    position: absolute;
    left: 0px;
    padding: 0px 10px;
    display: block;
}

.input_text.date_time_width input {
    width: 355px;
}

.name_data {
    padding-left: 5px;
}

.append_inputbtn {
    position: absolute;
    top: 0px;
    right: 0px;
}

#customerData tr td {
    position: relative !important;
}

/*Add product page css start here*/
.add_detail_header {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.add_detail_header .back_btn {
    left: 20px;
}

.add_detail_inner_header {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 auto;
}

.add_detail_header h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #131313;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.product_thumbnail_list {
    width: 100%;
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
    /*padding-left: 20px;*/
    text-align: center;
}

.product_thumbnail_inner {
    max-width: 500px;
    width: 100%;
    display: inline-block;
}

.product_thumbnail_list ul {
    width: 100%;
    display: inline-block;
}

/*.product_thumbnail{display: inline-block;}*/
.product_thumbnail_list ul li .product_thumbnail {
    display: inline-block;
    position: relative;
    background: #DFE9EB;
    width: 67px;
    height: 67px;
    overflow: hidden;
}

.product_thumbnail_list ul li {
    list-style: none;
    padding-right: 10px;
    display: inline-block;
    width: 75px;
    position: relative;
}

.product_thumbnail_list ul li img.add_detail_icon {
    max-width: 33px;
}

.product_dec {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.product_dec p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.detail_setting {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 20px 0;
}

.detail_setting_inner {
    width: 100%;
    display: inline-block;
    max-width: 700px;
}

.detail_setting_inner ul {
    margin: 0;
    padding: 0;
}

.form_inner textarea.form-control {
    resize: none;
}

.detail_setting_inner ul li {
    list-style: none;
    border-bottom: 1px solid #DFE9EB;
    padding: 15px 0px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.title_name {
    width: 55%;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 23px;
    color: #071031;
    text-align: left;
}

.detail_setting_inner ul li.selected_list .title_name {
    color: #9BA5A7;
}

.title_dec {
    width: 45%;
    font-size: 18px;
    margin: 0;
    line-height: 23px;
    color: #071031;
    text-align: right;
}

/*.detail_setting_inner ul li a{}*/
.list_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    width: 90%;
    order: 1;
}

.detail_setting_inner ul li .fa {
    color: #9BA5A7;
    font-size: 30px;
}

.detail_setting_inner ul li .right-arrow {
    width: 10%;
    text-align: right;
    order: 2;
}

.detail_setting_inner .detail {
    margin-bottom: 0;
}

.detail_setting_inner .form_inner {
    margin-top: 30px;
}

.detail_setting_inner .form_inner p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
}

.detail_setting_inner .label_name {
    width: 50%;
    text-align: left;
    letter-spacing: 0.3px;
}

.detail_setting_inner .label_name small {
    font-size: 14px;
    color: #9BA5A7;
}

.detail_setting_inner .blue_num {
    color: #25CBDD;
    width: 50%;
    text-align: right;
}

.price_mark {
    max-width: 20px;
}

/*Modal css start here*/
.modal_outer .modal-dialog {
    margin: 0 auto;
}

.modal_outer .modal-content {
    border-radius: 0;
    border: none;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

.modal_outer .modal-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
}

.modal_outer h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #131313;
    margin: 0 0 30px;
}

.modal_outer .modal-body {
    padding: 30px 20px 50px;
}

.modal_outer .detail {
    width: 100%;
    display: inline-block;
}

.confirm_colors_btn {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.confirm_colors_btn .btn {
    float: right;
    background: #131313;
    padding: 2px 22px 0;
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    width: 100%;
}

.the_condition {
    width: 100%;
    display: inline-block;
}

.the_condition ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
}

.the_condition ul li .check_item {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #131313;
    padding: 14px 5px 12px;
    margin: 0;
    position: relative;
}

.the_condition ul li.selected .check_item {
    background: #25cbdd;
    border: 1px solid #25cbdd;
    color: #fff;
}

.the_condition ul li .check_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.the_condition ul li {
    box-sizing: border-box;
    display: inline-block;
    width: 33.33%;
    padding: 5px;
}

.the_condition ul li:first-child {
    padding-left: 0;
}

.the_condition_modal .modal-body {
    padding-right: 15px;
    text-align: center;
}

.search_list_inner h3 {
    font-size: 14px;
    line-height: 21px;
    color: #9BA5A7;
    text-align: left;
}

.selling_list_name {
    width: 100%;
    display: inline-block;
    height: auto;
    overflow-y: auto;
    padding-bottom: 20px;
    max-height: 75vh;
}

.selling_list_name ul {
    width: 100%;
    display: inline-block;
    height: 100%;
    overflow: auto;
}

.selling_list_name li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #DFE9EB;
    padding: 15px 0;
}

.selling_list_name li .label_name {
    font-size: 17px;
    line-height: 24px;
    color: #131313;
}

.search_list_inner {
    width: 100%;
    display: inline-block;
    /*height: 100%;*/
}

.modal_outer .search_list_inner h2 {
    margin: 0 0 5px;
    text-align: left;
}

.selling_name {
    width: 80%;
    display: inline-block;
    text-align: left;
}

.check_list {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.detail_setting_inner ul li .plus_minus_list {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.detail_setting_inner ul li .plus_minus_list li img {
    max-width: 28px;
}

.detail_setting_inner ul li .plus_minus_list li {
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0;
    width: auto;
    margin-left: 10px;
    cursor: pointer;
}

.detail_setting_inner ul li .plus_minus_list li.point_add img {
    max-width: 38px;
}

.detail_setting_inner ul li .plus_minus_list li a {
    position: relative;
}

.detail_setting_inner ul li .plus_minus_list li .price_num {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 1px;
    width: 100%;
}

.detail_setting_inner ul li .plus_minus_list li:first-child {
    margin: 0;
}

.price_rate_list .list_head {
    width: 100%;
}

.modal-open .product_thumbnail_list {
    overflow: hidden;
}

.modal_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.modal_header .close_modal {
    width: 50%;
    text-align: left
}

.modal_header .close_modal a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}

.modal_header .select_btn {
    width: 50%;
    text-align: right;
}

.modal_header .select_btn .btn {
    float: right;
    background: #131313;
    padding: 2px 20px 0;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.search_popup_outer.modal_outer .modal-body {
    padding: 20px 20px 50px;
    /*height: 100%;*/
    /*overflow: auto;*/
}

.search_inbox {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 10px 0 0;
    padding-bottom: 10px
}

.search_inbox img {
    max-width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.search_inbox .btn {
    position: absolute;
    width: 44px;
    height: 48px;
    left: 0;
    background: none !important;
    border-radius: 0;
    outline: none;
    box-shadow: none !important;
}

.search_inbox .form-control {
    height: 48px;
    border-radius: 0;
    background: #EEF5F7;
    border: none;
    padding-left: 40px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-shadow: 0 0px 3px rgba(215, 215, 215, 0.3);
}

.search_inbox .form-control:focus {
    box-shadow: 0 0 5px rgba(238, 245, 247, 0.5);
}

/*Modal css end here*/
/*Check box css start here*/
.check_boxes {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.check_boxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    right: 0;
}

.checkmark_box {
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #e0e2e6;
    border-radius: 100%;
}

.check_boxes:hover input~.checkmark_box {
    background-color: #ccc;
}

.check_boxes input:checked~.checkmark_box {
    background-color: #25CBDD;
    border-color: #25CBDD;
}

.checkmark_box:after {
    content: "";
    position: absolute;
    display: none;
}

.check_boxes input:checked~.checkmark_box:after {
    display: block;
}

.check_boxes .checkmark_box:after {
    right: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_modal .modal-content {
    height: auto;
    max-height: 100%;
}

.search_modal {
    height: auto;
    max-height: 100%;
}

#search_modal {
    padding: 0 !important;
    overflow: hidden;
}

.size_modal_header {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.size_modal_header .close_modal {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal_outer .size_modal_header h2 {
    margin: 0;
}

.clothing_size {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.clothing_size h3 {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #9BA5A7;
}

.clothing_size ul {
    display: inline-block;
    width: 100%;
}

.clothing_size ul li {
    display: inline-block;
    margin: 4px;
}

.clothing_size ul li .check_item {
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #131313;
    padding: 15px 15px 13px;
    display: inline-block;
    position: relative;
}

.clothing_size ul li .check_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.clothing_size ul li.selected .check_item {
    background: #25cbdd;
    border: 1px solid #25cbdd;
    color: #fff;
}

.clothing_size.shoes_size {
    margin: 20px 0 15px;
}

.clothing_size ul {
    display: inline-block;
    width: 100%;
}

.shoes_size_type {
    width: 100%;
    display: inline-block;
}

.clothing_size .shoes_size_type ul {
    width: auto;
    background: #F7FAFB;
    border: 1px solid #DFE9EB;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
}

.clothing_size .shoes_size_type li {
    margin: 0;
}

.clothing_size .shoes_size_type li .nav-link.active {
    color: #131313;
}

.clothing_size .shoes_size_type li a.nav-link {
    border: none;
    background: transparent;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9BA5A7;
    padding: 0 10px;
}

.follow_btns {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}

.no_thanks {
    width: 50%;
    text-align: left;
}

.no_thanks a {
    text-decoration: underline !important;
    color: #479FFF;
}

.follow_user {
    width: 50%;
    text-align: right;
}

.follow_user a {
    display: inline-block;
    background: #479FFF;
    padding: 2px 20px 0;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    border-radius: .25rem;
    letter-spacing: 0.5px;
}

.following_request h4 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #131313;
    margin: 0 0 30px;
}

#following_request .modal-body {
    padding-bottom: 30px;
}

.detail_setting_inner ul li.your_bundle {
    padding-bottom: 0;
}

.detail_setting_inner ul li.your_bundle .form_inner {
    width: 100%;
    margin-bottom: 0;
}

.detail_setting_inner ul li.your_bundle .form-control.bundle_input {
    border: none;
    width: 100%;
    padding-top: 3px;
}

.detail_setting_inner ul li.your_bundle .form-control label {
    color: #9BA5A7;
}

.modal.fade .modal-add-popup {
    height: 0px;
    transition: height 0.3s !important;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: none;
    transform: none;
}

.modal.fade.show .modal-add-popup {
    height: auto;
    transition: height 0.3s;
    max-height: 100%;
}

.modal-add-popup {
    height: 0;
}

#size_num.modal_outer .modal-content {
    height: auto;
    background: #fff;
    overflow: auto;
    max-height: 100%;
}

.detail_setting_inner ul li .plus_minus_list li .price_num input {
    width: 100%;
    border: none;
    background: none;
    color: #fff;
    text-align: center;
}

/*Upload css start here*/
.file_upload {
    width: 67px;
    height: 67px;
    z-index: -100;
    text-align: center;
}

.file_upload input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*.upload_text {text-align: center;cursor: pointer;color: #153dd5;font-size: 18px;font-weight: normal;padding: 15px 30px;border: 1px solid #dddddd;border-radius: 4px;line-height: 22px;}*/
.upload_btn {
    position: relative;
    width: 100%;
    float: left;
}

/*.upload_text:hover{background:#153dd5;color: #fff;border-color: #153dd5; -webkit-transition: all .9s ease;-moz-transition: all .9s ease;-o-transition: all .9s ease;-ms-transition: all .9s ease;transition: all .9s ease;}*/
.product_thumbnail_list ul li .upload_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 67px;
    cursor: pointer;
    margin: 0;
}

/*Upload css end here*/
/*Check box css end here*/
/*Add product page css end here*/

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    width: 100%;
}

.detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}

.detail ul li {
    width: 33.3%;
    text-align: left;
    display: inline-block;
    border: none;
    padding: 3px;
}

.detail ul li label {
    border: 1px solid #DFE9EB;
    box-sizing: border-box;
    border-radius: 1px;
    padding: 8px 5px 6px 6px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.black {
    background: #000;
}

.grey {
    background: #808080;
}

.white {
    border: 1px solid #CEDDE1;
}

.brown {
    background: #AF6628;
}

.red {
    background: #FF4753;
}

.orange {
    background: #FC852F;
}

.green {
    background: #1CD65C;
}

.blue {
    background: #479FFF;
}

.purple {
    background: #C451F3;
}

.silver {
    background: #C0C0C0;
}

.gold {
    background: #F2C97D;
}

.pink {
    background: #FF68FC;
}

.yellow {
    background: #FDE720;
}

.color_code {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 40px;
    border-radius: 100%;
}

.color_code img {
    display: flex;
}

.color_name {
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    color: #131313;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.detail .color_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.detail ul li label.checked_classes {
    border: 1px solid #25CBDD;
}

.product_crop_img .icon_cross {
    left: 20px;
    z-index: 99;
    top: 20px;
    position: absolute;
}

.product_crop_img .modal-dialog {
    max-width: 580px;
    height: 100%;
    margin: 0 auto;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #000;
}

.image_crop {
    width: 100%;
    float: left;
    position: relative;
    top: 10%;
}

.thumbs_up_icon {
    left: 0;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 0;
}

.product_crop_img .thumbs_up_icon img {
    max-width: 70px;
}

.product_crop_img .croppie-container .cr-slider-wrap {
    width: 100%;
    max-width: 350px;
}

.outer_image_outer_section {
    position: relative;
    padding: 15px;
    width: 100%;
    float: left;
    height: 100%;
}

.crop_image {
    background: #131313;
}

.product_crop_img .cr-slider {
    width: 100%;
}

#crop_product_image {
    pointer-events: all;
}

/*1-01-2020 Admin Redesign css start here*/

.login-card-body,
.register-card-body {
    padding: 60px 40px 50px;
}

.login-box,
.register-box {
    width: 400px;
}

.login-logo a,
.register-logo a {
    font-family: 'Avenir Medium';
    font-weight: 600;
}

.form-control {
    font-family: inherit;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 0 !important;
    height: 45px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

.input-group-append {
    border-radius: 0;
}

.input-group-text {
    border-radius: 0 !important;
}

.btn.btn-primary.btn-block {
    border-radius: 0;
}

.login-page,
.register-page {
    background: #fbfbfb;
}

.col-lg-3 .small-box h3,
.col-md-3 .small-box h3,
.col-xl-3 .small-box h3 {
    font-family: 'Avenir LT Std 95 Black';
}

div.dataTables_wrapper div.dataTables_length select {
    height: 40px;
}

.card-header {
    background: #131313;
    color: #fff;
    position: relative;
}

#customerData_wrapper {
    position: relative;
}

#customerData_filter.dataTables_filter {
    position: absolute;
    top: 0;
    right: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 40px;
}

.main-sidebar {
    background-color: #131313;
}

.ask_ken_footer a {
    color: #f4c052;
}

.dataTables_wrapper .dt-buttons button {
    background: #f4c052 !important;
    border-color: #f4c052 !important;
    color: #000;
}

.update_button {
    margin-right: 15px;
}

.card-header .float-right.btn.btn-flat.btn-theme {
    position: absolute;
    top: 5px;
    right: 10px;
}

.mb-1 a {
    color: #f4c052;
}

.sign_in {
    background: #f4c052;
    color: #fff;
    border-radius: 0;
}

.sign_in:hover {
    color: #fff;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color: #f4c052;
    border-color: #f4c052;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #f4c052;
}

/*.main-sidebar a{color: #fff;}
.nav-sidebar .nav-link p{color: #fff;}
.main-sidebar a{color: #fff;}*/
.nav-sidebar .nav-link.active li p {
    color: #343a40;
}
.activeClass i.nav-icon.fas {
    color: #fff !important;
}
.sd-menu .sidebar .nav-item:hover p , .sd-menu .sidebar .nav-item:hover i.nav-icon {
    color: #fff !important;
}
.content-wrapper table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
}
img.icon-logo {
    display: none;
}
.sidebar-collapse img.main-logo {
    display: none;
}
.sidebar-collapse img.icon-logo  {
    display: block;
    margin-left: 8px;
}



.card-primary:not(.card-outline) .card-header {
    background-color: #131313;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #f4c052;
    color: #fff !important;
}

.card-header .ower_expert {
    width: auto;
    float: right;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
}

.card-header .ower_expert a.float-right.btn.btn-flat.btn-primary {
    position: relative;
    top: 0;
    right: 0;
}

.card-header .ower_expert a.owner_button {
    background: #f4c052;
    color: #fff;
    margin-right: 10px;
}

.card-header .ower_expert a.expert_button {
    background: #fff;
    color: #f4c052;
}

.dataTables_filter {
    position: absolute;
    top: 0;
    right: 0;
}

.dataTables_wrapper {
    position: relative;
}

body table tr td {
    font-size: 14px;
    padding: 7px !important;
}

.ui-datepicker table tr td {
    font-size: 14px;
    padding: 1px !important;
}

.card-title {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

body table tr td .btn {
    padding: 3px;
    font-size: 14px;
    margin-left: 5px;
}

body table tr td .btn .fas {
    font-size: 16px;
    padding: 0 2px;
}

.main-footer strong {
    font-weight: normal;
}

table thead tr th {
    vertical-align: middle !important
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    opacity: 1;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    opacity: 1;
}

.table thead th {
    border-bottom: none;
    background: #333C40;
    color: #fff;
    font-family: 'Avenir Medium';
    font-weight: normal;
    font-size: 14px;
}

.table-bordered {
    border-top: none;
}

.card-header .float-right.btn.btn-flat.btn-primary {
    position: absolute;
    ;
    top: 5px;
    right: 10px;
}

body table tr td {
    vertical-align: middle !important;
}

/*[class*="sidebar-dark-"] .nav-flat .nav-item .nav-treeview > .nav-item > .nav-link, [class*="sidebar-dark-"] .nav-flat .nav-item .nav-treeview > .nav-item > .nav-link.active{color: #343a40;}*/
input[type=number] {
    -moz-appearance: textfield;
}

#edit_product .card-footer {
    max-width: 740px;
    margin: 0 auto 30px;
    background: #fff;
}

.the_condition_modal .modal-body {
    max-width: 500px;
}

#confirm_colors .modal-body {
    max-width: 550px;
    margin: 0 auto;
}

.color_code {
    width: 25px;
    height: 25px;
}

.table td,
.table th {
    padding: 0.45rem;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    bottom: 0.5em;
}

.custom-select {
    border-radius: 0;
    height: 45px;
}

.ower_expert .custom-select {
    border-radius: 0;
    height: 38px;
}

.card-footer {
    background: #fff;
}

#manage_promocode .card-footer {
    padding: 0;
}

div.dataTables_wrapper div.dataTables_info {
    width: 50%;
    float: left;
}

.dataTables_paginate {
    width: 50%;
    float: right;
    padding-top: 0.85em;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    background: #f8f9fa !important;
}

.page-item.active .page-link:focus {
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none !important;
}

#manage_sizes .card-footer {
    padding: 0;
}

#manage_memberships .card-footer {
    padding-top: 0;
}

.small-box p {
    margin: 0;
}

.small-box h3 {
    font-size: 24px;
}

body table tr td .btn {
    font-size: 13px;
}

.dataTables_wrapper .dt-buttons a {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #fff;
}

/*1-01-2020 Admin Redesign css end here*/
.flex_outer {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
}

.input_text {
    margin: 0 6px;
    position: relative;
}

.auto_width {
    width: auto;
    margin-right: 5px;
    position: relative;
}

.transition_list {
    padding: 0 7px;
}

.auto_width label {
    margin: 0;
}

.form-group.flex_outer label.error {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 0;
}

#vDescription-error {
    top: 156px;
}

.edit_cover {
    width: 100%;
    float: left;
}

.edit_cover h3 {
    width: 67px;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

.edit_cover h3 a {
    color: #25CBDD;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hover_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    background: #131313;
    height: 67px;
}

.edit_cover .hover_content a {
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-bottom: 1px solid #fff
}

.edit_cover .hover_content a:last-child {
    border-bottom: none;
}

.product_thumbnail_list.make_cover_image {
    overflow: inherit;
}

.make_cover_image .product_thumbnail_inner {
    overflow: inherit;
}

.package_list_name p {
    line-height: 14px;
}

.product_thumbnail_list ul li img {
    max-width: 100%;
}

.patient-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 1630px;
}

/*.sm-table table.dataTable thead > tr > th, .sm-table table.dataTable thead > tr > td{padding: 8px !important;}*/
body table tr th {
    padding: 8px 4px !important;
}

body table tr td {
    padding: 2px 4px !important;
}

.table-responsive th::before,
.table-responsive th::after,
.table-bordered th::before,
.table-bordered th::after {
    display: none !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(6) {
    width: 45px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(11) {
    width: 94px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(10) {
    width: 45px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(14) {
    width: 56px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(4) {
    width: 140px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(12) {
    width: 140px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(5) {
    width: 76px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(2) {
    width: 210px !important;
}

.patient-ds table.dataTable thead>tr>th:last-child {
    width: 90px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(3) {
    width: 116px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(13) {
    width: 70px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(14) {
    width: 82px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(9) {
    width: 85px !important;
}



.patient-ds table.dataTable thead>tr>th:nth-child(8) {
    width: 80px !important;
}

.sm-table table.dataTable {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

table tr td button.btn.btn-primary.btn-sm.btn-flat.open_image {
    margin: 0px 3px 0;
    line-height: normal;
    padding: 3px 5px 2px !important;
}

table tr td .btn {
    border: none;
    padding: 2px 5px !important;
}

.content-wrapper .card-header {
    background: #BC771B !important;
    padding: 7px 10px;
    line-height: normal;
}



.sidebar-dark-primary.sd-menu .nav-sidebar>.nav-item>.nav-link:hover {
    background: #BC771B;
    color: #fff !important;
}
.table thead th {
    background: #3E7043 !important;
    position: unset !important;
}

.sd-menu .sidebar .nav-item:hover, .sd-menu .sidebar .nav-item:active {
    background: #BC771B;
    color: #fff !important;
}





[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: transparent !important;
}

.card-header a.btn.btn-primary.btn-flat {
    padding: 2px 12px;
    font-size: 14px;
    background: #3E7043;
    color: #fff;
}

a.btn.btn-flat {
    background: transparent;
}

.sm-table table tr td div a.btn.btn-flat.btn-primary,
.sm-table table tr td div a.btn.btn-success.btn-flat {
    color: #28a745;
}
.sm-table table tr td div a.btn.btn-flat.btn-warning {
    color: #a4a4a4;
}
/* .sm-table table tr td div a.btn.btn-flat.btn-warning {
    color: #BC771B;
} */

.sm-table table tr td div a.btn.btn-flat.btn-info {
    color: #3E7043;
}

a.btn.btn-flat.btn-primary.btn-sm {
    color: #3E7043 !important;
}

.sm-table table tr td div a.btn.btn-flat.btn-danger,
table tr td a.btn.btn-flat.btn-danger {
    color: #dc3545;
}

.btn-success i.fa.fa-calendar-alt {
    color: #28a745 !important;
}

table tr td a.btn.btn-flat {
    font-size: 22px;
}

table tr td a.btn.btn-flat:hover {
    opacity: 0.75;
}

table thead tr th {
    font-family: 'Manrope'!important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 160px !important;
}

.sm-table table tr td div a.btn.btn-flat {
    margin: 0 6px;
    padding: 0 2px !important;
}

.sm-table table tr td div {
    width: 100% !important;
}

.rimp-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 2000px;
    table-layout: fixed;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(4) {
    width: 76px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(5) {
    width: 120px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(3) {
    width: 90px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 50px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(8) {
    width: 250px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(9) {
    width: 60px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(10) {
    width: 80px !important;
}



.rimp-ds table.dataTable thead>tr>th:nth-child(12) {
    width: 82px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(13) {
    width: 90px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(14) {
    width: 180px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(16) {
    width: 50px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 175px !important;
}

.rimp-ds table.dataTable thead>tr>th:last-child {
    width: 50px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(2) {
    width: 60px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(6) {
    width: 50px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(15) {
    width: 80px !important;
}

/* .rimp-ds table.dataTable tbody>tr>td:first-child {
    text-align: center;
} */

.sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 118px !important;
}

.specialties-ds table.dataTable {
    max-width: 820px !important;
}

.specialties-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 165px !important;
}

.treatment-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    max-width: 580px !important;
}

.treatment-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 130px !important;
}

.treatment-ds .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 40px !important;
}

.specialties-ds .dataTables_wrapper,
.treatment-ds .dataTables_wrapper {
    overflow: inherit;
}

.recent-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    table-layout: fixed;
    min-width: 1280px !important;
}

.recent-ds .dataTables_scrollBody {
    margin: -4px 0 0;
}

.recent-ds .dataTables_wrapper {
    overflow: inherit;
    padding: 0 5px;
}

/* .recent-ds .dataTables_scrollBody thead {
    visibility: hidden;
} */

.recent-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 1px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(9) {
    width: 35px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(10) {
    width: 30px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(11) {
    width: 36px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(2) {
    width: 45px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(3) {
    width: 60px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(4) {
    width: 46px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(9) {
    width: 25px !important;
}

.recent-ds table.dataTable thead>tr>th:last-child {
    width: 60px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(13) {
    width: 35px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(16) {
    width: 70px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(5),
.recent-ds table.dataTable thead>tr>th:nth-child(6) {
    width: 38px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 30px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(15),
.recent-ds table.dataTable thead>tr>th:nth-child(8) {
    width: 35px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(12) {
    width: 30px !important;
}

.recent-ds table.dataTable thead>tr>th:nth-child(14) {
    width: 28px !important;
}

.appoint-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 2260px;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 122px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(2) {
    width: 120px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(3) {
    width: 120px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(4) {
    width: 75px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 70px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(9),
.appoint-ds table.dataTable thead>tr>th:nth-child(8) {
    width: 70px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(16) {
    width: 80px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(23) {
    width: 70px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(14) {
    width: 65px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(24) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(10) {
    width: 62px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(5) {
    width: 80px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(19) {
    width: 78px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(15) {
    width: 75px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(11) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(12) {
    width: 150px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(13) {
    width: 75px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(17) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(18) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(21) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(22) {
    width: 80px !important;
}

.family-ds.sm-table table.dataTable thead>tr>th:last-child {
    width: 90px !important;
}

.family-ds.sm-table table.dataTable thead>tr>th:nth-child(4) {
    width: 140px !important;
}

.sm-table div.dataTables_wrapper div.dataTables_length select {
    height: 32px;
}

.sm-table div.dataTables_wrapper div.dataTables_filter input {
    height: 32px;
}

.family-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 50px !important;
}

.family-ds table tr td a.btn.btn-sm.btn-flat.btn-info {
    color: #17a2b8;
}

.card-footer button.btn.btn-primary {
    padding: 6px 15px;
}

.form-group input.form-control,
.form-group select {
    font-size: 14px;
    padding: 5px 10px;
    height: 32px;
}

.form-group label {
    margin: 0 0 2px;
    font-size: 14px;
}

.card-body .form-row:last-child .form-group {
    margin-bottom: 0px;
}

.pagination li a {
    font-size: 14px;
    border-radius: 0 !important;
    color: #066dae !important;
}

.pagination .page-item.active .page-link {
    background-color: #066dae;
    border-color: #066dae;
    color: #fff !important;
}

.img_data img {
    width: 100%;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-header button.close {
    position: absolute;
    right: -20px;
    margin: 0;
    z-index: 99;
    top: -20px;
    background: #3E7043;
    padding: 4px 10px;
    opacity: 1 !important;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-header button.close:hover {
    background: #BC771B;
}

div#myModal {
    padding: 20px !important;
}

.small-box p i {
    width: 21px;
}


aside.main-sidebar {
    background: #fff;
}

.info a {
    color: #fff !important;
    font-family: 'Manrope';
}

nav.main-header {
    padding: 13px 10px;
}

.sd-menu nav ul li a {
    padding: 10px 0px;
    line-height: 20px;
    color: #fff !important;
    font-size: 14px;
}


.card-header .card-title {
    font-family: 'Manrope';
}

body.sidebar-mini.layout-fixed {
    background: #f4f6f9;
}

.content-wrapper {
    padding: 10px;
    margin-top: 0 !important;
}

.content-wrapper .card {
    margin: 0 0 10px;
}

.content-wrapper .content {
    padding: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.main-header .navbar-nav li a.nav-link.dropdown-toggle {
    color: #011936 !important;
    font-family: 'Manrope';
}

.small-box>.inner {
    padding: 25px;
}

.small-box p {
    margin: 0 0 5px;
}


.small-box p {
    margin: 0 0 5px;
}

.small-box h4 {
    font-weight: normal !important;
    margin: 0 0 15px;
    font-size: 36px;
    ;
}

.small-box>.small-box-footer {
    padding: 6px 10px;
    font-family: 'Manrope';
}

.small-box p span {
    font-family: 'Manrope';
}

.family-edit .card-footer {
    padding: 0;
}

.show-read-more .more-text {
    display: none;
}

/* dashborad-main */
.small-box p span.t-tx {
    font-size: 16px;
    margin: 2px 0 0;
    font-family: 'Avenir Book';
    background: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    color: #fff;
    line-height: normal;
    padding: 0;
    text-align: left;
}

.small-box p:last-child {
    margin: 0 0;
}

.small-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.small-box p i {
    width: 21px;
    display: none;
}

.small-box p {
    margin: 0 0 12px;
}

.small-box p span {
    font-family: 'Manrope';
    font-size: 25px;
    display: block;
}

.small-box h4 {
    font-weight: normal !important;
    margin: 0 0 5px;
    font-size: 36px;
}

.ds-box {
    margin: 0 0 15px;
}

/* dashborad-main */

/** media queries **/
.small-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.small-box.bg-warning,
.small-box.bg-warning a {
    color: #fff !important;
}

.small-box ul li.sp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.icon-dst {
    width: 50px;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.small-box ul li:last-child {
    margin: 0;
}

.icon-dst i {
    font-size: 22px;
    line-height: 44px;
}

.dt-inf {
    padding-left: 10px;
    width: calc(100% - 50px);
    line-height: normal;
    text-align: left;
}

.dt-inf p {
    font-size: 13px;
    padding-right: 1px;
    line-height: normal;
    letter-spacing: 0.5px;
    margin: 3px 0 0 !important;
    color: #fff;
}

/*.bg-success ul li { width: 100%; }*/
.small-box>.inner {
    padding: 15px 15px 0;
}

p.rg-txt {
    font-family: 'Manrope';
    font-size: 15px;
}

.dt-inf span {
    font-size: 20px;
    font-family: 'Manrope';
}

#specialties button.btn {
    margin-top: 0 !important;
}

.btn.btn-primary {
    background: #3E7043;
    padding: 6px 15px;
    border-radius: .2rem;
    border-color: #3E7043;
}

.csv-bx button.btn {
    margin: 0 0 0 10px !important;
    border-radius: 3px;
    background: #3E7043;

}

.csv-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group label.error {
    font-size: 13px !important;
    position: unset;
}

.csv-bx label {
    width: 22%;
    margin: 0;
}

#list_upload button#submit_btn {
    padding: 3px 15px;
}

input#csv_file {
    font-size: 12px;
}

.csv-bx input#myFile {
    border: 1px solid #ced4da;
    padding: 3px 3px;
    width: 100%;
}

.dataTables_wrapper {
    overflow: auto;
    padding: 0 5px;
}

.checkbox {
    margin-right: 15px;
    margin-top: 5px;
}

.checkbox .checkmark_box {
    right: auto;
    left: 0;
}

.checkbox .check_boxes {
    padding: 0 0 0 30px;
}

.csv-bx input {
    border: 1px solid #ced4da;
    padding: 3px 3px;
    width: 100%;
}

.checkbox input[type="checkbox"] {
    margin: 0 4px 0 0px;
}

.checkbox label {
    margin: 0;
}

.marketing-ds .dataTables_scrollBody {
    margin-top: -16px;
}

.marketing-ds .dataTables_scrollBody table thead {
    opacity: 0;
}

.marketing-ds .dataTables_scrollHeadInner {
    width: 100% !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 40px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 80px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 76px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 100px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(6) {
    width: 158px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(3) {
    width: 140px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 80px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(7),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(8),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(9),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(10),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(11),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(12),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(13),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(14),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(15),
.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(16) {
    width: 40px !important;
}

.marketing-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    table-layout: fixed;
}

.radio-bx .check_boxes .checkmark_box:after {
    right: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 0;
    border-width: 0;
    background: #BC771B;
    border-radius: 50px;
}

.radio-bx .check_boxes input:checked~.checkmark_box {
    background-color: #fff;
    border-color: #e0e2e6;
}

.marketing-ds .dataTables_wrapper {
    overflow: hidden;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(17) {
    width: 80px !important;
}

.marketing-ds .dataTables_filter {
    right: 10px;
}

.trat-frm label {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
}

.trat-frm select.custom-select {
    width: 100%;
}

.marketing-ds div#DataTables_Table_0_length {
    margin: 12px 0 0;
}

/*.table.table.table-bordered.table-striped.dataTable.no-footer {table-layout: fixed;}*/
#associatingSpecialty .modal-header p {
    display: block;
    text-align: center !important;
    width: 100%;
    margin: 0 0 0;
}

.modal-header h4 {
    display: inline-block;
    width: 100%;
}

#associatingSpecialty .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 5px;
}

#associatingSpecialty .dataTables_filter {
    right: 12px;
}

#associatingSpecialty table.dataTable thead>tr>th:nth-child(1) {
    width: 100px !important;
}

#associatingSpecialty table.dataTable thead>tr>th,
#associatingSpecialty table.dataTable thead>tr>td {
    padding: 8px;
}

#associatingSpecialty .dataTables_scrollBody {
    margin-top: -15px;
}

#associatingSpecialty .dataTables_scrollBody thead {
    visibility: hidden;
}

#associatingSpecialty div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    width: 40%;
    margin-top: 3px;
}
#associatingSpecialty .dataTables_paginate {
    width: 60%;
}
#patient_edit .card-footer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#associatingSpecialty .modal-footer {
    border-top: 0px;
    padding-top: 0px;
}
#associatingSpecialty div.dataTables_wrapper div.dataTables_filter input,
#associatingSpecialty div.dataTables_wrapper div.dataTables_length select {
    height: 32px;
}

#associatingSpecialty .dataTables_wrapper {
    overflow: inherit;
}

#associatingSpecialty .dataTables_paginate {
    padding-top: 10px;
}

#associatingSpecialty .dataTables_scrollHead {
    z-index: 1;
}

.card-body {
    padding: 10px;
}

label {
    margin: 0 0 2px;
    font-size: 14px;
}

.form-row p {
    font-size: 14px;
    margin: 0 0 5px;
}

.cstm_popup_email .modal-dialog {
    max-width: 660px;
    margin: 25px auto;
    padding: 0 10px;
}

table tr input[type=checkbox] {
    transform: scale(1.4);
}

.cstm_popup_email table.deviceWidth {
    width: 100% !important;
}

.cstm_popup_email .modal-body>.row {
    margin: 0 !important;
}

.cstm_popup_email tr:nth-child(6),
.cstm_popup_email tr:nth-child(7),
.cstm_popup_email tr:nth-child(8) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cstm_popup_email tr:nth-child(6) td,
.cstm_popup_email tr:nth-child(7) td,
.cstm_popup_email tr:nth-child(8) td {
    margin: 0 !important;
    padding: 20px 16px !important;
}

.sms-ds #specialties button.btn.btn-primary.btn-flat {
    margin: 15px 0 0 !important;
}

.cstm_popup_email .mobile_frame {
    width: 250px !important;
    padding-left: 40px;
}

.cstm_popup_email .mobile_text {
    width: 285px !important;
}

#specialties textarea.form-control {
    height: 35px;
    margin: 0 0 2px;
}

.email-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    width: 700px !important;
}

.email-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 120px !important;
}

.email-ds .dataTables_wrapper {
    overflow: inherit;
}

/*body .email-ds table tr th, body .treatment-ds table tr th, body #marketing_notify table tr th, body #marketing_notify_patient table tr th{padding: 8px 4px !important;}*/
body .recent-ds table tr td,
body .recent-ds table tr th,
body .patient-ds table tr td,
body .patient-ds table tr th,
body .rimp-ds table tr td,
body .rimp-ds table tr th,
body .appoint-ds table tr td,
body .appoint-ds table tr th {
    padding: 3px 4px !important;
}

.content-wrapper.dashboard-bx {
    padding-bottom: 0;
}

.email-ds .card-header {
    padding: 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.email-ds .card-header::after {
    display: none;
}

.sms-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    width: 100% !important;
    table-layout: fixed;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 100px !important;
}

.sms-ds .dataTables_wrapper {
    overflow: inherit;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 135px !important;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(3) {
    width: 90px !important;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 80px !important;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 100px !important;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(6) {
    width: 90px !important;
}

body .sms-ds table tr td p {
    margin: 0;
}

table tr .checkmark_box {
    border-radius: 0;
    top: -13px;
}

table tr .check_boxes input:checked~.checkmark_box {
    background: #ff9934;
    border-color: #ff9934;
}

.sl-box {
    padding: 0 5px;
}

.marketing-ds .form-group {
    margin-bottom: 0;
}

/*#specialties .form-group {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}*/
#specialties .form-group:nth-child(2) .impt-bx {
    width: calc(100% - 70px);
}

.impt-bx {
    width: calc(100% - 120px);
}

#specialties label {
    margin: 0;
}

/* 21-9-2020 */
.rimp-ds table.dataTable thead>tr>th:nth-child(5) {
    width: 140px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(6) {
    width: 85px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(9) {
    width: 110px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(17),
.patient-ds table.dataTable thead>tr>th:nth-child(13) {
    width: 140px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(19) {
    width: 110px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(12) {
    width: 120px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(15) {
    width: 90px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(6) {
    width: 140px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 45px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(3) {
    width: 70px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 90px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 50px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(8),
body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(9),
body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(10),
body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(11),
body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(12) {
    width: 40px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 45px !important;
}

body .marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(13) {
    width: 40px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(20),
.rimp-ds table.dataTable thead>tr>th:nth-child(22),
.rimp-ds table.dataTable thead>tr>th:nth-child(11),
.rimp-ds table.dataTable thead>tr>th:nth-child(12),
.patient-ds table.dataTable thead>tr>th:nth-child(5),
.patient-ds table.dataTable thead>tr>th:nth-child(10) {
    width: 100px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(11) {
    width: 55px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(13),
.patient-ds table.dataTable thead>tr>th:nth-child(7),
.patient-ds table.dataTable thead>tr>th:nth-child(11) {
    width: 190px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(15),
.rimp-ds table.dataTable thead>tr>th:nth-child(16),
.patient-ds table.dataTable thead>tr>th:nth-child(3),
.patient-ds table.dataTable thead>tr>th:nth-child(4),
.rimp-ds table.dataTable thead>tr>th:nth-child(4),
.rimp-ds table.dataTable thead>tr>th:nth-child(14) {
    width: 143px !important;
}

.patient-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 85px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(18),
.rimp-ds table.dataTable thead>tr>th:nth-child(21),
.rimp-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 80px !important;
}

#docterdetailModal p#modal_type {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 1rem;
}

#docterdetailModal #classModalLabel {
    display: none !important;
}

.modal_head_info {
    width: 100%;
    text-align: center;
}

.modal_head_info p:last-child {
    font-size: 1.5rem;
    font-weight: 700;
}

body .marketing-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 100% !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(3) {
    width: 75px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 90px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 80px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(6) {
    width: 70px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(7) {
    width: 50px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(8),
body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(9),
body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(10),
body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(11),
body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(12) {
    width: 45px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(13) {
    width: 80px !important;
}

.specialties-ds table.dataTable {
    max-width: 1050px !important;
}

.specialties-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 75px !important;
}

.sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 55px !important;
}

.specialties-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 85px !important;
    word-break: break-word;
}

.specialties-ds table.dataTable thead>tr>th:nth-child(5) {
    width: 70px !important;
}

.specialties-ds table.dataTable thead>tr>th:nth-child(3) {
    width: 80px !important;
}

.treatment-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    max-width: 100% !important;
}

#specialties .card-body .form-group label {
    width: 100%;
}

.sm-tb-wd table.dataTable thead>tr>th:nth-child(3) {
    width: 130px !important;
}

.treatment-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 45px !important;
}

.email-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    width: 100% !important;
}

.sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 300px !important;
}

.sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 105px !important;
}

.sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 350px !important;
}

.sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(7) {
    width: 100px !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.recent-ds .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 100% !important;
}

.recent_app_m .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 1620px !important;
}

/* End 21-9-2020 */
body #docterdetailModal .dataTables_wrapper {
    overflow: unset !important;
}

#docterdetailModal .dataTables_info {
    white-space: unset;
    width: 100%;
    font-size: 14px;
}

#docterdetailModal input[type="search"] {
    width: 174px;
}

#docterdetailModal .dataTables_filter,
#docterdetailModal .dataTables_filter label {
    width: 100%;
}

#email_templates .form-group:last-child a {
    margin-top: 1.5rem !important;
    padding: 6px 15px;
    border-radius: .2rem;
    background: #BC771B;
    color: #fff;
}

a.mt-5.cancel_treatment {
    padding: 6px 15px;
    border-radius: .2rem;
    background: #BC771B;
    color: #fff;
}
body .general_slot_tb table.dataTable thead>tr>th:nth-child(1) {
    width: 35px !important;
}

body .general_slot_tb table.dataTable thead>tr>th:nth-child(2) {
    width: 55px !important;
}

body .general_slot_tb table.dataTable thead>tr>th:nth-child(3) {
    width: 55px !important;
}

body .general_slot_tb table.dataTable thead>tr>th:nth-child(4) {
    width: 55px !important;
}

body .general_slot_tb table.dataTable thead>tr>th:nth-child(5) {
    width: 15px !important;
}

body .general_slot_tb .dataTables_scrollHead .table.table.table-bordered.table-striped.dataTable.no-footer,
body .general_slot_tb .dataTables_scrollBody .table.table.table-bordered.table-striped.dataTable.no-footer {
    min-width: 100% !important;
}

#list_upload button#submit_btn {
    border-radius: unset;
}

#subscribers_list_wrapper button.dt-button {
    padding: .25rem .5rem;
    margin-top: 10px;
    font-weight: 700;
}

#patient_list .checkbox {
    margin-right: 0;
    margin-top: 5px;
    display: inline-block;
    margin-left: 5px;
}

#rmpTable .checkbox {
    margin-left: 6px;
}

#refundModal button[type=submit] {
    border-radius: unset;
}

#specialties .form-group select {
    width: 100px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 55px !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 135px !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 140px !important;
}

#specialties .form-group select {
    width: 100px !important;
}

/* .marketing_patient_main .sm-tb-wd table.dataTable thead > tr > th:nth-child(1) {
    width: 15px!important;
} */
.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 125px !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 140px !important;
}

#specialties .form-group select {
    width: 100px !important;
}

/* .marketing_patient_main .sm-tb-wd table.dataTable thead > tr > th:nth-child(1) { width: 15px!important; }  */
.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 125px !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(5) {
    width: 140px !important;
}

.product_crop_img .icon_cross img {
    max-width: 25px;
}

#manage_doctors_wrapper div.dt-buttons {
    position: relative;
    float: right;
    margin-right: 260px;
}

.dataTables_wrapper div.dataTables_processing {
    z-index: 9;
}


/*-------------------------------   26.06.2020 css -----------------------------------------*/

.rimp-ds .sm-table table tr td.sorting_1 div,
.patient-ds .sm-table table tr td.sorting_1 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    margin: auto;
}

.rimp-ds .sorting_1 a.btn,
.patient-ds .sorting_1 a.btn {
    width: 33%;
    margin: 2px 0 !important;
}

.doctor_activate i.fa.fa-user-check {
    color: #BC771B;
}

.patient-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 69px !important;
}

.rimp-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 130px !important;
}

.marketing_btn {
    font-family: 'Manrope';
    margin: 5px 0;
    font-size: 16px;
}

.marketing_btn::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 2px;
}

.patient-ds table.dataTable thead>tr>th:nth-child(1) {
    width: 175px !important;
}

.patient-ds table.dataTable tbody>tr>td:first-child {
    text-align: left;
}

/*-------------------------------   23.09.2020 css -----------------------------------------*/
.specialties-ds table#DataTables_Table_0 {
    max-width: 100% !important;
}

.specialties-ds .dataTables_wrapper,
.treatment-ds .dataTables_wrapper {
    overflow: auto !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 190px !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(8) {
    width: 70px !important;
}

.specialties-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(6) {
    width: 162px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 32px !important;
}

.marketing-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) .checkbox,
.marketing-ds .sm-tb-wd table.dataTable tbody>tr>td:nth-child(1) .checkbox {
    margin-left: 7px;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(2) {
    width: 75px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 35px !important;
}

.email-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(6) {
    width: 80px !important;
}

.email-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 76px !important;
}

/*-------------------------------   24.09.2020 css -----------------------------------------*/
.rimp-ds table.dataTable thead>tr>th:nth-child(12) {
    width: 55px !important
}

.family-ds table.dataTable thead>tr>th:nth-child(7) {
    width: 65px !important
}

.upcoming_appt table.dataTable thead>tr>th:nth-child(1) {
    width: 40px !important
}

.upcoming_appt table.dataTable thead>tr>th:nth-child(7) {
    width: 20px !important
}

.upcoming_appt table.dataTable thead>tr>th:nth-child(5) {
    width: 30px !important
}

.upcoming_appt table.dataTable thead>tr>th:nth-child(13) {
    width: 45px !important
}

.upcoming_appt table.dataTable thead>tr>th {
    padding: 8px 4px !important
}

.recent_app_m table.dataTable thead>tr>th:nth-child(1) {
    width: 45px !important
}

.recent_app_m table.dataTable thead>tr>th:nth-child(13) {
    width: 45px !important
}

.recent_app_m table.dataTable thead>tr>th {
    padding: 8px 4px !important
}

.recent-ds table.dataTable thead>tr>th {
    padding: 8px 4px !important
}

.subscriber_ds table.dataTable thead>tr>th:nth-child(1) {
    width: 15px !important
}

.subscriber_ds table.dataTable thead>tr>th:nth-child(3) {
    width: 10px !important
}

.subscriber_ds table.dataTable thead>tr>th:nth-child(5) {
    width: 20px !important
}

.subscriber_ds table.dataTable thead>tr>th:nth-child(4) {
    width: 85px !important
}

.subscriber_ds table.dataTable thead>tr>th:nth-child(2) {
    width: 10px !important
}

.sms-ds .read-more-less .read_more {
    margin-left: 0px !important;
}

.manage_state_ds table.dataTable thead>tr>th:nth-child(2) {
    width: 165px !important
}

.manage_city_ds table.dataTable thead>tr>th:nth-child(4),
.manage_state_ds table.dataTable thead>tr>th:nth-child(3) {
    width: 5px !important
}

.manage_city_ds table.dataTable thead>tr>th:nth-child(3) {
    width: 120px !important
}

body .marketing_doctor_ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(4) {
    width: 95px !important;
}

body .marketing_doctor_ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
    width: 32px !important;
}

body .marketing_doctor_ds .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 95px !important;
}

.marketing_patient_main span.total_count {
    font-weight: 700;
    font-size: 14px;
}

table.table {
    word-break: break-word;
}

span.total_count {
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
    white-space: break-spaces;
    font-family: 'Avenir Book';
    font-size: 14px;
}

#specialties .impt-bx {
    width: calc(100% - 60px);
}

table {
    table-layout: fixed !important;
}

.subscriber_ds .dataTables_scrollBody table#subscribers_list thead tr th {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}

.rimp-ds table.dataTable thead>tr>th:last-child {
    width: 70px !important;
}

.spl-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.specialimg-class .spcl-icon {
    width: 120px;
    height: 80px;
    margin-top: 24px;
    margin-left: 8px;
}
.spcl-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.spcl-field {
    width: calc(100% - 130px);
    padding-left: 0px;
}

.spcl-icon img {
    width: 100% !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.spcl-field .custom-file-label {
    height: 30px;
    line-height: 17px;
    font-size: 12px;
}

.spcl-field .custom-file-input {
    height: 30px;
    font-size: 12px !important;
}

.spcl-field .custom-file-label::after {
    height: 28px;
    line-height: 17px;
}

.input-full .impt-bx {
    width: 100% !important;
}

#specialties .input-full button.btn.btn-primary.btn-flat {
    margin-top: 20px !important;
}

.spcl-field .custom-file {
    height: 32px;
}

.spcl-field small {
    float: left;
    line-height: normal;
}

.hint {
    color: grey;
    font-size: 12px;
    float: left;
}

.spcl-field label#vImages-error {
    top: 47px;
}

textarea {
    font-size: 14px;
    padding: 5px 10px;
    resize: none;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.spcs-bx {
    width: 25%;
    padding: 0 5px;
    margin: 0 0 10px;
}

.spcs-bx:nth-child(2),
.spcs-bx:nth-child(3) {
    width: 25%;
}

#specialties .spcs-bx select {
    width: 100% !important;
}
#specialties textarea {
    height: 70px;
}
.spcs-bx:nth-child(5),
.spcs-bx:nth-child(6) {
    width: 15%;
}

.spcs-bx:nth-child(4) {
    width: 25%;
}

.spcs-bx textarea {
    float: left;
    width: 100%;
}

#specialties .input-full button.btn.btn-primary.btn-flat {
    margin-top: 24px !important;
}

.spl-image-box label#image_name {
    border-radius: 0px;
}

.spcs-bx .spl-image-box {
    -webkit-box-align: start;
    -ms-flex-align:start;
    align-items: start;
}

.manage-seo .table.table.table-bordered.table-striped.dataTable.no-footer.table.table.table-bordered.table-striped.dataTable.no-footer {
    max-width: 100% !important;
}

.manage-seo table.dataTable thead>tr>th:nth-child(1) {
    width: 50px !important;
}

.manage-seo table.dataTable thead>tr>th:nth-child(3) {
    width: 250px !important;
}

.manage-seo table.dataTable thead>tr>th:nth-child(2) {
    width: 130px !important;
}

.manage-seo div.dataTables_wrapper div.dataTables_filter label {
    padding-right: 10px;
}

/* algorithm */
.algo_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 5px;
}

.algo_head a {
    margin-bottom: 5px;
    display: inline-block;
}

.card-header ol.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
    float: right;
}

.card-header ol.breadcrumb a {
    margin: 0 10px;
    color: #066dae;
    text-decoration: underline;
}

.justify-none {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.submit_outer {
    margin-top: 15px;
}

/* End algorithm */

/* Sequences Table */
.icon_tracker a {
    font-size: 22px;
}

/* End Sequences Table */
.create_seq a {
    margin-left: 5px;
}

.create_seq a:last-child {
    margin-left: 0;
}

/* Availability page */
.cst-chk {
    display: block;
    margin-bottom: 0px;
}

.cst-chk input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cst-chk label {
    position: relative;
    cursor: pointer;
}

.cst-chk label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b8b8b8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.cst-chk input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cst-chk input:checked+label:before {
    background: #3E7043;
    border-color: #3E7043;
}

.calander-time {
    width: 100%;
}

.calander-time th {
    color: #fff;
    background: #3E7043;
}

.calander-time td {
    font-family: "Avenir Heavy";
    font-size: 16px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.calander-time td:first-child {
    color: #3E7043;
}

.calander-time td,
.calander-time th {
    border: 1px solid #dee2e6;
}

.calander-time th {
    position: sticky;
    position: -webkit-sticky;
}

/* End Availability page */

/* Create Squence tabel page */
.squence-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sqs-field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.sqs-field label {
    width: 100%;
    max-width: 270px;
}

.squence-bx input {
    width: 80px;
    display: inline-block;
}

.squence-bx input[type="checkbox"] {
    width: auto;
}

.radio_btn {
    margin-right: 7px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 2px;
}

.sqc-duration .vertical_middle {
    display: inline-block;
    margin-right: 15px;
}

.create_sequence {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 14px;
    margin-bottom: 15px;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
    font-size: 14px;
    padding: 5px 15px;
}

.sqc-stp .vertical_middle.coman_width_fild.new_seq_common_field {
    max-width: 490px;
    display: inline-block;
}

.create_ac_seq_outer .step_heading {
    margin: 0;
}

.sqc-stp {
    margin: 0;
}

.sequence_name.new_step_seq.abc.wide_width {
    display: inline-block;
}

.vertical_middle.step_days_div {
    display: inline-block;
}

.collection_sequence_outer,
.heading_name {
    font-size: 14px;
}

.or_other p {
    padding-left: 30px !important;
}

p.CaptionCont.SlectBox {
    margin: 0;
}

.action_radio {
    display: inline-block;
}

.step_action_label {
    padding: 0px 0 0 15px !important;
    font-size: 14px;
}

.sequence_name.new_step_seq {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100% !important;
    max-width: 375px;
}

.sequence_name.new_step_seq .CaptionCont.SlectBox {
    min-height: 32px !important;
    line-height: 32px !important;
    font-size: 14px;
}

.submit_outer.save_cancel_outer {
    text-align: left !important;
    padding-right: 0 !important;
    margin-top: 10px;
}

.first_freq {
    margin-bottom: 0px;
    float: left;
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 100%;
}

.common_freq {
    position: relative;
    margin: 15px 3px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}

.three_frequency_select {
    width: 220px;
    border: 1px solid #ddd;
    height: 34px;
    font-size: 14px;
}

.first_new_freq {
    width: 91px;
}

.operator_freq {
    width: 90px;
}

.input_freq {
    width: 70px;
}

.expersion_outer {
    font-size: 14px;
}

.three_tier_frequency_outer {
    background: #fcfcfc;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.SumoSelect .select-all {
    height: auto !important;
}

.action_message label,
.action_outer label {
    font-size: 14px;
}

.text-primary {
    font-size: 14px;
}

.action_radio input[type=radio],
.action_radio input[type=checkbox] {
    position: relative;
    top: 2px;
}

/* End Create Squence tabel page */
.nav-sidebar>.nav-item .nav-icon {
    font-size: 1rem !important;
    width: 1.3rem !important;
}

/* 19-04-2021 */
.qus-div small.hint {
    float: none;
    margin-left: 10px;
}

.card-body .options_number .form-row .form-group {
    margin-bottom: 10px !important;
}

.rs-field-bx .form-group {
    margin-bottom: 15px !important;
}

/* Popup design */
.full_pg_fade {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
}

.outer_box_pop {
    background-color: rgb(255, 255, 255);
    border: 4px solid rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-left: 0;
    margin-top: 20px;
    padding: 20px 30px;
    position: absolute;
    width: 92%;
    z-index: 100;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    max-width: 820px;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.outer_box_pop h4 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #000;
    text-align: center;
}

.create_action_popup_close {
    background: #ff9934;
    padding: 10px;
    border-radius: 50px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
}

.create_action_popup_close img {
    width: 100%;
    display: block;
}

/* End Popup design */
/* End 19-04-2021 */

.appoint-ds #appointments_payments_wrapper table.dataTable thead>tr>th:nth-child(6) {
    width: 60px !important;
}

.appoint-ds #appointments_payments_wrapper table.dataTable thead>tr>th:nth-child(5) {
    width: 160px !important;
}

.appoint-ds #appointments_payments_wrapper table.dataTable thead>tr>th:nth-child(13) {
    width: 150px !important;
}

.appoint-ds #appointments_payments_wrapper table.dataTable thead>tr>th:nth-child(14) {
    width: 80px !important;
}

.appoint-ds #appointments_payments_wrapper table.dataTable thead>tr>th:nth-child(7) {
    width: 75px !important;
}

.appoint-ds #appointments_payments_wrapper table.dataTable thead>tr>th:nth-child(17) {
    width: 90px !important;
}

@media only screen and (max-width: 1500px) {

    body .general_slot_tb .dataTables_scrollHead .table.table.table-bordered.table-striped.dataTable.no-footer,
    body .general_slot_tb .dataTables_scrollBody .table.table.table-bordered.table-striped.dataTable.no-footer {
        min-width: 855px !important;
    }

    /*.spcl-field label#vImages-error {top: 60px;}*/
    .small-box h4 {
        font-size: 28px;
    }

    .nav-sidebar>.nav-item .nav-icon {
        font-size: 14px !important;
    }

    .sd-menu nav ul li a {
        padding: 5px 5px;
        font-size: 14px;
    }

    .scheduled_sms #scheduled-listing th:last-child,
    .scheduled_sms #scheduled-listing th:first-child {
        width: 110px !important;
    }

    .nav-sidebar li a p {
        color: #000;
        font-size: 15px;
    }

    #edit_profile img#vProfilePhoto {
        height: auto !important;
        width: 100px;
        object-fit: contain;
    }

    #emailTemplate_wrapper .dataTable thead>tr>th:nth-child(2) {
        width: 250px !important;
    }

    #emailTemplate_wrapper .dataTable thead>tr>th:nth-child(5) {
        width: 250px !important;
    }

    #scheduled-listing th:first-child {
        width: 140px !important;
    }
}

@media only screen and (max-width: 1368px) {
    .sms-ds .dataTables_wrapper {
        overflow: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .spcl-field label#vImages-error {
        top: 58px;
    }

}

@media only screen and (max-width: 1199px) {
    #marketing_notify_patient .user_type {
        justify-content: start;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 1029px) {
    #email_templates .form-group:last-child a {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1025px) {
    .sms-ds .dataTables_wrapper {
        overflow: auto;
    }

    .outer_box_pop {
        padding: 20px;
    }

    .outer_box_pop h4 {
        font-size: 16px;
    }
}

@media only screen and (min-width:576px) {
    .user_type .form-group:first-child {
        max-width: 200px;
        margin-right: 20px
    }

    .user_type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 8px
    }

    .select_temp .form-group:nth-child(1) {
        max-width: 130px
    }

    .select_temp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .select_temp .form-group:nth-child(1) {
        max-width: 200px;
        margin-right: 20px
    }

    .user_type .form-group:last-child {
        width: auto
    }

    .marketing_doctor_ds .select_temp .form-group:nth-child(1) {
        max-width: 170px;
    }

    .marketing_doctor_ds .select_temp .form-group:last-child {
        width: auto;
    }
    
}



@media (max-width: 575px){
    .filter-clear {
        margin-top: 10px;
    }
}
@media only screen and (max-width:767px) {
    .select_temp {
        margin-bottom: 20px
    }

    body .subscriber_ds table.dataTable thead>tr>th:nth-child(4) {
        width: 20px !important;
    }

    body .subscriber_ds table.dataTable thead>tr>th {
        white-space: nowrap;
        word-break: break-word !important;
    }

    body .subscriber_ds table.dataTable tbody>tr>td {
        word-break: break-word !important;
    }

    body .subscriber_ds .table.table.table-bordered.table-striped.dataTable.no-footer {
        min-width: 100% !important;
        min-width: 650px !important;
    }

    .spl-image-box {
        margin-bottom: 38px;
    }

    .spcs-bx {
        width: 50%;
    }

    .spcs-bx:nth-child(4) {
        width: 100%;
    }

    .spcs-bx:nth-child(2),
    .spcs-bx:nth-child(3) {
        width: 50%;
    }

    .spcs-bx:nth-child(3) {
        width: 100%;
    }

    .spcs-bx:nth-child(5),
    .spcs-bx:nth-child(6) {
        width: 50%;
    }

    #specialties .input-full button.btn.btn-primary.btn-flat {
        margin-top: 10px !important;
    }

    .manage-test .spcs-bx:first-child,
    .manage-test .spcs-bx:nth-child(2) {
        width: 50% !important;
    }

    .manage-test .spcs-bx:nth-child(3) {
        width: 100% !important;
        margin-top: 20px;
    }

    .marketing_patient_main .checkbox.radio-bx {
        margin-bottom: 20px;
        margin-left: 8px;
    }

    #marketing_notify_patient .user_type {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .select_temp {
        margin-bottom: 20px
    }

    .user_type {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:575px) {

    .select_temp .form-group,
    .user_type .form-group {
        margin-bottom: 15px
    }

    .select_temp .form-group:last-child {
        margin-bottom: 0
    }

    form#testimonial .form-row:last-child .spcs-bx:first-child,
    form#testimonial .form-row:last-child .spcs-bx:nth-child(2) {
        width: 100% !important;
    }

    .marketing_patient_main input#marketing_dScheduleDateTime {
        width: 100%;
    }

    .marketing_patient_main .select_temp .form-group:nth-child(2) {
        max-width: 100% !important;
    }
}

/*@media only screen and (max-width:767px){
.user_type {
    padding: 8px;
}
}*/
@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    [class*="col-xs-6"] {
        width: 50%;
        flex: 0 0 50%;
    }

    .sm-table .dataTables_filter {
        position: unset;
    }

    .small-box ul li {
        width: 100%;
    }

    .pagination li a {
        font-size: 12px;
        padding: 7px 10px;
    }

    #specialties button.btn {
        margin-top: 0px !important;
    }

    .csv-bx {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .csv-bx button.btn {
        margin: 10px 0 0 !important;
        padding: 0 10px;
    }

    .csv-bx label {
        width: 100%;
    }

    .modal-dialog {
        margin: 25px auto 0px 10px;
    }

    #specialties .form-group:nth-child(2) .impt-bx {
        width: calc(100% - 120px);
    }

    #associatingSpecialty .dataTables_filter {
        position: static;
    }

    .specialties-ds .dataTables_wrapper,
    .treatment-ds .dataTables_wrapper {
        overflow: auto !important;
    }

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

    #associatingSpecialty .dataTables_wrapper {
        overflow: auto;
    }

    #associatingSpecialty .dataTables_paginate {
        padding-top: 10px;
    }

    .cstm_popup_email .modal-body>.row {
        overflow: auto;
        width: 610px !important;
    }

    .cstm_popup_email .modal-body {
        overflow: auto;
    }

    .email-ds .dataTables_wrapper {
        overflow: auto;
    }

    .card-header ol.breadcrumb {
        margin: 5px 0 0;
        width: 100%;
    }

    .card-header ol.breadcrumb a {
        margin: 0 10px 0 0px;
    }
}

@media only screen and (max-width: 991px) {
    .manage-test .form-row:last-child {
        margin-top: 15px;
    }

}

@media only screen and (max-width:410px) {
    .manage-specialities-main #specialties .spcs-bx .impt-bx label#vSpecialty-error {
        top: 90px !important;
    }
}

.manage-test .spcs-bx:first-child {
    width: 23%;
}

.manage-test .spcs-bx:nth-child(2) {
    width: 35%;
}

.manage-test .spcs-bx:nth-child(3) {
    width: 42%;
}

.manage-test .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: unset;
}

.manage-test .select2-container .select2-selection--single {
    height: 32px;
}

.manage-test table tr td a.btn.btn-flat {
    color: #17a2b8;
}

.manage-test .impt-bx input#vUserName {
    border: 1px solid #ced4da;
    height: 32px;
    width: 100%;
    color: #444;
    font-size: 15px;
    padding-left: 20px;
}

.manage-test .spcs-bx:first-child label {
    width: 100%;
}

.manage-test .select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
    font-size: 14px;
}

.select2-container :focus {
    border: 1px solid #80bdff !important;
    outline: 0;
}

.select2-container .selection {
    outline: 0;
}

.manage-test table tr td a.btn.btn-flat.btn-danger {
    color: #dc3545 !important;
}

.manage-test .impt-bx input#vUserName:focus {
    outline: none;
    border: 1px solid #80bdff;
}

.spcs-bx .impt-bx textarea:focus {
    border: 1px solid #80bdff;
}

.wrapper {
    overflow: hidden;
}

.form-group .custom-file label.error {
    top: 58px !important;
}

#patient_edit .custom-file .custom-file-label {
    padding-right: 40px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

label#vSpecialty-error,
label#vCity-error {
    position: absolute;
    top: 60px;
}

.manage-test .spl-image-box .spcl-field .custom-file input#vUserImage {
    cursor: pointer;
}

.manage-specialities-main .spcs-bx {
    margin: 0 0 20px;
}

.manage-specialities-main #specialties .spcs-bx .impt-bx label#vSpecialty-error {
    top: 75px;
}


.save-availability-doctor {
    padding: 6px 20px;
    background: #066dae;
    border: none;
    color: #fff;
    margin-top: 20px;
}

.save-availability-doctor:focus {
    outline: none;
}

#doctor-availability .calander-time .cst-chk label {
    width: 100%;
}

#doctor-availability .calander-time {
    min-width: 700px;
}

/* 02-08-2021 */
#interviewer_model .modal-header,
#invited_candidates_model .modal-header {
    padding: 20px 20px 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#interviewer_model h5 {
    width: 100%;
    text-align: center;
}

#interviewer_model .modal-title,
#invited_candidates_model .modal-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    width: 100%;
}

.event-title {
    margin-top: 10px;
}

.event-schedule[readonly] {
    background: #fff;
}

/* 02-08-2021 */

/* 05-08-2021 */
#interviewer_model table thead th:nth-child(2) {
    width: 100px;
}

#interviewer_model table thead th:nth-child(3) {
    width: 100px;
}

#interviewer_model table thead th:first-child {
    width: 100px;
}

#invited_candidates_model table thead th:nth-child(2) {
    width: 80px;
}

#invited_candidates_model table thead th:nth-child(4) {
    width: 70px;
}

#invited_candidates_model table thead th:nth-child(5) {
    width: 105px;
}

#invited_candidates_model table thead th:nth-child(7) {
    width: 55px;
}

#invited_candidates_model table thead th:first-child {
    width: 100px;
}

#invited_candidates_model .close:focus,
#interviewer_model .close:focus {
    outline: none;
}

#invited_candidates_model table thead th:nth-child(8) {
    width: 130px;
}

#invited_candidates_model table thead th:nth-child(9) {
    width: 130px;
}

#invited_candidates_model table thead th:nth-child(6) {
    width: 130px;
}

#invited_candidates_model table thead th:nth-child(3) {
    width: 130px;
}

#invited_candidates_model .modal-dialog,
#interviewer_model .modal-dialog {
    margin: 25px auto 0px auto;
}

#interviewer_model table thead th:nth-child(4) {
    width: 130px;
}

#interviewer_model table thead th:nth-child(5) {
    width: 130px;
}

/* 05-08-2021 */

/* 10-08-2021 */
.appoint-ds table.dataTable thead>tr>th:nth-child(25) {
    width: 100px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(26) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(27) {
    width: 60px !important;
}

.appoint-ds table.dataTable thead>tr>th:nth-child(20) {
    width: 70px !important;
}

/* 10-08-2021 */

/* 16-08-2021 */
#global_setting .form-row:first-child label {
    font-weight: 600;
    font-size: 16px;
}

.no-data tr td {
    padding: 2px 4px !important;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

/* 16-08-2021 */

/* 17-09-2021 */
.marketing_patient_main input#marketing_dScheduleDateTime {
    font-family: 'Avenir Book';
    font-size: 14px;
    padding: 5px 10px;
    height: 32px;
    border-radius: 0px !important;
    border: 1px solid #ced4da;
    color: #495057;
}

.marketing_patient_main .select_temp .form-group:nth-child(2) {
    margin-right: 20px;
    max-width: 160px;
}

.marketing_patient_main input#marketing_dScheduleDateTime:focus-visible {
    outline: none;
    border-color: #80bdff !important;
}

#scheduled-listing th:first-child {
    width: 120px !important;
}

#scheduled-listing th:nth-child(2) {
    width: 80px !important;
}

#scheduled-listing th:nth-child(3) {
    width: 110px !important;
}

#scheduled-listing th:nth-child(4) {
    width: 110px !important;
}

#scheduled-listing th:nth-child(5) {
    width: 90px !important;
}

#scheduled-listing th:nth-child(6) {
    width: 120px !important;
}

#scheduled-listing th:nth-child(7) {
    width: 300px !important;
}

#scheduled-listing th:nth-child(8) {
    width: 90px !important;
}

#scheduled-listing th:last-child {
    width: 120px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:nth-child(14) {
    width: 80px !important;
}

body .marketing_patient_main .sm-tb-wd table.dataTable thead>tr>th:last-child {
    width: 65px !important;
}

span.show-more-patient {
    color: red;
    font-weight: 700;
}

span.show-less-patient {
    color: red;
    font-weight: 700;
}

#marketing_notify_patient .scheduleLabel {
    color: #FF0000;
    line-height: 18px;
    padding-top: 5px;
    width: 170px !important;
}

.daterangepicker select {
    padding: 4px 1px !important;
}

/*9/27/2021*/

#patient_list thead tr th:nth-child(2) {
    width: 131px !important;
}

#patient_list thead tr th:nth-child(6) {
    width: 84px !important;
}

#patient_list tr td:nth-child(5),
#patient_list tr td:nth-child(13) {
    cursor: pointer;
}

#patient_list tr td:nth-child(5) span,
#patient_list tr td:nth-child(13) span {
    padding: 10px 0;
    display: block;
}


.spcl-icon {
    border: 1px solid #ababab;
}

td.no-records-found {
    text-align: center;
    font-size: medium;
}

input.doctor-share-input {
    width: 60px;
}

.sidebar {
    position: fixed !important;
}



/*4/12/2024*/
.login-logo,
.register-logo {
    font-weight: 400 !important;
}

.login-card-body .form-control {
    font-family: 'Source Sans Pro' !important;
    font-weight: 500 !important;
}

.loginForm p.mb-1 {
    font-family: 'Source Sans Pro';
}

.login-card-body .mb-1 a {
    color: #f4c052 !important;
}

.login-card-body .mb-1 a.btn.btn-link {
    padding: 0px 0px;
}

#resetPasswordForm .btn.btn-primary {
    padding: 6px 12px;
}

.cstm_popup_email .modal-header .close {
    position: absolute;
    right: -20px;
    margin: 0;
    z-index: 99;
    top: -20px;
    background: #3E7043;
    padding: 4px 10px;
    opacity: 1 !important;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

span.close.close_front {
    position: absolute;
    right: -20px;
    margin: 0;
    z-index: 99;
    top: -20px;
    background: #3E7043;
    padding: 4px 10px;
    opacity: 1 !important;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

span.close.close_front:hover {
    background: #BC771B;
}
span.close.close_charge {
    position: absolute;
    right: -20px;
    margin: 0;
    z-index: 99;
    top: -20px;
    background: #3E7043;
    padding: 4px 10px;
    opacity: 1 !important;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.48);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

span.close.close_charge:hover {
    background: #BC771B;
}

#imageModalFront .modal-content.modelContentWidth {
    max-width: 500px;
    height: auto;
    width: 100%
}

#imageModalFront img#modal_image_front {
    height: auto;
    object-fit: contain;
}

.dataTables_wrapper .dataTables_info {
    padding: 10px 0px;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 10px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #dee2e6 !important;
    background: #fff !important;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #3E7043;
    background: #3E7043;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #3E7043;
    background: #3E7043;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .3em 0.8em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid #dee2e6;
    background: transparent;
    font-size: 14px;
    border-radius: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .3em 0.8em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid #dee2e6;
    background: transparent;
    font-size: 14px;
    border-radius: 0px;
    font-size: 14px;
    border-radius: 0 !important;
    color: #3E7043 !important;
}

.btn-warning {
    background-color: transparent;
}

.btn-success {
    background-color: transparent;
}

.btn-info {
    background-color: transparent;
}

a.view-btn {
    background: #3E7043;
    color: #fff;
    padding: 2px 5px;
    border-radius: .2rem;
    font-size: 13px;
}

#imageModal .close,
.mailbox-attachment-close {
    color: #fff;
    text-shadow: unset;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#imageModal .close:hover {
    background: #BC771B;
    color: #000;
}
#imageModal .modal-content.modelContentWidth {
    max-width: 500px;
    height: auto;
    width: 100%;
}

div#patient_list_length {
    margin-bottom: 10px;
}

#patient_list_body .btn-flat {
    font-size: 22px !important;
}

.dataTables_length {
    margin-bottom: 10px;
}

a.btn.btn-primary.btn-sm.btn-flat.edit-Seo {
    color: #17a2b8;
}

a.btn.btn-success.btn-sm.email_template_activate {
    font-size: 22px;
}

a.btn.btn-warning.btn-sm.email_template_deactivate {
    font-size: 22px;
}

a.btn.btn-success.btn-sm.doctor_unapprove.btn-flat {
    color: #28a745;
}

.sm-table table tr td div {
    display: flex;
    align-items: center;
    gap: 2px;
}

.btn.btn-primary.btn-sm.edit-template {
    background: transparent;
    color: #3E7043;
    font-size: 22px;
}

a.patient_unapprove.btn-flat {
    color: #BC771B;
}

a.patient_approve.btn-flat {
    color: #28a745;
}

a.view-btn-front {
    background: #3E7043;
    color: #fff;
    padding: 2px 5px;
    border-radius: .2rem;
    font-size: 13px;
}

a.view-btn-back.btn-primary {
    background: #BC771B;
    color: #fff;
    padding: 2px 5px;
    border-radius: .2rem;
    font-size: 13px;
}

a.btn.btn-success.btn-sm.email_template_activate {
    color: #28a745;
}

.card-footer .btn-warning {
    background-color: #BC771B;
}

#promocode_list .table-action-btn .fa.fa-edit {
    color: #3E7043;
    font-size: 18px;
}

#promocode_list .table-action-btn i.fa.fa-trash {
    font-size: 18px;
}

#family_member_list .btn.btn-primary {
    background: #3E7043;
    color: #fff;
    font-size: 13px;
    margin: 4px 0px;
}
#family_member_list a.btn.btn-primary.btn-sm {
    background: transparent !important;
    color: #3E7043 !important;
    font-size: 22px !important;
}

a.btn.btn-warning.btn-sm.email_template_deactivate {
    color: #BC771B;
}

.card-header a.btn.btn-primary.btn-sm.btn-flat {
    color: #fff !important;
}

a.btn.btn-success.btn-sm.sms_activate.btn-flat {
    color: #28a745;
}

a.btn.btn-warning.btn-sm.sms_deactivate.btn-flat {
    color: #BC771B;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    height: 130px;
    width: 130px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 155px;
}

.user-panel img {
    width: 2.5rem;
}

.user-panel,
.user-panel .info {
    align-items: center;
}

.info a {
    font-size: 20px;
}

.nav-item a .fas {
    font-size: 1rem !important;
    width: 1.3rem !important;
    margin-right: .2rem;
    margin-left: .55rem;
}

#edit_profile img#vProfilePhoto {
    height: 180px;
    width: 175px;
    object-fit: contain;
}

label#vPhoto_change {
    background: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

#edit_profile .card-footer button.btn.btn-success.btn-flat.float-right {
    background: #3E7043;
    border: 1px solid #3E7043;
}

#rmp_edit h3.text-center.mb-3.form-title {
    color: #071031;
    display: inline-block;
    line-height: 0.75em;
    position: relative;
    left: 40%;
    margin-bottom: 25px !important;
    margin-top: 30px !important;
}

img#profilePreview {
    margin-top: 10px;
}

img#certificatePreview {
    margin-top: 10px;
    object-fit: contain;
}
#rmp_edit label#vRegCertificatePhoto-error {
    top: 100px!important;
}
#rmp_edit .card-footer {
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #BC771B;
    border: #BC771B;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

#imageModalBack .close {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-shadow: unset;
}

#imageModalBack .close:hover {
    background: #BC771B;
    color: #ffffff;
}
#treatment-areas .cancel_treatment {
    position: relative;
    top: 14px;
    margin-right: 10px;
    margin-left: 5px;
}

.specialties-ds div#DataTables_Table_0_wrapper {
    border-top: 0px solid #dad9d9;
}

.cancel_specialty_button {
    position: relative;
    top: 15px;
    margin-right: 10px;
    margin-left: 5px;
}

#promocodeform .card-footer {
    display: flex;
    gap: 15px;
}

#promocode_list_wrapper .dataTable thead>tr>th:nth-child(1) {
    width: 180px !important;
}

#promocode_list_wrapper .dataTable thead>tr>th:nth-child(2) {
    width: 280px !important;
}

#promocode_list_wrapper .dataTable thead>tr>th:nth-child(3) {
    width: 220px !important;
}

#promocode_list_wrapper .dataTable thead>tr>th:nth-child(4) {
    width: 220px !important;
}

#promocode_list_wrapper .dataTable thead>tr>th:nth-child(5) {
    width: 200px !important;
}

#promocode_list_wrapper .dataTable thead>tr>th:nth-child(6) {
    width: 220px !important;
}

.upcoming_appt #DataTables_Table_0_wrapper {
    border-top: 0px solid #dad9d9;
}

.recent_app_m #DataTables_Table_0_wrapper {
    border-top: 0px solid #dad9d9;
}

.cstm_popup_email .modal-body {
    padding: 0px;
}

#sms_templates .form-group.spcs-btn {
    width: auto !important;
    margin-left: 10px;
}

#general_slots .card-footer {
    padding-left: 10px;
}

a.btn.btn-success.btn-sm.btn-flat.slot_activate {
    color: #28a745;
}

a.btn.btn-warning.btn-sm.btn-flat.slot_deactivate {
    color: #BC771B;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 14px;
    border-radius: 0 !important;
    color: #3E7043 !important;
}


#global_setting .spcs-btn button.btn.btn-primary.btn-flat.mt-4 {
    margin-top: 15px !important;
}

button#cancel {
    border-radius: .2rem;
    background: #BC771B;
    border: 1px solid #BC771B;
    padding: 6px 15px;
    font-size: 16px;
}

button#cancelButton {
    border-radius: .2rem;
    background: #BC771B;
    border: 1px solid #BC771B;
    padding: 6px 15px;
    font-size: 16px;
}

button.btn.btn-danger.btn-flat.mt-4.cancel_sms {
    border-radius: .2rem;
    background: #BC771B;
    border: 1px solid #BC771B;
    padding: 6px 15px;
    font-size: 16px;
}

a.btn.btn-sm.btn-flat.btn-danger.state_status_update {
    color: #BC771B;
}

a.btn.btn-sm.btn-flat.btn-danger.city_status_update {
    color: #BC771B;
}
button.btn.btn-primary.mt-4.btn-flat.add_treatment,
.update_treatment,
button#filterButtonSpeciality,
.add_specialty_button,
button#testimonialSubmit,
.sms_templates_button,
.cancel_sms,
.update_specialty {
    padding: 4px 15px !important;
}

#promocodeform .card-footer a.btn.btn-warning.float-left {
    background: #BC771B;
    color: #fff;
}

.activeClass p {
    color: #fff !important;
}

.nav-link.activeClass {
    color: #fff !important;
}

a.mt-5.cancel_specialty_button {
    padding: 6px 15px;
    border-radius: .2rem;
    background: #BC771B;
    color: #fff;
}

.cancel_seo {
    padding: 6px 15px !important;
    border-radius: .2rem !important;
    background: #BC771B !important;
    color: #fff;
    font-size: 16px !important;
    border: 1px solid #BC771B !important;
}

.nav-sidebar>.nav-item .nav-icon.fa,
.nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.fad,
.nav-sidebar>.nav-item .nav-icon.fal,
.nav-sidebar>.nav-item .nav-icon.far,
.nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.ion,
.nav-sidebar>.nav-item .nav-icon.svg-inline--fa {
    color: #000;
}
#imageModalBack .modal-content.modelContentWidth {
    max-width: 500px;
    height: auto;
    width: 100%;
}
label#treatments-error {
    position: absolute;
    margin-top: -20px;
}
#rmp_edit .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    border: 0;
    margin-top: 0px;
    font-size: 14px;
    position: relative;
    top: 4px;
}
@media screen and (max-width:1920px) {

    #imageModalFront .modal-content.modelContentWidth {
        max-width: 380px;
    }
    #imageModalBack .modal-content.modelContentWidth {
        max-width: 380px;
    }
    #imageModalFront img#modal_image_front {
        height: auto;
        object-fit: contain;
    }

    .treatment-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
        width: 130px !important;
    }

    .specialties-ds table.dataTable thead>tr>th:nth-child(1) {
        width: 175px !important;
    }

    .specialties-ds table.dataTable thead>tr>th:nth-child(1) {
        width: 170px !important;
    }

    .upcoming_appt table.dataTable thead>tr>th:nth-child(1) {
        width: 75px !important;
    }

    .recent-ds table.dataTable thead>tr>th:nth-child(2) {
        width: 70px !important;
    }

    .recent-ds table.dataTable thead>tr>th:nth-child(3) {
        width: 85px !important;
    }

    .recent-ds table.dataTable thead>tr>th:nth-child(4) {
        width: 65px !important;
    }

    .upcoming_appt table.dataTable thead>tr>th:nth-child(5) {
        width: 70px !important;
    }

    .recent-ds table.dataTable thead>tr>th:nth-child(5),
    .recent-ds table.dataTable thead>tr>th:nth-child(6) {
        width: 85px !important;
    }

    .upcoming_appt table.dataTable thead>tr>th:nth-child(7) {
        width: 60px !important;
    }

    .email-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
        width: 130px !important;
    }

    .sms-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(1) {
        width: 130px !important;
    }

    .specialties-ds table.dataTable thead>tr>th:nth-child(3) {
        width: 160px !important;
    }

    .email-ds .sm-tb-wd table.dataTable thead>tr>th:nth-child(7) {
        width: 85px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(1) {
        width: 130px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(2) {
        width: 200px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(3) {
        width: 115px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(4) {
        width: 115px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(5) {
        width: 160px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(6) {
        width: 180px !important;
    }
}

@media screen and (max-width:1350px) {
    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(1) {
        width: 77px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(2) {
        width: 130px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(5) {
        width: 115px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(6) {
        width: 140px !important;
    }

    #emailTemplate_wrapper .dataTable thead>tr>th:nth-child(2) {
        width: 200px !important;
    }

    #emailTemplate_wrapper .dataTable thead>tr>th:nth-child(5) {
        width: 200px !important;
    }
}

@media screen and (max-width:1199px) {
    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(2) {
        width: 100px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(3) {
        width: 60px !important;
    }

    #promocode_list_wrapper .dataTable thead>tr>th:nth-child(6) {
        width: 100px !important;
    }

    #emailTemplate_wrapper .dataTable thead>tr>th:nth-child(2) {
        width: 100px !important;
    }

    #emailTemplate_wrapper .dataTable thead>tr>th:nth-child(5) {
        width: 100px !important;
    }
    button#filterButtonSpeciality {
        padding: 4px 10px!important;
    }
}


.card-footer a.btn.btn-danger {
    background-color: #BC771B;
    border-color: #BC771B;
    color: #fff;
    box-shadow: none;
    font-size: 1rem;
    padding: 6px 15px;
    margin-right: 4px;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    min-height: 670px!important;
    height: 100%;
}


#familtstore .btn-warning {
    color: #ffffff;
}
.btn-warning:hover {
    color: #1f2d3d;
    background-color: #BC771B;
    border-color: #BC771B;
}
.btn-warning {
    color: #1f2d3d;
    background-color: #BC771B;
    border-color: #BC771B;
    box-shadow: none;
}

.btn-link {
    color: #3E7043;
}

a {
    color: #3E7043;
}

.sidebar-mini.sidebar-collapse .sidebar .info {
    display: none;
}

.bg-info {
    background-color: #3E7043!important;
}
.bg-success {
    background-color: #BC771B!important;
}
.bg-warning {
    background-color: #44ad7c !important;
}
.bg-danger {
    background-color: #8d56c1 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #3E7043;
    color: #fff;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #ffffff;
}

.bg-primary {
    background-color: #3E7043!important;
}
.bg-dark {
    background-color: #BC771B!important;
}
.btn-primary:hover {
    background-color: #3E7043;
    border-color: #3E7043;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #1f2d3d;
    background-color: #BC771B;
    border-color: #BC771B;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #BC771B;
    border-color: #BC771B;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3E7043;
    border-color: #3E7043;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #BC771B;
    border-color: #BC771B;
}
#imageModal .close:hover {
    background: #BC771B;
    color: #ffffff;
}

.Cancel-pro-upd {
    background: #BC771B!important;
    color: #fff;
}
.Cancel-pro-upd:hover {
    color: #fff!important;
}
.initiate_refund:active {
    background: #3E7043!important;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover li.nav-item p {
    padding-left: 16px;
}

::selection{
    background-color: transparent!important;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background: transparent;
}
.btn-danger:not(:disabled):not(.disabled):active {
    background: transparent;
    color: #dc3545;
}
.btn-warning:not(:disabled):not(.disabled):active {
    background: transparent;
}
.btn-success:not(:disabled):not(.disabled):active {
    background: transparent;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f8f9fa;
    padding: 10px;
    margin-top: -28px !important;
}



a.btn.btn-default.btn-flat.Manage-Profile {
    color: #f7fafd !important;
    background: #3E7043;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer a.btn.btn-default.btn-flat.float-right.Sign-out:hover{
    color: #f7fafd !important;
    background: #BC771B;
}
a.btn.btn-default.btn-flat.float-right.Sign-out {
    background: #BC771B!important;
    color: #f7fafd !important;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn.btn-default.btn-flat.Manage-Profile:hover {
    color: #f7fafd !important;
    background: #3E7043;
}

a.btn.btn-warning.btn-sm.doctor_activate.btn-flat {
    color: #BC771B;
}   
.doctrs-bx {
    background: #fff!important;
}
.doctrs-bx .icon-dst {
    background: #3E7043;
}
.doctrs-bx .fa-user-md::before {
    color: #3E7043;
}
.doctrs-bx 
 h4.font-weight-bold {
    color: #000;
}
.doctrs-bx span#totalCount {
    color: #000;
}
.doctrs-bx p {
    color: #000;
}
.doctrs-bx a.small-box-footer {
    background: #3E7043;
}
.doctrs-bx span {
    color: #000!important;
}

.small-box.bg-success.patint-bx {
    background: #fff!important;
}
a.btn.btn-warning.btn-sm.doctor_activate.btn-flat {
    color: #969293;
}
.patint-bx 
 .icon-dst {
    background: #BC771B;
}
.patint-bx .fa-heartbeat::before {
    color: #BC771B;
    
}

.patint-bx 
 h4.font-weight-bold {
    color: #000;
}
.patint-bx span#totalCountPatient {
    color: #000;
}
.patint-bx p {
    color: #000;
}
.patint-bx a.small-box-footer {
    background: #BC771B;
}
.patint-bx span {
    color: #000!important;
}


.Specialty-bx {
    background: #fff!important;
}
.Specialty-bx .icon-dst {
    background: #44ad7c;
}

.Specialty-bx .fa-plus-square::before {
    color: #44ad7c;
}
.Specialty-bx h4.font-weight-bold {
    color: #000!important;
    margin-bottom: 9px;
}
.Specialty-bx span {
    color: #000!important;
}
.Specialty-bx p.rg-txt {
    color: #000!important;
}
.Specialty-bx 
 a.small-box-footer {
    background: #44ad7c;
}



.payment-bx {
    background: #fff!important;
}

.payment-bx .icon-dst {
    background: #8d56c1;
}
.payment-bx .icon {
    color: #8d56c1;
}
.payment-bx h4.font-weight-bold {
    color: #000!important;
}
.payment-bx a.small-box-footer {
    background: #8d56c1;
}
.payment-bx span {
    color: #000!important;
}
.payment-bx p {
    color: #000!important;
}
.sidebar-collapse a.nav-link i.nav-icon {
    padding-left: 18px;
}
.sidebar-collapse a.nav-link i.nav-icon {
    transition: .2s all;
}
.main-sidebar .sidebar .user-panel.mt-3.pb-3.mb-3.d-flex {
    padding-bottom: 10px!important;
}

.admn-logo {
    text-align: center;
    margin-bottom: 20px;
}

.admn-logo img.img-circle.elevation-2 {
    max-width: 80px;
    margin-top: -50px;
}
.login-logo {
    margin-bottom: 60px;
}
.admn-logo span {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
}
.logo-name span.feme {
    color: #BC771B;
    margin: 0;
}
.logo-name {
    margin-top: 10px;
}
.logo-name span {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}
.login-card-body .mb-1 a.btn.btn-link {
    color: #3E7043!important;
    font-weight: 600;
}
button.btn.btn-primary.btn-block.form-sign-in {
    background: #BC771B;
    border: 1px solid #BC771B;
}

.reset-login {
    color: #fff!important;
}
.reset-pass-logo img.img-circle.elevation-2 {
    max-width: 80px;
    margin-top: -50px;
}
.reset-pass-logo {
    text-align: center;
    margin-bottom: 20px;
}
.admn-logo span {
    display: flex;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}
.doctrs-bx a.small-box-footer:hover {
    background:#3E7043;
}
.patint-bx a.small-box-footer:hover {
    background: #BC771B;
}
.Specialty-bx a.small-box-footer:hover {
    background: #4dbf8a;
}
.payment-bx a.small-box-footer:hover {
    background: #9b60d3;
}
.login-card-body {
    padding: 10px 30px 20px;
}
.reset-pass-logo span {
    display: flex;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}










.login-frm-image img.img-circle.elevation-2 {
    border-radius: 0px;
}
.login-frm-main {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
.login-frm-image {
    width: 50%;
}
.login-frm-main .card {
    width: 50%;
}
.login-frm-main .card-body.login-card-body {
    padding: 28px 30px;
}

.loginfrm-main {
    width: 850px;
}
.login-frm-main .card-body.login-card-body {
    padding: 43px 30px;
}
.login-frm-image {
    width: 50%;
    height: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
}
.login-frm-main {
     display: flex;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 25px 0px 0px;
    /* border: 1px solid #BC771B; */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.login-frm-image img.img-circle.elevation-2 {
    border-radius: 0px;
    height: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: none!important;
    object-fit: cover;
}
.login-frm-main .card .card-body.login-card-body {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
}
.login-frm-main .card {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.login-frm-main .login-logo {
    margin: 0;
    padding-top: 20px;
}
.login-logo .login-frm-img {
    max-width: 50px;
    width: 50px;
    height: 50px;
    box-shadow: none!important;
    display: block;
    margin: 0 auto;
}
.login-frm-main .login-logo a {
    font-size: 26px;
    font-family: 'Manrope';
    font-weight: bold;
}
.form-left-logo img.img-circle.elevation-2.login-frm-img {
    max-width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: auto;
    border-radius: 0;
    z-index: 99;
}
.login-frm-image::after {
    position: absolute;
    content: "";
    /* background: rgba(0, 0, 0, 0.5); */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.col-8.fogt-pass {
    align-items: center;
    display: flex;
}



.login-box img {
    margin: 0 auto;
    display: block;
}

.reset-frm-image img.img-circle.elevation-2 {
    border-radius: 0;
}
.login-box.reset-frm {
    width: 850px;
}
.reset-frm-main {
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 25px 0px 0px;
    /* border: 1px solid #BC771B; */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.reset-frm-image {
    width: 50%;
    height: 270px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
}
.reset-frm-image img.img-circle.elevation-2 {
    border-radius: 0px;
    height: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: none!important;
    object-fit: cover;
    width: 100%;
}
.form-left-logo img.img-circle.elevation-2.login-frm-img {
    max-width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    z-index: 99;
}
.reset-frm-image::after {
    position: absolute;
    content: "";
    /* background: rgba(0, 0, 0, 0.5); */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.reset-frm-main .card {
    width: 50%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.reset-frm-main .Resest-pass-main {
    margin: 0;
    padding-top: 20px;
    text-align: center;
}
.reset-frm-main .Resest-pass-main a {
    font-size: 26px;
    font-family: 'Manrope';
    font-weight: bold;
    color: #495057;
}
.reset-frm-main .card-body.login-card-body {
    padding: 20px 30px 38px;
    border-bottom-right-radius: 30px;
}
.reset-frm-main .card-body.login-card-body a.btn.btn-warning.btn-block {
    color: #fff!important;
}

a.btn.btn-flat.mt-2.bg-dark.doctor-availability-back:hover {
    background-color: #BC771B!important;
    border: 1px solid #BC771B!important;
}
.sidebar-collapse a.nav-link  i.fas.fa-clock {
    padding-left: 18px;
}


.profile-dropdown-main ul.dropdown-menu {
    top: 117%;
    border-radius: 10px!important;
}
.profile-dropdown-main li.user-header.bg-primary {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.profile-dropdown-main  li.user-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.profile-dropdown-main ul.dropdown-menu.dropdown-menu-lg.dropdown-menu-right.show {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.profile-dropdown-main ul.dropdown-menu {
    opacity: 0;
    transform: scale(0.9);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    display: block;
    border: 2px solid rgb(85 78 78 / 10%);
    
}
.profile-dropdown-main a.nav-link.dropdown-toggle img {
    border: 2px solid #ffffff;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#optionsSection ul {
    list-style: none;
}
.refund-cancel-card-main .card-body ul {
    list-style: none!important;
    display: flex;
    column-gap: 20px;
    margin-bottom: 0;
}
.refund-cancel-card-main {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}
.refund-cancel-card-main .card-body {
    padding: 20px 15px;
}
.refund-cancel-card-main button {
    font-size: 14px;
    font-weight: 600;
}
.refund-cancel-card-main input {
    font-size: 14px;
    width: calc(100% - 0px)!important;
}
button.noshowbtn,button.cancellationFormSubmit,button.partialRefundFormSubmit,.refund-cancel-card-main button.noShowFormSubmit {
    background: #3E7043 !important;
}
button.noshowbtn:hover,button.cancellationFormSubmit:hover,button.partialRefundFormSubmit:hover,.refund-cancel-card-main button.noShowFormSubmit:hover {
    background: #5679ad!important;
}
button.partialrefund,button#addRule {
    background: #4dbf8a!important;
}
button.partialrefund:hover,button#addRule:hover {
    background: #44ad7c!important;
}
.refund-cancel-card-main .nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    color: #212529;
    font-weight: 500;
}
.refund-cancel-card-main .nav-tabs .nav-item.show .nav-link, .refund-cancel-card-main .nav-tabs .nav-link.active {
    color: #BC771B;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 1.4px solid #BC771B;
    font-weight: 500;
}
.refund-cancel-card-main .nav-link { padding: 0px;}

.refund-cancel-card-main .nav-tabs {
    border-bottom: 0px solid #dee2e6!important;
}
.refund-cancel-card-main ul.nav.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px;

}
.refund-cancel-card-main h4 {
    font-size: 24px;
}

#cancellationRulesForm th {
    background-color: #3E7043 !important;
    color: #fff;
    font-weight: 500;
}
#cancellationRulesForm .removeRuless i.fa.fa-trash {
    color: #BC771B;
    font-size: 16px;
}
.refund-cancel-card-main a:not([href]):not([tabindex]) {
    color: #BC771B!important;
    text-decoration: none;
    background: transparent!important;
    cursor: pointer;
}
input.vNoShowPercentage,input.vRefundDaysDoctor,input.vRefundDaysPatient {
    max-width: 250px;
}
.refund-cancel-card-main table tr td {
    padding: 8px 12px !important;
    
}
td.tdleft-class {
    text-align: left;
}
.dualiconadd i.fa.fa-plus {
    color: #44ad7c;
    font-size: 16px;
}