@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-gray: #f6f6f6;
  --bs-dark-gray: #6d6d6d;
  --bs-light-border: #d1d1d1;
  --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;
}

.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;
}
.btn.btn-outline-secondary{
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-width: 1px;
   --bs-btn-border-color: var(--bs-black);
  --bs-btn-padding-y: 9px;
}
.btn.btn-outline-secondary:hover {
    background: #ffffff;
    color: #000;
    border-color: #000;
}
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;
}

/* 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;
  text-decoration: none;
}
.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: 0;
}
.rs_menu li a:hover::after,
.rs_menu li a.active::after {
  width: 100%;
}
.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;
}
.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 */

/* page filter start */
.rs_search input,
.rs_filter_btn {
  height: 40px;
  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;
}
/* page filter end */

/* data table start */
.rs_table_data {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  position:static;
}
.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;
}
.rs_table_data .table th {
  padding: 18px 24px;
}
.rs_table_data .table td {
  padding: 22px 24px;
  border-bottom-color: #e7e7e7;
}
.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: 2px 10px 2px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff;
  border: 1px solid #ced1d5;
  color: #000;
  border-radius: 30px;
  font-weight: 500;
  line-height: 20px;
}
.rs_status_tag::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
}
.rs_status_tag.draft {
  background-color: #f2f4f7;
  border-color: #ced1d5;
  color: #344054;
}
.rs_status_tag.draft::before {
  background-color: #667085;
}
.rs_status_tag.ScheduleKickoff {
  background-color: #f9f5ff;
  color: #6941c6;
}
.rs_status_tag.ScheduleKickoff::before {
  background-color: #6941c6;
}
.rs_status_tag.KickoffScheduled {
  background-color: #fff6ed;
  color: #c4320a;
}
.rs_status_tag.KickoffScheduled::before {
  background-color: #c4320a;
}
.rs_status_tag.PurchaseAddHours {
  background-color: #ecfdf3;
  color: #027a48;
}
.rs_status_tag.PurchaseAddHours::before {
  background-color: #027a48;
}
.rs_status_tag.RecruitingStopped {
  background-color: #fef3f2;
  color: #b42318;
}
.rs_status_tag.RecruitingStopped::before {
  background-color: #b42318;
}
.rs_status_tag.ClosedFilled {
  background-color: #fffaeb;
  color: #b54708;
}
.rs_status_tag.ClosedFilled::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;
}
/* data table end */
/* 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 {
    min-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;*/
   height: 48px !important;
    border-radius: 35px !important;
    border: 2px solid #000 !important;
    font-size: 16px !important;
    width: 100% !important;   /* ensure full width */
    box-sizing: border-box !important;
}



.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 18px !important;
  padding-right: 28px !important; /* space for arrow */
  height: 44px !important;

  width: 240px !important;       /* 🔥 keep full width */
  min-width: 240px !important;   /* 🔥 prevent shrink-to-text */
  box-sizing: border-box !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !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;
}

.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;
}

.rs_main {
  min-height: calc(100vh - 139px);
  padding-block: 24px 48px;
}
/* Dashboard pages end */

/* Dashboard pages start */
/* header start */
.rs_menu {
  border-left: 1px solid var(--bs-light-border);
}
.rs_actions ul {
  border-right: 1px solid var(--bs-light-border);
}
.rs_menu li a {
  padding-inline: 12px;
  color: var(--bs-dark-gray);
  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 var(--bs-light-border);
  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 var(--bs-white);
  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;
  pointer-events: none;
}
.rs_dashbaord .dropdown .dropdown-item{
  padding: 9px 22px 9px 15px;
}

.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 var(--bs-light-border);
  box-shadow: 2px 2px 16px -3px #0000001f;
  top: 36px;
  right: 0;
  z-index: 1;
}
.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: var(--bs-dark-gray);
  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: 10px 16px;
}
.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,
.rs_pagination {
  border: 1px solid var(--bs-light-border);
}
.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: var(--bs-dark-gray);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  padding: 18px 20px;
}
.rs_table_data .table td p a {
  font-weight: 500;
  word-break: break-word;
}
.rs_table_data .table td {
  padding: 22px 20px;
  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: var(--bs-black);
  --bs-table-bg-type: var(--bs-white);
}
.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-color-type: var(--bs-black);
  --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: var(--bs-white);
  border: 1px solid #bde3d1;
  color: var(--bs-black);
  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.dark_red {
  background-color: #FEF3F2;
  color: #B42318;
  border-color: #34405433;
}
.rs_status_tag.dark_red::before {
  background-color: #B42318;
}
.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_green{
  color: #059658;
}

.rs_status_tag.blue {
  background-color: #f1f1ff;
  color: #2B2DB6;
}

.rs_status_tag.blue::before {
  background-color: #2B2DB6;
}

