#preview_file iframe{
    min-height:900px;
}

.management_export{
    display:none!important;
}


body .dataTables_wrapper .dataTables_filter input {
    border: 2px solid #eee;
}

.shaded_back{
    background: #eee;
}

#tv_button_upload{
    border: 1px solid #bbb;
}

#practitioner_select{
    max-width:600px;
}

.pipeline_table_surround{
    float:right;
    margin-top: -25px;
}


/* for practitioner file previews and notes */

a.button_link {
    text-decoration: none;
    color: #444;
    background: #999;
    border: 1px solid #555;
    padding: 4px;
    margin: 15px 0;
}

a.button_link:hover {
    background: #eee;
}

.appt_flex_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assoc_file_manage {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: right;
    align-self: flex-end;
    max-width: 70px;
}

#the_assoc_list_of_files {
    display: flex;
    flex-wrap: wrap;
}

.file_spacer {
    width: 30px;
    height: 30px;
    transform: scale(0.9);
    display: inline-block;
}

.single_app_table td input {
    margin-left: 0;
}

.file_for_preview {
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    height: 30px;
}

.file_for_preview:hover,
.selected_file {
    background: #78749C;
    color: white;
}

.cc_slidepanel {
    margin-top: 20px;
}

.top_of_file_preview {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.data_section_head {
    padding: 10px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.file_download_button {
    cursor: pointer;
    margin-top: 25px;
    padding: 5px;
    border-radius: 3px 3px 0 0;
    background: #888;
    color: #fff;
    display: inline-block;
}

#pending_visits table {
    width: 100%;
}

#pending_visits table tr td button {
    display: block;
    float: right;
}

.file_download_button:hover {
    background: #555;
}

.hs_table {
    background: #eee;
    padding-bottom: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.hs_table table {
    margin: 0 auto;
    max-width: 97%;

}

.hs_table_heading {
    font-weight: bold;
    margin-bottom: 10px;
}

table#new_hs_date_entry #new_visit_day_button {
    display: block;
    float: right;
}

#preview_file {
    margin-top: 0px;
    width: 100%;
    min-height: 900px;
    border: 2px solid #eee;
    /*padding: 5px; */
    border-radius: 2px;
}

#referral_files_panel #fill_notes_area {
    overflow: hidden;
    padding: 20px;
    max-height: 1000px;
}

#referral_files_panel #fill_notes_area.unshown {
    max-height: 0;
    padding: 0;
}

#notes_hider {
    
    margin-left: 20px;
    
    
    
}

#notes_hider:hover {
    background: #555;
}

.notes_area {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 0 20px 0;
    transition: all 0.5s linear;
}

#new_note_row td div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
}

.notes_section .referral_notes_table #new_note_row.shown td div {
    max-height: 200px;
}

.notes_section table {
    width: 100%;
}

.notes_section table textarea {
    width: 100%;
    height: 100px;
}

.notes_expander_button {
    background: #888;
    color: white;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}

.notes_expander_button:hover {
    background: #555;
}

#new_note_button.expanded i {
    transform: rotate(-90deg);
}

#new_note_save_button {
    float: right;
}

.ref_note_met {
    width: 200px;
}

.note_date_user {
    font-size: 0.9em;
    max-width: 200px;
    padding: 5px;
    border-radius: 3px;
    background: #ddd;
}

.existing_note td {
    vertical-align: top;
}

.ref_note_note {
    padding-left: 20px;
}

.referral_notes_table textarea {
    border-radius: 3px;
    padding: 10px;
}


@media screen and (max-width:480px) {
    #referral_files_panel {
        width: 100vw;
        overflow: scroll;
    }

    .preview_file {
        overflow: scroll;
    }
}

@media screen and (max-width:768px) {
    #referral_files_panel {
        width: 100vw;
        overflow: scroll;
    }

    .preview_file {
        overflow: scroll;
    }
}

.has_focus {
    background: #888;
    color: #fff;
}


/* end practitioner file previews */



.connection_alert {
    display: block;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid red;
    max-width: 35%;
    background: #eee;
}

.connection_alert_json {
    display: block;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid blue;
    max-width: 35%;
    background: #eee;
}

.central_box {
    display: block;
    width: 60%;
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.3em;
}

.approval_wait_holder {
    width: 95vw;
    /*height: 95vh;*/
    margin: auto;
    border: 2px solid #888;
    background: #eee;
    height: auto;
}

.approval_wait_title h3 {
    margin-bottom: 40px;
}

.approval_wait_holder .approval_wait_intro {
    text-align: left;
    /*max-width: 70vw;*/
    /*margin-left:10vw;*/
}

.approval_wait_title {
    text-align: center;
    padding: 25px 20px;
}

.approval_internal #doc_preview {
    max-width: 90wv;
    max-height: 100vh;
    overflow: scroll;
}

