@import url("https://use.typekit.net/xsi1agd.css");

:root,
[data-bs-theme="light"] {
    --bs-black: #000;
    --bs-blue: #326eb6;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-white: #fff;
    --bs-primary: #e31a4b;
    --bs-primary-rgb: 227, 26, 75;
    --bs-light: #eeeeee;
    --bs-light-rgb: 238, 238, 238;
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 18px;
    --bs-body-color: #000000;
    --bs-link-decoration: none;
    --bs-link-color: #326eb6;
    --bs-link-color-rgb: 50, 110, 182;
    --bs-link-hover-color: #e31a4b;
    --bs-link-hover-color-rgb: 227, 26, 75;
    --bs-box-shadow: 0px 2px 0px 0px #000;
    --aktiv-xbold: "AktivGrotesk-XBold";
    --aktiv-regular: "AktivGrotesk";
}

.btn {
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 10px;
    --bs-btn-line-height: 20px;
    --bs-btn-font-weight: 500;
    --bs-btn-font-size: 14px;
    --bs-btn-border-radius: 100px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c10f3f;
    --bs-btn-hover-border-color: #c10f3f;
    --bs-btn-focus-shadow-rgb: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c10f3f;
    --bs-btn-active-border-color: #c10f3f;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f5afc0;
    --bs-btn-disabled-opacity: 1;
    --bs-btn-disabled-border-color: #f5afc0;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff1f2;
    --bs-btn-hover-border-color: #c10f3f;
    --bs-btn-focus-shadow-rgb: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff1f2;
    --bs-btn-active-border-color: #c10f3f;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #f5afc0;
    --bs-btn-disabled-opacity: 1;
    --bs-gradient: none;
}

body {
    font-weight: 400;
    background-color: #fff;
    /* background-color: #f5f5f5; */
    font-family: var(--aktiv-regular);
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.68;
}

body {
    font-weight: 400;
    font-family: var(--aktiv-regular);
}

a::after,
a {
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
}

.rs_container {
    /*max-width: 1384px;*/
    margin-inline: auto;
    padding-inline: 112px;
}

.gap-3_5 {
    gap: 20px;
}

/* onboarding start */
.rs_login_logo_sidebar {
    width: 27%;
    background-color: #1e1d2e;
    height: calc(100vh - 73px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 73px;
}

.rs_main_form {
    width: 73%;
}

    .rs_main_form .rs_body_part {
        padding: 74px 80px 74px;
        min-height: calc(100vh - 145px);
    }

.rs_form_body {
    max-width: 465px;
    margin-inline: auto;
}

.rs_from_header h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--bs-black);
}

.rs_from_header p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.rs_from_header {
    margin-bottom: 40px;
    text-align: center;
}

.rs_form_body .rs_form_input {
    padding-inline: 26px;
}

.rs_or_saprator {
    font-size: 12px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding-block: 24px;
}

input.rs_form_control {
    padding-top: 3px;
}

.rs_or_saprator span {
    display: inline-block;
    padding-inline: 17px;
}

.rs_or_saprator::after,
.rs_or_saprator::before {
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
}

.rs_password_view {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}

    .rs_password_view.text::after {
        content: "";
        height: 1px;
        width: 27px;
        background-color: #000;
        position: absolute;
        top: 49%;
        left: -4px;
        transform: rotate(32deg);
    }

.rs_form_link {
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
}

    .rs_form_link .rs_red {
        color: #e31a4b;
        font-weight: 500;
        text-decoration: none;
    }

    .rs_form_link .rs_blue {
        font-weight: 500;
        color: #326eb6;
        text-decoration: none;
    }

.rs_form_foot {
    margin-top: 40px;
}

.rs_form_body .btn {
    padding-block: 13px;
}

.rs_toast {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 16px;
    border-radius: 8px;
    margin-inline: auto;
    font-weight: 500;
    width: auto;
    gap: 8px;
    text-align: left;
}