.rs_status_tag.orange::before {
  background-color: #b54708;
}
.rs_mobile_window {
  min-height: calc(100dvh - 122px);
  background-color: var(--bs-white);
  padding: 16px;
  border: 1px solid var(--bs-light-border);
  border-radius: 12px;
}
.rs_mobile_window h3 {
  font-size: 20px;
  line-height: 28px;
}
.table > :not(caption) > * > * {
  border-color: var(--bs-light-border);
}
.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;
}
.rs_no_data_found td {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.border {
  border-color: var(--bs-light-border);
}
.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,
.rs_dropdown_panel a:hover, 
.rs_dashbaord .dropdown-item.active:hover {
  background-color: var(--bs-light-gray);
}
/* 22-april-24 */
.rs_main {
  min-height: calc(100vh - 139px);
  padding-block: 24px 48px;
}
.rs_modal .modal-title {
  font-size: 18px;
  line-height: 21px;
}
.rs_modal .btn-close {
  opacity: 1;
}
.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 {
  z-index: 1;
  pointer-events: none;
}
.rs_alert .alert.alert-invalid {
  --bs-alert-color: #b80b1f;
  --bs-alert-bg: #ffe3e6;
  --bs-alert-border-color: #fda4b2;
  --bs-alert-link-color: #b80b1f;
}
.rs_alert .alert {
  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;
  border-radius: 100px;
}

.rs_remove_code_modal .modal-dialog {
  max-width: 485px;
}
.rs_modal_gradient {
  background: linear-gradient(180deg, #ffc7cd 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
}
.rs-referred-affiliates ul h6 {
  margin-bottom: 4px;
}
.rs_table_data .table td:first-child {
  font-weight: 500;
}
.rs_pagination {
  padding: 10px;
}
.pagination li a {
  margin: 2px;
  font-size: 14px;
  color: var(--bs-black);
  border-radius: 20px;
  padding: 8px 2px 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li span {
  font-size: 14px;
  color: var(--bs-black);
  margin: 2px;
}
.pagination li a.active {
  background-color: #f3f6fc;
  border: 1px solid #e5ecf9;
  color: var(--bs-blue);
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 20px;
  margin: 0px 24px;
  padding-top: 4px;
}

.rs_edit_profile {
  padding-top: 40px;
  gap: 80px;
}
.rs_profile_form label {
  margin-bottom: 6px;
}
.rs_profile_form label sup {
  color: var(--bs-primary);
}
.rs_profile_form {
  max-width: 400px;
}
.rs_profile_picture {
  width: 160px;
  height: 140px;
  border: 1px dashed var(--bs-black);
  line-height: 140px;
}
.rs_upload_profile {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  height: 40px;
  width: 40px;
  line-height: 44px;
}
.rs_back_btn {
  color: var(--bs-black);
}
.rs_sidebar {
  overflow: auto;
}
.rs_sidebar .rs_menu li a::after {
  display: none;
}
.rs_modal .btn-close {
  top: 24px;
  right: 24px;
}
.rs_add_profile_picture {
  background-color: #2e3037;
  height: 200px;
}
.rs_edit_profile_picture a {
  border: 2px solid var(--bs-white);
}
.rs_edit_profile_picture {
  line-height: normal;
}
.rs_b_padding {
  padding-bottom: 40px;
}
.rs_t_padding {
  padding-top: 40px;
}
.rs_dashbaord {
  background: var(--bs-light-gray);
}
.rs_error_message {
  color: #e41d1d;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 6px;
}
.rs_password_req h5 {
  font-size: 12px;
  color: var(--bs-black);
  line-height: 18px;
  margin-bottom: 11px;
}
.rs_password_req li {
  font-size: 14px;
  line-height: 18px;
}
.rs_password_req .rs_password_checklist {
  gap: 12px;
}
.rs_title_wrap {
  border-bottom: 1px solid #88888833;
}
.rs_form_method .rs_table_data[data-search-results-empty="false"] {
  border: 0;
  margin: 0;
}
.rs_card_wrap .card-title {
  font-size: 18px;
  margin-bottom: 12px;
}
.rs_card_wrap .card {
  border-width: 2px;
}
.rs_card_wrap .card.active {
  border-color: #326eb633;
}
.rs_card_wrap .active .card-body {
  background: linear-gradient(180deg, #e4f0ff 0%, var(--bs-white) 100%);
}
.rs_main .card {
  border-radius: 12px;
}
.rs_add_payout_method button.accordion-button {
  background-color: var(--bs-light-gray);
  font-weight: 500;
  color: var(--bs-black);
}
.rs_profile_form .nice-select .current {
  color: var(--bs-black);
}
.card .accordion-item {
  border-color: #e7e7e7;
}
.card .accordion-item:not(:first-of-type) {
  border-top: 1px solid #e7e7e7;
}
.rs_form_method .rs_profile_form {
  border-width: 0;
}

.card .accordion-button::after {
  background-size: 14px;
  background-image: url(../images/arrow-down.svg);
  background-position: center;
}
.rs_card_details .rs_profile_form {
  max-width: 566px;
}
.rs_card_details h5 {
  font-size: 18px;
}
.rs_field_bg {
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding-right: 75px;
}
.visa_bg {
  background-image: url(../images/visa1.svg);
}
.rs_card_bg {
  background-image: url(../images/card.svg);
}
.rs_card_details p {
  font-size: 12px;
}
.radio-tile-group, .rs_grid_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.radio-tile-group .input-container .radio-button {
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  border: 1px solid var(--bs-black);
  transition: transform 300ms ease;
}
.radio-tile-group .input-container .radio-tile-label {
  font-size: 14px;
  color: var(--bs-black);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #f3f6fb;
  border: 1px solid var(--bs-blue);
}

textarea.rs_form_control {
  height: 80px;
  resize: none;
}
.rs_profile_form input[type="password"] {
  padding-right: 40px;
}
.rs_w_half {
  max-width: 50%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rs_card_details .rs_red {
  color: #de1c22;
}
.rs_title_wrap label input {
  cursor: pointer;
  left: -90px;
}
.form-switch {
  border: 1px solid var(--bs-light-border);
}
.rs_form_icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.rs_notificaion .form-check-label {
  color: #101828;
  width: calc(100% - 40px);
}
.rs_notificaion .form-check-label p {
  font-size: 14px;
  color: var(--bs-dark-gray);
}
.rs_notificaion .form-check-label span {
  font-size: 16px;
}
.rs_notificaion .form-check {
  max-width: 510px;
  border-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.rs_notificaion .form-check-input {
  background-color: var(--bs-light-border);
  height: 24px;
  width: 45px;
  background-image: url(../images/white-circle.svg);
  background-size: 20px;
  background-position: left 2px center;
  cursor: pointer;
}
.rs_notificaion .form-check-input:checked {
  background-color: var(--bs-blue);
  background-position: right 2px center;
}
.rs_form_check {
  border-left: 1px solid var(--bs-light-border);
}
.rs_card.bg-white.rs_support_wrap {
  padding: 0;
}
.rs_support_wrap .rs_profile_form textarea {
  height: 120px;
}
.rs_table_w {
  min-width: 250px;
}
.rounded-12 {
  border-radius: 12px;
}
.rs_dashbaord .rs_form_control,
.rs_dashbaord .nice-select {
  border-width: 1px;
}
/* Dashboard pages end */
.rs_sidebar li a svg {
  position: relative;
  top: -2px;
  width: 22px;
  object-fit: contain;
}

/* Employer Pages Start */
.rs_employer_profile .rs_dropdown_panel h6 {
  white-space: nowrap;
  font-weight: 600;
}
.rs_employer_profile .re_profile_name {
  background: linear-gradient(180deg, #F6F6F6 0%, #EBE7E7 100%);
}
.rs_employer_profile .re_profile_name img {
  height: auto;
  width: auto;
  border-radius: 0;
}
.rs_dashbaord .select2-dropdown {
  min-width: 200px !important;
  border: 1px solid #D1D1D1 !important;
  box-shadow: 2px 2px 16px -3px #0000001F;
  padding: 8px 0 !important;
}

.rs_dashbaord .select2-results__option {
  padding: 5px 14px 5px 30px !important;
  line-height: 24px !important;
  font-size: 14px !important;
  background-image: none !important;
  position: relative;
}

.rs_dashbaord .select2-dropdown li:before{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 6px !important;
  height: 6px !important;
  background-color: #dddddd !important;
  border-radius: 100px !important; 
  left: 16px !important;
}

.rs_dashbaord .select2-dropdown li[id$="draft"]:before, 
.rs_dashbaord .select2-dropdown li[id$="FurtherReview"]:before {
  background-color: #667085 !important;
}
.rs_dashbaord .select2-dropdown li[id$="schedule-kickoff"]:before, 
.rs_dashbaord .select2-dropdown li[id$="New"]:before{
  background-color: #9E77ED !important;
}
.rs_dashbaord .select2-dropdown li[id$="kickoff-scheduled"]:before{
  background-color: #FB6514 !important;
}
.rs_dashbaord .select2-dropdown li[id$="purchase-add-hours"]:before, 
.rs_dashbaord .select2-dropdown li[id$="Interested"]:before{
  background-color: #12B76A !important;
}
.rs_dashbaord .select2-dropdown li[id$="recruiting-started"]:before{
  background-color: #2B2DB6 !important;
}
.rs_dashbaord .select2-dropdown li[id$="recruiting-stopped"]:before, 
.rs_dashbaord .select2-dropdown li[id$="NotInterested"]:before
{
  background-color: #F04438 !important;
}
.rs_dashbaord .select2-dropdown li[id$="closed-filled"]:before{
  background-color: #F79009 !important;
}
.rs_dashbaord .select2-dropdown li[id$="Draft"]:before{
  background-color: #667085 !important;
}
.rs_dashbaord .select2-dropdown li[id$="Schedule Kickoff"]:before{
  background-color: #9E77ED !important;
}

.rs_dashbaord .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, 
.rs_dashbaord .select2-container--default .select2-results__option--selected {
  background-color: #F6F6F6 !important;
}

.rs_form_control .selection span{
    position: relative !important;
}
[title="Draft"]:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #667085;
    border-radius: 100px;
    left: 16px;
}
[title="Schedule Kickoff"]:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #9E77ED;
    border-radius: 100px;
    left: 16px;
}

[title="Kick Off Scheduled"]:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #FB6514;
  border-radius: 100px;
  left: 16px;
}

[title="Purchase / Add Hours"]:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #12B76A;
  border-radius: 100px;
  left: 16px;
}

[title="Recruiting Started"]:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #2B2DB6;
  border-radius: 100px;
  left: 16px;
}

[title="Recruiting Stopped"]:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #F04438;
  border-radius: 100px;
  left: 16px;
}

[title="Closed Filled"]:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #F79009;
  border-radius: 100px;
  left: 16px;
}