.approval_tabs {
    max-width: 90vw;
}

.flex_apart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mobile .flex_apart {
    flex-direction: column;
    align-items: center;
}

.mobile .message_approval_section {
    margin-top: 30px;
}

.message_approval_section textarea {
    padding: 10px;
}

.flex_apart .message_approval_section {
    max-width: 50%;
}

.message_approval_section {
    border: 1px solid #888;
    padding: 25px;
}

/*forms_generator*/
/*
.filling_list table thead th:first-child, .filling_list table tr td:first-child{
    width: 0;
    display:none;
}
*/
/*not working
.form_page_holder .required:after{
    content:" *";
    color: red;
    display:inline-block;
} */


/*For all forms using the user-form page: */

.cc_inner_table tr.text td,
.cc_inner_table tr.textarea td,
.cc_inner_table tr.date td,
.cc_inner_table tr.file td,
.cc_inner_table tr.number td,
.cc_inner_table tr.select td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.missedEntry td {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    background-color: #F4D7D8;
}

#new_appt {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 15px;
}

.input_holder {
    position: relative;
}

.input_holder .reqmark {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    font-size: 1.5em
}

.input_holder input[type="checkbox"] {
    transform: scale(1.5);
}

.cc_inner_table tr.text label,
.cc_inner_table tr.checkbox label,
.cc_inner_table tr.select label,
.cc_inner_table tr.date label,
.cc_inner_table tr.file label,
.cc_inner_table tr.textarea label {
    font-weight: bold;
}

.cc_inner_table tr.checkbox input {
    margin-left: 20px;
    float: none;
}

.cc_inner_table tr.checkbox td {
    width: 100%;
    /*background:white;*/
}

.cc_inner_table tr.checkbox td label {
    text-align: right;
    float: right;
}

.cc_inner_table tr.textonly {
    font-style: italic;
    font-size: 1.2em;
}

.tabbed_forms {
    align-items: center;
    justify-content: center;
}

.fTitle {
    text-align: center;
}

.form_page_holder table.cc_form_table {
    margin: 30px auto;
    width: 95%;
}

.form_page_holder .cc_inner_table {
    margin: 0 auto;
    width: 100%;
}

.form_page_holder select {
    /*width:400px; */
}

.form_page_holder input {
    width: 400px;
    float: right;
}

.form_page_holder option {
    /*text-align:center;*/
}

.frm_submit_button {
    float: right;
}

.divider_row td {
    border-bottom: 2px solid #ddd;
}

.cc_form_table {
    max-width: 800px;
}

.table_holder_grey_back {
    background: #eee;
    max-width: 825px;
    margin: 20px auto;
    padding: 5px 10px;
    border-radius: 15px;
}

.cc_form_table td.form_subgroup {
    vertical-align: top;
    padding: 0;
    width: 100%;
}

.form_subgroup table {
    width: 100%;
}

.cc_form_table td:last-child {
    /* max-width: 60%; */
}

.cc_form_table input,
.cc_form_table textarea {
    float: right;
    width: 100%;
    border: #eee;
}

.cc_form_table select {
    float: right;
    max-width: 400px;
    border: #eee;
}

.cc_inner_table {
    float: right;
    width: 100%
}

.cc_inner_table tr td:nth-child(2) {
    /*min-width:500px;*/
}

.cc_inner_table td:last-child {
    /*float:right;*/
}

.cc_inner_table label {
    font-weight: normal;
    /*font-size: 0.9em;*/
}

.group_border {
    border-top: 1px solid #aaa;
}

.group_spacer {
    height: 30px;
}

.qcomments i {
    margin-bottom: 10px;
}

.frm_submit_button {
    float: right;
}


/*agreements */

.yellow_highlight {
    background: yellow;
}

.prefix_check {
    max-width: 450px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-top: 30px;
}

.prefix_check input {
    transform: scale(1.5);
    background-color: #FFFDD0;
}

.agreement_pretext {
    margin: 30px;
    border: 0;
    padding: 26px;
    background: #eee;
    border-radius: 7px;
}

.agreement_filler {
    margin: 30px;
    border: 1px solid #ddd;
    padding: 25px;
}

.agreement_filler input,
.agreement_filler select {
    background: #FFFDD0;
}

.form_submission_control {
    padding-top: 50px;
    width: 100%;
}

.form_submission_control button,
.form_submission_control i {
    display: block;
    margin: 0 auto;
}

.filling_list {
    font-size: 0.8em;
    width: 100%;
}

.filling_list table {
    width: 100%;
}

.filling_list table thead th {
    text-align: left;
}

.filling_list table tbody td {
    cursor: pointer;
}

.filling_list table tr:hover {
    background: #eee;
}

