#flat-preloader-overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 999999999;
background: white;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all .2s ease-in;
opacity: 1;
visibility: visible;
}
#flat-preloader-overlay.hide {
opacity: 0;
visibility: hidden;
}
#flat-preloader-overlay img {
margin-bottom: 10px;
}
.fpo-default img {
width: 40px;
height: auto;
}
#flat-preloader-overlay small {
display: block;
}
.flat-preloader-active {
overflow: hidden;
}.mailerlite-form {
}
.mailerlite-form .mailerlite-form-description {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field label {
display: block;
}
.mailerlite-form .mailerlite-subscribe-button-container {
text-align: center;
}
.mailerlite-form input.error {
color: #ff0000;
border-color: #ff0000;
}
.mailerlite-form label.error {
color: #ff0000;
}
.mailerlite-form-response {
margin-top: 20px;
display: none;
text-align: center;
color: #00a154;
}
.mailerlite-form-loader {
display: none;
text-align: center;
font-weight: bold;
margin: 0 20px;
}
.mailerlite-form-error {
display: block;
color: #ff0000;
}
.mailerlite-subscribe-submit{
max-width: 100%;
}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
padding: 1em !important;
}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
padding-top: 3em !important;
}
.ld-section-heading {
display:none !important;
}
.ld-course-step-back {
display:none !important;
}
.learndash-wrapper {
padding-bottom:20px !important;
}
.ld-content-actions a.ld-primary-color {
display:none !important;
}
.hidden {
display: none !important;
}
.read-only {
background-color: #f5f5f5;
cursor: not-allowed;
} #rc_event_modal,
#rc_share_modal {
background: rgba(0,0,0,0.5);
z-index: 99999 !important;
position: fixed !important;
}
#rc_event_modal > div,
#rc_share_modal > div {
position: relative;
z-index: 100000 !important;
}
#rc_fullcalendar,
#rc_view_calendar {
background: #fff;
padding: 15px;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
#rc_fullcalendar .fc-event,
#rc_view_calendar .fc-event {
cursor: pointer;
border: none;
padding: 2px 4px;
border-radius: 3px;
font-size: 12px;
}
#rc_fullcalendar .fc-toolbar-title,
#rc_view_calendar .fc-toolbar-title {
font-size: 1.3em;
}
#rc_fullcalendar .fc-button,
#rc_view_calendar .fc-button {
background-color: #ed8e7c !important;
border-color: #ed8e7c !important;
}
#rc_fullcalendar .fc-button:hover,
#rc_view_calendar .fc-button:hover {
background-color: #e57563 !important;
border-color: #e57563 !important;
}
#rc_fullcalendar .fc-button-active,
#rc_view_calendar .fc-button-active {
background-color: #d9604c !important;
border-color: #d9604c !important;
}
#rc_fullcalendar .fc-day-today,
#rc_view_calendar .fc-day-today {
background: transparent !important;
}
@media screen and (max-width: 768px) {
#rc_fullcalendar .fc-toolbar,
#rc_view_calendar .fc-toolbar {
flex-direction: column;
gap: 8px;
}
} .rc-view-calendar-wrapper {
display: flex;
gap: 20px;
align-items: flex-start;
}
.rc-client-sidebar {
width: 240px;
min-width: 240px;
background: #fff;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.rc-sidebar-header {
padding: 12px 15px;
border-bottom: 1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
}
.rc-sidebar-header strong {
font-size: 14px;
}
.rc-sidebar-title-row {
display: flex;
align-items: center;
gap: 6px;
}
.rc-sidebar-toggle {
display: none;
color: #999;
text-decoration: none;
font-size: 12px;
line-height: 1;
}
.rc-sidebar-toggle:hover {
color: #555;
text-decoration: none;
}
.rc-select-all-label {
font-size: 12px;
color: #666;
cursor: pointer;
display: flex;
align-items: center;
gap: 4px;
}
.rc-select-all-label input {
margin: 0;
cursor: pointer;
}
.rc-client-list {
padding: 8px 0;
max-height: 800px;
overflow-y: auto;
}
.rc-client-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 15px;
transition: background 0.15s;
font-size: 13px;
}
.rc-client-item:hover {
background: #f5f5f5;
}
.rc-client-item-left {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
min-width: 0;
flex: 1;
}
.rc-client-item input[type="checkbox"] {
margin: 0;
cursor: pointer;
}
.rc-color-dot {
width: 10px;
height: 10px;
border-radius: 50%;
flex-shrink: 0;
}
.rc-client-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.rc-client-menu-wrap {
position: relative;
flex-shrink: 0;
}
.rc-client-menu-btn {
cursor: pointer;
font-size: 16px;
color: #999;
padding: 2px 6px;
line-height: 1;
text-decoration: none;
border-radius: 4px;
display: inline-block;
}
.rc-client-menu-btn:hover {
background: #e8e8e8;
color: #555;
text-decoration: none;
}
.rc-client-menu-dropdown {
display: none;
position: absolute;
right: 0;
top: 100%;
background: #fff;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
min-width: 180px;
z-index: 100;
padding: 4px 0;
}
.rc-client-menu-dropdown.open {
display: block;
}
.rc-client-menu-dropdown a {
display: flex;
align-items: center;
gap: 8px;
width: 100%;
padding: 8px 14px;
cursor: pointer;
font-size: 13px;
color: #333;
text-decoration: none;
}
.rc-client-menu-dropdown a:hover {
background: #f5f5f5;
text-decoration: none;
color: #333;
}
.rc-calendar-main {
flex: 1;
min-width: 0;
}
@media screen and (max-width: 768px) {
.rc-view-calendar-wrapper {
flex-direction: column;
gap: 12px;
}
.rc-client-sidebar {
width: 100%;
min-width: unset;
}
.rc-client-list {
max-height: 150px;
overflow-y: auto;
}
.rc-calendar-main {
width: 100%;
}
#rc_view_calendar {
padding: 10px;
overflow-x: auto;
}
#rc_view_calendar .fc-toolbar {
flex-direction: column;
gap: 8px;
align-items: stretch;
}
#rc_view_calendar .fc-toolbar-chunk {
display: flex;
justify-content: center;
}
#rc_view_calendar .fc-toolbar-title {
font-size: 1.1em;
text-align: center;
}
#rc_view_calendar .fc-button {
font-size: 12px;
padding: 4px 8px;
}
#rc_view_calendar .fc-daygrid-day {
font-size: 11px;
}
#rc_view_calendar .fc-col-header-cell {
font-size: 11px;
}
#rc_view_calendar .fc-event {
font-size: 10px;
padding: 1px 3px;
}
.rc-client-menu-dropdown {
right: auto;
left: 0;
}
.rc-sidebar-toggle {
display: inline-block;
}
.rc-client-sidebar.collapsed .rc-client-list,
.rc-client-sidebar.collapsed .rc-select-all-label {
display: none;
}
.rc-client-sidebar.collapsed .rc-sidebar-header {
border-bottom: none;
}
} #rc_view_event_modal {
background: rgba(0,0,0,0.5);
z-index: 99999 !important;
}
#rc_view_event_modal > div {
z-index: 100000 !important;
}
.rc-event-detail-row {
padding: 6px 0;
border-bottom: 1px solid #f0f0f0;
}
.rc-event-detail-row:last-child {
border-bottom: none;
}
.rc-event-detail-row i {
margin-right: 6px;
} .responsive-pa-table thead { display: table-header-group; }
.responsive-pa-table tbody tr { display: table-row; }
.responsive-pa-table tbody td { display: table-cell; }
@media screen and (max-width: 768px) {
.responsive-pa-table thead { display: none; }
.responsive-pa-table tbody tr {
display: block;
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 10px;
padding: 4px 0;
}
.responsive-pa-table tbody td {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 10px;
border-bottom: 1px solid #f0f0f0;
gap: 8px;
}
.responsive-pa-table tbody td:last-child { border-bottom: none; }
.responsive-pa-table tbody td::before {
content: attr(data-label);
font-weight: bold;
white-space: nowrap;
flex-shrink: 0;
min-width: 100px;
color: #555;
font-size: 12px;
}
.responsive-pa-table tbody td[data-label=""]::before { display: none; }
.responsive-pa-table tbody td[data-label=""] { justify-content: flex-end; }
.responsive-pa-table tbody td input,
.responsive-pa-table tbody td select {
width: 100% !important;
flex: 1;
}
}
.ui-datepicker {
background:white !important
}
@media screen and (max-width: 768px) {
.prior_auth_details_row .responsive-pa-table tbody tr {
border: none;
border-radius: 0;
}
.prior_auth_details_row .responsive-pa-table tbody td {
border-bottom: none;
}
}