/* General Styles */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.img-fit {
    object-fit: cover;
}
/* Overflow Styling */

.overflow-y-scroll {
    overflow-y: auto !important;
}
*/
/* Custom Font Sizing */
.fs-7 {
    font-size: 15px !important;
}

.fs-8 {
    font-size: 11px !important;
}

.text-sm {
    font-size: 10px;
}

/* Colors */
.rh-button {
    background-color: #073668 !important;
    border: solid 1px #073668 !important;
    border-radius: 10px;
    color: white !important;
}

    .rh-button:hover {
        background-color: #041e3a !important;
        border-color: #041e3a !important;
    }

.dark-blue {
    background-color: #073668 !important;
}

.dark-blue-text {
    color: #073668 !important;
}

.red-text {
    color: #FF0000 !important;
}

.bg-blue-grey {
    background-color: #f9fafd !important;
}

a {
    text-decoration: none !important;
}

.content a {
    color: #073668;
}

/* Layout Styling */
.separator {
    border-bottom: 0.5px solid rgb(128 128 128 / 19%);
}

/* Completion bubble styling */
.completed {
    width: 20px;
    height: 20px;
    background-color: #48dc48;
}

div.rounded-circle.uncompleted {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(128 128 128 / 25%) !important;
}

.rounded-circle {
    transition: 0.25s ease-in-out;
}

/* Tooltip Styling */



    .tooltip-wrapper > button[disabled] {
        background-color: lightgrey !important;
        color: #686868 !important;
        border: 1px solid lightgrey !important;
    }


/* UI General Styles */
.card {
    border: 0 !important;
    box-shadow: 0 0.5rem 1rem rgb(133 150 168 / 15%) !important;
    border-radius: 10px !important;
}

.card-inset {
    background-color: #f9fafd !important;
    box-shadow: none !important;
}

.card-banner {
    border-radius: 10px 10px 0 0;
    z-index: 100;
}

.content-wrapper {
    background-color: #f9fafd !important;
}

.hover-animation:hover {
    transform: scale(1.025);
    border: 3px rgba(173,214,255,0.5) solid;
}

.hover-animation {
    transition: ease-in-out 0.25s;
}

.fancyConfirm_Box {
    width: 500px;
    min-height: 100px;
    padding: 0;
    border-radius: 0;
}

.fancyConfirm_Title {
    background: #e1e1e1;
    text-align: center;
    padding: 10px 25px;
    border-bottom: 1px solid #d2d2d2;
    color: #163C5F;
    font-size: 20px;
    text-transform: uppercase;
}

.fancyConfirm_Inner {
    padding: 35px 25px;
    text-align: center;
}

.fancyConfirm_Buttons {
    padding: 0 25px 25px;
    text-align: center;
}

.fancyConfirm_Yes {
    color: #fff;
    background: #163C5F;
    border-radius: 0;
    padding: 5px 12px;
    font-size: 16px;
    margin: 15px;
    outline: 0;
    border: 0;
}

.fancyConfirm_Yes:hover {
    background: #06274a;
    color: #fff;
}

.fancyConfirm_No {
    color: #333;
    text-decoration: none;
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 15px;
    padding: 0;
    font-style: italic;
}

#ui-datepicker-div {
    z-index: 999999999 !important;
}