.form_type_chooser h4 {
    cursor: pointer;
    padding: 15px;
    border-radius: 0px;
    background: var(--inactive-tabs-bg);
    color: var(--inactive-tabs-text);
}

.form_type_chooser h4:hover,
.cc_flex_button:hover {
    background: var(--tabs-hover-bg);
    color: var(--tabs-hover-text);
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.form_type_chooser .chosen {
    background: var(--tabs-bg);
    color: var(--tabs-text);
}


.table_holder_grey_back {
    background: #eee;
    margin-bottom: 50px;
    padding: 25px;
    width: 100%;
    border-radius: 10px;
}

.table_holder_grey_back input,
.table_holder_grey_back textarea,
.table_holder_grey_back select {
    background: #fff;
    /*margin-top:10px;*/
}

.table_holder_grey_back textarea {
    border-radius: 7px;
}

#client_folder_area {
    min-width: 450px;
}

.user_forms_table tr:hover td {
    background: #eee;
}

.user_forms_table .active_row td {
    background: #ddd;
}

.form_submit_button_holder {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.form_submit_button_holder button,
.form_redraft_button_holder button,
button.resend_form {
    display: block;
    margin: 0 auto;
}

#redraft label {
    text-align: center;
}

#redraft label,
#redraft textarea,
#redraft button {
    display: block;
    margin: 10px auto;
}

.forms_creator_holder,
.forms_selector_holder {
    margin-top: 20px;
    padding: 20px;
    border-radius: 0;
    background: var(--form-box-bg);
    color: var(--form-box-text);
}

#static_form_selector,
#pdf_connector {
    display: block;
    height: 35px;
    width: 320px;
    margin-bottom: 20px;
}

#pdf_connector_success {
    display: block
}

.forms_creator_holder button,
.forms_selector_holder button,
.add_button,
#cc_form_save_button {
    background: var(--dark-color);
    color: white;
    padding: 4px 13px;
    border: none;
}

.forms_creator_holder input {
    border: none;
    height: 35px;
}

.forms_creator_holder select {
    height: 35px;
}

.add_question_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 15px;
}

.form_field .fa-circle-minus {
    cursor: pointer;
}

.form_field .fa-bars {
    cursor: grab;
}

#form_creation_table {
    width: 100%;
    margin-top: 20px;
}

#form_creation_table th {
    text-align: left;
}

#form_creation_table input {
    width: 100%;
}

.pdf_generator_table td {
    vertical-align: text-top;
}

.pdf_generator_table input {
    width: 100%;
}

/* switches */

/*chips  */
/*----*/

.dirsig_button {
    position: relative;
}

.dir_notifier {
    background: transparent;
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 0.9em;
    color: red;
}

.simple_function_buttons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    /* space-between; */
    margin-top: 30px;
    gap: 10px;
}

.simple_function_buttons .client_button {
    width: 50%;
    text-align: center;
}

.simple_function_buttons .client_button .client_button_icon {
    text-align: center;
    margin: 0 auto;
}

.simple_function_buttons .client_button i {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

span.deleteicon span {
    position: absolute;
    display: block;
    right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}

span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

.removing td {
    transition: background 3s linear;
    background: red;
}

body.pagelayer-body .wp-site-blocks i:not(.fa, .fas, .far, .fab, .fa-solid, .ccicon) {
    font-style: italic
}

#theFileList .progress {
    height: 2px;
    background: #ddd;
    margin: 0;
}

.ccicon {
    font-size: 1.7em;
    font-style: normal !important;
}

li.processing>i.jstree-checkbox {
    visibility: invisible;
    cursor: not-allowed;
}

li.processing a {
    opacity: 0.4;
    cursor: not-allowed !important;
}

li.processing .jqtree-title::after {
    content: " [processing] ";
}

.example_data {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.9em;
}

.cc_steps ol li {
    margin: 20px 0;
}

.active_preview_line td .fa-beat-fade {
    display: none;
}

body.cc_client,
body.cc_client .ui-widget-content {
    background-color: #eee !important;
    =
}

.cc_client #set_practitioners{
    display:none;
}
.cc_client #appt_add{
    display:none;
}
.cc_client .hide_to_client{
    display:none;
}

.cc_client #appoints button{
    display:none;
}

.cc_client .entry-content {
    background-color: #eee !important;
}

.cc_client .entry-content #cc_admin_tabs {
    border: 0;
}

.client_welcome_text {
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0;
}

.client_dash_holder {
    margin: 0 10%;
    padding: 20px;
    background: #eee;
}
.client-menu-topbar-zactra{
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 33px;
}
.client-menu-item{

}
.client_facing_user_strip {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 20px;
    min-height: 75px;
}
.client-header-display-div{
    display:flex;
}

.zipfile_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.zipfile_image img {
    max-width: 200px;
    height: auto;
    margin-top: 100px;
}

