body {
    background: #fdfdfd;
    font-family: 'Poppins', sans-serif;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

main {
    margin: 90px 0px;
}

.top-navigation {
    margin: 0px;
    padding: 0px;
}

.top-navigation li {
    list-style: none;
    display: inline;
}

.main_header {
    padding: 25px 0px;
    background: #fdfdfd;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.main_header_welcome {
    padding: 15px 0px;
    background: #f9f9f9;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    box-shadow: 2px 2px 5px #0000004d;
}

.top_message {
    text-decoration: none;
    color: #dd253a;
    font-size: 18px;
    font-weight: 500;
}

.top_message i {
    font-size: 22px;
    color: #10d200;
}

.main_header_welcome::before {
    display: none;
}

.main_header_welcome::after {
    content: " ";
    width: 322px;
    height: 70px;
    background: #dd253a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 92% 50%, 100% 100%, 0% 100%);
}

.banner_section {
    background: #dd253a;
    margin-top: 70px;
}

.banner_title {
    font-weight: 600;
    color: #fff;
}

.banner_sub_heading {
    font-weight: 300;
    color: #ffc984;
    margin: 10px 0px 18px;
}

.slider_contact {
    text-decoration: none;
    font-size: 20px;
    color: #d2d2d2;
}

.slider_contact:hover {
    color: #fff;
}

.banner_contacts {
    font-size: 19px;
    color: #840000;
}

.banner_contacts span {
    margin: 0px 15px;
}

.contact_number_list {
    padding: 0px;
    list-style: none;
}

.contact_number_list li {
    margin-bottom: 5px;
    font-size: 18px;
}

.contact_number_list li a {
    text-decoration: none;
    color: #6a6a6a;
}

.menu_item {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    margin: 0px 5px;
    color: #636961;
    padding: 5px 10px;
    letter-spacing: 0.5px;
}

.menu_item:hover,
.admin_menu:hover {
    color: #be5a43;
}

.admin_menu {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    word-spacing: 3px;
    color: #636961;
}

.user_avatar {
    padding: 5px 6px;
    border-radius: 50%;
    background: #be5a43;
    color: #fff;
    font-size: 12px;
}

.font_size_11 {
    font-size: 11px;
}

.box_card {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 50px 50px;
    border-radius: 10px;
}

.box_header_title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: normal;
    margin-top: 5px;
}

.box_header_title::after {
    content: " ";
    display: block;
    width: 255px;
    background: #ff5d15;
    height: 1px;
}

.thanks_page .box_header_title {
    color: #333;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: normal;
    margin-top: 50px;
    font-size: 2.5rem;
}

.thanks_page .box_header_title::after {
    content: " ";
    display: block;
    width: 255px;
    background: #ff5d15;
    height: 1px;
    margin: auto;
}

.feed_back_message {
    text-align: center;
    font-size: 18px;
    color: #6c757d;
    line-height: 38px;
}

.thanks_item {
    text-align: center;
    font-size: 160px;
    margin-bottom: 0px;
    color: #adb5bd;
}

.customer_name {
    font-weight: 500;
    text-decoration: none;
    color: #e72b3a;
}

.custom_label {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-bottom: 3px;
    font-weight: 400;
}

.cancel_btn {
    height: 55px;
}

.btn_common {
    background: #dd253a;
    color: #fff;
    height: 55px;
    padding: 0 20px;
}

.btn_common:hover,
.btn_common:focus {
    background: #ad192a;
    color: #fff;
}

.opacity_01 {
    opacity: 0.1;
}

footer {
    display: block;
    background: #fdfdfd;
    padding: 5px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

footer::after {
    content: ' ';
    height: 12px;
    width: 80%;
    background: #dd253a;
    opacity: 0.58;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    clip-path: polygon(43% 0, 100% 0, 100% 100%, 0 100%);
}

footer p {
    margin: 0px;
    font-size: 12px;
    color: #636961;
}

.form-control,
.form-select {
    padding: 5px 35px;
    border-radius: 10px;
    height: 55px;
    font-size: 24px;
    border: solid 1px #bababa;
    color: #333;
    font-weight: 400;
}

.filter_form .custom_label {
    font-size: 14px;
}

.filter_form {
    padding: 15px 15px;
    border-radius: 10px;
    background: #f5f5f5;
}

.filter_form .form-control,
.filter_form .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: unset;
}

.page-link.active,
.active>.page-link {
    background-color: #dd253a;
    border-color: #dd253a;
}

.page-link,
.page-link:hover {
    color: #333;
}

header::before {
    content: " ";
    width: 250px;
    height: 260px;
    background: #dd253a;
    display: block;
    position: absolute;
    opacity: 0.58;
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(57% 0, 100% 0, 100% 63%, 80% 100%);
}

header::after {
    content: " ";
    width: 500px;
    height: 180px;
    background: #dd253a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 79% 0, 100% 40%, 0 49%);
}

.top_logo {
    max-width: 100%;
    height: 40px;
}

.top_user_menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.hover_menu {
    background: #fff;
    position: absolute;
    width: 80%;
    top: 28px;
    right: 0;
    padding: 20px;
}

.left_menu {
    position: fixed;
    top: 35px;
    right: 15px;
    z-index: 9;
}