.select2-container {
    width: 100% !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.card-accent select {
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem;
    pointer-events: none !important;
}

.card-accent {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    border-radius: 15px 0 0 15px;
}

.card-accent-radius {
    border-radius: 0.25rem 15px 15px 0.25rem !important;
}

.block-r {
    display: inline-block;
    margin-left: auto;
    text-align: end;
    width: 100%;
}

.block-l {
    display: inline-block;
    margin-right: auto;
    text-align: start;
    width: 100%;
}

.border-grow {
    display: block;
    flex-grow: 1;
    height: 10px !important;
    border-bottom: 1px solid #d3d3d3;
}

.border-bottom {
    border-radius: 0 0 10px 10px !important;
}

.form-control {
    display: block;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box !important;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

textarea.form-control {
    height: auto !important;
}

.error {
    color: red !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(133 150 168 / 15%) !important;
}

.card-bg-img {
    background-image: url('/dist/img/food.jpg');
    height: 300px;
    background-size: cover;
}

.card-bg-img-resources {
    background-image: url('/dist/img/resources.jpg');
    height: 300px;
    background-size: cover;
}

.card-container > div:last-of-type {
    border: none !important;
}

.ui-rounded {
    border-radius: 10px;
}

.premium-badge {
    width: 25px;
    height: 25px;
    background-color: #ffea70;
    color: #ffae4a;
}

.header-fit {
    margin: -1rem -1rem 0 -1rem;
}

.card-icon {
    border-radius: 10px;
    background-color: #eaefff;
    color: #073668 !important;
    padding: 0.5rem;
}

.dropdown {
    z-index: 9999 !important;
}

.material-form-label {
    position: absolute;
    top: -13;
    z-index: 9999;
    background: white;
    left: 11;
    padding: 0 10px;
    font-weight: normal !important;
    color: #073668 !important;
}

.form-control-select {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* Message Page Styling */
.chat-box {
    border: 0.5px solid #d2d2d2;
    border-radius: 10px;
}

.chat-position {
    bottom: -0.1px;
}

.message-l {
    background-color: #efefef;
    display: inline-block;
    border-radius: 15px 15px 15px 0;
    margin: 1rem;
    padding: 0.5rem;
    align-self: start;
    max-width: 50%;
}

.message-r {
    background-color: #69c558;
    display: inline-block;
    border-radius: 15px 15px 0 15px;
    margin: 1rem;
    padding: 0.5rem;
    align-self: end;
    max-width: 50%;
}

    .message-r p {
        color: white !important;
    }

.message-img {
    width: 50px;
    height: 50px;
}

.message-select {
    height: 100px;
    width: 100%;
    background-color: #eff3fd !important;
    box-shadow: none !important;
    border-radius: 10px
}

.conversation-default {
    height: 100px;
    width: 100%;
    cursor: pointer;
}

.message-header {
    background-color: #f9fafd !important;
    border-radius: 10px 10px 0 0;
    border-bottom: 0.5px solid #f1f1f1;
}

.message-overflow {
    height: 550px !important;
    overflow: auto;
}

.overflow-ellipsis {
    display: -webkit-box;
    max-width: 80%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.message-input-border {
    border-radius: 10px 0 0 10px !important;
}

.message-input-btn {
    border-radius: 0 10px 10px 0 !important;
}

.notification-dot {
    background-color: #ff4c4c;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-left: auto;
}

.new-message {
    background-color: #6cc5ff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    flex-shrink: 0;
}

.convo-img {
    border-radius: 10px;
    object-fit: cover;
    width: 84px !important;
    height: 84px !important;
}

    .convo-img img {
        display: block;
        width: 100% !important;
        object-fit: cover;
        border-radius: 10px;
    }

/* Custom Bootstrap Button Styling */
.btn-success {
    background-color: #45d66e;
    border-color: #45d66e;
}

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #37b85b;
        border-color: #37b85b;
    }

.btn-selected {
    color: white !important;
    background-color: #073668 !important;
}

    .btn-selected a {
        color: white !important;
        background-color: #073668 !important;
    }


.bg-success {
    background-color: #45d66e !important;
}

.bg-danger-50 {
    background-color: #fffbfb;
}

.row-danger {
    background: #FFDDDD;
    color: red;
}

.border-light-grey {
    border-color: #b9b9b9;
}

/* Sidebar Profile Styling */
.user-panel img {
    height: 2.5rem !important;
    width: 2.5rem !important;
    object-fit: cover !important;
    border: rgb(195 200 210 / 23%) solid 2px;
    box-shadow: none !important;
}

.user-panel {
    align-items: center;
    border-bottom: none !important;
    background-color: rgb(54 54 255 / 3%);
    border-radius: 10px;
}

    .user-panel a {
        color: #073668 !important;
        font-weight: bold;
    }

.top-left {
    left: 0;
    top: 0;
}

.accordion .page-marker {
    left: 21px !important;
}

/* Sidebar Custom Styling */
.list-icon {
    width: 25.59px;
    height: 25px;
    vertical-align: middle;
    margin-right: 3.2px;
    margin-left: 0.8px;
}

.page-marker {
    width: 5px;
    height: 40px;
    background-color: #073668 !important;
    position: absolute;
    left: 0;
    animation: ease-in-out 0.25s;
    z-index: 100;
}

.page-marker-bg {
    background-color: rgb(54 54 255 / 3%) !important;
}

.nav-sidebar {
    margin-right: -0.5rem;
}

.nav-item {
    margin-right: 0.5rem;
}

    .nav-item a {
        border-radius: 10px !important;
    }

.coaching.accordion-button:after {
    content: none !important;
}

.coaching.accordion-button {
    color: #343a40 !important;
    font-family: system-ui !important;
}

.user-img {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    object-fit: cover;
}

.imposter-box {
    position: fixed;
    bottom: 0;
    left: 45px;
    background: #e3e3e3;
    padding: 0.5rem;
    border-radius: 10px 10px 0 0;
    color: #444444;
    transition: ease-in-out 0.5s;
}

.sidebar-mini.sidebar-collapse .main-sidebar .imposter-box {
    left: 17.5px;
}

.imposter-box > p {
    transition: ease-in-out 0.25s;
}

.sidebar-mini.sidebar-collapse .main-sidebar .imposter-box > p {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .imposter-box {
    left: 45px;
}

    .sidebar-mini.sidebar-collapse .main-sidebar:hover .imposter-box > p {
        display: block;
    }

/* Google Charts Custom Styling */
#chart_div rect {
    height: 100% !important;
    min-height: 300px;
    max-height: 400px;
}

#chart_div {
    height: 100% !important;
    min-height: 300px;
    max-height: 400px;
}

#chart_div2 > rect {
    height: 100% !important;
    min-height: 200px;
    max-height: 400px;
}

#chart_div2 {
    height: 100% !important;
    min-height: 200px;
    max-height: 400px;
}