.rs_toast_outer {
    left: 27%;
    position: fixed;
    bottom: 40px;
    width: 73%;
    text-align: center;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.rs_toast.rs_error {
    color: #c10f3f;
    background-color: #ffe4e7;
}

.rs_toast.rs_success {
    color: #1c613c;
    background-color: #cdf3df;
}

.rs_form_control {
    transition: all 0.3s ease-in-out;
}

    .rs_form_control:hover,
    .rs_form_control:focus {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    }

.text-trasnform-none {
    text-transform: none !important;
}

.nice-select .list::-webkit-scrollbar {
    width: 4px;
}

.nice-select .list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 15px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #eaecf0;
}

    .nice-select .list::-webkit-scrollbar-thumb:hover {
        background: #eaecf0;
    }

.rs_form_checkbox a {
    color: #000;
}

.rs_form_checkbox {
    font-size: 14px;
    position: relative;
}

    .rs_form_checkbox input[type="checkbox"] {
        display: none;
    }

    .rs_form_checkbox label::before {
        content: "";
        height: 16px;
        width: 16px;
        border: 1px solid #b0b0b0;
        border-radius: 4px;
        display: inline-block;
        position: relative;
        top: 3px;
        background-position: center;
        transition: all 0.3s ease-in-out;
    }

    .rs_form_checkbox label span {
        width: calc(100% - 24px);
    }

    .rs_form_checkbox label {
        display: flex;
        gap: 8px;
        line-height: 24px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .rs_form_checkbox input:checked + label::before {
        background-color: #fffafa;
        background-image: url("../images/red-tick.svg");
        background-position: center;
        background-repeat: no-repeat;
        border-color: #e31a4b;
    }

.popover {
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.12);
}

.popover-body {
    padding: 12px;
}

.popover h5 {
    font-size: 12px;
    font-weight: 500;
}

.rs_password_checklist {
    margin: 0;
    display: grid;
    gap: 8px;
}

    .rs_password_checklist li {
        font-size: 12px;
        padding-left: 22px;
        background-position: left;
        background-repeat: no-repeat;
    }

        .rs_password_checklist li.rs_checked {
            background-image: url("../images/rscheck.svg");
        }

        .rs_password_checklist li.rs_unchecked {
            background-image: url("../images/unchecked.svg");
        }

.rs_login_google {
    font-weight: 500;
}

.rs_form_control.rs_error_input {
    box-shadow: 0 0 0 4px #ffe4e7;
}

.rs_error_msg {
    font-size: 12px;
    font-weight: 500;
    color: #e31a4b;
    margin-top: 8px;
    line-height: normal;
}

.rs_otp_header {
    padding-inline: 26px;
    max-width: 454px;
    margin-inline: auto;
}

.rs_otp_fields {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, 57px);
    gap: 12px;
}

    .rs_otp_fields .rs_form_control {
        -moz-appearance: textfield;
        appearance: none;
        border-radius: 12px;
        height: 68px;
        padding-inline: 10px;
        text-align: center;
        font-size: 24px;
    }

        .rs_otp_fields .rs_form_control::-webkit-outer-spin-button,
        .rs_otp_fields .rs_form_control::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .rs_otp_fields .rs_form_control::placeholder {
            color: #000;
        }

        .rs_otp_fields .rs_form_control:focus::placeholder {
            color: transparent;
        }

.rs_login_logo_sidebar.rs_login_logo_sidebar_menu {
    padding: 40px;
}

.rs_login_menu {
    margin-top: 24px;
}

    .rs_login_menu li {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 48px;
        counter-increment: list-number;
        position: relative;
        display: flex;
        align-items: center;
    }

        .rs_login_menu li.rs_active {
            color: #fff;
        }

    .rs_login_menu ul {
        counter-reset: list-number;
    }

    .rs_login_menu li::before {
        content: counter(list-number);
        height: 32px;
        width: 32px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        display: inline-flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        padding-top: 3px;
        margin-right: 16px;
    }

    .rs_login_menu li.rs_active::before {
        border-color: #fff;
    }

    .rs_login_menu li:not(:last-child)::after {
        content: "";
        height: 40px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: -44px;
        left: 15px;
        border-radius: 2px;
    }

.rs_form_control {
    border-radius: 100px;
    border: 2px solid #000;
    width: 100%;
    height: 48px;
    padding-inline: 18px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}

    .rs_form_control.rs_login_by_btn {
        border-width: 1px;
        color: var(--bs-black);
        text-decoration: none;
    }

