@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Sans+Arabic:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html {
    height: 100%;
    overflow-x: visible !important;
    direction: rtl !important;
}

a {
    text-decoration: none !important;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Cairo", sans-serif;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    direction: rtl;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
/* Medium */
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
/* Large */
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.form-control {
    padding: 0.575rem 0.75rem !important;
}
.form-control-search {
    padding: 0.575rem 2rem !important;
}

.truck-summary-details {
    color: goldenrod;
    font-size: 13px;
    font-weight: 500;
}

*,
::after,
::before .me-10 {
    margin-left: 10px;
}

.mt-n13 {
    margin-top: -3.75rem !important;
}

.mt-n18 {
    margin-top: -4.5rem !important;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #dcdcdc66;
    margin-top: 7px;
    width: 241px;
}

.dropdown-content a {
    color: black;
    padding: 10px 17px;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    font-family: "Cairo", sans-serif;
    font-weight: 500;
}

.dropdown-content i {
    color: gray;
    margin-right: 5px;
}

.dropdown a .fav:hover {
    color: #faba25;
}
/*
.dropdown a:hover i {
    color: white;
} */

.dropdown .show {
    display: block;
    z-index: 999999;
}

/***** Login Page ******/

.login-page {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl !important;
}

.login-page .row {
    height: 100%;
}

.login-img {
    background-image: url(../images/login-img.png);
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.navbar-login-btn {
    background-color: #faba25 !important;
    font-size: 11px !important;
    color: white !important;
    letter-spacing: 0.5px !important;
    padding: 5px 14px 5px 14px !important;
    font-weight: 500 !important;
    text-wrap-mode: nowrap;
}
.navbar-login-btn:hover {
    background-color: #faba25ab !important;
    color: white !important;
}
.nav-link {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: black;
}
.assistance-btn {
    background-color: #dcdcdc61;
    color: gray;
    height: 100%;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    text-wrap-mode: nowrap;
}

.welcome-section .logo-img {
    margin-left: 0;
    margin-bottom: 4%;
    width: 157px;
    margin-right: 31%;
}

.welcome-section h2 {
    color: #1e1f24;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
}

.welcome-section p {
    color: #80828d;
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    margin-top: -7px;
}

.login-form-section {
    margin-top: 6%;
    direction: rtl;
}

.login-form-section .form-label {
    color: #1e1f24;
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    font-size: 13px;
    color: #6c6b6b;
}

.forget-password-btn {
    float: inline-end;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #faba25;
    font-weight: 600;
}

.small-error-message {
    font-size: 0.75rem;
    /* Smaller font size */
    color: red;
    /* Red color for errors */
    display: block;
    /* Ensure it's visible */
}

.login-btn {
    width: 100%;
    background-color: #faba25;
    color: white;
    font-weight: 500;
}

.login-btn:hover {
    width: 100%;
    background-color: #f3b013;
    color: white;
    font-weight: 500;
}

.login-btn:active {
    width: 100%;
    background-color: #f3b013 !important;
    color: white !important;
    font-weight: 500;
}
/*  edit  */
.card-stock-avai img {
    margin-left: 4px;
    margin-right: -2px;
}
.card-stock-avai {
    margin-bottom: 6px;
}

.card-btn-group {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    justify-content: flex-start !important;
    width: 96%;
    margin: auto;
}
.card-stock-out {
    background-color: #ffeae6;
    margin-right: 4px;
    padding: 3px 6px 0px 5px;
    margin-bottom: 6px;
    border: 1px solid #e00000;
    border-radius: 3px;
    width: fit-content;
}

#new-trucks-data .card-quots img {
    height: 266px !important;
    min-height: 266px !important;
    max-height: 266px !important;
}
#used-trucks-data .card-quots img {
    height: 266px !important;
    min-height: 266px !important;
    max-height: 266px !important;
}
.spare-parts-rows-item .card-quots img {
    height: 20px;
}
.spare-parts-rows-item .card-stock-out {
    margin-right: -1px;
}
#spare-parts-rows-tab .card-sub-add-section {
    margin-right: -1px !important;
}
.spare-grid-img a img {
    height: 100% !important;
}
#shopping-cart-details1 .Shopping-Cart-img img {
    /* min-height: 226px; */
    width: 100%;
    max-height: 225px;
}
.shopping-cart-steps .Shopping-Cart-img img {
    min-height: 150px !important;
    width: 100%;
    max-height: 225px;
}

@media (min-width: 1200px) {
    .search-icon {
        padding-right: 21px !important;
        background: url(../images/icons8-search-50.png) no-repeat left;
        background-repeat: no-repeat;
        outline: 0;
        background-position: 15px !important;
        background-size: 17px;
    }
}