/* Removes Duplicate Fields */
#txtAssignComment, #txtCloseComment {
    display: none !important;
}

.form-control:focus {
    border-color: #80bdff;
}

/* FAQ Page Custom Styling */
.faq-profile {
    width: 75px;
    height: 75px;
}

.faq-profile-sm {
    width: 25px !important;
    height: 25px !important;
}

.faq-btn {
    border-radius: 0.25rem !important;
    border: 0.5px solid #073668 !important;
    color: #073668 !important;
}


.faq-btn:hover {
    color: white !important;
    background-color: #073668 !important;
}

/* Resource Page Styling */
.resource-list {
    list-style-type: none;
}

.resource-item-header {
    color: #073668 !important;
    font-weight: bold;
    margin-left: -0.5rem;
}

.resource-item {
    color: #6e6e6e !important;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

    .resource-item a {
        color: #6e6e6e !important;
        text-decoration: none !important;
    }
    .resource-item svg {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

/* Video Display Custom Styling */
.video-thumb {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.video-frame {
    height: 400px;
    width: 100%;
    background: black;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.vimeo-fullwidth {
    max-width: 100% !important;
    height: 100% !important;
    background: black;
}

.video-radius {
    border-radius: 10px;
}

/*SVG Feather Icon Sizing Styling */
.small-icon {
    width: 17.5px;
}

/* Bootstrap Accordion Custom Styling */
.check-accordion {
    transition: 0.25s ease-in-out;
    padding: 10px;
    margin-left:-10px;
    flex-grow:1;
}

.chevron-rotate {
    transition: 0.25s ease-in-out;
    transform: rotate(180deg);
}

/* Coach List Styling */
.coach-list .accordion {
    padding-top: 5px;
}

.supplement-img {
    width: 100%;
    object-fit: cover;
}

.confirmation-check {
    width: 150px !important;
    height: 150px !important;
}

.user-edit-img img {
    max-width: 125px;
}

/*Custom Table Styles */
.table-current {
    background-color: #fafff8 !important;
}

.table-behind {
    background-color: #fffee5 !important;
}

.table-critical {
    background-color: #ffe5e5 !important;
}

table.dataTable thead .sorting {
    background: url('../img/sort_both.png') no-repeat center left;
}

table.dataTable thead .sorting_asc {
    background: url('../img/sort_asc.png') no-repeat center left;
}

table.dataTable thead .sorting_desc {
    background: url('../img/sort_desc.png') no-repeat center left;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('../img/sort_asc_disabled.png') no-repeat center left;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('../img/sort_desc_disabled.png') no-repeat -10px center left;
}

table.dataTable thead th {
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer !important;
}
table.dataTable tbody td {
    padding-left: 1rem;
    padding-right: 1rem;
}

.table-img {
    width: 50px;
    height: 50px;
}

/* View Screen List Styling */
.sortable-icon {
    cursor: grab !important;
}

    .sortable-icon:active {
        cursor: grabbing !important;
    }

.sort-hover {
    transition: ease-in-out 0.15s;
}

.sortable-icon:hover .sort-hover {
    color: #338eff !important;
}

.sortable-icon a:hover {
    color: #338eff !important;
}


/* Block UI Custom Styling */
.blockUI {
    z-index: 9999 !important;
    border-radius: 10px;
    border: none !important;
    padding: 2rem !important;
}

/* Practice Styling */
.practice-container {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem;
}

.switch-icon {
    transform: rotate( 90deg);
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.profile-options {
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.enter-button:hover {
    background-color: #073668 !important;
    color: white !important;
}

.button-group-input {
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.content .card-banner a svg {
    color: white !important;
}

.logo-height {
    height: 81px;
}

.logo-contain {
    object-fit: contain;
}

.content-type-doc {
    width: 25px;
    height: 25px;
    margin-left: auto;
    border-radius: 5px;
    background-color: #eaefff;
    color: #073668;
    font-size: 10px;
}

    .content-type-doc svg {
        width: 20px;
        height: 20px;
    }

/* Checkbox styling fixes */
#chkRememberMe {
    width: 100%;
    height: 100%;
}

.chkFix {
    margin-top: 0.1em !important;
}

.form-item-label {
    background-color: #eaefff;
    border-radius: 5px;
    padding: 0.25rem;
}

    .form-item-label p {
        font-size: 12px;
        font-weight: bold;
        color: #073668;
    }

.form-item-label.trackable {
    background-color: #ff4c4c;
}

.form-item-label.locked {
    background-color: #808080;
}

.form-item-label.required {
    background-color: #ff0000;
}

    .form-item-label.required p,
    .form-item-label.locked p {
        color: #fff;
    }

/* Unit Page Styling */
.units {
    border-top: solid #efefef 1px;
    padding: 1.25rem 0;
    border-bottom: solid white 2px
}

    .units:first-of-type {
        border-top: 0;
        margin-top: 0 !important;
    }

    .units:hover {
        background-color: #eef0f7;
        cursor: pointer;
    }

    .units a {
        padding-left: 1.75rem;
    }

.unit-text-padding {
    padding-left: 1.75rem;
} 

    .units div.rounded-circle {
        margin-right: 1.25rem;
    }

.unit-list-rounded-bottom {
    border-radius: 0 0 10px 10px;
}

.current-unit {
    height: 100%;
    width: 5px;
    background-color: #dadadd;
}

.link-icon {
    width: 20px;
    height: 20px;
}

.unit-video video {
    width: 100%;
    max-width: 100%;
}

/* Fancy Confirm styling updates */

#fancyConfirm_Box {
    border-radius: 10px;
}

#fancyConfirm_Yes {
    border-radius: 5px;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border: none;
    transition: 0.5s !important;
}

#fancyConfirm_Yes:focus-visible {
    border: none;
}

    #fancyConfirm_No:focus-visible {
        border: none;
    }

    #fancyConfirm_Buttons {
        display: flex;
        justify-content: start;
        margin: 1rem 0;
    }

    #fancyConfirm_Title {
        font-weight: bold;
        font-size: 1.5rem; 
        margin-bottom: 0.5rem;
    }