.nice-select {
    display: inline-block;
    float: none;
    border-radius: 100px;
    border-color: #000;
    height: 48px;
    width: 100%;
    border-width: 2px;
}

    .nice-select .list {
        width: 100%;
        border: 1px solid #000;
        box-shadow: none;
        padding-block: 4px;
        max-height: 364px;
        overflow: auto;
        border-radius: 8px;
    }

        .nice-select .list li {
            padding: 10px 14px;
            font-size: 14px;
            color: #000;
            line-height: 24px;
        }

    .nice-select .option.disabled {
        display: none;
    }

.rs_industries_filter .nice-select .current {
    font-size: 14px;
}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #000;
}

.nice-select .current {
    font-size: 16px;
    color: #6d6d6d;
    position: relative;
    top: 3px;
}

.nice-select .option.selected {
    background-image: url("../images/bluetick.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    font-weight: normal;
}

    .nice-select .option:hover,
    .nice-select .option.focus,
    .nice-select .option.selected.focus {
        background-color: #f3f6fc;
    }

.nice-select.open .list {
    border-width: 2px;
}

.nice-select::after {
    border: none;
    height: 7px;
    width: 12px;
    background-image: url("../images/arrow.svg");
    background-size: 100%;
    margin: 0;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin: unset;
    transform-origin: unset;
    right: 21px;
}

.nice-select.open::after {
    -moz-transform: translateY(-50%) scale(-1, -1);
    -o-transform: translateY(-50%) scale(-1, -1);
    -webkit-transform: translateY(-50%) scale(-1, -1);
    transform: translateY(-50%) scale(-1, -1);
    background-position: center;
}

.rs_login_menu li.rs_marked::before {
    font-size: 0;
    background: url("../images/Tick.svg") no-repeat center;
}

.rs_login_by_btn {
    font-weight: 500;
}

.rs_two_step_verification {
    font-size: 12px;
    font-weight: 500;
    color: #6d6d6d;
    opacity: 0.82;
    display: inline-block;
    margin-top: 6px;
}


.ng-select .ng-select-container {
    height: 48px !important;
    border-radius: 35px !important;
    border: 2px solid var(--bs-black) !important;
    font-size: 16px !important;
}

.ng-select .ng-value-label, .ng-select .ng-value-icon {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 16px !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 35px !important;
    border: 2px solid #000 !important;
    font-size: 16px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        padding-left: 18px !important;
    }

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 50% !important;
    right: 19px !important;
    width: 20px !important;
    transform: translateY(-50%) !important;
    background: url("../images/arrow.svg") no-repeat center !important;
    background-size: 12px !important;
}

    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
        display: none !important;
    }

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #6d6d6d !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #000 !important;
}

.select2-dropdown {
    border: 2px solid #000 !important;
    border-radius: 12px !important;
    margin-top: 4px !important;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    overflow: hidden !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: 2px solid #000 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    background: url("../images/search.svg") no-repeat center left !important;
    padding-left: 28px !important;
}

:focus-visible {
    outline: none;
}

.select2-results__option,
.select2-search--dropdown {
    padding: 10px 14px !important;
}

.select2-results__option {
    font-size: 16px !important;
    line-height: 24px !important;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f3f6fc !important;
    color: #000 !important;
}

.select2-container--default .select2-results__option--selected {
    background-image: url("../images/bluetick.svg") !important;
    background-color: #f3f6fc !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
}
/* onboarding end */
.autocomplete-container {
    border-radius: 100px !important;
    border: 2px solid #000 !important;
    width: 90% !important;
    margin-left: 5% !important;
    height: 48px !important;
    padding-inline: 18px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

    .autocomplete-container .input-container input {
        font-size: 16px !important;
        box-sizing: none !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        background-color: #fff !important;
        width: 90% !important;
        padding: 0 !important;
        line-height: 24px !important;
        height: 40px !important;
        padding-top: 3px !important;
    }

.rs_onboarding_header {
    padding: 4px 40px;
    box-shadow: 0px 8px 24px 0px #0000000a;
    border-bottom: 1px solid #d1d1d1;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.rs_onboarding_footer {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding-block: 27px;
}

    .rs_onboarding_footer p {
        font-weight: 500;
    }

/* Dashboard pages start */
/* header start */
.rs_menu {
    border-left: 1px solid #d1d1d1;
}

.rs_actions ul {
    border-right: 1px solid #d1d1d1;
}

.rs_menu li a {
    padding-inline: 12px;
    color: #6d6d6d;
    position: relative;
}

    .rs_menu li a.active {
        color: var(--bs-black);
    }

    .rs_menu li a::after {
        content: "";
        height: 4px;
        width: 0%;
        background-color: var(--bs-primary);
        border-radius: 4px 4px 0 0;
        position: absolute;
        bottom: -19px;
        left: 19px;
    }

    .rs_menu li a:hover::after,
    .rs_menu li a.active::after {
        width: calc(100% - 38px);
    }

.rs_header {
    border-bottom: 1px solid #d1d1d1;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
}

.rs_actions ul a.active::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--bs-primary);
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    right: 6px;
}