.divider-text {
    position: relative;
    text-align: center;
    color: #a9a9a9;
    font-weight: 600;
}

.divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}

.divider-text span {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    z-index: 9;
}

.social-btn-1:hover {
    color: #a9a9a9;
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    border: 1px solid gainsboro;
    padding: 12px 55px 12px 55px;
}

.social-btn-1 {
    color: #a9a9a9;
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    border: 1px solid gainsboro;
    padding: 12px 55px 12px 55px;
    font-size: 13px;
}

.social-btn-1 img {
    width: 30px;
    margin-right: 6px;
}

.social-btn-2 {
    color: #a9a9a9;
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    border: 1px solid gainsboro;
    padding: 12px 45px 12px 45px;
    float: inline-end;
    font-size: 13px;
}

.social-btn-2:hover {
    color: #a9a9a9;
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    border: 1px solid gainsboro;
    padding: 12px 45px 12px 45px;
    float: inline-end;
}

.social-btn-2 img {
    width: 30px;
    margin-right: 6px;
}

.sign-up {
    background-color: transparent;
    border: none;
    color: #faba25;
    font-weight: 500;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #979595 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #979595 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #979595 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #979595 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #979595 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #979595 !important;
}

/***** Login Page ******/
.navbar-nav {
    margin-left: auto !important;
    margin-right: -33px !important;
}
.me-auto .nav-item {
    margin-left: 6px;
    margin-top: -16px;
    font-size: 16px;
    text-wrap: nowrap;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem !important;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.admin-menu {
    margin-right: -428%;
    width: 270px;
    margin-top: 51px;
}
.logo-image {
    width: 125px;
    margin-top: -34px;
}
.right-side {
    border-left: 1px solid #e7e8ec;
    padding-left: 18px;
    height: 30px;
    margin-left: 13px;
    border-right: none;
}
.home-section-title {
    color: #faba25;
    font-size: 87px;
    font-weight: 600;
    margin-bottom: 0%;
    margin-right: 160px;
}
.home-section-subtitle {
    font-size: 39px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 166px;
}
.home-section-desc {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-right: 160px;
}
.item-overlay-subtitle {
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-left: 9px;
    color: gainsboro;
}
.carousel-inner .main-btn {
    background-color: #faba25 !important;
    color: white !important;
    padding: 13px 33px 13px 33px !important;
    font-size: 20px;
    font-weight: 600;
    margin-right: 160px;
}
.card-stock-out img {
    width: 17px;
    height: 16px;
    margin-left: 4px !important;
    margin-right: 0;
}
.card-stock-out p {
    font-size: 11px;
    white-space: nowrap;
    color: #e00000;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 1px;
}
.cart-menu {
    margin-right: -242px;
    width: 313px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-btn:hover {
    background-color: #faba25;
    color: white;
}

.main-btn:active {
    background-color: #faba25 !important;
    color: white !important;
}
.btn-add-qoute {
    background-color: #ffffff;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 15px;
    padding: 6px 10px 6px 10px;
    /* max-width: min-content !important; */
    min-width: fit-content !important;
}
.latest-collection .btn-see-all {
    float: inline-end;
    color: white !important;
    font-weight: 500 !important;
    margin-top: 16px;
    font-size: 17px;
    background-color: #ffb50a !important;
    font-size: 0.8em;
}
.btn-see-all:hover {
    color: black !important;
    background-color: #e7e8ec !important;
}
.title-line-book-services2 {
    background-color: #faba25;
    width: 38px;
    height: 4px;
    margin-right: 44%;
    transform: rotate(15deg);
    border-radius: 10px;
}
.title-line {
    background-color: #faba25;
    width: 38px;
    height: 4px;
    margin-right: 48%;
    transform: rotate(15deg);
    border-radius: 10px;
}
.title-line-discover-camping {
    background-color: #faba25;
    width: 38px;
    height: 4px;
    margin-right: 49%;
    transform: rotate(6deg);
    border-radius: 10px;
}
.identification-section-part2 {
    padding-right: 18px;
}
.btn-discover-services {
    background-color: #faba25 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 10px 15px 10px 15px !important;
    transition: 0.3s;
}
.btn-discover-services:hover {
    background-color: #f9f9fb !important;
    color: black !important;
}

.btn-subscribe {
    background-color: #faba25 !important;
    color: white !important;
    padding: 9px 40px 9px 40px !important;
    font-size: 13px;
    height: fit-content;
    border-radius: 4px;
    align-self: self-end;
}
.use-links li i {
    font-size: 14px;
    padding-left: 8px;
    color: #faba25;
}
.address-part2 {
    margin-right: 22px;
}
.about-us-line {
    background-color: #faba25;
    height: 3px;
    width: 14%;
    margin: 2% 43% 5% 42%;
}

/* spear parts order */
.quicksearch-input {
    margin-left: 7px;
}
.quicksearch {
    background-color: #faba25 !important;
    color: white !important;
    padding: 9px 18px 9px 18px !important;
}

.quicksearch:hover {
    background-color: #e7e8ec !important;
    color: black !important;
}
.remove-btn {
    color: #fa2525 !important;
    border: 1px solid #fa2525 !important;
    font-size: 12px !important;
    margin-top: 20px !important;
}
.remove-btn:hover {
    background-color: #dcdcdc3d !important;
    color: #858282 !important;
    border-color: #cbcbcb !important;
}
.btn-continue {
    background-color: #faba25 !important;
    color: #ffffff !important;
    border: 1px solid #faba25 !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 16px;
    float: inline-end;
    margin-right: 5px;
    margin-top: 5%;
}
.btn-continue:hover {
    background-color: #e7e8ec !important;
    color: black !important ;
    border-color: #e7e8ec !important;
}
.btn-submit-quotation {
    background-color: #373f50 !important;
    color: #ffffff !important;
    border: 1px solid #373f50 !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 16px;
    float: inline-end;
    margin-right: -9px;
    margin-top: 5%;
}
.btn-submit-quotation:hover {
    background-color: #e7e8ec !important;
    color: black !important;
    border-color: #e7e8ec !important;
}

.quick-order-page .file-icon {
    margin-left: 10px;
}
.download-icon {
    margin-right: 21px;
    width: 13px;
    margin-top: -3px;
}
/* server */
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: white !important;
    transition: width 0.6s ease;
}
.book-a-services select {
    padding: 0.575rem 0.75rem !important;
}
.book-a-services-progress-bar .progress-bar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e2e2;
    position: absolute;
    margin: auto -128px;
    left: 50%;
    top: 13px;
    z-index: -1;
}
.btn-myfleet-modal {
    width: 200px !important;
}
.btn-submit {
    background-color: #faba25 !important;
    width: 100%;
    margin-top: 7% !important;
    color: white !important;
    padding: 10px !important;
    border: none !important;
    font-size: 14px !important;
}
.btn-submit:hover {
    background-color: #faba25c4 !important;
    color: white !important;
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-right: 0.25rem;
    font-weight: 700;
}
/* workshob */
.active-progress-bar:after {
    background: #faba25 !important;
    content: "" !important;
    width: 100% !important;
    height: 1px !important;
    position: absolute !important;
    /* margin: auto !important; */
    left: 50% !important;
    top: 13px !important;
    z-index: -1 !important;
}
.map-coming-soon {
    position: absolute;
    margin-right: 50%;
    font-size: 32px;
    font-weight: 600;
    /* margin-top: 18%; */
    top: 60%;
    color: #faba25;
}
.add-a-services-location .btn-add-a-services-location {
    float: inline-end;
    background-color: #faba25;
    color: white !important;
    border-radius: 5px !important;
    padding: 7px 15px 7px 15px !important;
    font-size: 12px !important;
    margin-top: 12px !important;
    transition: 0.3s;
}
.add-a-services-location .btn-add-a-services-location:hover {
    background-color: transparent !important;
    color: black !important;
    border-color: transparent !important;
}

