
    body {
    background-color: #fff;
}

.clients-table-container,
.endorsements-table-container {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.cascade-nav-bar.sidenav-dark {
    background-color: #142042;
}

.cascade_layoutSidenav_content .page-header-title {
    color: #71707a !important;
}

.cascade_layoutSidenav_content .page-header-title i {
    color: #71707a !important;
}

.clients-table td a,
.endorsements-table td a,
.client-edit-upload-files-container a,
.endorsement-edit-upload-files-container a {
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clients-table td a,
.endorsements-table td a {
    display: flex;
}

.clients-table td:not(:last-child),
.endorsements-table td:not(:last-child) {
    font-size: 12px;
}

.clients-table tr, th, td,
.endorsements-table tr, th, td {
    text-align: center;
}

.clients-table th,
.endorsements-table th {
    font-size: 15px;
}

.client-empty-case {
    text-align: center;
    background-color: #FFFAEA;
    color: #142042;
    font-size: 12px;
    font-weight: 600;
}

.delegate-required-fields,
.delegate-required-fields-transport,
.delegate-required-fields-transport-value {
    color: red;
    font-size: 15px;
}

.delegate-required-fields-transport {
    position: absolute;
    top: 15px;
}

.delegate-required-fields-transport-value {
    position: absolute;
    top: 15px;
    left: 40px;
}

.transport-input-container {
    position: relative;
    padding-top: 20px;
}

.remove-endorsement-file-btn,
.remove-payment-file-btn,
.remove-client-file-btn {
    border: none;
    background: none;
    padding: 0;
    margin-left: 5px;
}

#upload_edit_files,
#endorsement_upload_files {
    margin-bottom: 15px;
}

.client-edit-upload-files-link {
    margin-bottom: 15px;
}

.client-delete-container,
.endorsement-delete-container,
.company-delete-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.client-delete-btn {
    margin-top: -4px;
}

.client-edit-upload-files-container,
.endorsement-edit-upload-files-container {
    margin-right: 15px;
}

.client-search-btn {
    border: none;
    background: transparent;
}

.client-search-input::placeholder {
    color: #3D577a;
}
.highlight {
    background-color: #ffeeba !important;
    transition: background-color 1s ease;
}

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

.table_number {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.for_color,
.for_agent,
.for_calculator {
    font-weight: 600;
    padding: 4px 10px;
    white-space: nowrap;
    border-radius: 5px;
}

.for_agent {
    background-color: #008b8b;
    color: #fff;
}

.for_calculator.prorated_unearned {
    background-color: #f4caa8;
    color: #000;
    font-weight: bolder;
}

.for_calculator.prorated_additional {
    background-color: #d5e5a4;
    color: #000;
    font-weight: bolder;
}

.for_color.good {
    background-color: #5CE78B;
    color: #fff;
    font-weight: bolder;
}

.for_color.active {
    background-color: #08a045;
    color: #000;
    font-weight: bolder;
}

.for_color.pending_payment {
    background-color: #ffac1c;
    color: #fff;
    font-weight: bolder;
}

.card.month_stat_1 {
    background-color: #00bda5;
    color: #000;
    font-weight: bolder;
}

.cascade-left-bordered-card {
    border-radius: 10px;
    border: none;
    color: #142042;
    padding: 28px;
}

.cascade-left-bordered-card.confirmed_client {
    border-left: 6px solid #EBCA1B;
    background: #FFFEE9;
}

.cascade-left-bordered-card.good {
    border-left: 6px solid #2AD00C;
    background: #F0FFEE;
    /*height: 70px;*/
    /*padding: 0.5rem;*/
}

.cascade-left-bordered-card.intent_to_cancel {
    border-left: 6px solid #FFB800;
    background: #FFFAEA;
}

.cascade-left-bordered-card.pending_payment {
    border-left: 6px solid #FD7D36;
    background: #FFEBE0;
}

.cascade-left-bordered-card.finance_canceled {
    border-left: 6px solid #A138F3;
    background: #EADAFF;
}

.cascade-left-bordered-card.canceled {
    border-left: 6px solid #F338BF;
    background: #FFF0F9;
}

.cascade-left-bordered-card.final_canceled {
    border-left: 6px solid #F00;
    background: #FFEAEA;
}

.for_color.pending_client {
    background-color: #ffdc2e;
    color: #000;
    font-weight: bolder;
}

.for_color.intent_to_cancel {
    background-color: #b2a8B8;
    color: #fff;
    font-weight: bolder;
}

.card.month_stat_2 {
    background-color: #3a9bdc;
    color: #000;
    font-weight: bolder;
}

.for_color.canceled {
    background-color: #974c5e;
    color: #fff;
    font-weight: bolder;
}

.for_color.pending {
    background-color: #ffac1c;
    color: #000;
    font-weight: bolder;
}

.card.month_stat_3 {
    background-color: #ffdc2e;
    color: #000;
    font-weight: bolder;
}

.for_color.final_canceled {
    background-color: #8b0000;
    color: #fff;
    font-weight: bolder;
}

.for_color.inactive {
    background-color: #db4437;
    color: #000;
    font-weight: bolder;
}

.card.month_stat_4 {
    background-color: #ffac1c;
    color: #000;
    font-weight: bolder;
}

.for_color.incomplete {
    background-color: #f5f5e6;
}

.dashboard_date {
    font-size: 20px;
    margin-top: 40px;
    color: #000;
}

.stat_title {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

/*.card.good .stat_title,*/
.card.pending_client .stat_title,
    /*.card.pending_payment .stat_title,*/
.card.month_stat_1 .stat_title,
.card.month_stat_2 .stat_title,
.card.month_stat_3 .stat_title,
.card.month_stat_4 .stat_title {
    border-bottom: 1px solid #000;
}

.stats_by_month {
    padding: 0 0 0 20px;
    margin: 0;
}

.client_stat_count {
    position: relative;
    min-height: 150px;
}

.client_stat_count .stat_count .stat_count_payment{
    position: absolute;
    left: 0;
    bottom: 0;
}


.client_stat_link,
.client_stat_link:hover {
    position: absolute;
    bottom: -15px;
    right: -20px;
    color: inherit;
}

.stat_count {
    font-size: 40px;
    font-weight: 800;
    color: #142042;
}
.stat_count_payment {
    font-size: 17px;
    font-weight: 800;
    color: #142042;
}
.form_combine label.for_color {
    margin-left: 5px;
    margin-top: 5px;
}

.checkbox_wrap {
    display: none;
    margin-right: 20px;
    margin-bottom: 5px;
}

.permission_switcher,
.not_renewed_switcher,
.black_list_switcher,
.archive_switcher,
.confirmed_switcher,
.priority_switcher,
.canceled_switcher,
.draft_switcher,
.autopay_switcher,
.remove-avatar_switcher,
.binding_switcher,
.endorsement_status,
.client-payment-status {
    width: 32px;
    height: 20px;
    background-color: #2AD00C;
    display: flex;
    padding: 0 4px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 100px;
    color: #fff;
    font-size: 8px;
    margin-left: 5px;
}

.permission_switcher.incomplete,
.client_view_switcher.incomplete,
.client_edit_switcher.incomplete,
.not_renewed_switcher.incomplete,
.black_list_switcher.incomplete,
.archive_switcher.incomplete,
.confirmed_switcher.incomplete,
.priority_switcher.incomplete,
.canceled_switcher.incomplete,
.draft_switcher.incomplete,
.autopay_switcher.incomplete,
.remove-avatar_switcher.incomplete,
.binding_switcher.incomplete,
.endorsement_status.incomplete,
.client-payment-status.passive {
    background-color: #FF0000;
}

.switcher-ball {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    display: block;
    height: 16px;
    width: 16px;
    top: 2px;
    right: 2px;
}

.permission_switcher.incomplete .switcher-ball,
.client_create_switcher.incomplete .switcher-ball,
.client_view_switcher.incomplete .switcher-ball,
.client_edit_switcher.incomplete .switcher-ball,
.not_renewed_switcher.incomplete .switcher-ball,
.black_list_switcher.incomplete .switcher-ball,
.archive_switcher.incomplete .switcher-ball,
.confirmed_switcher.incomplete .switcher-ball,
.priority_switcher.incomplete .switcher-ball,
.canceled_switcher.incomplete .switcher-ball,
.draft_switcher.incomplete .switcher-ball,
.autopay_switcher.incomplete .switcher-ball,
.remove-avatar_switcher.incomplete .switcher-ball,
.binding_switcher.incomplete .switcher-ball,
.endorsement_status.incomplete .switcher-ball {
    right: unset;
    left: 2px;
}

.client-payment-status-list,
.endorsement-payment-status-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0;
}

.client-payment-status-list li,
.endorsement-payment-status-list li,
.single-endorsement-status li {
    list-style-type: none;
}

.client-payment-status-check,
.endorsement-payment-status-check {
    margin-left: auto;
}

.client-status-value,
.endorsement-status-value {
    margin-right: 10px;
}

.single-endorsement-status {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-endorsement-status {
    padding: 0;
}

/* Hide number input spin buttons */
/* Target input elements with name attribute "year_trucks[]" */
/*input[name="year_trailers[]"],*/
/*input[name="year_trucks[]"] {*/
/*    !* Your new styling properties here *!*/
/*    border: 1px solid #ccc;*/
/*    padding: 8px;*/
/*    border-radius: 4px;*/
/*    !* Add any other styles you want *!*/
/*}*/

/* Hide number input spin buttons for WebKit (Chrome, Safari) */
input[name="year_trailers[]"]::-webkit-inner-spin-button,
input[name="year_trailers[]"]::-webkit-outer-spin-button,
input[name="year_trucks[]"]::-webkit-inner-spin-button,
input[name="year_trucks[]"]::-webkit-outer-spin-button,
input[name="value_trucks[]"]::-webkit-inner-spin-button,
input[name="value_trucks[]"]::-webkit-outer-spin-button,
input[name="value_trailers[]"]::-webkit-inner-spin-button,
input[name="value_trailers[]"]::-webkit-outer-spin-button,
input[name="dot"]::-webkit-inner-spin-button,
input[name="dot"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* You might need to adjust this to align the input properly */
}

/* Hide number input spin buttons for Firefox */
input[name="year_trailers[]"],
input[name="year_trucks[]"],
input[name="value_trucks[]"],
input[name="value_trailers[]"],
input[name="dot"] {
    -moz-appearance: textfield;
}

/*jQuery Steps*/
.wizard > .steps .current a,
.wizard > .steps .done a,
.wizard > .steps .disabled a {
    padding: 10px 20px;
}

.wizard > .actions .disabled a,
.wizard > .steps .disabled a {
    background: rgba(33, 40, 50, 0.03);
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .steps .current a:hover,
.wizard > .steps .current a {
    background: #0061f2;
}

.wizard > .steps .done a {
    background: rgba(33, 40, 50, 0.03);
    color: #0061f2;
}

.wizard > .content {
    background: none;
    /*height: 100vh;*/
    overflow-y: scroll;
}

.form_combine {
    border: 1px solid #D1D1D1;
    padding: 25px 15px 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.form_combine_title {
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: #fff;
    padding: 0 10px;
    color: #142042;
    font-size: 18px;
    font-weight: 600;
}

#create_client_auto_liability option[value="good"],
#create_client_phisical_damage option[value="good"],
#create_client_cargo option[value="good"],
#edit_client_auto_liability option[value="good"],
#edit_client_phisical_damage option[value="good"],
#edit_client_cargo option[value="good"] {
    background-color: #92D050; /* Change this to the desired color */
    color: #000;
}

#create_client_auto_liability option[value="intent_to_cancel"],
#create_client_phisical_damage option[value="intent_to_cancel"],
#create_client_cargo option[value="intent_to_cancel"],
#edit_client_auto_liability option[value="intent_to_cancel"],
#edit_client_phisical_damage option[value="intent_to_cancel"],
#edit_client_cargo option[value="intent_to_cancel"] {
    background-color: #FFFF00; /* Change this to the desired color */
    color: #000;
}

#create_client_auto_liability option[value="canceled"],
#create_client_phisical_damage option[value="canceled"],
#create_client_cargo option[value="canceled"],
#edit_client_auto_liability option[value="canceled"],
#edit_client_phisical_damage option[value="canceled"],
#edit_client_cargo option[value="canceled"] {
    background-color: #FF9900; /* Change this to the desired color */
    color: #000;
}

#create_client_auto_liability option[value="final_canceled"],
#create_client_phisical_damage option[value="final_canceled"],
#create_client_cargo option[value="final_canceled"],
#edit_client_auto_liability option[value="final_canceled"],
#edit_client_phisical_damage option[value="final_canceled"],
#edit_client_cargo option[value="final_canceled"] {
    background-color: #CC0066; /* Change this to the desired color */
    color: #fff;
}

.driver-list-owner {
    font-size: 12px;
}

.usd-dollar-container {
    position: relative;
    padding-left: 30px
}

.wizard > .content > .body input.value_truck,
.wizard > .content > .body input.value_trailer {
    border: none;
    outline: none !important;
}

.usd-dollar {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.client_date_by_type {
    font-size: 11px;
    white-space: nowrap;
}

span[aria-labelledby="select2-endorsement_company_name-container"] {
    height: 42px !important;
    padding-left: 15px;
    padding-top: 6px;
    border: 1px solid #c5ccD6 !important;
    margin-top: 1px;
}

span[aria-labelledby="select2-create_client_agency-container"],
span[aria-labelledby="select2-create_client_agency_2-container"],
span[aria-labelledby="select2-create_client_agency_3-container"],
span[aria-labelledby="select2-create_client_payment-container"] {
    height: 42px !important;
    padding-left: 15px;
    padding-top: 6px;
    border: 1px solid #c5ccD6 !important;
    margin-top: 1px;
}

span[aria-labelledby="select2-create_client_endorsement_agency-container"] {
    height: 42px !important;
    padding-left: 15px;
    padding-top: 6px;
    border: 1px solid #c5ccD6 !important;
    margin-top: 1px;
}

/* start makes navigation styles */
.makes-icons-container {
    padding: 0 !important;
}

.trailer-makes-icon {
    margin-right: 5px;
}

/* end makes navigation styles */

.account_d_none {
    display: none;
}

.account_container input[readonly] {
    background-color: #E8E8E8;
}

.is_error .account_d_none {
    display: block;
}

.img-account-profile {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.user_avatar {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

/* Start Steps Styles */
.next-prev-actions > ul {
    display: inline-block;
    text-align: right;
}

.next-prev-actions ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.next-prev-actions li {
    float: left;
}

.next-prev-actions {
    position: relative;
    margin-top: 20px;
    display: block;
    text-align: right;
    width: 100%;
}

.prev_step_btn {
    margin-right: 10px;
}

.step_container {
    display: none;
    background: none;
    overflow-y: scroll;
    padding-top: 40px; /* Adjust as needed for fixed header */
    /*overflow-y: auto; !* Enable vertical scrolling *!*/
    max-height: calc(100vh - 40px);
}

.step_container.active {
    display: block;
}

.step_number {
    border-radius: 5px;
    color: #142042;
    background-color: #FFFEE9;
    border-left: 4px solid #EBCA1B;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_number.active {
    border-left: 4px solid #2AD00C;
    background-color: #F0FFEE;
}

.step_number.active.error {
    border-left: 4px solid #F00;
    background-color: #FFEAEA;
}

.steps-tabs {
    position: relative;
    display: block;
    width: 100%;
}

/* End Steps Styles */

/* CSS for error spans and input fields */
.input-field {
    display: flex;
    flex-direction: column;
    /*margin-right: 20px; !* Adjust as needed for spacing between fields *!*/
    flex: 1; /* Ensure each field takes equal width */
}

.input-field input {
    width: 100%;
}

.text-danger.truck_errors,
.text-danger.trailer_errors,
.text-danger.driver_errors {
    margin-top: 10px; /* Adjust for spacing between input and error */
}

.dob-container {
    width: 80px !important;
}

.value-container {
    width: 65px !important;
}

.owner-container {
    width: 75px !important;
}

.endorsement_date,
.client_date {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #142042;
}

/*.user_role_label {*/
/*    display: none;*/
/*}*/

.pe-none {
    pointer-events: none;
}

.status_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

.status_list a,
.status_list a:hover {
    text-decoration: none;
}

.cascade-nowrap,
table .status_list {
    white-space: nowrap;
}

.client.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
    width: 100px !important;
}

.client-timeline-header {
    font-size: 15px;
}

.client-timeline-divider {
    margin-top: 0;
}

tr.incomplete {
    background-color: #f5f5e6;
}

.endorsement_note,
.calculator_note {
    width: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.clients-table tr,
.endorsements-table tr,
.users-table tr {
    border-bottom: 2px solid #A9ADB2 !important;
}

/* Start table sticky */
/*.tableFixHead {*/
/*    max-height: 400px;*/
/*}*/

.tableFixHead thead th {
    position: sticky;
    top: -2px;
    z-index: 1;
    background-color: #F8F8F8;
}

.table-container {
    width: 100%; /* Set a fixed width for the container */
    overflow-x: auto; /* Hide horizontal scrollbar initially */
}

/* End table sticky */

.calculator-input-height {
    height: 48px;
}

.nav-link-icon span {
    width: 20px;
}

.transport-icon-link img {
    width: 40px;
    height: 50px;
}

/* start policy styles*/
#auto_liability_policy,
#phisical_damage_policy,
#cargo_policy,
#general_liability_policy {
    padding-top: 17px;
}

/* end policy styles*/

.dot-below-edit {
    margin-left: 5px;
}

.del_a_underline {
    text-decoration: none !important;
}

.transport_last_td_font_size {
    font-size: 12px;
}

.transport_client_name {
    width: 200px;
}

/* Start off Tinymce some styles*/
.tox-statusbar,
.tox-promotion {
    display: none !important;
}

/* End off Tinymce some styles*/

.sidenav-dark .sidenav-menu .nav-link,
.sidenav-dark .sidenav-menu .nav-link i {
    color: #fff;
}

.sidenav-dark .sidenav-menu .nav-link.active,
.sidenav-dark .sidenav-menu .nav-link.active i {
    color: #24B296;
}

.sidenav-footer {
    display: flex;
    justify-content: center;
}

.topnav {
    background-color: #F2F6FC;
}

.dashboard-date-wrap {
    color: #142042;
    font-size: 14px;
}

.clients-card {
    border-radius: 10px;
    border: 1px solid #F2F6FC;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
    padding: 28px;
}

.cascade-card-title {
    color: #142042;
    font-size: 18px;
    font-weight: 600;
}

.cascade-card-title.height-50 {
    height: 50px;
}

.complete_endorsement,
.incomplete_endorsement,
.yes,
.no {
    font-size: 12px;
    font-weight: 600;
}

.yes {
    color: #2AD00C;
}

.no {
    color: #F00;
}

.complete_endorsement {
    color: #142042;
}

.incomplete_endorsement {
    color: #888;
}

.clients-card-autopay {
    font-size: 12px;
    color: #142042;
}
.clients-card-autopay-1{
    font-size: 12px;
    color: #142042;
    position: absolute;
    top: 111px;
    left: 1043px;
}

.clients-card-autopay-1 span {
    margin-left: 16px;
}

.clients-card-autopay span {
    margin-left: 16px;
}

.clients-card-stat-wrap {
    /*margin-top: 55px;*/
    margin-bottom: 20px;
}

.cascade-card-link {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.cascade-card-link.archived {
    color: #FD7D36;
}

.cascade-card-link.all {
    color: #24B296;
}

.clients-card-stat-wrap .cascade-card-link.archived {
    margin-right: 12px;
}

.divider {
    border-bottom: 1px solid #D1D1D1;
    margin: 40px 0;
}

.cascade-stat-table {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #F2F6FC;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}

.cascade-stat-table th {
    font-size: 14px;
    font-weight: 600;
    color: #24B296;
    text-align: left;
    padding: 12px !important;
}

.ct-permission-block-title {
    font-size: 14px;
    font-weight: 600;
    color: #24B296;
}

.cascade-stat-table.dashboard th {
    padding: 5px 28px !important;
    border-right: 1px solid #D1D1D1;
}

.cascade-stat-table.dashboard td {
    background-color: #F2F6FC;
    border-right: 1px solid #D1D1D1;
    border-bottom: 4px solid #fff;
    text-align: left;
    padding: 5px 28px !important;
    text-transform: uppercase;
    font-size: 14px;
    color: #142042;
}

.cascade-stat-icon {
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #F2F6FC;
    color: #142042;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cascade-status,
.cascade-status:hover {
    padding: 8px 10px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.cascade-status.good,
.cascade-status.active {
    background-color: #F0FFEE;
    color: #2AD00C;
}

.cascade-status.intent_to_cancel,
.cascade-status.pending {
    background-color: #FFFAEA;
    color: #FFB800;
}

.cascade-status.final_canceled,
.cascade-status.inactive {
    background-color: #FFEAEA;
    color: #FF0000;
}

.cascade-status.final_canceled,
.cascade-status.expired {
    color: #69707a;
    background-color: #acacac29;
}
.cascade-status.final_canceled,
.cascade-status.unknown {
    color: #7b6c04;
    background-color: rgba(255, 241, 145, 0.65);
}
.cascade-status.final_canceled,
.cascade-status.incomplete {
    color: #fd0101;
    background-color: rgba(231, 168, 241, 0.51);
}

.cascade-status.pending_payment {
    color: #FD7D36;
    background-color: #FFEBE0;
}

.cascade-status.pending_client {
    color: #EBCA1B;
    background-color: #FFFEE9;
}

.cascade-status.finance_canceled {
    color: #A138F3;
    background-color: #EADAFF;
}

.cascade-status.canceled {
    color: #F338BF;
    background-color: #FFF0F9;
}

.cascade-stat-table.general th {
    border-bottom: 1px solid #D1D1D1;
}

.cascade-btn,
.cascade-btn:hover {
    min-width: 77px;
    height: 46px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    gap: 16px;
    font-size: 14px;
    background-color: #142042;
}

.cascade-btn.green {
    background-color: #24B296;
}

.cascade-btn.grey {
    background-color: #D1D1D1;
}

.cascade-btn.orange {
    background-color: #FFB800;
}

.cascade-btn.low {
    height: 36px;
}

.cascade-btn.small {
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 7px;
    min-width: unset;
    display: inline-flex;
}

.cascade-pagination {
    font-size: 12px;
    color: #142042;
    margin-left: 12px;
}

.cascade-label {
    color: #142042;
    font-size: 12px;
    margin-bottom: 12px;
}
.cascade-label-claims {
    color: #142042;
    font-size: 12px;
    margin-bottom: 11px;
    font-style: italic;
    margin-top: 4px;
    margin-left: 5px;
}
.autopay-form-section:hover {
    background-color: #f0f0f0;
    border-radius: 5px;
}
.autopay-form-section input:checked + label {
    color: #0056b3;
    font-weight: bold;
}
.autopay-form-section label {
    transition: color 0.3s ease;
}

.transaction-form .select2-selection.select2-selection--multiple,
.cascade-input {
    background-color: #F8F8F8 !important;
    color: #142042 !important;
    border-radius: 5px !important;
    padding: 0 12px !important;
    border: none !important;
    min-height: 36px;
}

.transaction-form .select2-selection.select2-selection--multiple {
    border: 1px solid #24B296 !important;
}

#client_filter {
    margin-top: 20px;
}

#endorsement_filter_btn,
#client_filter_btn {
    margin-left: 10px;
}

.cascade-stat-table.general td {
    border: 1px solid #D1D1D1;
    padding: 47px;
}

.cascade-stat-table.general tr:nth-child(even) {
    background-color: #F8F8F8;
}

.cascade-stat-table.general p {
    margin-bottom: 0;
}

.ct-name-col {
    position: relative;
}

.ct-for-position {
    position: absolute;
    bottom: 3px;
    left: 3px;
    gap: 5px;
}

.ct-for-position.number {
    bottom: unset;
    top: 3px;
}

.ct-title {
    color: #142042;
    font-size: 12px;
    font-weight: 700;
}

p.ct-finance-companies{
    color: #142042;
    font-size: 14px;
    font-weight: 600;
    width: max-content;
}

.ct-text-light {
    font-size: 12px;
    color: #142042;
}

.ct-name-col .ct-text-light {
    margin-top: 12px;
}

.ct-small-edit-btn,
.ct-small-edit-btn:hover {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #FFB800;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

.ct-small-edit-btn.brand-dark {
    background-color: #142042;
}
.ct-small-edit-btn.brand-light2 {
    background-color: #00ac69;
}

.transaction_status,
.claim_status,
.endorsement_client_status,
.client_status.client {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #FD7D36;
    color: #FD7D36;
    font-size: 10px;
    cursor: pointer;
}
.payment_status.payment {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #FD7D36;
    color: #FD7D36;
    font-size: 10px;
    cursor: pointer;
}

.transaction_status.number {
    cursor: default;
    border: 1px solid #142042;
    background-color: #142042;
    color: #fff;
    width: unset;
    min-width: 20px;
    padding: 0 2px;
}
.claim_status.number {
    cursor: default;
    border: 1px solid #142042;
    background-color: #142042;
    color: #fff;
    width: unset;
    min-width: 20px;
    padding: 0 2px;
}

.client_status.client.checked
{
    color: #fff;
    background-color: #FD7D36;
}

.payment_status.payment.orange.checked,
.endorsement_client_status.endorse.orange.checked,
.transaction_status.transaction.orange.checked,
.claim_status.claim.orange.checked
{
    color: #fff;
    background-color: #FD7D36;
}
.payment_status.payment.red.checked,
.transaction_status.transaction.red.checked,
.endorsement_client_status.endorse.red.checked,
.claim_status.claim.red.checked
{
    color: #fff !important;
    background-color: red;
}
.payment_status.payment.green.checked,
.claim_status.claim.green.checked,
.endorsement_client_status.endorse.green.checked,
.transaction_status.transaction.green.checked
{
    color: #fff !important;
    background-color: green;
}

    .ct-date {
        color: #142042;
        font-size: 14px;
        font-weight: 600;
        margin: 12px 0;
    }

    .ct-list {
        margin: 12px 0;
        padding: 0;
        font-size: 12px;
        color: #142042;
        list-style-type: none;
    }
    .ct-list-claim {
        margin: 12px 0;
        padding: 0;
        font-size: 12px;
        color: #142042;
        list-style-type: none;
    }

    .cascade-stat-table.general th {
        text-align: center;
    }

    .ct-count,
    .ct-count:hover {
        color: #24B296;
        text-decoration: underline;
        font-weight: 900;
    }

    .binding-component-row {
        width: 215px;
    }

    .ct-file,
    .ct-file:hover {
        color: #24B296;
        font-size: 12px;
        text-decoration: underline;
    }

    .ct-note {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #142042;
        width: 28px;
        height: 28px;
        border: 1px solid #E8E8E8;
        border-radius: 2px;
        background: none;
        font-size: 14px;
    }

    .ct-action-btn,
    .ct-action-btn:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        width: 28px;
        height: 28px;
        color: #fff;
        font-size: 14px;
        border: none;
        text-decoration: none;
    }

    .ct-action-btn.ct-renewal {
        background-color: #49536e;
    }
    .ct-action-btn.ct-show {
        background-color: #2AD00C;
    }

    .ct-action-btn.ct-edit {
        background-color: #FFB800;
    }

    .ct-action-btn.ct-delete {
        background-color: #FF0000;
    }

    .ct-action-btn.ct-calculator {
        background-color: #142042;
    }

    .dashboard-date-wrap.d-flex {
        gap: 16px;
    }

    .transaction-row.checked,
    .endorsement-row.checked,
    .claim-row.checked,
    .client-row.checked {
        background-color: #FDD4D4 !important;
    }

    .payment-row.orange,
    .transaction-row.orange,
    .endorsement-row.orange,
    .claim-row.orange,
    .transaction-row.orange:hover {
        background-color: #FFFF99 !important;
    }

    .payment-row.red,
    .transaction-row.red,
    .endorsement-row.red,
    .claim-row.red,
    .transaction-row.red:hover {
        background-color: #FFB3B3 !important;
    }

    .payment-row.green,
    .transaction-row.green,
    .endorsement-row.green,
    .claim-row.green,
    .transaction-row.green:hover {
        background-color: #90EE90 !important;
    }

    .endorsements-table-container .ct-for-position {
        left: -23px;
    }

    .ct-number-td {
        color: #24B296;
        font-size: 14px;
    }

    .ct-12 {
        margin: 12px 0 !important;
    }

    .cascade-calculator-input {
        height: 36px;
        width: 100%;
        border: 1px solid #24B296;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 12px;
        background-color: #F8F8F8;
    }

    textarea.cascade-calculator-input {
        height: 70px;
    }

    .cascade-calculator-form .row {
        margin-bottom: 20px;
    }

    .cascade-input-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid #D1D1D1;
        border-radius: 5px;
        background-color: #E8E8E8;
    }

    .cascade-error-alert {
        color: #142042;
        background-color: #FFEAEA;
    }

    .cascade-success-alert {
        color: #142042;
        background-color: #F0FFEE;
    }

    li.page-item .page-link {
        color: #142042;
    }

    li.page-item.active .page-link {
        background: #142042;
        border: 1px solid #142042;
        color: #fff;
    }

    .cascade-sup {
        top: 0;
    }

    .create-endorsement-form .select2-selection__choice,
    .edit-endorsement-form .select2-selection__choice,
    .edit-client-form .select2-selection__choice,
    .transaction-form .select2-selection__choice,
    .step_container .select2-selection__choice {
        background: #F2F6FC !important;
        color: #142042;
        font-size: 12px;
        font-weight: 600;
        padding: 2px 10px !important;
    }

    .permission-label,
    .not_renewed-label,
    .black_list-label,
    .archive-label,
    .confirmed-label,
    .priority-label,
    .canceled-label,
    .draft-label,
    .autopay-label,
    .remove-avatar-label,
    .binding-label {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
        color: #142042;
    }

    .add-client-status-container {
        margin-top: 34px;
    }

    .add-claim-status-container {
        margin-top: 34px;
    }

    .add-client-status-container input[type="radio"] {
        display: none;
    }
    .add-claim-status-container input[type="radio"] {
        display: none;
    }

    .add-client-status-container .add-claim-status-container .cascade-status {
        margin-bottom: 15px;
        cursor: pointer;
    }
    .add-client-status-container .add-claim-status-container .cascade-status.good.selected-status {
        border: 1px solid #243dc5;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.pending_client.selected-status {
        border: 1px solid #EBCA1B;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.pending_payment.selected-status {
        border: 1px solid #FD7D36;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.intent_to_cancel.selected-status {
        border: 1px solid #FFB800;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.canceled.selected-status {
        border: 1px solid #F338BF;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.final_canceled.selected-status {
        border: 1px solid #FF0000;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.finance_canceled.selected-status {
        border: 1px solid #A138F3;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.non_payment_finance.selected-status {
        border: 1px solid #FF0000;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.non_payment_insurance.selected-status {
        border: 1px solid #FF4500;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.unscheduled_vehicle_driver.selected-status {
        border: 1px solid #FF8C00;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.non_compliance_policy.selected-status {
        border: 1px solid #FFA500;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.excessive_losses.selected-status {
        border: 1px solid #FF6347;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.flat_cancellation.selected-status {
        border: 1px solid #DC143C;
    }

    .add-client-status-container .add-claim-status-container .cascade-status.other_cancellation.selected-status {
        border: 1px solid #696969;
    }

    .add-claim-status-container .cascade-status.claims_request_sent.selected-status {
        border: 1px solid #243dc5;
    }

    .add-claim-status-container .cascade-status.claim_ack_received.selected-status {
        border: 1px solid #FFB800;
    }

    .add-claim-status-container .cascade-status.pending_docs_client.selected-status {
        border: 1px solid #A138F3;
    }

    .add-claim-status-container .cascade-status.docs_uploaded.selected-status {
        border: 1px solid #F338BF;
    }

    .add-claim-status-container .cascade-status.waiting_assignment_details.selected-status {
        border: 1px solid #FF0000;
    }

    .add-claim-status-container .cascade-status.adjusters_info_received.selected-status {
        border: 1px solid #0F2550;
    }

    .add-claim-status-container .cascade-status.claim_needs_assignment.selected-status {
        border: 1px solid #654321;
    }

    .add-claim-status-container .cascade-status.good_to_go.selected-status {
        border: 1px solid #2AD00C;
    }

    .add-claim-status-container .cascade-status.third_party_requested_al.selected-status {
        border: 1px solid #243dc5;
    }

    .add-claim-status-container .cascade-status.informed_the_insured.selected-status {
        border: 1px solid #FFB800;
    }

    .add-claim-status-container .cascade-status.provided_al_info_to_3rd_party.selected-status {
        border: 1px solid #A138F3;
    }

    .add-claim-status-container .cascade-status.unscheduled_driver.selected-status {
        border: 1px solid #F338BF;
    }

    .add-claim-status-container .cascade-status.unscheduled_vin.selected-status {
        border: 1px solid #FF0000;
    }

    .add-claim-status-container .cascade-status.unscheduled_driver_vin.selected-status {
        border: 1px solid #0F2550;
    }

    .add-claim-status-container .cascade-status.insurance_needs_info.selected-status {
        border: 1px solid #654321;
    }

    .add-claim-status-container .cascade-status.selected-status {
        transform: scale(1.05);
        border: 2px solid currentColor; /* border same as text color */
    }
.payment_toggle_header {
        border-radius: 5px;
        background-color: #F0FFEE;
        border: 1px solid #2AD00C;
        color: #2AD00C;
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 4px;
    }

    .payment_toggle_body {
        display: none;
    }

    .payment_toggle_body.active {
        display: block;
    }

    .transaction-form-btn-wrap {
        gap: 16px;
    }

    .cascade-calculator-input.is_invalid {
        border: 2px solid #FF0000;
    }

    .cascade-calculator-input.select {
        padding: 10px 12px;
    }

    .green-title {
        font-size: 12px;
        font-weight: 600;
        color: #24B296;
    }

    .client-show-container {
        color: #142042;
        font-size: 12px;
    }

    .client-show-container p {
        margin-bottom: 0;
    }

    .client-show-container .col-3 {
        border-right: 4px solid #F2F6FC;
    }

    .client-show-container .col-3,
    .client-show-container .col-9 {
        padding-bottom: 15px;
    }

    .client-show-container .ct-count {
        font-size: 16px;
        margin-right: 10px;
        text-decoration: none;
    }

    .ct-name-col .ct-list {
        position: absolute;
        bottom: 0;
        right: 5px;
        margin: 0;
    }
    .ct-name-col .ct-list-claim {
        position: absolute;
        bottom: 0;
        top: 3px;
        left: 10px;
    }

.highlighted {
    color: #FF0000;
}

.archive-col {
    gap: 15px;
}

main {
    padding-bottom: 100px;
}

table tr:not(.checked):not(.date_row):not(.payment-row.orange):not(.payment-row.red):not(.payment-row.green):not(.transaction-row.orange):not(.transaction-row.red):not(.transaction-row.green):not(.endorsement-row.orange):not(.endorsement-row.red):not(.endorsement-row.green):not(.endorsement-row.orange):not(.endorsement-row.red):not(.endorsement-row.green):hover td {
    background-color: #ebebeb;
}

.ct-title.dollar {
    font-weight: 400;
    font-size: 14px;
}

.cascade-status.dollar {
    font-size: 14px;
}

.cascade-status.dollar.neutral {
    color: #142042 !important;
}

.totals-row.top {
    border-bottom: 2px solid #142042;
}

.totals-row.bottom {
    border-top: 2px solid #142042;
}

.totals-row .ct-title.dollar {
    font-weight: 600;
}

.ct-notes {
    font-size: 12px;
    width: 200px;
    text-align: left;
}

.cascade_date_span {
    color: #24B296;
    font-size: 12px;
}

.predefined-months {
    list-style-type: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.predefined-months .cascade-btn {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 5px;
}

.mw_800 {
    max-width: 800px;
}

.container-fluid.mw_800 {
    margin-left: unset;
    margin-right: unset;
}

.layoutSidenav_content-guest {
    padding-top: 16px;
}

.form-check-input.ctn-radio:checked {
    background-color: #24B296;
    border-color: #24B296;
    box-shadow: none;
}

.add-driver i,
.add-truck i,
.add-trailer i {
    margin-top: -3px;
}

#driverStore:disabled,
#truckStore:disabled,
#trailerStore:disabled {
    opacity: .7;
}

.website-logo {
    max-width: 250px;
    background-color: #142042;
    padding: 20px 40px;
}

.website-big-links,
.website-big-links:hover {
    width: 350px;
    height: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #142042;
    color: #fff;
    margin: 40px;
    text-decoration: none;
    font-size: 24px;
}

.website-big-links.brand-green {
    background-color: #24B296;
}

.website-big-links i {
    padding-left: 10px;
}

.fixed-copyright {
    position: fixed;
    bottom: -15px;
    right: 20px;
    background-color: #fff;
}

.cascade-input-space {
    margin-bottom: 60px;
}

.ct-text-left {
    text-align: left;
}

.payment-table-notes-btn {
    border: 1px solid #142042;
    background-color: #142042;
    width: 25px;
    height: 25px;
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.info-modal {
    text-align: left;
}

.types-group {
    margin-top: 1px;
}

.types-group .type-labels {
    display: flex;
    margin-bottom: 5px;
}

.types-group .type-labels .label-for-checkbox {
    width: 100%;
    text-align: center;
}

.types-group .type-checkboxes {
    display: flex;
}

.types-group.single-item .type-checkboxes {
    width: 100%;
    justify-content: space-around;
}

.expired-single-item .is-expired-wrapper {
    display: flex;
    align-items: center;
}

.expired-single-item .is-expired-wrapper .cascade-label .cascade-label-claims {
    margin: 0 5px 0 0;
}

.is-expired-wrapper .is-expired-label {
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
}

body.loading {
    overflow: hidden;
}

body.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 30px;
    border: 2px solid #fff;
    border-top: 1px solid #daf2f8;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    z-index: 99999;
}

body.loading::before {
    content: "";
    display: block;
    background: #817171;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
