.elementor-kit-7{--e-global-color-primary:#BCB9B0;--e-global-color-secondary:#928E85;--e-global-color-text:#212121;--e-global-color-accent:#63242D;--e-global-color-7fe03fc:#A8B146;--e-global-color-490c71b:#F1F0EF;--e-global-color-6b89902:#E8E6DF;--e-global-color-96a173f:#0092C8;--e-global-typography-primary-font-family:"halyard-text";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"omnes-pro";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"halyard-text";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"omnes-pro";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"halyard-text", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-7fe03fc );font-family:"omnes-pro", Sans-serif;font-size:20px;font-weight:500;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-7fe03fc );border-radius:0px 0px 0px 0px;padding:15px 15px 15px 15px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#FFFFFF;color:var( --e-global-color-7fe03fc );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-96a173f );}.elementor-kit-7 h1{color:var( --e-global-color-text );font-family:"omnes-pro", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-7 h2{color:var( --e-global-color-text );font-family:"omnes-pro", Sans-serif;font-size:30px;font-weight:500;}.elementor-kit-7 h3{color:var( --e-global-color-text );font-family:"omnes-pro", Sans-serif;font-size:26px;}.elementor-kit-7 h4{font-family:"omnes-pro", Sans-serif;font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */table
 {
    font-size: 1em;
    
}
/**AS Styles**/

.wpas-table>tbody>tr>td, 
.wpas-fa-ticket-info-table td {
    padding: 10px 10px 10px 10px;
    font-weight: 300;
    border: 1px solid #e7e7e7;
    font-size: 14px;
}

.mce-container-body button {
    background-color: #fff;
    border: none;
}
button[name="wpas-submit"] {
    margin: 30px 25% 0 25%;
    width: 50%;
    font-weight: 600;
}
button[name="wpas-submit"]:hover {
    border: 1px solid #A8B146;
}
    
    
.wpas-table>thead>tr>th,
.wpas-fa-ticket-info-table th{
    font-weight: 500;
    padding: 15px 15px 15px 15px;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    text-align: center;
}
.wpas-table>thead:first-child>tr:first-child>th,
.wpas-fa-ticket-info-table>thead:first-child>tr:first-child>th {
      border-top: 1px solid #e7e7e7;
}
#wpas_ticketlist td {
    text-transform: capitalize;
}
td time {
  text-transform: none;
}


/*AS Detail Page*/

.wpas-ticket-details {
    max-width: 1300px;
    }
.wpas-ticket-details-header > tbody > tr > td, #wpas_ticketlist td,
.wpas-fa-ticket-info-tabler > tbody > tr > td, #wpas_ticketlist td{
    text-align: center;
}
.wpas-ticket-details table tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}
.wpas-ticket-replies {
    display: table;
    table-layout: fixed !important;
    width: 100% !important;
}

.wpas-ticket-replies td {
    width: 100% !important;
}

.tcf-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.tcf-col h2 {
    font-size: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.tcf-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.tcf-item,
.tcf-block {
    background: #fafafa;
    padding: 8px 15px;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
}

.tcf-content {
    margin-top: 6px;
    white-space: pre-wrap;
}

/* Mobile stack */
@media (max-width: 768px) {
    .tcf-two-col {
        grid-template-columns: 1fr;
    }
}

.ticket-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.ticket-title-bar h1 {
    padding: 20px 0;
    margin: 0px;
}

.print-referral-btn {
    background: #928E85;
    color: #fff;
    padding: 10px 18px;
    border-radius: 0px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s ease;
}

.print-referral-btn i {
    font-size: 16px;
}

a.print-referral-btn {
    color: #fff;
    text-decoration: none;
}

.print-referral-btn:hover {
    background: #7c7870;
}

.wpas-ticket-replies strong {
    font-weight: 600;
}
/* AS TICKET LIST PAGE */
.wpas-ticket-buttons-top {
    display: none;
}


/*AS FRONT END AGENT */

#as-fa-container {
    font-family: halyard-text;
    font-size: 14px;
}
.wpas-fa-reply-table {
    margin-top: 20px;
}
.wpas-fa-reply-table>tbody {
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.wpas-fa-reply-table td, .wpas-fa-sidebar-table td {
     border: 1px solid #e7e7e7;
}
.wpas-fa-ticket-info-table tr {
    border-bottom: 0px;
}
.wpas-fa-btn.btn-close {
   font-size: 12px !important;
}
#fa-open-tickets td {
    text-transform: capitalize;
    padding: 15px 10px;
}
#wpas-fa-tab-content {
    padding: 10px;
}
#wpas-fa-tabs-menu li {
    text-transform: capitalize;
}
.wpas-fa-dynamic-tab a {
    padding-right: 20px !important;
}
a.wpas-fa-close-tab {
    top: -12px;
    right: -5px;
}
li.wpas-fa-setting-menu-tab {
    display: none !important;
}
.dataTables_wrapper .dataTables_length {
    margin: 0 0 10px;
}
.dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .wpas-fa-tab-page select {
    margin: 0px;
    padding: 5px;
    width: auto;
}