.add-a-services-location .btn-cancel {
    background-color: #ffffff !important;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-top: 5%;
}
.add-a-services-location .btn-cancel:hover {
    background-color: #e7e8ec !important;
    border-color: #e7e8ec !important;
}
/* Services */
.select-services .btn-cancel {
    background-color: #ffffff !important;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-top: 5%;
}
.select-services .btn-cancel:hover {
    border-color: #e7e8ec !important;
    background-color: #e7e8ec;
    color: black !important;
}
/* data & time */
.show-campaigns-select-date-time-section .btn-cancel {
    background-color: #ffffff !important;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-top: 5%;
}
.show-campaigns-select-date-time-section .btn-cancel:hover {
    border-color: #e7e8ec !important;
    background-color: #e7e8ec;
    color: black !important;
}

/* Notes  */
.services-description .btn-cancel {
    background-color: #ffffff !important;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-top: 5%;
}
.services-description .btn-cancel:hover {
    border-color: #e7e8ec !important;
    background-color: #e7e8ec;
    color: black !important;
}
/* Confirm  */
.services-steps .btn-add-equipment {
    background-color: #373f50 !important;
    width: 14% !important;
    color: white !important;
    padding: 11px !important;
    border: none !important;
    float: inline-end !important;
    font-size: 16px !important;
    margin-left: 10px !important;
}