.right_menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.right_menu li {
    display: inline-block;
}

.right_menu_item {
    background: #dd253a;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    margin: 0px 10px;
    display: block;
}

.right_menu_item:hover {
    background: #a60d1e;
    color: #fff;
}

.left_menu_item {
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #707070;
    background: #f7f7f7;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.left_menu_item:hover {
    border: solid 1px #ea7f8b;
    color: #333;
}

.left_main_menu {
    margin: 0;
    list-style: none;
    padding: 24px 20px;
    width: 200px;
    border: solid 1px #d0d0d0;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 45px;
    right: 0;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 16%);
    display: none;
}

.left_main_menu_item {
    margin-bottom: 12px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #777;
    display: block;
}

.left_main_menu_item:hover {
    color: #dd253a;
}

.left_main_menu::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 35px;
    height: 42px;
    background-color: #dd253a;
    clip-path: polygon(0 23%, 48% 100%, 100% 0);
    bottom: 14px;
    right: 8px;
    opacity: 0.58;
}

.left_main_menu::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 35px;
    height: 42px;
    background-color: #dd253a;
    clip-path: polygon(0 23%, 48% 100%, 100% 0);
    bottom: 35px;
    right: 8px;
    opacity: 0.58;
}

.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    border: solid 1px #8f8f8f;
    outline: 0;
    box-shadow: none;
}

.dashboard_subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
}

.dashboard_subtitle::after {
    content: " ";
    display: block;
    width: 120px;
    background: #ff5d15;
    height: 1px;
}

.dashboard_card {
    background: #ffe7b9;
    padding: 20px;
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 25px;
}

.dashboard_card_title {
    color: #333333;
    font-weight: 300;
    font-size: 25px;
}

.dash_board_count {
    color: #b57d0d;
    font-size: 48px;
    font-weight: 300;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.order_side_bar {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    background-color: #f2f2f2;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.order_side_bar p {
    margin: 0px;
    color: #fc5d20;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.order_side_bar p span {
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 400;
}

.order_main_content {
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 20px 30px;
    height: 100%;
}

.vehicle_details {
    text-align: left;
    color: #333;
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;

}

.vehicle_details span,
.customer_details span {
    color: #7b7b7b;
    text-transform: none;
}

.customer_details {
    text-align: left;
    color: #333;
    font-size: 18px;
    margin: 0px;
}

.service_details {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.work_status {
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
}

.work_status:hover {
    color: #333333 !important;
}

.action_buttons {
    position: absolute;
    right: 20px;
    bottom: -12px;
    display: none;
}

.order_list_item:hover .action_buttons {
    display: block;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #333;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #ffc107;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.review_show {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 10px 0px 0px;
    border-top: 1px solid #e7e7e7;
    padding-top: 11px;
}

.review_show_in_table {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0px;
}

.review_show_in_table i,
.review_show i {
    color: #ffc107;
}

.master_item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container .select2-selection--multiple {
    padding: 5px 35px;
    border-radius: 10px !important;
    height: 55px !important;
    font-size: 24px;
    border: solid 1px #bababa !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 5px !important;
    margin-left: 0px !important;
    margin-top: 3px !important;
    padding-left: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    line-height: 43px !important;
    padding: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-results__option--selectable {
    font-size: 24px;
}

.banner_content {
    padding: 20px 20px;
}

.to_nav_menu ul {
    padding: 0px;
    margin: 0px;
}

.to_nav_menu {
    text-align: center;
}

.to_nav_menu ul li {
    display: inline;
}

.to_nav_menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    margin: 0px 10px;
    padding: 2px 5px;
}

.services_section {
    padding: 90px 0px 0px;
}

.slider_contact.btn {
    background: #fff;
    color: #dd253a;
    box-shadow: 2px 2px 5px #0000005e;
    font-size: 18px;
}

.slider_contact.btn:hover {
    font-weight: 600;
}

.filter_button {
    float: right;
    font-size: 15px;
    background: #f5f5f5;
    border: 0px;
    color: #333;
    margin-top: 10px;
}

.filter_button i {
    color: #777;
}

.filter_button:hover i {
    color: #dd253a;
}

/* #work_order_page_filter, #close_filter_button{
    display: none;
} */
.service_order_serial_number {
    position: absolute;
    left: -99px;
    top: 0px;
    display: block;
    text-align: right;
    width: 100px;
}

@media (max-width: 870px) {
    .main_header_welcome::after {
        width: 225px;
    }
}

@media (max-width: 680px) {
    .main_header_welcome::after {
        width: 180px;
    }
}

@media (max-width: 680px) {
    .top_message {
        font-size: 14px;
    }

    .to_nav_menu ul li a {
        font-size: 14px;
    }
}

@media (max-width: 585px) {
    .display_none_585 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .main_header_welcome::after {
        width: 290px;
    }

    header::before,
    footer::after {
        display: none;
    }

    .box_card {
        padding: 20px;
    }

    .btn_common {
        font-size: 15px;
    }

    .box_header_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .main_header_welcome::after {
        width: 235px;
    }
}

@media (max-width: 370px) {
    .main_header_welcome::after {
        width: 190px;
    }
}