.wpas-fa-ticket-info-table td {
    text-align: center;
    text-transform: capitalize;
}

.wpas-fa-reply-table tr:nth-child(2) > td:first-child strong::before {
    content: "Posted by: ";
  
}
.initials-avatar{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-weight:700;
  line-height:1;
  color:#fff;
  user-select:none;
  vertical-align:middle;
}
input.wpas-fa-ticket-reply[data-action="ticket_reply_close"] {
  display: none !important;
}
/* Force the injected referral details to sit below the agent info table */
.wpas-fa-ticket-info-table + .ddp-fa-referral-details {
  clear: both;
  float: none;
  width: 100%;
  margin-top: 16px;
}

/* Safety: make sure the block itself can't float upwards */
.ddp-fa-referral-details,
.ddp-fa-referral-details .tcf-two-col,
.ddp-fa-referral-details .tcf-col {
  float: none;
}

/* Awesome Support roles */
.initials-avatar.ia-role-support-admin { background:#7a1f1f; }  /* supervisor/manager */
.initials-avatar.ia-role-agent         { background:#175cd3; }
.initials-avatar.ia-role-support-user  { background:#067647; }

/* WP admins (if you want them distinct) */
.initials-avatar.ia-role-admin         { background:#333; }

/* fallback */
.initials-avatar.ia-role-user          { background:#667085; }

/**USER REG**/


body .um-field-label label {
    font-size: 15px !important;
    font-weight: 400;
    color: #212121;
}
body #um-submit-btn.um-button[type="submit"][value="Register"],
.um-form input#um-submit-btn.um-button[type="submit"][value="Register"], body .um-center .um-button {

       width: 100% !important;
    display: block !important;
}

body .um-button,
body .um-button.um-alt,
body .um-form .um-button {
  border-radius: 0px !important;
  font-size: 20px !important;
}

body .um-button,
body .um-form .um-button {
      background-color: #A8B146 !important;
}

body .um-button:hover,
body .um-form .um-button:hover {
    background-color: #928E85 !important;
    color: #fff;
}

body .um-button.um-alt {
      background-color: #E8E6DF !important;
}
body .um-button.um-alt:hover {
    background-color: #928E85 !important;
    color: #fff;
}

body .select2-container .select2-choice,
body .select2-container-multi .select2-choices,
body .um-field .select2.select2-container .select2-selection,
body .select2-drop,
body .select2-drop-active,
body .select2-drop.select2-drop-above,
body .um .um-form input[type=number],
body .um .um-form input[type=password],
body .um .um-form input[type=search],
body .um .um-form input[type=tel],
body .um .um-form input[type=text],
body .um .um-form textarea,
body .um .upload-progress {
    border: 1px solid #e6e6e6!important;
    border-radius: 0 !important;
}

.validator.validator-email.validation-no .feedback, .validator.validator-email.validation-yes .feedback {
    height: 30px !important;
    width: 30px !important;
    top: 5px !important;
    background-size: 70% !important;
}
.validator.validator-email.validation-yes .feedback {
    background-color: #A8B146 !important;

}
.um-field h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #686E7759;
}

.um-profile .um-field {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0;
}

body .um-account-main div.um-account-heading,
body #um_field_0_user_login {
    display: none;
}

/* Label column */
body .um-profile .um-field .um-field-label {
    width: 220px; /* adjust width to suit your layout */
    margin: 0;
    border-bottom: 0;
}

.um-profile .um-field .um-clear {
    display: none !important;
}

.um-profile .um-field .um-field-area {
    flex: 1;
}

.um-profile .um-field .um-field-value {
    display: inline-block;
    padding: 4px 0;
}

.profile .elementor-nav-menu {
     width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.profile .elementor-nav-menu > li {
    margin-bottom: 1px;
    background: #eee;
    width: 100%;
}

.profile .elementor-nav-menu > li > a.elementor-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px 10px;
    font-size: 15px;
    color: #333 !important;
    text-decoration: none !important;

    position: relative;
}

/* Hover effect to match UM */
.profile .elementor-nav-menu > li > a.elementor-item:hover {
    background: #f7f7f7;
}

/* ACTIVE ITEM */
.profile .elementor-nav-menu > li.current-menu-item > a.elementor-item,
.profile .elementor-nav-menu > li.current_page_item > a.elementor-item,
.profile .elementor-nav-menu > li > a.elementor-item.elementor-item-active {
    background: #e8f2ff !important;
    font-weight: 600 !important;
}

/* LEFT ICONS — Font Awesome, matching UM style */
.profile .elementor-nav-menu > li > a.elementor-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    text-align: center;
    opacity: 0.75;
}

/* Assign icons per UM-style link class */
.profile .um-link-viewprofile > a.elementor-item:before {
    content: "\f007"; /* user icon */
}

.profile .um-link-editprofile > a.elementor-item:before {
    content: "\f044"; /* edit/pencil icon */
}

.profile .um-link-account > a.elementor-item:before {
    content: "\f2bd"; /* user-circle icon */
}

.profile .um-link-logout > a.elementor-item:before {
    content: "\f2f5"; /* sign-out */
}

/* RIGHT ARROW (UM-style) */
.profile .elementor-nav-menu > li > a.elementor-item:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"; /* arrow right */
    margin-left: auto;
    opacity: 0.5;
}