.services-steps .btn-add-equipment:hover {
    background-color: #373f50b8 !important;
    color: white !important;
}
.services-steps .btn-submit {
    background-color: #faba25 !important;
    width: 100%;
    margin-top: 7% !important;
    color: white !important;
    padding: 10px !important;
    border: none !important;
    font-size: 20px !important;
}
.service-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e1f24;
}
.service-section-desc {
    font-size: 14.5px;
    color: #80828d;
    margin-top: 10px;
}
.add-a-services-location select {
    padding: 0.575rem 0.75rem !important;
}
.select-services .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
}
.form-select {
    direction: rtl !important;
}
/* Add Equipment */
#summary-container .btn-cancel {
    background-color: #ffffff !important;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    padding: 10px 20px 10px 20px !important;
    margin-top: 5% !important;
}
#summary-container .btn-cancel:hover {
    border-color: #e7e8ec !important;
    background-color: #e7e8ec !important;
    color: black !important;
}

/* Service Campaigns */
.recall-camping-section .btn-submit {
    pointer-events: none;
    opacity: 0.65;
}
.recall-camping-section .btn-submit {
    background-color: #faba25 !important;
    width: 100%;
    margin-top: 7%;
    color: white;
    padding: 10px;
    border: none !important;
    font-size: 14px;
}

/* Your Cart  Shopping Cart*/
#shopping-cart-area-steps .btn-cancel {
    background-color: #ffffff !important;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    padding: 10px 20px 10px 20px !important;
    margin-top: 5% !important;
}
#shopping-cart-area-steps .btn-cancel:hover {
    background-color: #e7e8ec !important;
    border-color: #e7e8ec !important;
    color: black !important;
}
#shopping-cart-area-steps .btn-apply {
    background-color: #373f50 !important;
    color: white !important;
    font-size: 13px !important;
    margin-right: 9px !important;
}
#shopping-cart-area-steps .btn-apply:hover {
    background-color: #e7e8ec !important;
    color: black !important;
}

/* EDIT */

.recall-camping-section .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
    direction: rt;
}
.discover-camping .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
    direction: rtl;
}
.tab-pane .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
    direction: rtl;
}
.profile-menu-part3 {
    padding: 10px 2px 10px 2px;
    text-align: right !important;
}
.profile-menu-btn {
    font-size: 14px !important;
}
.identification-subtitle-part2 {
    color: #80828de6;
    font-size: 15px;
}
.discover-camping .campaigns-desc {
    color: #80828d;
    font-size: 16px;
    margin-top: 10%;
    height: 20px;
}
.page-text-header-desc {
    color: white;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 31px;
}
.use-links li a {
    font-size: 15.4px;
    font-weight: 200;
    color: white !important;
    cursor: pointer;
}
.book-service-part1-title {
    font-size: 20px;
    font-weight: 700;
}
.book-service-part1-desc {
    color: #80828d;
    font-size: 16px;
}
.card-discontinued {
    background-color: #d9e9f7;
    margin-right: 0px !important;
    padding: 3px 6px 3px 2px;
    margin-bottom: 12px;
    border: 1px solid #428fd6;
    border-radius: 3px;
}
.card-discontinued img {
    width: 17px;
    height: 16px;
    margin-left: 4px;
    margin-right: 0 !important;
}
.card-discontinued p {
    font-size: 14px;
    white-space: nowrap;
    color: #428fd6;
    font-weight: 500;
    margin-bottom: 0px;
}
.card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: right !important;
    background-color: transparent;
    color: #222;
}
.card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left !important;
}
.quote-details span {
    color: #808080b3;
    font-size: 13px !important;
    font-weight: normal;
}