.rs_dropdown_btn img {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    object-fit: cover;
    z-index: -1;
}

.rs_dropdown_btn {
    gap: 12px;
    text-decoration: none;
}

    .rs_dropdown_btn::after {
        content: "";
        height: 16px;
        width: 16px;
        background: url("../images/arrow-down.svg") no-repeat center;
    }

.re_profile_name {
    background-color: #ffe4e7;
    text-align: center;
    border-radius: 100px;
    font-size: 10px;
    padding: 8px 0;
    color: #c10f3f;
    width: 28px;
    height: 28px;
    z-index: -1;
    line-height: 12px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1;
}

.rs_dashbaord .re_profile_name {
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rs_dropdown_panel .re_profile_name {
    width: 30px;
    height: 30px;
    padding: 9px 0;
}

.rs_dropdown_panel {
    position: absolute;
    background-color: var(--bs-white);
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    box-shadow: 2px 2px 16px -3px #0000001f;
    top: 36px;
    right: 0;
}

    .rs_dropdown_panel .d-flex {
        gap: 8px;
        border-bottom: 1px solid #e7e7e7;
        padding: 12px 18px;
    }

.rs_user_profile_picture {
    min-width: 30px;
    min-height: 30px;
}

.rs_login_logo_sidebar img.dropdown_thumbnail {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.rs_dropdown_panel h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    color: var(--bs-black);
}

.rs_dropdown_panel p {
    font-size: 10px;
    margin: 0;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 12px;
}

.rs_dropdown_panel a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--bs-black);
    text-decoration: none;
    display: block;
    padding: 12px 18px;
}

    .rs_dropdown_panel a img {
        margin-right: 6px;
    }

.rs_dropdown {
    position: relative;
}

.rs_login_logo_sidebar .rs_dropdown .signOut img {
    width: auto;
    height: auto;
}
/* header end */

.rs_search input,
.rs_filter_btn {
    height: 40px;
    font-size: 14px;
    border: 1px solid var(--bs-black);
    border-radius: 35px;
}

.rs_search input {
    padding-inline: 42px 12px;
    min-width: 280px;
    background: url("../images/search.svg") no-repeat left 14px center, var(--bs-white);
    outline: none;
}

.rs_filter_btn {
    background-color: var(--bs-white);
    padding-inline: 16px;
}

.rs_page_title {
    font-size: 24px;
    line-height: normal;
}

.rs_table_data {
    border: 1px solid #d1d1d1;
    border-radius: 12px;
}

    .rs_table_data .table th:first-child {
        border-top-left-radius: 12px;
    }

    .rs_table_data .table th:last-child {
        border-top-right-radius: 12px;
    }

    .rs_table_data .table tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .rs_table_data .table tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

    .rs_table_data .table th {
        background-color: #eee;
        color: #6d6d6d;
        font-size: 12px;
        line-height: 18px;
    }

    .rs_table_data .table td p a {
        font-weight: 500;
        word-break: break-all;
    }

    .rs_table_data .table th {
        padding: 18px 24px;
    }

    .rs_table_data .table td {
        padding: 22px 24px;
        border-bottom-color: #e7e7e7;
    }

    .rs_table_data .table tr:last-child td {
        border-bottom: 0;
    }

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #000;
    --bs-table-bg-type: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-color-type: #000;
    --bs-table-bg-type: #fbfbfb;
}

.rs_table_data .table td p {
    margin-bottom: 14px;
}

    .rs_table_data .table td p:last-child {
        margin-bottom: 0;
    }

.rs_num_tag {
    display: inline-block;
    background-color: #e5ecf9;
    border: 1px solid #c6d8f1;
    line-height: 20px;
    border-radius: 30px;
    font-weight: 500;
    color: var(--bs-blue);
    padding: 2px 8px;
}