.jstree-node .file_deleted {
    /* this doesn't work. Have to set element directly
           /* text-decoration: line-through; */
}

.client_function_section,
.archive_panel_section {
    padding: 20px;
    margin: 0;
    margin-bottom: 0px;
    background: white;
    margin-bottom: 20px;
}

.archive_panel_section table {
    margin-right: auto;
    margin-left: auto;
}

.archive_panel_section table td {
    padding: 5px;
}

#the_file_attributes {
    margin-top: 50px;
}

#file_attribute_section {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 0;
    margin: 15px;
}

#file_attribute_section table {
    margin: 30px auto 30px auto;
    max-width: 90%;
    font-size: 0.9em;
}

#file_attribute_section table input,
#file_attribute_section table select {
    width: 200px;
}

#file_attribute_section table td {
    padding-left: 7px;
}

.att_update_button_section {
    margin: 10px;
}

.att_update_button_section button {
    display: block;
    margin: 0 auto;
}

.file_attributes_head {
    background: #eee;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 5px;
    font-size: 1.1em;
    text-align: center;
}

.entity_table {
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

.entity_table td {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.entity_table tbody tr:nth-child(odd) {
    background-color: #ddd;
}

#pwresult {
    border: 1px solid green;
    padding: 10px;
    border-radius: 3px;
    margin-top: 25px;
}



.flexleft {
    display: flex;
    justify-content: flex-start;
}

.flexleft button {
    margin-right: 20px;
}

.cc_plugin .docSignTable {
    font-size: 0.7em;
    width: 500px;
}

.cc_plugin .date_col {
    /*width: 90px;*/
}

.cc_plugin .fname_col {
    /*width:150px;*/
}

.cc_plugin .docSignTable button {
    background-color: red;
    color: white;
    transform: scale(1.3);
}

#clientTable td,
#clientTable div,
#clientTable tr span {
    transition: all 0.3s linear;
}

.expander_button {
    color: #999;
    font-size: 1.2em;
}

.revealer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.new_provider_select .collapsed select {
    max-width: 0;
    border: 0;
}

.revealer select {
    max-width: 400px;
    transition: max-width 0.5s linear;
}

.cc_chip .removeminus {
    font-size: 1.2em;
    color: #999;
    margin: 0 5px;
}

.providers {
    display: flex;
    min-width: 250px;
}

.providers .cc_chip {
    font-size: 0.9em;
    padding: 4px 4px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.password_form_table {
    margin: 30px auto;
}

#password_check_table .check .fa-times {
    color: red;
}

#password_check_table .check .fa-check {
    color: green;
}

.password_form_table button {
    display: block;
    margin: 20px auto;
}

.password_form_table td {
    padding: 10px;
}

.password_set_form {
    display: block;
    margin: 30px auto;
    padding: 20px;
    background: #ddd;
    font-weight: bold;
}

#clientTable .target td {
    background: #ddd;
}

.clickable {
    cursor: pointer;
}


.dashbutton i {
    font-style: normal !important;
}

i.fa-regular,
i.fa-solid {
    font-style: normal;
}

#cc_client_folders,
#client_users_panel {
    border: none;
    border-radius: 0px;
    padding: 20px;
    margin: 20px;
    background: white;
    /*width: 50%;*/
}

#health_screening_panel {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 30px;
    margin: 15px;
}

.upload_button {
    padding: 4px;
    background: white;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

.upload_button:hover {
    background: #eee;
}

.self_right {
    align-self: flex-end;
    display: block;
    float: right;
}

.client_folder,
#client_section_area ul.jqtree-tree li.jqtree_common {
    padding: 4px;
    margin: 3px 0;
}


.jqtree-element {
    display: flex;
    align-items: center;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#client_section_area ul.jqtree-tree li .jqtree-element:hover .jqtree-title, #client_section_area ul.jqtree-tree li .jqtree-element:hover a{
   color: #fff;
}*/

#client_section_area ul.jqtree-tree li.jqtree-selected .jqtree-title {
    border: none;
    /* text-shadow: 0 0 BLACK; */
    box-shadow: none;
    /* color:#fff; */
    outline: none;
}



#client_section_area ul.jqtree-tree li.jqtree-selected .jqtree-element {
    background: none;
}

.jqtree-selected .upload_button {
    color: #444 !important;
}


/*
 #client_section_ara ul.jqtree-tree li.jqtree-selected .upload_button{
     color: #444;
 }
 */

.client_buttons_holder {
    margin-top: 40px;
    min-width: 500px;
    justify-content: space-around;
    align-items: center;
}

.client_button_area {
    padding: 10px;
    transition: max-height 0.5s linear;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.client_button_area .client_button button {
    padding: 30px;
    font-size: 1.3em;
    text-align: center;
}

#jstree {
    font-size: 0.9em;
    font-weight: normal;
}


/*--upload form */