.quote-details {
    font-size: 11.5px;
    margin-bottom: 7px;
    font-weight: 500;
    color: initial;
}
.tabs-example .tabset > label a {
    color: #9f9f9f;
    font-size: 15px;
    font-weight: bold;
}
.quote-part1 {
    padding-right: 11px;
    display: flow-root;
}
.quote-part1 button {
    background-color: #8989891a;
    float: inline-end;
    border: 1px solid #d7d7d700;
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: 600;
    color: gray;
    padding: 5px 10px 5px 10px;
    margin-left: 2%;
    margin-top: 2px;
}
.card-footer {
    padding: 0px 0px 7px 0px;
    background-color: transparent;
    border: none;
}
.card-footer .btn-add-qoute {
    background-color: #ffffff;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    /* max-width: min-content !important; */
    min-width: fit-content !important;
    float: left !important;
}
.spare-parts-rows-item .card-footer .btn-add {
    background-color: #faba25;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 16px !important;
    padding: 6px 20px 6px 22px;
    max-width: min-content !important;
    min-width: fit-content !important;
    margin-right: -8px !important;
}
.quote-part1 .favorite-icon label,
.quote-part1 .favorite-icon button {
    background-color: transparent;
    color: gainsboro;
    display: inline-block;
    font-size: 29px;
    height: 4rem;
    position: relative;
    width: 4rem;
    cursor: pointer;
    margin-left: 9px;
}
.sort-by {
    float: inline-end;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
    margin-top: 6px;
}
#vehicles-history-table-body .book-services-btn {
    background-color: #373f50;
    color: white;
    font-size: 14px;
}
.right-filter .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
    direction: rtl !important;
}
.filter-group .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
    direction: rtl !important;
}
.notified-subtitle p {
    color: #80828d;
    font-size: 15px;
    margin-bottom: 13px;
}
.order-sort-by .btn-submit {
    background-color: #faba25 !important;
    width: 100%;
    margin-top: 0% !important;
    color: white !important;
    padding: 10px !important;
    border: none !important;
    font-size: 14px !important;
}
.invite-user-btn {
    width: fit-content;
    font-size: 13px;
    height: fit-content !important;
    white-space: nowrap;
    padding: 8px 15px 8px 15px;
    margin-top: 1px;
    margin-right: 9px;
}
.admin-info-account {
    background-color: #f7f8fb;
    color: #80828d;
    font-size: 17.5px;
    font-weight: 500;
    padding: 16px 18px 16px 26px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.order-details-border label {
    color: #666666;
    font-size: 13px !important;
}

.ribbon-wrap-boxes-item {
    width: 100px;
    height: 100px;
    top: -5px;
    right: -8px;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    transform: rotate(90deg);
}

.pad15 .card-btn-group {
    width: 96%;
    margin-right: 2%;
}
.pad15 .count-btn {
    /* margin-right: 10px; */
}
.pad15 .card-footer {
    margin-right: 4px;
    text-align: right;
}
#spare-parts-boxes-tab .card-btn-group {
    /* margin-left: 36px !important; */
}
.card-discontinued {
    background-color: #d9e9f7;
    margin-right: -2px;
    padding: 3px 6px 3px 2px;
    margin-bottom: 12px;
    border: 1px solid #428fd6;
    border-radius: 3px;
}
.orders-tab li {
    margin-left: 50px;
    margin-right: -40px;
}
#pills-tabContent .card-btn-group {
    /* margin-left: 154px; */
}
.card .card-footer .btn-add-qoute {
    background-color: #ffffff;
    color: #faba25 !important;
    border: 1px solid #faba25 !important;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    /* max-width: min-content !important; */
    min-width: fit-content !important;
    float: left !important;
    /* margin-left: 28px; */
    white-space: nowrap;
}
#spare-parts-boxes-container .card-footer .find-replacement-btn {
    background-color: #faba25;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 12px !important;
    padding: 6px 20px 6px 22px;
    max-width: min-content !important;
    min-width: fit-content !important;
    margin-right: 11px !important;
}
#pills-tabContent .tab-pane .card-footer .btn-add {
    background-color: #faba25;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 11.9px !important;
    padding: 5px 8px 5px 8px;
    /* max-width: min-content !important; */
    min-width: fit-content !important;
    margin-right: 0px;
    white-space: nowrap;
}
#spare-parts-boxes-container .btn-group {
    justify-content: start !important;
    margin-right: 10px !important;
}
#favorites-container .find-replacement-btn {
    padding: 6px 10px 6px 10px !important;
    margin-right: 10px !important;
}
.multicarousel-home .card-parts-num {
    text-align: right !important;
}
.multicarousel-home .card-parts-price {
    text-align: right !important;
}
.multicarousel-home .card-parts-title {
    text-align: right !important;
}
.spare-parts-rows-item .card-sub-add-section {
    background-color: #f9f9fb;
    border: 1px solid #e7e8ec;
    justify-content: space-evenly;
    align-items: center;
    padding: 1px 8px 0px 8px;
    border-radius: 3px;
    margin-right: 10px;
    width: fit-content;
    margin-left: 7px;
    margin-bottom: 8px;
    margin-right: -15px;
}
.service-contract .service-contract-form span {
    color: #25a0fa;
    font-size: 14px;
    font-weight: 400;
    background-color: #e6f5ff;
    border: 1px solid #25a0fa;
    padding: 4px 8px 4px 6px;
    border-radius: 7px;
    margin-right: 7px;
    cursor: pointer;
}
.service-contract-form span img {
    width: 15px;
    margin-top: -1px;
    margin-left: 4px !important;
    margin-right: 0px;
}
.service-contract .form-select {
    font-size: 13px;
    padding: 0.575rem 0.75rem !important;
    direction: ltr;
}
.service-contract-form label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}
.duration-in-month {
    font-size: 14px !important;
    color: #25a0fa !important;
    float: none !important;
    font-weight: 400 !important;
}
.search-icon {
    padding-left: 30px !important;
    background: url(../images/icons8-search-50.png) no-repeat left;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 1270px;
    background-size: 17px;
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.latest-collection-title-line {
    background-color: #faba25;
    width: 38px;
    height: 4px;
    margin-left: 0%;
    transform: rotate(15deg);
    border-radius: 10px;
}
.latest-collection-title-line {
    background-color: #faba25;
    width: 38px;
    height: 4px;
    margin-left: 0%;
    transform: rotate(15deg);
    border-radius: 10px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rotate-180deg::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotateY(180deg);
}
.w-90 {
    width: 90%;
}
.title-line-zahid-identification {
    background-color: #faba25;
    width: 38px;
    height: 4px;
    margin-left: 0%;
    transform: rotate(6deg);
    border-radius: 10px;
}
.book-services2 {
    background-color: #373f50;
    /* padding: 6% 19% 6% 11%; */
    margin-top: 0%;
}
.row .spareParts {
    padding-left: calc(var(--bs-gutter-x) * 2);
}
.next-btn {
    margin-right: 0.7em;
}
.leftLst {
    font-size: 18px;
    background-color: #faba25;
    border: 1px solid #faba25;
    color: white;
    direction: rtl;
}
.rightLst {
    font-size: 18px;
    background-color: #faba25;
    border: 1px solid #faba25;
    color: white;
    direction: rtl;
}
.rotate-180deg {
    transform: rotateY(180deg);
}
.ar-dir {
    direction: rtl;
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5)
        calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y))
        calc(-0.5 * var(--bs-modal-header-padding-x))
        calc(-0.5 * var(--bs-modal-header-padding-y));
    /* margin-right: 965px; */
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem 40rem -1rem auto;
}
.qoutebuttonAccept {
    display: inline-block !important;
    margin-left: 14px !important;
}