/*UM User Menu */
/* Max Mega Menu: ensure only the real current item is highlighted */

/* If we're on an /account/... subpage, don't highlight the base "My Account" link */
body .mega-menu li.um-link-account.mega-current-menu-item > a.mega-menu-link,
body .mega-menu li.um-link-account.mega-current_page_item > a.mega-menu-link {
  background: transparent !important;
  color: #000 !important;
}

/* Restore hover styling for the My Account link even when it's being neutralised */
body .mega-menu li.um-link-account.mega-current-menu-item > a.mega-menu-link:hover,
body .mega-menu li.um-link-account.mega-current_page_item > a.mega-menu-link:hover {
  background: #928e85 !important; 
  color: #fff !important;      
}


.um-account-side {
    display: none;
}

/**G FORM STYLES**/

body .gform_wrapper .gform_body {
    font-size: 18px;
      font-family: 'halyard-text';
          color: #212121;
}

body .gform_wrapper .gform_body .gfield_label {
    font-size: 15px;
    color: #212121;
}

body .gform_wrapper .gform_body input, 
body .gform_wrapper .gform_body textarea {
border-radius: 0px;
border: 1px solid #e6e6e6;

}

body .gform_wrapper .gform_body.gform-theme--foundation,
body .gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 20px;
}

body .gform_wrapper .gform_footer input[type="submit"] {
      background-color: #A8B146 !important;
      border-radius: 0px !important;
 
}

.gf-upload-preview img,
.gfu-file-preview img,
.gfu-file-preview__image {
    width: 100px !important; 
    height: auto !important;
}


.gfu-file-preview,
.gfu-file-preview__container {
    max-width: 200px !important;  
}

/* Mobile */
@media (max-width: 768px) {
    .um-account-meta-img {
       display: none;
    }
.alignwide {
    margin-inline: 0;
}
#wpas-ticket-patient_last_name, .wpas-status-open td:nth-child(7), .wpas-status-closed td:nth-child(7) {
    display: revert;
}
.type-ticket .elementor-element-e361f73 { display: none;    
}
.type-ticket {
    padding: 15px;
}
.ticket-title-bar {
flex-direction: column;
    align-items: stretch;
}
.type-ticket h1 {
    font-size: 20px;
    width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left {
    justify-content: end;
}
.usermenu {
    font-size: 17px;
    color: #000;
    
}
.as-fa-desktop-container {
    display: block;
}

}/* End custom CSS */