.Ro_dealer_portal_body {
    color: #101010;
}
/* Dealer Portal Request Cards */
.Ro_dealer_portal_request_wrapper {
    margin-top: 40px;
}
.Ro_dealer_portal_card_content {
    height: 100%;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 10px;
}
.Ro_dealer_portal_card_text {
    flex: 1;
}
.Ro_dealer_portal_icon_img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Card Background Colors */
.Ro_dealer_portal_card_blue {
    background-color: #E5EBF5;
}
.Ro_dealer_portal_card_pink {
    background-color: #F5ECF1;
}
.Ro_dealer_portal_card_beige {
    background-color: #F5EDE3;
}
.Ro_dealer_portal_card_green {
    background-color: #DCF1EE;
}
/* Dealer Portal Data Table Styles */
.Ro_dealer_portal_table_header {
    padding: 10px 0px 30px 0px;
}
.Ro_dealer_portal_table_header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.Ro_dealer_portal_table_header_title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #101010;
}
/* Header Right Section Layout */
.Ro_dealer_portal_table_header_right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.Ro_dealer_portal_date_picker {
    display: flex;
    align-items: center;
}
.Ro_dealer_portal_date_picker_container {
    border-radius: 8px;
}
.Ro_dealer_portal_date_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    position: absolute;
    z-index: 99;
    border-radius: 50px !important;
    top: 50%;
    transform: translate(0px, -50%);
    left: 22px;
    cursor: pointer;
}
.Ro_dealer_portal_date_icon svg {
    width: 12px;
    height: 12px;
}
.Ro_dealer_portal_date_input {
    font-size: 14px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
    padding: 12px 0px 12px 32px;
    text-align: center;
    border-radius: 8px !important;
    cursor: pointer;
}
.Ro_dealer_portal_date_input:focus {
    box-shadow: none !important;
    border: 1px solid rgba(173, 181, 189, 0.29) !important;
    background-color: #ffffff !important;
}
.Ro_dealer_portal_request_list_wrapper {
    padding-bottom: 50px;
}
.Ro_dealer_portal_table_section {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.Ro_dealer_portal_table_section .Ro_dealer_portal_table_header {
    padding: 30px 30px 20px 30px;
}
.Ro_dealer_portal_table_title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #101010;
}
.Ro_dealer_portal_table_container {
    overflow-x: auto;
}
.Ro_dealer_portal_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.Ro_dealer_portal_table_head {
    background: #ffffff;
}
.Ro_dealer_portal_table_header_row {
    border-bottom: 1px solid #F1F2F4;
}
.Ro_dealer_portal_table_header_cell {
    padding: 16px 30px !important;
    text-align: left !important;
    font-weight: 500;
    color: #8C9199 !important;
    font-size: 14px;
    border: none;
    white-space: nowrap;
}
.Ro_table_data_cell {
    padding: 15px 20px !important;
    border-bottom: 0 !important;
    font-size: 14px;
    color: #101010 !important;
    vertical-align: middle;
}
.Ro_dealer_portal_header_content {
    display: flex;
    align-items: center;
    gap: 4px;
}
.Ro_dealer_portal_header_text {
    font-size: 14px;
    font-weight: 500;
    color: #8C9199;
}
.Ro_dealer_portal_sort_icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.Ro_dealer_portal_table_body {
    background: #ffffff;
}
.Ro_dealer_portal_table_row {
    border-bottom: 1px solid #F1F2F4;
    transition: background-color 0.2s ease;
}
.Ro_dealer_portal_table_row:last-child {
    border-bottom: none;
}
/* Status Badges */
.Ro_dealer_portal_status_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid transparent;
}
.Ro_dealer_portal_badge_blue {
    background-color: rgba(83, 116, 227, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(83, 116, 227, 0.2) !important;
}
.Ro_dealer_portal_badge_pink {
    background-color: rgba(236, 72, 153, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(236, 72, 153, 0.2) !important;
}

.Ro_dealer_portal_badge_beige {
    background-color: rgba(217, 119, 6, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(217, 119, 6, 0.2) !important;
}

.Ro_dealer_portal_badge_green {
    background-color: rgba(34, 197, 94, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(34, 197, 94, 0.2) !important;
}

.Ro_dealer_portal_badge_new {
    background-color: rgba(122, 156, 243, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(122, 156, 243, 0.2) !important;
}

.Ro_dealer_portal_badge_pending {
    background-color: rgba(245, 158, 11, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(245, 158, 11, 0.2) !important;
}

.Ro_dealer_portal_badge_completed {
    background-color: rgba(34, 197, 94, 0.15) !important;
    color: #303030 !important;
    border-color: rgba(34, 197, 94, 0.2) !important;
}


.Ro_dealer_portal_badge_icon {
    width: 16px;
    height: 16px;
    background-color: #7A9CF3;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.Ro_dealer_portal_badge_pending .Ro_dealer_portal_badge_icon {
    background-color: #F0C38E;
}
.Ro_dealer_portal_badge_completed .Ro_dealer_portal_badge_icon {
    background-color: #61DDBB;
}
/* Action Buttons */
.Ro_dealer_portal_actions {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
.Ro_dealer_portal_table_header_action {
    text-align: right !important;
}
.Ro_dealer_portal_action_btn {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    padding: 0;
    font-size: 18px;
    color: #CCCCCC;
}
.Ro_dealer_portal_delete_btn {
    background-color: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    border-radius: 50px;
    font-size: 12px;
    height: 30px;
    width: 30px;
    color: #000;
    transition: all 0.2s ease;
}
.Ro_dealer_portal_delete_btn:hover {
    background-color: #FFF1F1;
    border: 1px solid #F24F4D;
    color: #F24F4D;
}
.Ro_dealer_portal_edit_btn {
    background-color: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    border-radius: 50px;
    font-size: 12px;
    height: 30px;
    width: 30px;
    color: #000;
    transition: all 0.2s ease;
}
.Ro_dealer_portal_edit_btn:hover {
    background-color: #ffffff;
    border: 1px solid #40BCAD;
    color: #40BCAD;
}
/* DataTable Header Styling */
.table-header-top {
    display: none;
}
.table-footer-bottom {
    display: none;
}
/* DataTable Sorting Icons */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    display: none;
    font-size: 8px !important;
    color: #8C9099 !important;
    opacity: 1 !important;
}

/* Remove sort icons from first th element */
table.dataTable thead th:first-child.sorting:before,
table.dataTable thead th:first-child.sorting_asc:before,
table.dataTable thead th:first-child.sorting_desc:before,
table.dataTable thead th:first-child.sorting:after,
table.dataTable thead th:first-child.sorting_asc:after,
table.dataTable thead th:first-child.sorting_desc:after {
    display: none !important;
}
table.dataTable thead th:first-child {
    cursor: default !important;
}
table.dataTable thead .sorting:after {
    top: 50% !important;
}
table.dataTable thead .sorting:before {
    bottom: 50% !important;
}
/* Remove default DataTables styling */
table.dataTable {
    border-collapse: collapse !important;
    margin: 0;
    width: 100% !important;
}
table.dataTable>tbody>tr {
    border-bottom: 1px solid #f1f2f4;
}
table.dataTable>tbody>tr:last-child {
    border: 0;
}
/* Vehicle Price Request Styles */
.Ro_vehicle_price_request_wrapper {
    margin-top: 30px;
}
.Ro_vehicle_image {
    width: 241px;
    height: 155px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}
.Ro_vehicle_details_section {
    margin-top: 30px;
}
.Ro_vehicle_details_title {
    margin: 0 0 20px 0 !important;
}
.Ro_vehicle_details_content {
    width: 100%;
}
.Ro_vehicle_detail_item {
    margin-bottom: 15px;
}
.Ro_vehicle_color_preference {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.Ro_vehicle_color_preference .Ro_vehicle_detail_value {
    margin: 0;
    font-size: 16px;
    color: #1D1D1D;
}
/* Vehicle Price Request Left Content Styles */
.Ro_vehicle_price_request_left_header {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}
.Ro_vehicle_title_content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}
.Ro_vehicle_title {
    font-size: 24px;
    font-weight: 600;
    color: #101010;
    margin: 0;
    line-height: 1.2;
}
.Ro_vehicle_badge_container {
    display: flex;
    align-items: center;
}
.Ro_vehicle_menu_button {
    position: absolute;
    right: 0;
    top: 0;
}
.Ro_vehicle_menu_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.Ro_vehicle_menu_btn:hover {
    background-color: #E5E5E5;
}
.Ro_vehicle_menu_btn i {
    color: #1D1D1D;
    font-size: 12px;
}
.Ro_vehicle_date_info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Ro_vehicle_date_label {
    color: #8C9199 !important;
}
/* Approval Process Styles */
.Ro_vehicle_approval_section {
    margin-top: 20px;
}
.Ro_vehicle_approval_title {
    color: #8C9099 !important;
    font-weight: 500 !important;
}
.Ro_vehicle_approval_steps {
    display: flex;
    align-items: center;
}
.Ro_vehicle_approval_step {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #F0F0F0;
    font-size: 12px;
    font-weight: 500;
    color: #303030;
    background-color: #F0F0F0;
    position: relative;
    white-space: nowrap;
}
.Ro_vehicle_approval_step:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.Ro_vehicle_approval_step:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.Ro_vehicle_step_active {
    background-color: rgba(140, 145, 153, 0.2);
    border-color: rgba(140, 145, 153, 0.15);
    color: #303030;
}
.Ro_vehicle_step_locked {
    background-color: rgba(240, 240, 240, 0.6);
    border-color: #F0F0F0;
}
.Ro_vehicle_step_icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_vehicle_step_icon i {
    color: #000000;
    font-size: 8px;
}
.Ro_vehicle_step_text {
    font-size: 13px;
    font-weight: 600;
    color: #303030;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* Dealer Confirmation Right Section Styles */
.Ro_dealer_confirmation_wrapper {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.Ro_dealer_form_section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.Ro_dealer_form_field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.Ro_dealer_form_label {
    font-size: 11px;
    font-weight: 500;
    color: #abaaaa;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 15px;
}
.Ro_dealer_form_input, 
.Ro_dealer_form_textarea {
    padding: 25px 15px 8px 15px;
    border: 1px solid rgba(95, 100, 110, 0.29);
    border-radius: 8px;
    font-size: 16px;
    color: #303030;
    outline: none;
    background-color: transparent;
    transition: border-color 0.2s ease;
    position: relative;
}
.Ro_dealer_form_input:focus,
.Ro_dealer_form_textarea:focus {
    border-color: #000000;
}
.Ro_dealer_form_input::placeholder,
.Ro_dealer_form_textarea::placeholder {
    color: #000000;
}
.Ro_dealer_form_textarea {
    resize: vertical;
    min-height: 88px;
    font-family: inherit;
}
/* Test Drive Section */
.Ro_test_drive_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0px;
}
.Ro_test_drive_title {
    font-weight: bold !important;
    text-align: center;
}
.Ro_test_drive_options {
    display: flex;
    gap: 10px;
}
.Ro_test_drive_option {
    flex: 1;
}
.Ro_test_drive_option_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid rgba(95, 100, 110, 0.29);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.Ro_test_drive_selected {
    border-color: #000000;
}
.Ro_test_drive_radio {
    display: none;
}
.Ro_test_drive_text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.Ro_test_drive_checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
}
.Ro_test_drive_option_label:not(.Ro_test_drive_selected) .Ro_test_drive_checkbox {
    background-color: transparent;
    border-color: rgba(95, 100, 110, 0.29);
    box-shadow: none;
}
.Ro_test_drive_checkbox i {
    color: #F8F8F8;
    font-size: 10px;
}
.Ro_test_drive_option_label:not(.Ro_test_drive_selected) .Ro_test_drive_checkbox i {
    display: none;
}
/* Submit Button */
.Ro_dealer_submit_section {
    margin-top: auto;
}
/* Date and Time Picker Styles */
.Ro_date_time_picker_wrapper {
    display: flex;
    gap: 10px;
}
.Ro_date_picker_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: none;
    transform: translate(0px, -50%);
}
.Ro_date_time_picker_wrapper .Ro_dealer_form_field {
    width: 50%;
}
.Ro_date_picker_icon i {
    color: #CCCCCC;
    font-size: 16px;
}
.Ro_vehicle_step_active.pending {
    background-color: rgba(245, 158, 11, 0.15);
    color: #303030;
    border-color: rgba(245, 158, 11, 0.2);
}
.Ro_vehicle_step_active.completed {
    background-color: #40BCAD;
    color: #fff;
    border-color: #40BCAD;
}
.Ro_dealer_submit_btn_icon {
    font-size: 30px;
}
.Ro_dealer_portal_badge_icon.completed {
    background-color: #fff;
    color: #40BCAD;
}
.Ro_vehicle_step_active.completed .Ro_vehicle_step_text {
    color: #fff;
}
.Ro_dealer_form_value {
    margin: 0;
    padding: 30px 0px 10px 0px;
    border-bottom: 1px solid #dfdcdc;
}
.Ro_order_bottom_section_right .Ro_dealer_form_label {
    left: 0;
}
.Ro_dealer_form_value.Ro_dealer_form_value_notes {
    border-bottom: 0;
}
.Ro_date_time_picker_wrapper .Ro_dealer_form_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.Ro_dealer_booking_header {
    position: relative;
}
.Ro_dealer_booking_header_right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}
.Ro_order_bottom_section {
    margin-top: 50px;
}
.Ro_order_bottom_section_right_content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.Ro_order_bottom_content {
    width: 50%;
}
.Ro_order_bottom_section_right .Ro_dealer_confirmation_title {
    text-align: left;
}
.Ro_vehicle_content_section_right .Ro_dealer_form_label {
    left: 0;
}
/* Custom Calendar Dropdown - Figma Design */
.Ro_custom_calendar_wrapper {
    position: relative;
    display: inline-block;
}
.Ro_custom_calendar_trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid rgba(151, 160, 174, 0.29);
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
}
.Ro_custom_calendar_trigger:hover {
    border-color: rgba(151, 160, 174, 0.5);
}
.calendar-icon {
    color: #000000;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_custom_calendar_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 300px;
    height: 315px;
    background: #ffffff;
    border: 1px solid rgba(151, 160, 174, 0.29);
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px;
    box-sizing: border-box;
}
.Ro_custom_calendar_dropdown.show {
    display: block;
}
/* Calendar Header */
.Ro_calendar_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    height: 15px;
}
.Ro_calendar_nav_arrow {
    width: 8px;
    height: 8px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}
.Ro_calendar_nav_arrow:hover {
    opacity: 0.8;
}
.Ro_calendar_nav_arrow.prev::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1.5px solid #303030;
    border-top: 1.5px solid #303030;
    transform: rotate(-45deg);
}
.Ro_calendar_nav_arrow.next::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #303030;
    border-top: 1.5px solid #303030;
    transform: rotate(45deg);
}
.Ro_calendar_month_year {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
/* Calendar Days Header */
.Ro_calendar_days_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 30px;
}
.Ro_calendar_day_header {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(140, 144, 153, 1);
}
/* Calendar Grid */
.Ro_calendar_grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Ro_calendar_week {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.Ro_calendar_day {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
}
.Ro_calendar_day:hover:not(.selected):not(.disabled):not(.other-month) {
    background-color: rgba(48, 48, 48, 0.1);
}
.Ro_calendar_day.selected {
    background-color: #303030;
    color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.Ro_calendar_day.other-month {
    color: rgba(140, 144, 153, 1);
}
.Ro_calendar_day.disabled {
    color: rgba(140, 144, 153, 1);
    cursor: not-allowed;
}
.Ro_calendar_day.today:not(.selected) {
    border: 1px solid #303030;
    font-weight: 500;
}
/* Hide default datepicker when custom calendar is active */
.Ro_dealer_portal_date_picker.custom-calendar .Ro_dealer_portal_date_picker_container {
    display: none;
}
.Ro_dealer_portal_list_view_header {
    padding: 0;
}
/* View Type Wrapper */
.Ro_view_type_wrapper {
    position: relative;
    display: inline-block;
}
.Ro_view_type_dropdown {
    position: relative;
}
.Ro_view_type_trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid rgba(151, 160, 174, 0.29);
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
}
.Ro_view_type_trigger:hover {
    border-color: rgba(151, 160, 174, 0.5);
}
.Ro_view_type_content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Ro_view_type_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_view_icon_circle {
    width: 24px;
    height: 24px;
    background: #F0F0F0;
    border: 1px solid rgba(173, 181, 189, 0.29);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Ro_view_icon_circle i {
    font-size: 12px;
    color: #000000;
}
.Ro_view_type_text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
}
.Ro_view_type_arrow {
    color: rgba(48, 48, 48, 0.5);
    font-size: 12px;
    transition: transform 0.2s ease;
}
.Ro_view_type_trigger.open .Ro_view_type_arrow {
    transform: rotate(180deg);
}
/* Dropdown Menu */
.Ro_view_type_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #ffffff;
    border: 1px solid rgba(151, 160, 174, 0.29);
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    overflow: hidden;
}
.Ro_view_type_dropdown_menu.show {
    display: block;
}
.Ro_view_type_option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid rgba(151, 160, 174, 0.1);
}
.Ro_view_type_option:last-child {
    border-bottom: none;
}
.Ro_view_type_option:hover {
    background-color: rgba(151, 160, 174, 0.05);
}
.Ro_view_type_option.active {
    background-color: rgba(48, 48, 48, 0.05);
}
.Ro_view_type_option.active .Ro_view_type_text {
    font-weight: 500;
}
/* View Sections */
.Ro_dealer_portal_list_view_wrapper {
    display: block;
}
.Ro_dealer_portal_list_view_wrapper.hidden {
    display: none;
}
/* Search Type Wrapper */
.Ro_search_type_wrapper {
    display: inline-block;
}
.Ro_search_input_container {
    position: relative;
    display: flex;
    align-items: center;
}
.Ro_search_icon {
    position: absolute;
    left: 12px;
    z-index: 2;
    color: #8C9099;
    font-size: 14px;
    pointer-events: none;
}
.Ro_search_input {
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 35px;
    background: #ffffff;
    border: 1px solid rgba(151, 160, 174, 0.29);
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
}
.Ro_search_input:focus {
    outline: none;
    border-color: rgba(151, 160, 174, 0.5);
    box-shadow: 0 0 0 3px rgba(151, 160, 174, 0.1);
}
.Ro_search_input::placeholder {
    color: #8C9099;
    font-size: 14px;
}
/* Board View Styles */
.Ro_board_view_container {
    padding-bottom: 20px;
}
.Ro_board_columns {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.Ro_board_column {
    flex: 1;
    padding: 0;
}
.Ro_board_column_header {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 5px;
    background-color: #f8f9fa;
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 15px 50%);
}
.Ro_board_column_title {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    margin: 0;
}
.Ro_board_column_count {
    background: #ffffff;
    color: #495057;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #d4d8dc;
}
.Ro_board_column_content {
    padding: 10px;
    border-radius: 12px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.active_vehicle_price {
    background: #E5EAFB;
}
.active_test_drive {
    background: #F4EBF0;
}
.active_purchase_order {
    background: #F5EDE3;
}
.active_delivered {
    background: #DCF1EE;
}
/* Board Card Styles */
.Ro_board_card {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 10px;
}
.Ro_board_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.Ro_board_card_date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #6c757d;
}
.Ro_board_card_date i {
    font-size: 10px;
}
.Ro_board_card_actions {
    display: flex;
    gap: 8px;
    align-items: center;
}
.Ro_board_card_action_btn {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    font-size: 14px;
}
.Ro_board_card_action_btn_trash {
    width: 24px;
    height: 24px;
    background-color: #e8e9eb;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdddf;
    font-size: 12px;
}
.Ro_board_card_content {
    margin-top: 8px;
}
.Ro_board_card_title_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    gap: 10px;
}
.Ro_board_card_title {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0;
}
.Ro_board_card_id {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 10px;
}
.Ro_board_card_process_title {
    font-size: 12px;
    color: #6c757d;
    margin: 0 0 8px 0;
    font-weight: 500;
}
.Ro_board_card_tabs {
    display: flex;
    border-radius: 0;
    border: none;
    gap: 0;
    width: 100%;
}
.Ro_board_card_tab {
    padding: 4px 3px;
    text-align: center;
    font-size: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    flex: 1;
    gap: 3px;
}
.Ro_board_card_tab:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.Ro_board_card_tab:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.Ro_board_card_tab.active {
    background: rgba(140, 144, 153, 0.2);
    border: 1px solid rgba(140, 144, 153, 0.15);
    color: #000000;
    font-weight: bold;
}
.Ro_board_card_tab.completed {
    font-weight: bold;
    color: #000000 !important;
}
.Ro_board_card_title_section .Ro_dealer_portal_status_badge {
    padding: 3px 10px !important;
    font-size: 10px !important;
}
.Ro_board_card_title_section  .Ro_dealer_portal_badge_icon {
    width: 12px;
    height: 12px;
    font-size: 6px;
}
.Ro_board_card_tab:not(.active) {
    background: rgba(240, 240, 240, 0.6);
    border: 1px solid #F0F0F0;
    color: rgba(140, 144, 153, 1);
}
/* Empty State Styles */
.Ro_board_empty_state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 20px;
    background-color: #EAEAEA;
    border-radius: 10px;
}
.Ro_board_empty_icon {
    margin-bottom: 16px;
    color: #adb5bd;
    font-size: 32px;
}
.Ro_board_empty_text {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
.Ro_board_card_tab .Ro_dealer_portal_badge_icon {
    width: 10px;
    height: 10px;
    background-color: #7A9CF3;
    font-size: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.Ro_board_card_tab.completed .Ro_dealer_portal_badge_icon {
    background-color: #00B87C; 
}
.Ro_board_card_tab.active.Procesing {
    background-color: #fdf0de;
    border-color: #fddfb9;
}
.Ro_board_card_tab.active.Procesing .Ro_dealer_portal_badge_icon {
    background-color: #f0c48f;
}
.Ro_board_card_tab.order_request_completed {
    background-color: #40BCAD;
    color: #fff;
    font-weight: bold;
}
.Ro_board_card_tab.order_request_completed .Ro_dealer_portal_badge_icon {
    background-color: #fff;
    color: #40BCAD;
}
/* Board View Visibility */
.Ro_dealer_portal_bord_view_wrapper {
    display: none;
}
.Ro_dealer_portal_bord_view_wrapper.show {
    display: block;
}
.Ro_board_column_header_first {
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0px 50%);
}
.Ro_board_column_header_last {
    clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 50%, calc(100% - 0px) 100%, 0 100%, 15px 50%);
}
/* Concierge Header Wrapper */
.Ro_concierge_header_wrapper {
    padding: 30px 0;
}
.Ro_concierge_header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
/* Legend Section */
.Ro_concierge_legend_section {
    display: flex;
    align-items: center;
    gap: 30px;
}
.Ro_concierge_legend_item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.Ro_concierge_legend_indicator {
    width: 13px;
    height: 13px;
    border-radius: 2px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.Ro_legend_leads_in {
    background-color: rgb(142, 152, 240);
    box-shadow: 0 4px 4px rgba(142, 152, 240, 0.25);
}
.Ro_legend_vehicle_price {
    background-color: rgb(240, 230, 142);
    box-shadow: 0 4px 4px rgba(240, 230, 142, 0.25);
}
.Ro_legend_test_drive {
    background-color: rgb(255, 119, 160);
    box-shadow: 0 4px 4px rgba(255, 119, 160, 0.25);
}
.Ro_legend_orders {
    background-color: rgb(142, 240, 199);
    box-shadow: 0 4px 4px rgba(142, 240, 199, 0.25);
}
.Ro_legend_deliveries {
    background-color: rgb(142, 216, 240);
    box-shadow: 0 4px 4px rgba(142, 216, 240, 0.25);
}
.Ro_concierge_legend_text {
    color: rgba(140, 144, 153, 1) !important;
}
/* Date Range Section */
.Ro_concierge_date_range_section {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Ro_concierge_date_picker_wrapper {
    display: inline-block;
}
.Ro_concierge_date_separator {
    font-size: 14px;
    font-weight: 400;
    color: rgba(140, 144, 153, 1);
    line-height: 17px;
}
/* Concierge Graph/Chart Styles */
.Ro_concierge_graph_wrapper {
    margin-top: 20px;
}
.Ro_concierge_chart_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* Chart Area */
.Ro_chart_area {
    display: flex;
    position: relative;
    height: 298px;
    margin-bottom: 20px;
}
/* Y-Axis Labels */
.Ro_chart_y_axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 267px;
    margin-right: 10px;
    padding-top: 15px;
}
.Ro_y_axis_label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(140, 144, 153, 1);
    text-align: right;
    line-height: 15px;
}
/* Chart Content */
.Ro_chart_content {
    flex: 1;
    position: relative;
    height: 267px;
    background: transparent;
    overflow: hidden;
}
/* Grid Lines */
.Ro_chart_grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.Ro_grid_line_vertical {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(200, 200, 200, 0.3);
    opacity: 1;
}
.Ro_grid_line_horizontal {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.3);
}
/* Bar Chart */
.Ro_chart_bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eeeeee;
}
.Ro_chart_bar {
    position: absolute;
    bottom: 0;
    width: 80px;
    transform: translateX(-50%);
}
.Ro_bar_fill {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(142, 152, 240, 0.4) 0%, rgba(142, 152, 240, 0.1) 50%, rgba(142, 152, 240, 0) 100%);
    border-radius: 0;
}
/* Line Charts */
.Ro_chart_lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Data Point */
.Ro_chart_data_point {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.Ro_data_point_outer {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(86, 95, 178, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.Ro_data_point_inner {
    width: 8px;
    height: 8px;
    background: rgb(86, 95, 178);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* X-Axis Labels */
.Ro_chart_x_axis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    padding: 0 20px;
}
.Ro_x_axis_label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(140, 144, 153, 1);
    line-height: 15px;
    text-align: center;
    flex: 1;
}
.Ro_x_axis_label.highlighted {
    font-weight: 600;
    color: rgb(86, 95, 178);
}
/* Line Styling */
.Ro_chart_line_svg path {
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}
.Ro_chart_line_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}
/* Concierge Table Header Styles */
.Ro_concierge_table_header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    padding: 0;
}
.Ro_concierge_table_header_left {
    display: flex;
    align-items: center;
}
.Ro_concierge_table_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #101010;
    margin: 0;
}
.Ro_concierge_table_header_right {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Search Input Styles */
.Ro_concierge_search_wrapper {
    width: 282px;
    height: 45px;
}
.Ro_concierge_search_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(173, 183, 194, 0.29);
    border-radius: 8px;
    padding: 0 15px;
    gap: 6px;
}
.Ro_concierge_search_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f2f2f;
    font-size: 13px;
}
.Ro_concierge_search_input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #000000;
    padding: 0;
}
.Ro_concierge_search_input::placeholder {
    color: #656565;
    font-size: 16px;
}
/* Filter Button Styles */
.Ro_concierge_filter_wrapper {
    width: 111px;
    height: 45px;
}
.Ro_concierge_filter_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(173, 183, 194, 0.29);
    border-radius: 8px;
    padding: 0 15px;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.Ro_concierge_filter_btn:hover {
    background: #f8f9fa;
    border-color: rgba(173, 183, 194, 0.5);
}
.Ro_concierge_filter_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f0f0f0;
    border: 1px solid rgba(173, 183, 194, 0.29);
    border-radius: 50%;
    color: #000000;
    font-size: 11px;
}
.Ro_concierge_filter_text {
    font-size: 16px;
    font-weight: 400;
    color: #656565;
}
/* Add Button Styles */
.Ro_concierge_add_wrapper {
    width: 111px;
    height: 45px;
}
.Ro_concierge_add_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f2f2f;
    border: none;
    border-radius: 8px;
    padding: 0 15px;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.Ro_concierge_add_btn:hover {
    background: #3f3f3f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(47, 47, 47, 0.2);
}
.Ro_concierge_add_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
}
.Ro_concierge_add_text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
/* Modal Styles */
.Ro_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}
.Ro_modal_overlay.active {
    display: flex;
}
.Ro_modal_container {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
    margin: 0 auto;
    padding: 25px;
    max-width: 1200px;
    width: 95%;
}
.Ro_modal_content_area {
    width: 100%;
}
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
/* Modal Header */
.Ro_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Ro_modal_close {
    background-color: transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}