@media (max-width: 767px) {
    .content {
        padding-right: 3%;
        padding-left: 0%;
        margin-bottom: 0%;
        margin-top: 0px !important;
    }
    .dropdown .show {
        width: 43%;
    }
    #user-profile-navbar-counter {
        margin-right: 39px;
    }
    #user-navbar-image {
        margin-right: 40px;
    }
    .admin-menu {
        /* margin-right: -428%; */
        width: 270px;
        margin-top: 51px;
    }
    .dropdown .show {
        display: block;
        z-index: 999999;
        margin-right: -2px;
    }
    .profile-menu::before {
        content: "";
        left: 155px;
    }

    .dropdown-content a {
        justify-content: flex-start;
    }

    .item-overlay-subtitle {
        font-size: 11px;
    }

    .pad15 .card-stock-out {
        /* margin-right: 122px; */
    }

    .pad15 .count-btn {
        margin-right: 126px;
    }

    .pad15 .card-stock-avai {
        /* margin-right: 119px; */
    }

    .pad15 .find-replacement-btn {
        margin-top: 4px;
    }

    .book-service-part1-title {
        font-size: 17px;
        font-weight: 700;
    }

    .book-service-part1-desc {
        color: #80828d;
        font-size: 13px;
    }
    #services-after-sales-container {
        margin-right: 0 !important;
    }

    .book-services2 {
        padding: 3% 4% 3% 4%;
    }

    .btn-discover-services {
        font-size: 15px !important;
    }

    .book-services {
        padding: 2% 3% 2% 3%;
    }

    .zahid-identification {
        padding: 2% 5% 2% 5%;
    }

    .identification-section {
        padding: 10px 15px 10px 15px;
    }

    .discover-camping {
        padding: 2% 3% 2% 3%;
    }

    .discover-camping .campaigns-details {
        padding: 10px 15px 10px 15px;
    }

    .subscribe-section {
        padding: 2% 3% 2% 3%;
    }

    .subscribe-section input {
        margin-top: 13%;
        width: 100%;
        margin-bottom: 2%;
    }

    .footer-img {
        margin-left: -315px;
    }

    .quote-part1 .favorite-icon label,
    .quote-part1 .favorite-icon button {
        margin-top: 13px;
    }
    .btn-prod-sp {
        margin-left: 214px !important;
    }
    #pills-tabContent .quote-part1 button {
        margin-left: 0%;
    }

    .container,
    .container-sm {
        max-width: 95%;
    }
    #spare-parts-rows-container .ribbon-wrap-boxes-item {
        z-index: 999;
    }
    #spare-parts-rows-container .spare-grid-img {
        left: auto;
        width: 29%;
    }
    #spare-parts-rows-container .card-parts-num {
        margin-right: 40px;
    }
    #spare-parts-rows-container .card-parts-price {
        margin-right: 40px;
    }
    #spare-parts-rows-container .card-parts-title {
        margin-right: 40px;
    }
    #spare-parts-rows-container .card-discontinued {
        margin-right: 40px;
    }
    #spare-parts-rows-container .card-stock-out {
        margin-right: 271px;
    }
    #spare-parts-rows-container .spare-parts-rows-item .card-sub-add-section {
        margin-right: 236px;
    }
    .card-image img {
        height: 20vw;
    }
    .card-details {
        text-align: right;
    }
    .Shopping-Cart-img {
        width: 35%;
    }
    #favorites-container {
        width: 100%;
    }
    .admin-info {
        margin-top: 5%;
    }
    #favorites-container .card-stock-out {
        margin-right: 134px;
    }
    #favorites-container .card-sub-add-section {
        left: -1%;
    }
    #favorites-container .card-btn-group {
        margin-left: 72px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        min-width: 100%;
    }
    .content {
        padding-right: 1%;
        padding-left: 1%;
    }
    /* .navbar {
        padding-right: 0% !important;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-right: -7% !important;
    }
    .me-auto .nav-item {
        margin-left: 18px !important;
        margin-right: -22px !important;
    } */
    /* .navbar-nav {
        margin-left: auto !important;
        margin-right: -39px !important;
    }
         */
    .dropdown .show {
        width: 27%;
        margin-right: -33px;
    }
    .profile-menu::before {
        left: 142px;
    }
    .dropdown-content a {
        justify-content: flex-start;
    }

    #user-profile-navbar-counter {
        margin-right: 32px;
    }
    #user-profile-navbar-links {
        margin-right: 32px;
    }
    .notification-cart-menu {
        margin-right: -45px !important;
        min-width: 244px;
    }
    .cart-menu {
        margin-right: -93px !important;
        min-width: 270px;
    }

    .filter-group {
        margin-right: -44px;
    }
    .item-overlay-subtitle {
        font-size: 10px;
    }
    .pad15 .count-btn {
        margin-right: 125px;
    }
    .pad15 .card-stock-avai {
        /* left: 1%; */
    }
    .pad15 .card-stock-out {
        /* margin-right: 118px; */
    }
    .pad15 .find-replacement-btn {
        padding: 2px 10px 2px 10px !important;
        margin-top: 6px;
    }
    .book-services2 {
        padding: 6% 0% 6% 0%;
    }
    .subscribe-section input {
        margin-top: 5%;
        width: 100%;
    }
    .zahid-identification {
        padding: 2% 4% 2% 5%;
    }
    .book-services {
        text-align: center;
        padding: 2% 3% 2% 3%;
    }
    .book-service-part1-desc {
        font-size: 13px;
    }
    #pills-tabContent .quote-part1 .request-quote {
        margin-left: -10% !important;
    }
    #pills-tabContent .quote-part1 .btn-prod-sp {
        margin-left: 130px !important;
    }
    .quote-part1 {
        padding-right: 0px !important;
    }
    #used-trucks-data .card-body {
        margin-top: 0;
        margin-bottom: -22px;
    }
    #spare-parts-rows-tab .spare-grid-img {
        left: 64%;
    }
    #spare-parts-rows-tab .ribbon-wrap-boxes-item {
        z-index: 999;
    }
    #spare-parts-rows-tab .card-parts-num {
        margin-right: 20px;
    }
    #spare-parts-rows-tab .card-parts-price {
        margin-right: 21px;
    }
    #spare-parts-rows-tab .card-parts-title {
        margin-right: 23px;
    }
    #spare-parts-rows-tab .card-stock-out {
        margin-right: 181px;
    }
    #spare-parts-rows-tab .card-discontinued {
        margin-right: 23px;
    }
    #spare-parts-rows-tab .card-sub-add-section {
        left: -7%;
    }
    #pills-tabContent .tab-pane .card-footer .btn-add {
        font-size: 12px !important;
    }
    #pills-tabContent .card-footer .btn-add-qoute {
        font-size: 13px;
    }
    #modal-item-replacement-body .card-details {
        margin-top: 36px;
    }
    #modal-item-replacement-body .card-stock-out {
        margin-right: 133px;
    }
    #modal-item-replacement-body .card-parts-title {
        margin-left: 64px;
    }
    .tab-pane .card {
        height: 96% !important;
    }
    .tab-pane .card-details {
        margin-top: 53px;
    }

    .boxes-item .card-parts-title {
        margin-left: 63px;
    }
    .boxes-item .card-stock-out {
        margin-right: 43px;
    }
    .boxes-item .card-sub-add-section {
        margin-top: -27px;
        left: 16px;
    }
    .boxes-item .card-discontinued {
        margin-right: 83px;
    }
    #spare-parts-boxes-container .card-footer .find-replacement-btn {
        margin-right: 92px !important;
        margin-top: 4px;
    }
    #spare-parts-boxes-container .btn-group {
        margin-right: 30px !important;
        margin-top: 10px !important;
    }
    .shopping-cart-details .aval-stock .card-stock-out {
        margin-top: 65px;
    }
    .shopping-cart-details .aval-stock .card-stock-avai {
        margin-top: 77px;
    }
    .shopping-cart-details .Shopping-Cart-price {
        font-size: 18px;
    }
    .Shopping-Cart-sub-add-section {
        margin-right: 105px;
    }
    .SubTotal {
        margin-top: 25px;
    }
    #addresses-profile .sort-by {
        margin-right: 5px;
        margin-top: 18px;
        margin-left: 11px;
    }
    #my-account-container .admin-info {
        margin-top: 2%;
    }
    .cart .dropdown .show {
        margin-right: -126px;
    }
    #favorites-container .card-stock-out {
        margin-right: 88%;
    }
    #favorites-container .card-sub-add-section {
        left: -45%;
    }
    #favorites-container .card-hight {
        height: 90% !important;
    }
    #favorites-container .card-details {
        margin-top: 72px;
    }
    #favorites-container .card-parts-title {
        margin-left: 62px;
    }
    #favorites-container #spare-parts-boxes-tab .card-btn-group {
        margin-left: 9px !important;
    }
    #favorites-container .card-discontinued {
        margin-right: 97px;
    }
    #favorites-container .find-replacement-btn {
        padding: 5px 10px 5px 10px !important;
        margin-right: 100px !important;
        margin-top: 4px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .book-services2 {
        padding: 5% 0% 6% 0%;
    }
}