.rs_dashbaord .select2-container--default .select2-results>.select2-results__options {
  max-height: 255px !important;
}

.rs_filter_btn_wrapper .select2-selection__arrow,
 .rs_dashbaord .select2-search.select2-search--dropdown{
  display: none !important;
}


.rs_filter_btn_wrapper .select2 .select2-selection {
  background-image: url("../images/filter.svg") !important;
  background-position: left 16px center !important;
  background-repeat: no-repeat !important;
}

.rs_search .rs_filter_btn_wrapper .select2-container .select2-selection--single {
  border: 1px solid var(--bs-black) !important;
  height: 40px !important;
  min-width: 100px;
}

.rs_filter_btn_wrapper .select2-container{
  width: auto !important;
}

.rs_filter_btn_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 40px !important;
  font-size: 14px;
  height: 40px !important;
}
.rs_outer_filter .rs_filter_btn_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 28px !important;
    height: 44px !important;
}
.rs_outer_filter {
    min-width: 215px !important;
}
.rs_outer_filter .select2-selection.select2-selection--single{
  min-width: 215px !important;
}
.rs_outer_filter .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: block !important;
}
.rs_filter_btn_wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder{
  font-size: 14px;
  color: var(--bs-black) !important;
}

.rs_filter_btn_wrapper .select2-container--default .select2-results>.select2-results__options {
   overflow-y: hidden !important;
}