.docSignTable .sign_show td {
    border-bottom: 1px solid #eee;
}

.uploader_modal input[type='file'] {
    border: 2px dashed #025bee;
    padding: 100px 50px 20px 130px;
    position: relative;
    margin: 0 auto;
    max-width: 450px;
    color: #444;
    background-color: #fff;
}

.uploader_modal input[type='file'].active {
    border: 2px dashed red;
    background-color: #FBFD9B;
}


.uploader_modal input[type='file']:before {
    content: "Drop files here or";
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -25px 0 0 -100px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0.3em;
}

.uploader_modal .indivFile {
    width: 100%;
    font-size: 0.8em;
    display: flex;
    flex-direction: horizontal;
    justify-content: center;
    align-items: center;
}


.uploader_modal .delFile {
    color: red;
}

.uploader_modal .fileProg {
    /*border: 1px solid #bbb;*/
    text-align: left;
    width: 350px;
}

.uploader_modal .fileListFormat {
    margin: 20px auto;
}

.uploader_modal input[type="file"] {
    /* display:none; */
}

.uploader_modal label.drop_area {
    visibility: hidden;
    display: block;
    position: relative;
    background-color: #025bee;
    color: #ffffff;
    font-size: 1.1em;
    text-align: center;
    width: 16em;
    /*padding: 1em 0;*/
    /*border: 0.2em solid #025bee;*/
    border-radius: 0.3em;
    margin: 0;
    /* auto 1em auto;*/
}

.uploader_modal .upload_checks {
    display: block;
    width: 80%;
    margin: 20px auto;
}

.uploader_modal .upload_checks input[type="checkbox"] {
    transform: scale(1.2);
}

body .uploader_modal i {
    text-decoration: none;
    font-style: normal;
}

.uploader_modal textarea {
    display: block;
    margin: 0 auto;
}

body .uploader_modal label.active {
    border: 0.2em dashed #fff;
    /* #025bee; */
}

.uploader_modal #error {
    text-align: center;
    color: #ff3030;
}


.folder_in_table {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}

.folder_in_table .fname {
    padding-left: 7px;
}

body .user_selectors_table td {
    border-right: 1px solid #ccc;
}

.cc_chip_holder .unfound {
    display: none;
}

.cc_chip_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cc_chip {
    display: inline-flex;
    flex-direction: row;
    background-color: #e5e5e5;
    border: none;
    cursor: default;
    height: 36px;
    outline: none;
    border: 2px solid white;
    padding: 0;
    font-size: 14px;
    font-color: #333333;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
}

.cc_chip div {
    transform: scale(0.7);
}

.cc_chip-head {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #32C5D2;
    font-size: 1.25rem;
    flex-shrink: 0;
    align-items: center;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    width: 36px;
    color: #fff;
    height: 36px;
    font-size: 20px;
    margin-right: -4px;
}

.cc_chip-head img.userchip {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.cc_chip-content {
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}

.cc_chip-action {
    width: 36px;
    height: 36px;
    background-color: var(--notification-button-bg);
    color: var(--notification-button-text);
    font-weight: bold;
    border-radius: 50%;
    font-size: 1.3em;
    float: right;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_chip-action:hover {
    background-color: var(--notification-button-hover-bg);
    color: var(--notification-button-hover-text);
}

/*---- */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--dark-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--dark-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Sortable tables */

#cc_folder_settings_table {
    border: 0;
    width: 100%;
}

#cc_folder_settings_table .user_selectors_table {
    width: 100%;
}

#cc_folder_settings_table .user_selectors_table td {
    width: 50%;
}

#cc_folder_settings_table td {
    padding: 7px;
    border-bottom: 1px solid #aaa;
}

#cc_folder_settings_table .minned td {
    display: none;
}

#cc_folder_settings_table .maxed td {
    display: table-cell;
}

#cc_folder_settings_table .switch_table td {
    border: 0;
    border-bottom: 0;
}

#cc_folder_settings_table .user_selectors_table td {
    border: 0;
    border-bottom: 0;
}

#tree_holder {
    margin-top: 20px;
}