@media (max-width: 650px) {
    .btn-prod-sp {
        margin-left: 170px !important;
    }
    .quote-title {
        margin-right: 20px !important;
    }
    .filter-group {
        margin-right: -100px;
    }
}

.card-quots img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.partsCardButtons1 {
    margin-left: 10px;
}
.trucks-details .container {
    position: relative;
    width: auto;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin-right: 0px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    left: -10px;
    z-index: 1;
    top: 60px;
}
.account-nameinfo {
    margin-right: 25px;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #faba25;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 96px;
}
.my-order-tabs > .nav-pills {
    padding-inline-start: 0px !important;
}
.padding-inline-start_0 {
    padding-inline-start: 0px !important;
}
.new-address-btn {
    width: fit-content;
    font-size: 13px;
    height: fit-content !important;
    white-space: nowrap;
    float: left !important;
    margin-top: 0% !important;
}
.pagination-section {
    width: fit-content;
    margin-top: 2%;
}
.quote-card-details {
    margin-right: 14px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 0px;
}
.padding-top_1rem {
    padding-bottom: 0rem !important;
    padding-top: 0.5rem !important;
    padding-top: 11px;
}
.margin-start-2 {
    margin-right: 1.5rem !important;
}
.order-title {
    margin-top: 21px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 13px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
}
.row .col-6 {
    padding-right: 5px;
    padding-left: 0px;
}
.btn-add {
    background-color: #faba25;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 3px !important;
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    /* max-width: min-content !important; */
    min-width: fit-content !important;
}
.quick-order-page .menu {
    position: absolute;
    top: 284px;
    right: 193px;
    width: 70.9%;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    border: 1px solid gainsboro;
    z-index: 9;
}
.card-parts-price {
    font-size: 18px;
    color: #faba25;
    font-weight: 700;
    margin-bottom: 2px;
    white-space: nowrap;
}
.welcome-section {
    padding: 0% 19% 0% 19%;
    direction: rtl;
}
.trucks-details .next {
    right: 85%;
    border-radius: 3px 0 0 3px;
}
.trucks-details .prev,
.trucks-details .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    z-index: 999999;
    background-color: black;
    margin-left: 0px;
    margin-right: 9px;
}
.trucks-details .prev {
    border-radius: 0 3px 3px 0;
}
.trucks-details .next {
    border-radius: 3px 0 0 3px;
}
.text-start-ar {
    text-align: right !important;
}

.Shopping-Cart .progress-bar li {
    color: black;
}