.Ro_modal_close:hover {
    color: #666666;
}
/* Modal Main Content */
.Ro_modal_main_content {
    display: flex;
    gap: 30px;
}
/* Progress Sidebar */
.Ro_modal_progress_sidebar {
    width: 140px;
    height: 106px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px 20px;
    box-sizing: border-box;
}
.Ro_progress_container {
    position: relative;
    width: 99px;
    height: 63px;
}
.Ro_progress_step_item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.Ro_progress_step_item[data-step="details"] {
    top: 0;
    left: 0;
}
.Ro_progress_step_item[data-step="fleet"] {
    bottom: 0px;
    left: 0px;
}
.Ro_progress_step_circle_small {
    width: 17px;
    height: 17px;
    background: #2f2f2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Ro_progress_step_circle_large {
    width: 17px;
    height: 17px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Ro_progress_step_inner {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}
.Ro_progress_step_inner_large {
    width: 6px;
    height: 6px;
    background: #d3d4d7;
    border-radius: 50%;
}
.Ro_form_actions {
    display: flex;
    gap: 5px;
}
/* Completed Step Styles */
.Ro_progress_step_item.completed .Ro_progress_step_inner {
    display: none;
}
.Ro_progress_step_item.completed .Ro_progress_step_circle_small:before {
    content: '\f00c';
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
}
.Ro_progress_step_item.active .Ro_progress_step_circle_large {
    background: #2f2f2f;
}
.Ro_progress_step_item.active .Ro_progress_step_inner_large {
    background: #ffffff;
}
.Ro_progress_connecting_line {
    position: absolute;
    left: 8px;
    top: 18px;
    width: 1px;
    height: 30px;
    border: 1px dashed;
}
.Ro_progress_step_label {
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 19px;
}
.Ro_progress_step_item[data-step="fleet"] .Ro_progress_step_label {
    color: #8c909a;
}
.Ro_progress_step_item.active .Ro_progress_step_label {
    color: #2f2f2f;
    font-weight: bold;
}
.Ro_progress_step_item.completed .Ro_progress_step_label {
    color: #2f2f2f;
}
/* Modal Content Area */
.Ro_modal_step_content {
    display: none !important;
    flex-direction: column;
    height: 100%;
}
.Ro_modal_step_content.active {
    display: flex !important;
}
.Ro_modal_form {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 15px;
}
.Ro_form_row {
    display: flex;
    gap: 15px;
}
.Ro_customer_form_group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.Ro_form_group.full-width {
    width: 100%;
}
.Ro_customer_form_label {
    font-size: 12px;
    font-weight: 400;
    color: #b7b7b7;
    margin: 0;
    line-height: 14px;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 12px;
}
.Ro_customer_form_input {
    padding: 30px 15px 8px 15px;
    border: 1px solid rgba(151, 160, 175, 0.29);
    border-radius: 8px;
    font-size: 16px;
    color: #2f2f2f;
    transition: all 0.3s ease;
    box-sizing: border-box;
    line-height: normal;
}
 /* Custom dropdown arrow for select elements */
select.Ro_customer_form_input {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.Ro_customer_form_input:focus {
    border-color: #2f2f2f;
    box-shadow: none;
    outline: none;
}
.Ro_customer_form_input::placeholder {
    color: #2f2f2f;
    font-size: 16px;
}
.Ro_modal_btn {
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 170px;
    height: 52px;
}
.Ro_modal_btn_secondary {
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #2f2f2f;
}
.Ro_modal_btn_primary {
    background: #2f2f2f;
    border: none;
    color: #ffffff;
}
.Ro_modal_btn_primary a {
    color: #fff;
}
.Ro_modal_btn_secondary a {
    color: #2f2f2f;
}
.Ro_dealer_portal_leads_in_container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.Ro_dealer_portal_leads_in_icon {
    display: flex;
}
.Ro_dealer_portal_leads_in_icon img {
    margin-left: -15px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 30px;
}
.Ro_dealer_portal_leads_in_icon img:first-child {
    margin-left: 0px;
}
.Ro_concierge_order_header_right_button {
    display: flex;
    align-items: center;
    gap: 9px;
}
.Ro_concierge_order_header_wrapper {
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 30px 40px;
    margin: 40px 0px;
}
.Ro_concierge_order_header_row {
    margin-top: 30px;
}
.Ro_dealer_form_value.border-bottom-none {
    border-bottom: 0;
}
.Ro_concierge_order_header_wrapper .Ro_dealer_form_label {
    left: 0px;
}
.Ro_concierge_order_header_left_form {
    padding-right: 80px;
    border-right: 1px solid #dfdcdc;
    margin-right: 60px;
}
.Ro_concierge_order_header_left_form .Ro_dealer_form_label {
    left: 0;
}
.Ro_order_bottom_section_right_content .Ro_dealer_form_label {
    left: 0;
}
.concierge_order_btn {
    width: 100px;
    padding: 0;
    height: 30px;
    font-size: 12px;
    line-height: normal;
    border-radius: 8px;
    font-weight: bold;
}
.disabled {
    cursor: not-allowed !important;
    opacity: 0.3;
}
.Ro_dealer_details_top_wrapper {
    margin-bottom: 20px;
}
.Ro_vehicle_details_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.Ro_order_btn_secondary_download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
    padding: 14px 40px;
    border-radius: 8px;
    border-color: #000;
    color: #000;
    font-weight: bold;
}
.Ro_order_customer_right_content {
    min-height: 478px;
}
.finance_filter_text {
    font-size: 14px;
}
.dealer_finance_step_header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 0px;
}
.dealer_finance_step_header_bottom {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dealer_finance_step_title {
    margin: 0;
    font-size: 12px;
}
.Ro_board_card_action_btn_quote_title {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.Ro_board_card_action_btn_quote {
    height: 25px;
}
.Ro_test_drive_request_btn {
    margin-top: 30px;
}







.Ro_vehicle_detail_request_item {
    border-bottom: 1px solid rgb(140 145 153 / 30%);
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
/* .Ro_vehicle_detail_request_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
} */
.Ro_vehicle_detail_request_label {
    color: #303030;
    font-weight: bold;
    width: 30%;
}
.Ro_vehicle_detail_request_value {
    width: 70%;
}
.Ro_vehicle_detail_request_value {
    font-size: 16px;
    font-weight: 400;
    color: #6d6d6d;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.Ro_vehicle_detail_request_item_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.Ro_vehicle_detail_request_item_buttons button {
    width: auto;
    height: 55px;
    padding-inline: 15px;
}
.Ro_dealer_quote_upload_section {
    margin-top: 30px;
}
.Ro_drag_drop_area {
    border: 1px dashed #000000;
    border-radius: 8px;
    padding: 20px 30px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.Ro_drag_drop_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.Ro_drag_drop_text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.color_gray {
    color: #97A0AE;
}
.Ro_file_input {
    display: none;
}
.Ro_upload_button {
    background-color: #303030;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 135px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_upload_progress_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.Ro_upload_progress_bar {
    width: 100%;
    margin-bottom: 10px;
}
.Ro_upload_progress_track {
    width: calc(100% - 11px);
    height: 3px;
    background-color: #e7e9ec;
    border-radius: 100px;
    position: relative;
    margin-left: 11px;
}
.Ro_upload_progress_fill {
    height: 100%;
    background-color: #303030;
    border-radius: 100px;
    transition: width 0.3s ease;
}
.Ro_upload_progress_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.Ro_file_size, .Ro_upload_percentage {
    font-size: 14px;
    font-weight: 400;
    color: #97a0ae;
    line-height: 19px;
}
.Ro_file_actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}
.Ro_file_action_button {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.Ro_file_action_button i {
    font-size: 12px;
    color: #000000;
}
.Ro_delete_button i {
    color: #f24f4d;
}
.Ro_must_have_checkbox {
    cursor: pointer;
    background-color: transparent !important;
    border: 1px solid rgba(95, 100, 110, 0.29) !important;
    width: 18px;
    height: 17px;
}
.Ro_must_have_checkbox:checked {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}
.form-check-input:focus {
    border-color: none;
    box-shadow: none;
}
.Ro_terms_tick_section {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.Ro_terms_tick_section .Ro_must_have_checkbox {
    width: 45px;
    height: 17px;
}
.Ro_terms_content ul {
    padding-left: 15px;
}
.Ro_terms_content ul li {
    color: #5d5d5d;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 22px;
}
.Ro_terms_content ul li:last-child {
    margin-bottom: 0;
}