#fancyConfirm_No {
    border-radius: 5px;
    color: #222222;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border: none;
    margin: 0 1rem;
    transition: 0.5s;
}

/* Form Response Page Styling */

.form-border-bottom {
    border-bottom: 1px solid #DBDBDB;
}

.form-response:last-of-type {
    border-bottom: none;
}

.check-accordion:hover {
    cursor: pointer;
    background: #f7f7f7;
}

.dashed-border {
    flex-grow: 1;
    border-bottom: #e5e5e5 dashed 1px;
    margin: 0 10px;
}

/* Progress Bar */

progress {
    text-align: center;
    border-radius: 7px;
    width: 50%;
    height: 22px;
    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}

progress::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 7px;
}

progress::-webkit-progress-value {
    background-color: blue;
    border-radius: 7px;
}

progress::-moz-progress-bar {
    /* style rules */
}

progress:after {
    content: attr(value)'%';
}

/* DataTables Styling */
.text-align-left {
    text-align: left !important;
    padding-left: 5px !important;
}

.dataTables_info {
    padding: 0 0.5rem;
    color: rgba(0, 0, 0, 0.55);
    float: left;
}

.dataTables_paginate {
    padding: 0 1rem;
    float: right;
    display: flex;
    flex-flow: row nowrap;
}