.cc_plugin .in_form_table {
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.cc_plugin .in_form_table td {
    padding: 4px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.cc_plugin .in_form_table label {
    font-style: normal;
}


.client_row td {
    padding: 5px 3px;
}

.full-width-flex {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
}

.cc_usersTable {
    font-size: 0.8em;
    width: 95%;
}

.cc_usersTable td {
    text-align: left;
    border-bottom: 2px solid #eee;
}

.cc_usersTable th {
    text-align: left;
    border-bottom: 2px solid #bbb;
}

.cc_usersTable input {
    font-size: 0.8em;
}

.cc_usersTable .title {
    max-width: 30px;
}

.hidden_display {
    display: none;
}

.cc_flex_button {
    padding: 8px;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    font-weight: bold
}


.cc_plugin .ui-widget-content .ui-state-active {
    /*border: 1px solid #99322F;
    background: #D54743;   */
    font-weight: normal;
    color: #fff;
}


.twentyMarginBottom {
    /* margin-bottom:20px; */
}

.flextogetherish {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.slidertabs {
    cursor: pointer;
}




.hidden_first {
    max-height: 0;
    overflow: hidden;
}

#new_client_fields {
    transition: max-height linear 0.5s;
}

.cc_plugin .client_info_holder table {
    margin: 0 auto;
}

.cc_plugin .docsend_button button {
    font-size: 0.8em;
    padding: 6px;
    border-radius: 3px;
}

.cc_plugin .docSignTable {
    font-size: 0.7em;
    width: 100%;
}

.cc_plugin .docSignTable td {
    word-wrap: normal;
}

.sign_show {
    cursor: pointer;
}

.sign_show:hover td {
    background: #eee;
}

button.cc_button {
    padding: 5px;
    font-size: 0.8em;
    font-weight: 400;
    background: #ddd;
    color: #000 !important;
    border: 1px solid #777;
    border-radius: 3px;
}

button.cc_button:hover {
    text-decoration: none;
    background: #000;
    color: #eee !important;
}

.centered .ui-tabs-nav {
    height: 2.35em;
    text-align: center;
}

.centered .ui-tabs-nav li:not(.slidertabs) {
    display: inline-block;
    float: none;
    margin: 0em;
}

.slideflex {
    display: flex;
    /*justify-content:space-between;*/
    flex-shrink: 0;
    flex-grow: 1;
    flex-wrap: no-wrap;
    align-items: top;
}

#doc_link {
    background: #888;
    padding: 5px;
}

.approval_internal #doc_link a {
    color: white;
    width: 100%;
}

.message_approval_section #referral_changes {
    width: 90%;
    margin: 20px auto;
    height: 250px;

}

.mobile .message_approval_section #referral_changes {
    width: 100%;
    margin: 5px auto;
    height: 250px;
}

.mobile .flex_apart .message_approval_section {
    max-width: 100%;
}

.ref_acceptance_area button {
    margin-top: 20px;
}

.message_success {
    background-color: #EEFBF2;
    border: 2px solid #3FCC23;
    padding: 10%;
}

.message_success_inner {
    color: #108431;
    text-align: center;
    font-size: 1.1em;
    background: transparent;
    border: 0;
}

.practitioner_comment {
    min-height: 250px;
}

#doc_preview {
    width: 100%;
    height: 100%;
}

#doc_preview img:not(.userchip) {
    width: 100%;
}

#doc_preview .pdftxt_display {
    height: 100% !important;
    width: 100% !important;
    min-height: 1000px;
}

.centered .invite_form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.small_button button {
    transform: scale(0.7);
}

.client_details {
    display: block;
    margin-left: 20px;
}

.redfile {
    color: red;
}

.bluefile {
    color: blue;
}

.greenfile {
    color: green;
}

.greyfile {
    color: gray;
}

.goldfile {
    color: #FFD700;
}

.orangefile {
    color: #FFA500;
}

.notshown {
    display: none;
}

.cc_client footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: var(--navbar-bg);
    color: var(--navbar-text);
  
}

#tv_button_delete{
    border: 1px solid #bbb;
}

.cc_client footer.simple {
    position: relative;
}

body.cc_associate, .cc_associate .entry-content, .cc_associate #cc_admin_tabs{
    background: #eee;
}

.cc_client footer .client_footer,
.cc_client footer .simple_client_footer,
.simple_client_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    left:0px;
    padding: 0 25px;
    font-size: 17px;
    position:fixed;
    bottom:0;
    width: 100%;
    padding: 20px;
    background-color: var(--navbar-bg);
}

.cc_client footer .client_footer .logo_footer,
.cc_client footer .simple_client_footer .logo_footer {
    width: 100px;
}

.cc_client select {
    overflow: auto;
}

.cc_client .wp-site-blocks {
    padding-bottom: 0;
}

.client_dash_holder {
    max-width: 550px;
    margin: 0 auto;
}

.flex_dashboard select {
    margin-left: 20px;
}

.client_intro {
    margin-bottom: 20px;
}

.client_function_buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.client_button .button-icon {
    font-size: 3.2em;
}

.client_button a {
    font-size: 0.9em;
}