.rs_marketer .select2-container--default .select2-results>.select2-results__options {
  overflow-y: auto !important;
}

.rs_employer_table_data .table td:first-child {
  font-weight: 400;
}
.rs_employer_table_data .table td span{
  margin-bottom: 12px;
}
.rs_employer_table_data td p .rs_batch {
  display: inline-block;
  border: 1px solid #C6D8F1;
  background-color: #E5ECF9;
  width: 33px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-blue);
  margin-right: 5px;
  margin-bottom: 12px;
  text-decoration: none;
}
.rs_employer_table_data .table .rs_status_tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.rs_employer_table_data .table td .rs_job_title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  color: var(--bs-black);
}
.rs_search .rs_filter_btn_wrapper.rs_selected_filter .select2-container .select2-selection--single {
  border-color: #E31A4B !important;
}
.rs_selected_filter {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rs_selected_filter .rs_clear_filter{
  white-space: nowrap;
  color: #E31A4B;
}
.rs_filter_btn_wrapper.rs_selected_filter .select2 .select2-selection{
  background-image: url("../images/filter-error.svg");
}
.rs_selected_filter .rs_clear_filter {
  display: block;
}
.rs_clear_filter {
  display: none;
}
.rs_activity_summary .modal-dialog {
  max-width: 734px;
}

.rs_arrows a {
  border: 1.5px solid #E31A4B;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.rs_activity_summary h3 {
  font-size: 20px;
  font-weight: 600;
}
/* .rs_calender_days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.rs_calender_days p, .rs_calender_dates p{
  margin-bottom: 0;
}
.rs_calender_dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: right;
  border: 1px solid #D1D1D1;
  border-bottom: 0;
  border-right: 0;
}
.rs_calender_dates p {
  padding: 14px 12px;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
} */
.rs_calender_wrap tbody {
  border: 1px solid #D1D1D1;
}
.rs_calender_wrap th {
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.rs_calender_dates {
  border: 1px solid #DEDDDD !important;
  border-radius: 20px !important;
  overflow: hidden;
  display: table-caption;
}
.rs_calender table thead tr th, .rs_calender table thead tr {
  border: 0 !important;
}
.rs_calender_dates td {
  border: 1px solid #D1D1D1;
  text-align: right;
  padding: 15px 14px;
  min-height: 98px;
  min-width: 98px;
  height: 98px;
}

.rs_calender_dates td {
  position: relative;
  border: 0;
  border-right: 1px solid #D1D1D1;
}
.rs_calender_dates td:last-child {
  border-right: 0;
}
.rs_calender_dates tr:last-child {
  border-bottom: 0;
}
.rs_calender_dates td span {
  background-color: #E31A4B;
  padding: 5px 20px;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 100px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  text-align: center;
}
.rs_back_title{
  color: var(--bs-black);
}
nav .breadcrumb{
  gap: 10px;
}
nav .breadcrumb li,
nav .breadcrumb li a {
  color: var(--bs-dark-gray) !important;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}
nav .breadcrumb li:before {
  left: 0;
  background: transparent;
  top: 3px;
  font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 14px;
}
nav .breadcrumb li.active {
  color: #3D3D3D !important;
  font-weight: 600;
}
.rs_marketer .select2 .select2-selection {
  background-image: url("../images/digital.svg") !important;
}
.rs_filter_btn_wrapper.rs_marketer .select2-selection__arrow{
  display: block !important;
}
.rs_marketer .select2-container .select2-selection--single .select2-selection__rendered {
   margin-right: 35px !important;
}
.rs_outer_card_wrapper h4{
  font-size: 18px;
}
.rs_outer_card_wrapper h5{
  font-weight: 600;
}
.rs_inner_card p{
  margin-bottom: 12px;
}
.rs_outer_card_wrapper {
  width: 840px;
}
.rs_dashbaord .rs_profile_form label sup {
  color: var(--bs-black);
}
.rs_dashbaord .rs_profile_picture{
  background-color: var(--bs-white);
}





/* Add position start */
.rs_dashbaord .nice-select .option:hover, .rs_dashbaord .nice-select .option.focus, .rs_dashbaord .nice-select .option.selected.focus {
  background-color: #F6F6F6;
}
.rs_tab_outer .rs_step_list li{
  position: relative;
  color: var(--bs-dark-gray);
  font-weight: 500;
}
.rs_tab_outer .rs_step_list li:not(:first-child)::before {
  border-top: 2px dashed #B0B0B0;
  width: 90px;
  z-index: 0;
  left: -105px;
}
.rs_ec_form_step {
  max-width: 700px;
  margin: auto;
}
.rs_tab_outer .rs_card {
  margin-bottom: 40px;
}
.rs_label_input {
  display: flex;
  max-width: 550px;
  flex-flow: wrap;
  gap: 20px 8px;
}
.rs_label_input .rs_radio label {
  padding: 10px 12px;
  border: 1px solid var(--bs-blue);
  border-radius: 100px;
  font-size: 14px;
  line-height: 16px;
  color: var(--bs-blue);
  background-color: var(--bs-white);
}
.rs_label_input .rs_radio label svg {
  margin-left: 6px;
}
.rs_label_input .rs_radio input:checked + label, .rs_label_input .rs_radio .active {
  background-color: var(--bs-blue);
  color: var(--bs-white);
  background-image: url("../images/whitetick.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.rs_label_input .rs_radio input:checked + label svg, .rs_label_input .rs_radio .active svg {
  visibility: hidden;
}
.rs_tab_outer .rs_form_control,
.rs_tab_outer .nice-select{
  height: 40px;
}
.rs_tab_outer .nice-select .current {
  top: 0;
}
.rs_dollar_control {
  background-image: url(../images/dollar-icon.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  padding-left: 40px !important;
}
.rs_description p{
  color: #888888;
}
.rs_description .rs_form_field p {
  color: var(--bs-black);
}
.rs_description .rs_form_label {
  margin-bottom: 12px;
}

/* estimate calculator page start */
.rs_estimate_calculator_section {
  background-image: url("../images/calculatorbg.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.rs_estimate_calculator_section .rs_hero_text {
  max-width: 100%;
}
.rs_estimate_calculator_section .rs_hero_text .rs_page_title span {
  padding-bottom: 8px;
  background-size: 100%;
  padding-left: 3px;
}
.rs_step_list {
  margin: 0 auto;
}
.rs_step_list li.active {
  color: var(--bs-blue);
  font-weight: 500;
}
.rs_step_list li span {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--bs-dark-gray);
  color: var(--bs-dark-gray);
  font-weight: bold;
  background-color: var(--bs-white);
  position: relative;
  z-index: 10;
}

.rs_step_list li.active span {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
  color: var(--bs-white);
}
.rs_step_list li:not(:first-child)::before {
  content: "";
  height: 2px;
  border-top: 2px dashed var(--bs-dark-gray);
  position: absolute;
  top: 50%;
  right: 56px;
  width: 112px;
  z-index: -1;
}
.rs_step_list li.active:not(:first-child)::before {
  border-color: var(--bs-blue);
}
.rs_form_label {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 500;
}
.rs_form_control {
  border-radius: 100px;
  border: 2px solid var(--bs-black);
  width: 100%;
  height: 48px;
  padding-inline: 18px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--bs-white);
}
.rs_form_field sup {
  color: var(--bs-primary);
  font-size: 18px;
  top: -2px;
  font-weight: 400;
}
.rs_form_field {
  margin-bottom: 48px !important;
}
.rs_radio input {
  display: none;
}
.rs_radio label img {
  margin-inline: auto;
}
.rs_radio label {
  padding: 24px;
  text-align: center;
  width: 100%;
  display: grid;
  border: 1px solid #000;
  border-radius: 12px;
  gap: 16px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.rs_radio input:checked + label, .rs_radio.active {
  border-color: var(--bs-blue);
  background-image: url("../images/bluetick.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 21px;
  background-color: #F3F6FB;
}



.rs_form_action {
  margin-top: 40px;
}
select.rs_form_control {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 21px center;
}
.rs_form_field .row {
  row-gap: 24px;
}
.rs_form_range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #e5ecf9;
  outline: none;
  border-radius: 40px;
}

.rs_form_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: var(--bs-blue);
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: 0px 2px 5px rgba(20, 25, 26, 0.16);
  border-radius: 100%;
}
.rs_form_range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: var(--bs-blue);
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: 0px 2px 5px rgba(20, 25, 26, 0.16);
  border-radius: 100%;
}
.rs_result_head h3 {
  font-size: 32px;
  line-height: 51px;
}
.rs_result_head p {
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 36px;
  margin-inline: auto;
  padding: 0 50px;
}
.rs_estimate_results_cards {
  gap: 28px;
  grid-template-columns: 1fr 35px 1fr;
  position: relative;
}
.rs_estimate_results_seprator {
  width: 35px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.rs_estimate_results_card {
  padding: 40px;
  border: 2px solid;
  position: relative;
  min-width: 380px;
}
.rs_estimate_results_card.rs_green_card {
  background-color: #F2FCF1;
  border-color: #91E78E;
  margin-left: auto;
}
.rs_estimate_results_card.rs_red_card {
  background-color: #FFF1F3;
  border-color: #FDA4B5;
  margin-right: auto;
}
.rs_full_width {
  max-width: 100%;
}
.rs_save_badge {
  position: absolute;
  top: -19px;
  left: 24px;
  font-size: 16px;
  background-color: green;
  color: #fff;
  border-radius: 40px;
  padding: 7px 15px;
  line-height: 18px;
  border: 2px solid #f2fcf1;
}
.rs_result_tick {
  position: absolute;
  top: 24px;
  right: 24px;
}
.rs_estimate_results_card > img {
  margin-bottom: 46px;
}
.rs_estimate_results_card > h5 {
  margin-bottom: 59px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
}
.rs_estimate_results_card .rs_re_sub_title {
  font-size: 20px;
  line-height: 22px;
}
.rs_estimate_results_card h2 {
  font-size: 88px;
  line-height: 98px;
  margin-bottom: 20px;
  font-weight: 600;
}
.rs_estimate_results_card .rs_calculation {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 50px;
}
.rs_estimate_results_card h3 {
  font-size: 56px;
  margin-bottom: 0;
  font-weight: bold;
}
.rs_estimate_results_card.rs_green_card h3 {
  color: #267421;
}
.rs_estimate_results_card.rs_red_card h3 {
  color: var(--bs-primary);
}
.rs_estimate_results_seprator::before,
.rs_estimate_results_seprator::after {
  content: "";
  height: calc(50% - 16px);
  width: 1px;
  border-right: 1px dashed #d1d1d1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs_estimate_results_seprator::before {
  top: 0;
}
.rs_estimate_results_seprator::after {
  bottom: 0;
}
.rs_result_foot {
  font-size: 20px;
  margin-block: 40px;
  font-weight: bold;
}
.rs_estimate_details_btn {
  position: relative;
}
.rs_estimate_details_btn::before,
.rs_estimate_details_btn::after {
  content: "";
  width: calc(50% - 130px);
  height: 1px;
  border-bottom: 1px dashed #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs_estimate_details_btn::before {
  left: 0;
}
.rs_estimate_details_btn::after {
  right: 0;
}
.rs_estimate_details_btn .btn img {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.rs_estimate_details_table {
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
}

.rs_estimate_details_table li {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  padding: 15px 0;
}
.rs_estimate_details_table li span {
  border-top: 1px dashed #000;
  height: 1px;
}
.showDetailsEstimate img {
  transition: all 0.3s ease-in-out;
}
.showDetailsEstimate.opened img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
/* estimate calculator page end */
.rs_jobs_wrap .rs_page_title{
  margin-bottom: 60px;
}
.rs_meeting_profile{
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.rs_meeting_profile h4{
  padding: 20px 40px;
}

.rs_meeting_container {
   width:850px;
}
.rs_meeting_btn{
  padding-inline: 40px;
}
/* Edit Position */
.rs_edit_jobs .rs_label_input .rs_radio label {
  background-color: #E5ECF9;
}
.rs_calculator_form .rs_radio label img {
  filter: brightness(0);
}
.rs_calculator_form .rs_radio input:checked+label img, .rs_calculator_form .rs_radio.active img {
  filter: brightness(1);
}
/* JOBS - ACTION - PURCHASE / ADD HOURS */
.rs_green_text{
  font-size: 14px;
  line-height: 17px;
  color: #1A9F5B;
}
.rs_inner_card li{
  padding-left: 32px;
}
.rs_inner_card li:before {
  content: '';
  background-image: url("../images/TickIcon.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}
.rs_powered_stripe p{
  color: #6D6D6D;
  line-height: 24px;
}
.rs_active_color {
  color: #E31A4B;
}
.rs_active_color:hover {
    color: #C10F3F;
}
.rs_card_details .rs_radio input:checked + label{
  background-image: url("../images/radio-fill.svg");
  border-color: #326EB6;
}
.rs_card_details .rs_radio input + label{
  background-image: url("../images/radio.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 15px;
  border-color: #d1d1d166;
  font-size: 18px;
  gap: 10px;
  min-width: 380px;
}
.rs_card_details .rs_radio label img {
  margin-inline: inherit;
}
.rs_card_details p span{
  font-size: 14px;
  font-weight: 400;
}
.rs_radio_btn .rs_radio input + label {
  background-position: left;
  font-size: 14px;
  font-weight: 400;
  min-width: auto;
  background-size: 16px;
}
.rs_input .rs_form_control {
  height: 42px;
  font-size: 14px;
}
.rs_sm_text{
  font-size: 10px;
  line-height: 18px;
}
.btn.btn-success, .btn.btn-success:focus{
  border-color: #27C072;
}
.btn.btn-success:hover{
  background-color: #27c0720f;
}
.delete_promo {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.rs_dashbaord .dropdown-item.active,
.rs_dashbaord .dropdown-item.active a,
.rs_dashbaord .dropdown-item.active a svg path {
  background: transparent;
  color: var(--bs-primary) !important;
  stroke: var(--bs-primary);
}
.rs-hov-text {
  color: var(--bs-black);
  text-decoration: none;
}
.rs-hov-text:hover{
 color: var(--bs-link-color);
 text-decoration: underline;
}
.rs_box_wrap .img-wrap {
  margin-bottom: 12px;
}
.rs_box_wrap{
  border: 1px solid;
  padding: 26px 10px;
}

.rs_custom_radio #interested:checked+label {
  background: linear-gradient(180deg, #34D386 0%, #10B96D 100%);
  color: var(--bs-white);
}
.rs_custom_radio #interested+label {
  border-color: #A7F3C7;
  background-color: #ECFDF3;
}
.rs_custom_radio #further_review:checked+label {
  background: linear-gradient(180deg, #888888 0%, #6D6D6D 100%);
  color: var(--bs-white);
}
.rs_custom_radio #further_review+label {
  background-color: #F6F6F6;
  border-color: #D1D1D1;
}
.rs_custom_radio #not_intersted:checked+label {
  background: linear-gradient(180deg, #FD6F87 0%, #F73C61 100%);
  color: var(--bs-white);
}
.rs_custom_radio #not_intersted+label {
  background-color: #FFF1F2;
  border-color: #FFCCD3;
}
.rs_custom_radio .rs_radio label {
  display: block;
}

.rs_textarea_field{
  border-radius: 12px;
  min-height: 220px;
  padding: 16px;
}
.rs_cursor_pointer{
  cursor: pointer;
}
.text-underline-offset {
  text-underline-offset: 5px;
}
.rs_before_none li:before{
  content: none;
}
.fs-base {
  font-size: 24px;
}
/* .rs_no_message {
  padding: 140px 0 100px;
} */
 .rs_card.rs_chat_box {
   height: calc(100vh - 265px);
 }
 .rs_card.rs_chat_list_box {
   height: calc(100vh - 265px);
 }
 .rs_chat_inbox {
   height: calc(100% - 65px);
 }
 .rs_chat_sendbox {
   height: 65px;
 }
 .rs_upload_doc {
   position: relative;
   width: 35px;
   overflow: hidden;
   height: 35px;
 }
 .rs_upload_doc input {
   opacity: 0;
   pointer-events: fill;
 }
.rs_upload_doc svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.rs_chat_list_head{
  height: 70px;
}
.rs_no_chat_list{
  height: calc(100% - 70px);
}
.rs_heading_label {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 5px;
}
.rs_chat_box_head p {
  color: #000000;
  opacity: 0.6;
}
.rs_chat_list_box .rs_chat_box_head p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 145px;
}
.rs_msg_time h6{
  font-size: 10px;
  line-height: 18px;
  opacity: 0.6;
}
.rs_chat_list_box .rs_chat_box_head h4 {
  font-size: 14px;
}
.rs_chat_box_head.active .image-wrap:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 1.5px solid #F4F4F4;
  background-color: #039855;
  display: block;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rs_chat_box_head.active, 
.rs_chat_box_head:hover {
  background-color: #F3F6FC;
  transition: all 200ms ease-in-out;
}
.rs_chat_inbox .rs_chat_box_head {
    background: transparent;
}
.rs_msg_time p{
  font-size: 10px;
}
.rs_chat_box_head .image-wrap {
  max-width: 42px;
}
.rs_chat_box_head .rs_new_msg_label {
  background: var(--bs-primary);
  opacity: 1;
  width: 20px;
  height: 20px;
  color: var(--bs-white);
  font-size: 10px;
}

/* scrollbar style */
.rs_scrollbar .rs_sidebar::-webkit-scrollbar, 
.rs_chat_box_content::-webkit-scrollbar {
  width: 3px;
}

.rs_scrollbar .rs_sidebar::-webkit-scrollbar-button, 
.rs_chat_box_content::-webkit-scrollbar-button {
  background: var(--bs-light-gray);
}

.rs_scrollbar .rs_sidebar::-webkit-scrollbar-track-piece, 
.rs_chat_box_content::-webkit-scrollbar-track-piece {
  background: var(--bs-light-gray);;
}

.rs_scrollbar .rs_sidebar::-webkit-scrollbar-thumb, 
.rs_chat_box_content::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 10px;
}

.outer_rs_receiver,
.outer_rs_sender {
  width: 50%;
  
}
.rs_receiver,
.rs_sender{
  border-radius: 20px;
    padding: 20px;
}
.rs_receiver{
  background-color: var(--bs-light-gray);
  color: var(--bs-black);
  border-color: #F6F6F6;
}
.outer_rs_sender {
  margin-left: auto;
}
.rs_sender{
  background-color: var(--bs-blue);
  color: var(--bs-white);
}
.rs_text_time{
  color: #6D6D6D;
  line-height: 18px;
}

.rs_chat_box_content {
   overflow-y: auto;
   height: calc(100% - 10px);
}

.rs_no_message {
  height: calc(100% - 90px);
  overflow-y: auto;
}
.rs_chat_day p {
  background-color: var(--bs-light-gray);
  border-radius: 6px;
  padding: 2px 8px;
  color: #888888;
}
.rs_chat_day:before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #F6F6F6;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs_employer_table_data td p.rs_user_name .rs_batch {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.rs_badge {
  font-size: 12px;
  padding: 4px 6px;
  margin-left: 4px;
}
.rs_hover_icon td a:hover svg path{
  stroke: var(--bs-body-color);
}
.rs_custom_select {
  min-width: 340px;
}
.rs_custom_select .nice-select.open .list{
  border: 1px solid #D1D1D1 ;
}
.rs_icvoice_text h2{
  font-size: 20px;
  line-height: 27px;
}
.payment_invoice_table th {
  border-bottom: 0;
}
.rs_payment_amount {
  max-width: 240px;
  margin-left: auto;
}
.rs_outer_full_card .rs_card {
  padding: 40px;
}
.rs_chat_list_box .rs_search {
    padding: 20px 16px;
}
.rs_chat_list_box .rs_search input{
  min-width: 100%;
}
.rs_document_file{
  border-radius: 20px;
  color: var(--bs-black);
}
.rs_document_file p{
  font-size: 10px; 
  color: #6D6D6D;
}
.rs_document_file {
    border: 8px solid #326EB6;
}
.tooltip-inner {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 18px;
}
.rs_employer_table_data td a svg {
  outline: none;
}
.rs_payments_invoices .rs_custom_select {
  min-width: 237px;
}
.rs_payment_amount tr td {
  padding-bottom: 16px;
}
.rs_payment_amount tr td:first-child {
  padding-right: 70px;
}

.rs_connect_error {
  background-color: #FFF3CD;
  border: 0;
  border-bottom: 1px solid #FFCE4A;
}
.rs_connect_error p{
  color: #7A300D;
}
.rs_connect_error svg {
  box-shadow: 0px 4px 12px 0px #943A0C14;
  border-radius: 42px;
}
.rs_close_job_modal .modal-dialog {
    max-width: 451px;
}
.rs_close_job_modal p{
  line-height: 22px;
}
.rs_selected_items label {
    padding: 12px 16px;
}
.rs_selected_items label span{
  line-height: 20px;
}
.rs_selected_items .rs_radio input + label {
    background-position: left 15px top 13px;
    background-size: 16px;
    padding-left: 38px;
}
.rs_selected_items .rs_radio input:checked + label {
    background-color: transparent;
    border-color: #d1d1d166;
}
.rs_close_job_modal .modal-body{
  padding-top: 20px;
  padding-bottom: 20px;
}


 /* Recruiter Dashboard */
 .rs_table_data .table .rs_status,
  .rs_table_data .table .rs_status {
    padding-right: 0;
    width: 150px;
}
.rs_left_card{
  min-width: 380px;
}
.rs_row_card h4 {
  font-size: 20px;
  line-height: 27px;
}
.rs_gray_text{
  color: #6D6D6D;
}
.rs_row_card .rs_custom_select {
    min-width: 213px;
}
.rs_row_card .rs_custom_select .nice-select {
    height: 40px;
}

.rs_default_filter .select2 .select2-selection {
    background-image: none !important;
}
.rs-letter-spacing {
    letter-spacing: 1px;
}
.rs_circle_list li{
  position: relative;
  padding-left: 12px;
}
.rs_circle_list li:before{
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 100px;
  position: absolute;
  top: 10px;
}
.rs_list_wrap p, 
.rs_list_wrap li{
  line-height: 28px;
}
.rs-list-check-none li:before{
  background-image: none;
}
.rs_form_w_sm{
  max-width: 440px;
}
.rs_form_w_sm textarea.rs_form_control {
  height: 130px;
}
.border-dashed.border {
  border-style: dashed !important;
}
.rs-uploading-doc{
  min-height: 900px;
  max-width: 745px;
}
.rs-uploading-doc .progress{
  height: 5px;
  min-width: 185px;
}
.rs-uploading-doc .progress .progress-bar{
  background-color: var(--bs-primary);
}
.rs-uploading-doc p{
  color: #1D2939;
  margin-top: 20px;
}
.rs-file-label {
  top: 20px;
  right: 20px;
}
.rs-file-label a {
    padding: 10px;
    border-radius: 5px;
}
.rs_outer_multi_selector .select2-selection.select2-selection--multiple {
    border-radius: 30px !important;
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 8px;
    border-color: var(--bs-black);
}
.rs_outer_multi_selector .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-radius: 30px !important;
}

.rs_outer_multi_selector .select2-selection__choice {
    background-color: #E5ECF9 !important;
    border: 0 !important;
    padding: 2px 20px 2px 10px !important;
    border-radius: 30px !important;
    font-size: 12px;
    text-align: center !important;
    margin: 3px 6px 3px 0 !important;
}
.rs_outer_multi_selector .select2-selection__choice .select2-selection__choice__remove {
    right: 4px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    border: 0;
}
.select2-container--default .select2-selection--multiple:before {
    content: '';
    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;
    position: absolute;
}
.rs_dashbaord ul[aria-multiselectable] li:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #5D5D5D;
    background: transparent;
    left: 14px;
    top: 48%;
}
.rs_dashbaord ul[aria-multiselectable] li {
    padding-left: 40px !important;
}


.rs_dashbaord ul[aria-multiselectable] li.select2-results__option--selected:before {
    background-color: #326EB6;
    border-color: #326EB6;
    background-image: url(../images/white-ticks.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.rs_def_status {
    border: 1px solid #34405433;
    background-color: #FEF3F2;
    color: #B42318;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 500;
}
.rs-custom-border{
  transition: 500ms all ease-in-out;
}
.rs-custom-border:hover {
    border-color: #326EB6 !important;
}
/* Multiselector field */
.rs_outer_multi_selector .select2-container--open .select2-search__field {
    top: 0 !important;
}
.rs_outer_multi_selector .select2-container--focus .select2-search__field {
    top: -9px !important;
    position: relative;
}

.rs_outer_multi_selector .select2-container--open.select2-container--focus .select2-search__field{
  top: -9px !important;
}
[aria-expanded="true"] .select2-search.select2-search--inline {
    top: 9px;
    position: relative;
}


.rs_outer_scrollbar::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 10px;
}

.rs_outer_scrollbar::-webkit-scrollbar-button,
.rs_outer_scrollbar::-webkit-scrollbar-track-piece {
  background: var(--bs-white);
}
.rs_outer_scrollbar::-webkit-scrollbar{
  width: 8px;
}

.rs_onboarding_ticket{
  transition: 600ms ease;
  cursor: pointer;
}
.rs_onboarding_ticket:hover,
.rs_onboarding_ticket.active {
  border-color: #326EB6 !important;
  border-width: 2px;
}
/* .rs_onboarding_ticket h2 {
    font-size: 24px;
    line-height: 28px;
} */
.rs_onboarding_ticket h3 small {
  font-size: 14px;
  font-weight: 500;
  padding-left: 3px;
}


/*-------Payment Flow--------*/

.min-w-100 {
  min-width: 100% !important;
}
.add_card_optin_body .rs_link {
  background-color: #f6f6f6;
}
.add_card_optin_body .rs_link:hover {
  background-color: rgb(252, 239, 239);
}

.rs_active_bar ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  position: relative;
  padding-top: 18px;
}

.rs_active_bar ul span {
  position: relative;
  display: inline-block;
}
.rs_active_bar ul span::before {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #d9d9d9;
  position: absolute;
  top: -20px;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
}
.rs_active_bar ul::before {
  content: "";
  height: 1px;
  width: 50%;
  background-color: #e2e2e2;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.rs_active_bar ul.active_border::before {
  background-color: #6d6d6d;
}
.rs_active_bar ul li span {
  color: #d9d9d9;
}
.rs_active_bar ul li.active span {
  color: #000;
}
.rs_active_bar ul li.active span::before {
  background-color: var(--bs-primary);
}
.rs_billing_form .rs_form_control,
.rs_card_form .rs_form_control {
  height: 40px;
  font-size: 14px;
}
.rs_card_img,
.rs_card_img_csv {
  padding-right: 80px;
  /*background-image: url("../images/visacard.png"); */
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.rs_card_img_csv {
  background-image: url("../images/csv.png");
}
.rs_form_text {
  font-size: 12px;
  line-height: 20px;
}
.type_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.type_grid .rs_radio_outer label {
  height: 40px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #000;
  cursor: pointer;
}

.type_grid .rs_radio_outer input:checked + label {
  border-color: #326eb6;
  background-color: #f3f6fb;
}