.rs_status_tag {
    position: relative;
    padding: 4px 10px 2px 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    border: 1px solid #bde3d1;
    color: #000;
    border-radius: 30px;
    font-weight: 500;
    line-height: 14px;
    height: 24px;
}

    .rs_status_tag::before {
        content: "";
        height: 6px;
        width: 6px;
        border-radius: 100%;
    }

    .rs_status_tag.gray {
        background-color: #f2f4f7;
        border-color: #ced1d5;
        color: #344054;
    }

        .rs_status_tag.gray::before {
            background-color: #667085;
        }

    .rs_status_tag.purple {
        background-color: #f9f5ff;
        color: #6941c6;
    }

        .rs_status_tag.purple::before {
            background-color: #6941c6;
        }

    .rs_status_tag.red {
        background-color: #fff6ed;
        color: #c4320a;
    }

        .rs_status_tag.red::before {
            background-color: #c4320a;
        }

    .rs_status_tag.green {
        background-color: #ecfdf3;
        color: #027a48;
    }

        .rs_status_tag.green::before {
            background-color: #027a48;
        }

    .rs_status_tag.orange {
        background-color: #fffaeb;
        color: #b54708;
    }

        .rs_status_tag.orange::before {
            background-color: #b54708;
        }

.rs_mobile_window {
    min-height: calc(100dvh - 122px);
    background-color: #fff;
    padding: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
}

    .rs_mobile_window h3 {
        font-size: 20px;
        line-height: 28px;
    }

.table > :not(caption) > * > * {
    border-color: #d1d1d1;
}

.rs_empty_content {
    padding-block: 110px;
}

    .rs_empty_content h3 {
        font-size: 24px;
        font-weight: bold;
    }

.rs_table_data[data-search-results-empty="true"] + .rs_mb_data_table,
.rs_table_data[data-search-results-empty="false"] .rs_no_search_result,
.rs_table_data[data-search-results-empty="true"] .rs_no_data_found,
.rs_table_data[data-table-empty="true"] .rs_filled_table_body,
.rs_table_data[data-table-empty="false"] .rs_empty_table_body {
    display: none;
}

.border {
    border-color: #d1d1d1;
}

.rs_mb_data_card {
    border-radius: 12px;
}

.rs_mb_data_card_body ul li * {
    margin: 0;
}

.rs_mb_data_card_body ul {
    display: grid;
    gap: 20px;
}

    .rs_mb_data_card_body ul h6 {
        font-weight: normal;
    }

    .rs_mb_data_card_body ul p a {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .rs_mb_data_card_body ul p a,
    .rs_mb_data_card_body ul p {
        font-weight: 500;
    }

.rs_mb_data_card * {
    font-size: 14px;
}

.rs_action_dropdown.dropdown-toggle::after {
    display: none;
}

.dropdown .dropdown-item {
    padding: 9px 16px;
}

    .dropdown .dropdown-item a {
        line-height: 20px;
    }

    .dropdown .dropdown-item:hover {
        background-color: #f6f6f6;
    }
/* 22-april-24 */
.rs_modal .btn-close {
    opacity: 1;
    box-shadow: none;
}

.rs_modal .modal-footer {
    border-top: 1px solid #E7E7E7;
}

.rs_sign_up_code input {
    height: 40px;
    font-size: 14px;
    border: 1px solid var(--bs-black);
}

.rs_sign_up_modal .modal-dialog {
    max-width: 428px;
}

.rs_alert .alert {
    border-radius: 100px;
    line-height: 21px;
    --bs-alert-padding-y: 12px;
    --bs-alert-color: #126945;
    --bs-alert-bg: #D1FADF;
    --bs-alert-border-color: #43E5A0;
    --bs-alert-link-color: #126945;
}

.rs_modal p {
    line-height: 20px;
}

.rs_remove_code_modal .modal-dialog {
    max-width: 485px;
}

.rs_modal .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.rs_modal_gradient {
    background: linear-gradient(180deg, #FFC7CD 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
}

.rs_modal .modal-content {
    border-radius: 12px;
}

.rs-referred-affiliates ul h6 {
    margin-bottom: 4px;
}


/* Dashboard pages end */