.client_button {
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    width: 320px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.client-password-help-section{
display: flex; 
justify-content: space-between;

}
.client-password-help-section div:hover{
border:1px solid var(--dark-color);
background:transparent;
}
.client-password-help-section a{
    color:black !important;
}
.client-password-help-section a, .client_facing_user_strip a{
    text-decoration: none !important;
}
.client-password-help-section div{
    cursor: pointer;
    padding: 11px 26px;
    border-radius: 10px;
    border: 1px solid #dadada;
    text-align: center;
    min-width: 200px;
    margin-top: 20px;
   background:white;
   
}

.client-password-help-section div p img{
    margin-bottom:10px;
}
.client-password-help-section div p{
    margin-bottom:0px;
}

.client_button:hover {
    background: #ededed;
}

.explain_section {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 120px;
}

.explain_section .expl_head {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}

.explain_section .expl_text {
    font-size: 0.9em;
    padding: 15px;
}

.client_button_head {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 6px;
}

.client_button_text {
    font-size: 0.9em;
}



.flex_dashboard {
    display: flex;
    /*border: 1px solid #444;*/
    background: #eee;
    border-radius: 10px;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /*justify-content: space-between;*/
}


.file_drop_area {
    height: 150px;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ajax-file-upload-filename {
    font-size: 0.7em;
}

.flexapart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cc_upload_form {
    width: 450px;
    /*height:200px; */
    /*overflow:scroll;*/
}

.cc_send_email_form {
    margin-top: 15px;
}

.cc_send_email_form .input["type=checkbox"] {
    display: inline-block;
    transform: scale(1.5);
}

.cc_overflow_scroll {
    overflow-y: scroll;
}

/*
.cc_dropzone{
    padding:15px;
    display:block;
    margin:0 auto;
    border: dashed 2px #999;
    background: #eee;
}
*/
.client-menu-item,.client-menu-item a{
    font-size:17px;
}
.cc_filename {
    font-size: 0.8em;
}

.cc_upload_form #cc_box {
    width: 100%;
    height: 100%;
}

table.tablesorter thead {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

.vakata-context {
    z-index: 10052 !important;
}

.client_row td {
    cursor: pointer;
}

.this_row td {
    background: #eee;
}

.client_info_holder {
    /*not working */
    overflow: hidden;
    position: relative;
}

.client_slider {
    background: #fff;
}

#client_info .shown,
#slidepanel.shown {
    /*
    -webkit-box-shadow: -2px 0px 8px 0px rgba(68,68,4,1);
    -moz-box-shadow: -2px 0px 8px 0px rgba(68,68,4,1);
    box-shadow: -2px 0px 8px 0px rgba(68,68,4,1);
    */
    -webkit-box-shadow: -17px 0px 30px 6px rgba(0, 0, 0, 0.76);
    box-shadow: -17px 0px 30px 6px rgba(0, 0, 0, 0.76);
}

#cc_sl_closer {
    cursor: pointer;
}

#cc_client_detail {
    /* margin:15px; */
}

.signing_panel #cc_client_detail {
    padding: 10px;
    margin: 0;
    position: fixed;
    max-width: 300px;
    top: 95px;
    background: white;
    height: 100%;
    overflow: scroll;
}

.admin-bar #cc_sl_closer {
    margin-top: 32px;
}

#slidepanel {
    overflow: scroll;
    z-index: 10;
    width: 100%;
    background: #eee;
}


table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 5px;
}

.dataTables_wrapper,
.dataTables_wrapper .ui-toolbar .dataTables_wrapper thead th,
.dataTables_wrapper .ui-toolbar {
    background: transparent !important;
}

.dataTables_wrapper .ui-toolbar {
    border: none;
    border-bottom: 1px solid #eeecec;
}

.dataTables_wrapper .dataTables_filter input {
    border: none;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
    outline: none !important;
    border-bottom: 1px solid #eee;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    text-transform: capitalize;
}

/**
*
*
* CODES BY US
*  #2799f0  =>  DARK COLOR 
*  #6eaddd  =>  LIGHT COLOR 
*  
*  
*  
*/

.wp-block-post-featured-image {
    display: none;
}



.cc_user_pill {
    color:var(--badge-text);
    background: var(--badge-bg);
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding: 1px 10px;
    border-radius: 50%;
    line-height: 2;
    display: inherit;
}

/**
*
* CSS FOR LOGIN PAGE
*
*/

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    background: #e8ddf8;
}

.login-layout-wrapper {
    display: flex;
    min-height: 100vh;
}