.dataTables_paginate span {
    display: flex;
    flex-flow: row nowrap;
}

.dataTables_paginate a {
    margin: 0 0.5rem;
    width: 24px;
    height: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.paginate_button {
    border-radius: 0.25rem !important;
    border: 0.5px solid #073668 !important;
    color: #073668 !important;
}

.paginate_button.current {
    background-color: #073668;
    color: white !important;
    cursor: pointer;
}

.paginate_button:hover {
    background-color: #073668;
    color: white !important;
    cursor: pointer;
}

table.dataTable td {
    height: 67.5px !important;
    vertical-align: middle !important;
}

table.dataTable tr td a {
    font-weight: bold !important;
}

/* DataTables Styling */
.text-align-left {
    text-align: left !important;
    padding-left: 5px !important;
}

.dataTables_info {
    padding: 0 0.5rem;
    color: rgba(0, 0, 0, 0.55);
    float: left;
}

.dataTables_paginate {
    padding: 0 1rem;
    float: right;
    display: flex;
    flex-flow: row nowrap;
}

.dataTables_paginate span {
    display: flex;
    flex-flow: row nowrap;
}

.dataTables_paginate a {
    margin: 0 0.5rem;
    width: 24px;
    height: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.paginate_button {
    border-radius: 0.25rem !important;
    border: 0.5px solid #073668 !important;
    color: #073668 !important;
}

.paginate_button.current {
    background-color: #073668;
    color: white !important;
    cursor: pointer;
}

.paginate_button:hover {
    background-color: #073668;
    color: white !important;
    cursor: pointer;
}

table.dataTable td {
    height: 67.5px !important;
    vertical-align: middle !important;
}

table.dataTable tr td a {
    font-weight: bold !important;
}

/* Responsive Styling */
@media screen and (max-width: 576px) {
    .full-width-button {
        width: 100%;
    }

    .page-marker {
        width: 5px;
    }
}

@media screen and (max-width: 975px) {
    .support {
        display: none !important
    }

    .block-r {
        display: inline-block;
        margin-left: auto;
        text-align: end;
        width: 100%;
    }

    .block-l {
        display: inline-block;
        margin-right: auto;
        text-align: start;
        width: 100%;
    }

    .message-l {
        width: auto;
    }

    .message-r {
        width: auto;
    }

    .mobile-imposter {
        margin-left: -250px;
    }

    .sidebar-open .main-sidebar .mobile-imposter {
        margin-left: 0;
    }

    .receipt-container {
        width: 90vw !important;
    }

        .receipt-container .logo img {
            width: 90vw !important;
        }

    .gift-details {
        width: 90vw !important;
    }

        .gift-details table {
            width: 90vw !important;
        }

            .gift-details table td {
                padding: 1rem !important;
            }
    .member-card-900 {
        height: auto !important;
    }1
}
@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .brand-text, .sidebar-mini.sidebar-collapse .nav-sidebar .accordion-item p, .sidebar-mini.sidebar-collapse .sidebar .user-panel > .info {
        margin-left: -10px;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: hidden;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .accordion-item p {
        display: inline-block;
        margin-left: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: visible;
    }

    .sidebar-mini.sidebar-collapse .user-panel .image {
        display: inline-block;
        margin-left: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        padding-left: 0.5rem;
    }

    .sidebar-mini.sidebar-collapse .brand-link {
        display: inline-block;
        margin-left: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link {
        display: inline-block;
        margin-left: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: block;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-text, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel > .info, .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-text, .sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-xl, .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel > .info {
        display: initial;
    }
}
@media screen and (max-width: 1135px) {
    .top-right {
        position: absolute;
        bottom: 0.5rem !important;
        top: inherit;
        right: 1rem;
    }
}

@media screen and (max-width: 1145px) {
    .mobile-hide {
        display: none !important;
    }
}

.locked-module {
    position: relative;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
tr.disabled-program,
tr.disabled-module,
tr.disabled-unit {
    background: #aaa !important;
}

tr.disabled-program td:first-child,
tr.disabled-module td:first-child,
tr.disabled-unit td:first-child,
li.disabled-unit .unit-name {
    text-decoration: line-through !important;
}

.disabled-button-wrapper [disabled] {
    /* don't let button block mouse events from reaching wrapper */
    display: inline-block;
    pointer-events: auto !important;

}

.disabled-button-wrapper:hover [disabled] {
    /* don't let button block mouse events from reaching wrapper */
    display: inline-block;
    pointer-events: auto !important;
}
.report-item:nth-of-type(odd) {
    background-color: #fdfeff !important;
}
.report-item:nth-of-type(even) {
    background-color: #fbfaff;
}

.program-card-font-size {
    font-size: 1.15rem !important;
}

span.image-radio input[type="radio"]:checked + img {
    border: 1px solid red;
}

.radiobuttonlist table {
    cursor: default;
}
.radiobuttonlist tbody{
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
}
.radiobuttonlist.img-radio tr,
.radiobuttonlist.color-radio tr {
    padding: 15px;
}
.radiobuttonlist td {    
    padding: 10px;
}
.radiobuttonlist.img-radio td,
.radiobuttonlist.color-radio td {
    cursor: pointer !important;
}
.img-radio td.selected,
.color-radio td.selected {
    border: red solid 2px;
}
.img-radio td div,
.color-radio td div {
    text-align: center;
}
.img-radio td div.img-size {
    text-align: center;
    margin-top: 10px;
}
.color-radio td div.color-option {
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
}
.img-radio [type=radio],
.color-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer !important;
}
.radiobuttonlist:not(.img-radio):not(.color-radio) td label {
    margin-left: 15px;
}

.video-cont {
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-color: #f9fafd;
    position: relative;
    border-radius: 10px;
}
.video-cont iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

    .video-cont.wistia_embed > div {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    .z-top {
        z-index: 99999 !important;
    }
    #fuDocument.error {
        color: black !important;
    }
    #fuDocument-error {
        width:100%;
    }
    .unit-content-sizing {
        max-width:85%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.survey-container {
    margin: 15px 0;
}
.row-container {
    width: 100% !important;
}
.column-container {
    display: flex;
    flex-flow: row nowrap;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    align-items: center;
    justify-content: space-between;
}
.row-item {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #CED4DA;    
    justify-content: space-between;
}
.radio-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    flex: 0 0 auto;
    width: 10%;
}
div.radio-item:nth-of-type(1) {
    border-left: 1px solid #CED4DA;
}
.column-title {
    text-align: center;
    padding: 0.5rem;
    font-weight: bold;
    width: 10%;
}
.column-title-small {
    display: none;
}
.column-title-small label {
    margin-bottom: 0;
    font-weight: 400 !important;
}
.column-title.blank {
    display: flex;
    text-align: left;
    padding: 0.5rem;
    flex-grow: 1;
    align-self: stretch;
    border-right: 1px solid #CED4DA;
    align-items: center;
    max-width: 40%;
}
.row-title {
    padding: 0.5rem;
    flex-grow: 1;
    border-right: 1px solid #CED4DA;
    max-width: 40%;
}

@media screen and (max-width: 1250px){
    .row-title {
        max-width: 30%;
    }
    .column-title.blank {
        max-width: 30%;
    }
    .column-title {
        width: 15%;
        word-break: normal;
    }
    .radio-item {
        width: 15%;
    }
}

@media screen and (max-width: 992px) {
    .row-item {
        flex-flow: column wrap;
        border: 0;
    }
    .row-title {
        border: none;
        background: #e5e5e5;
        width: 100%;
        max-width: 100%;
    }
    .column-title-small {
        display: block;
        margin-left: 1rem;
    }
    .radio-item {
        justify-content: flex-start;
        width: 100%;
    }
    .column-title {
        display: none;
    }
        .column-title.blank {
            display: block;
            border: none;
            background: #cbcbcb;
            max-width: 100%;
        }
    .column-container {
        border: none;
    }
}

.img-upload {
    height: 250px;
}
    .img-upload .user-edit-img {
        display: flex !important;
        flex-flow: column wrap !important;
        justify-content: center !important;
        height: 100%;
        align-items: center !important;
    }
        .img-upload .user-edit-img .img-fit {
            min-height: 125px;
            object-fit: contain;
        }
.user-edit-img img {
    min-height: 125px;
    object-fit: contain;
    max-height: 125px;
    margin-bottom: 1rem;
}


.practice-settings-frm svg {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
}

.member-maxh-445 {
    max-height: 445px !important;
    height: 445px !important;
    min-height: 445px !important;
}
.member-card-900 {
    max-height: 922px !important
}

.info-list-height {
    max-height: 388px !important;
}

.child ul {
    padding-left: 1rem !important;
    list-style-type: none;
}
    .child ul li {
        border-bottom: 1px solid #e5e5e5;
        padding: 1rem 0;
    }

    .faq-edit-cont {
        position: absolute;
    }

    #listingTable tr th {
        border: none;
    }
@media screen and (max-width: 992px) {
    .member-card-900 {
        max-height: none !important;
    }
    section#dashboard {
        padding: 0 !important;
    }
    .first-cell {
    }
    div.faq-edit-cont {
        position: relative;
        left: 0 !important;
        padding-left: 1rem;
        padding-bottom: 10px;
    }
    div.drip-select > div.w-100 > select.form-select.required.mx-1.d-inline-block {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0.5rem 0;
    }
    div.drip-select > div.w-100 > div {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0.5rem 0;
    }
        div.drip-select > div.w-100 > div select {
            width: 100% !important;
            min-width: 100% !important;
            margin: 0.5rem 0;
        }
        div.drip-select > div.w-100 > div input {
            width: 100% !important;
            min-width: 100% !important;
            margin: 0.5rem 0;
        }
    .blockUI {
        z-index: 9999 !important;
        border-radius: 10px;
        border: none !important;
        padding: 0.5rem !important;
    }
        .blockUI h1 {
            font-size: 18px !important;
            margin-bottom: 0 !important;
        }
    #listingTable .even td:first-of-type p:hover, #listingTable .odd td:first-of-type p:hover {
        cursor: pointer;
    }

    #listingTable .even td:first-of-type:hover, #listingTable .odd td:first-of-type:hover {
        cursor: pointer;
    }
}

.maintanence-box {
    max-width: 500px;
    height: auto;
}
.maintanence-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 40px;
    line-height: 20px;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 15px;
}

#txtMessage:empty::before,
#txtNewMessage:empty::before {
    content: "Message";
    color: gray;
}

#txtMessage:focus-visible,
#txtNewMessage:focus-visible {
    outline: none;
}

#txtMessage,
#txtNewMessage {
    border: none;
}

.dataTables_empty {
    text-align: center !important;
}

.w-video-wrapper {
    background-color: white !important;
}

    table.collapsed .sorting_1 {
        padding-left: 30px !important;
        position: relative;
    }
table.collapsed .sorting_1:hover {
      cursor: pointer;
}

table.collapsed .parent .sorting_1::before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 1em;
    content: "";
    transition: transform .2s ease-in-out;
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

table.collapsed .sorting_1::before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    transition: transform .2s ease-in-out;
    color: white;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 1em;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.dtr-title {
    font-weight: bold !important;
}
.dtr-title::after {
    content: ":";
    font-weight: bold !important;
}

td.child ul.dtr-details li {
    display: flex;
    flex-direction: column;
}