.login-left-panel {
    flex: 2;
    background: var(--auth-left-area-bg);
    color: var(--auth-left-area-text);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.login-greeting-text {
    max-width: 400px;
    text-align: center;
}

.login-welcome-heading {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.login-subheading {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}

.login-right-panel {
    flex: 1;
    background: var(--auth-right-area-bg);
    color:var(--auth-right-area-text);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
   
}

.login-form-container {
    max-width: 350px;
    width: 100%;
}

.login-form-heading {
    font-size: 3rem;
    font-weight: 700;
    color: var(--auth-right-area-text);
    margin-bottom: 2rem;
}

.login-input-group {
    margin-bottom: 1rem;
}

.login-form-input {
    width: 100%;
    padding: 1rem 1rem;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.login-form-input:focus {
    border-color: var(--dark-color);
}

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.login-remember-label input {
    margin-right: 5px;
}

.login-forgot-link {
    text-decoration: none;
    color: #3097f0;
    font-size: 12px;
}

.login-submit-button {
    width: 100%;
   
    border: none;
    padding: 1.3rem;
    margin-bottom: 10px;
   
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}


.login-register-text {
    margin-top: 1rem;
    text-align: center;
}

.login-register-link {
    color: #3097f0;
    text-decoration: none;
}

@media (max-width: 768px) {
    .mobile-display-block{
        display:block;
    }
    .client-password-help-section div{
        height: 100px;
        width: 150px;
        min-width:auto;
    }
    .client_button_head{
        font-size:inherit;
    }
    .client_dash_holder{
        margin-top:20%;
    }
    .login-layout-wrapper {
        flex-direction: column;
        border-radius: 0;
    }

    .login-left-panel,
    .login-right-panel {
        border-radius: 0;
    }
    .simple_client_footer{
        display:block !important;
        text-align: center;
        position: relative !important;
    }
    .cc_client footer .client_footer .logo_footer, .cc_client footer .simple_client_footer .logo_footer{
        width:100%;
    }
    .simple_client_footer .logo-left{
        margin-bottom:20px;
    }
}



#main_client_referrals_management {
    background: white;
    padding: 20px;
}

.wp-block-post-featured-image {
    display: none;
}

.dragquestion i.fa-bars {
    color: white !important;
}

#prov_groups input,
#n_pipeline_name,
.user_fields input,
#pw_reset_link,
#client_selector {
    border: 1px solid #eee;
    min-height: 35px;
}

#prov_groups button,
#save_group,
#save_butt_Referrals,
#cc_folder_settings_table button,
#addNewPipeline button,
#user_to_clients_table button,
#cc_send_reset_button,
.theme-button,
#user_save_button {
    background: var(--button-bg);
    color: var(--button-text);
    border: none;
    padding: 0px 10px;
    min-height: 35px;

}
.welcome-zactra-buttons-ui-elements{
    font-size: 20px;
    border: none;
    padding: 5px 16px;
}
.welcome-zactra-buttons-ui-elements, .theme-button {
    background: var(--button-bg);
    color: var(--button-text);  
}
.welcome-zactra-buttons-ui-elements:hover, .theme-button:hover,
#prov_groups button:hover,
#save_group:hover,
#save_butt_Referrals:hover,
#cc_folder_settings_table button:hover,
#addNewPipeline button:hover,
#user_to_clients_table button:hover,
#cc_send_reset_button:hover,
.theme-button:hover,
#user_save_button:hover
{
    background: var(--button-hover-bg);
    color: var(--button-hover-text);
    opacity: var(--button-opacity);
}

.border-none{border: none !important;}

.heading1{color:var(--heading-primary);
font-size:30px;
}
.heading2{color:var(--heading-secondary);}
.heading3{color:var(--heading-third);}
.text-muted{color:var(--text-muted);}
.text-description{
    color:var(--text-description);
    font-size:18px;

}
.table-responsive{
    width:100%;
    overflow:scroll;
}

#downloadCsvBtn{
    border: none;
    
    border-radius: 5px;
    padding: 0px 20px;
    height: 40px;
}

@media (max-width: 767px) {
    #client_co_selector{
        width:100px;
    }
    .client-menu-topbar-zactra{
        gap: 10px !important;
        justify-content: space-between;
        margin-top:10px;
    }
    .client-header-display-div{
        text-align: center;
    }
    #client_folder_panel.cc_slidepanel .d-flex,.client-header-display-div{
    display:block !important;
}
#client_folder_panel.cc_slidepanel .d-flex div:first-child{
width:100% !important;
}

#client_folder_panel.cc_slidepanel .d-flex div:nth-child(2){
    width:100% !important;
}
.cc_flex_button{
    width:18%;
    font-size:10px;
}
#client_folder_area{
    min-width:100%;
}
#provider_selector{
    width:150px;
}

#cc_client_folders, #client_users_panel{
    overflow:scroll;
}
.heading1{font-size:15px;}
.heading2{font-size:14px;}
.heading3{font-size:13px;}
.text-description{
    font-size:12px;
}
#downloadCsvBtn{
    padding: 0px 11px;
    font-size:11px;
    
}

.form_type_chooser h4{
    font-size:12px;
}
.zactra-button-buttons-fs{
    font-size:12px;
    padding:5px 10px;
}
.jstree-default .jstree-icon:empty{
    font-size:17px;
}
.jstree-default .jstree-anchor{
    font-size:15px;
}


}



.login-right-panel a{
color:var(--auth-right-area-text) !important;
}
