@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');

/* Custom Style */
body {
    font-family: 'Open Sans', sans-serif;
}

.navbar {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.content {
    padding: 7rem 0;
}

@media screen and (max-width: 767px) {

    .mobHeader .navbar,
    .mobHeader .navbar .container {
        justify-content: center;
    }
}

.sidebar {
    width: 15rem !important;
}

.sidebar .nav-item {
    margin: 0.5rem 0;
}

.sidebar .sidebar-brand {
    background: #FFF !important;
}

.bg-primary {
    background: #ff8500 !important;
}

.footer {
    background: #000000;
    padding: 1.5rem 0;
    color: #FFFFFF;
}

.footer a {
    color: #ff8500;
}

.footer a:hover,
.forgot-link:hover {
    color: #ff8500;
    opacity: 0.9;
}

.forgot-link {
    color: #ff8500;
    font-size: 16px;
    font-weight: 500;
}

.login-form {
    margin: 1rem 0;
}

.sidebar .nav-item .nav-link {
    width: 100% !important;
}

.form-title .title {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
}

@media (max-width: 768px) {
    div#locationFieldTemplate {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    div#locationFieldTemplate {
        flex-direction: inherit;
        flex-wrap: wrap;
    }
}

.login-form .form-control,
.password-card .form-control,
.filter-row .form-control {
    height: 45px;
    border-bottom: 1px solid #ff8500;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.form-group .form-control,
.select2-container--default .select2-selection--single {
    border: 0;
    height: 45px;
    border-bottom: 1px solid #ff8500;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.select2-search--dropdown,
.select2-results__option {
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff8500;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--open .select2-dropdown--below {
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ff8500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.filter_row .select2-container {
    width: 100% !important;
}

.login-form .form-control:focus,
.password-card .form-control:focus,
.form-group .form-control:focus {
    border-color: #ff8500 !important;
}

.input-group .toggle-password {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625rem 1.5rem;
    border-bottom: 1px solid #ff8500;
    border-bottom-right-radius: 0.375rem;
}

.btn-primary {
    font-size: 1rem !important;
    background: #ff8500;
    border-color: #ff8500;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(255, 133, 0, 0.11), 0 1px 3px rgba(255, 133, 0, 0.08);
}

.btn-primary:hover {
    background: #ff8500;
    opacity: 0.6;
    border-color: #ff8500;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background: #ff8500;
    border-color: #ff8500;
}

.or-section p {
    color: #000000;
}

.btn-success {
    background: #ff8500;
    border-color: #ff8500;
}

.btn-success:hover {
    background: #ff8500;
    border-color: #ff8500;
    opacity: 0.8;
}

.btn-success:focus {
    border-color: #ff8500;
}

.btn-outline-primary {
    color: #ff8500;
    border-color: #ff8500;
}

.btn-outline-primary:hover {
    background: #ff8500 !important;
    color: #FFF;
    border-color: #ff8500;
}

.btn-outline-warning:hover {
    background: #f6c23e !important;
}

.btn-outline-danger:hover {
    background: #e74a3b !important;
}

.table thead th {
    font-weight: 600 !important;
    font-size: 14px;
    color: #000;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 0px;
}

#dataTable_wrapper .row:last-child {
    margin-top: 1rem;
}

.page-item.active .page-link {
    background-color: #ff8500;
    border-color: #ff8500;
}

div.switcher+div.switcher {
    margin-top: 10px;
}

div.switcher label {
    padding: 0;
}

div.switcher label * {
    vertical-align: middle;
}

div.switcher label input {
    display: none;
}

div.switcher label input+span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 26px;
    background: #c1c1c1;
    border: 2px solid #c1c1c1;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

div.switcher label input+span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

div.switcher label input:checked+span {
    background: #ff8500;
    border-color: #ff8500;
}

div.switcher label input:checked+span small {
    left: 50%;
}

.t-left .nav-pills .nav-link {
    background-color: #FFFFFF;
    color: #FF7A00;
    border: 2px solid #FF7A00;
    /* background-color: #eaeaea;
    color: #212529; */
    margin-bottom: 10px;
}

.nav-pills .nav-link.active {
    background-color: #ff8500 !important;
}

.tox .tox-statusbar {
    display: none !important;
}

.img-rounded {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.border-left-success {
    border-left: 0.25rem solid #ff8500 !important;
}

.text-success {
    color: #ff8500 !important;
}

.heading-in-tab {
    color: #ff8500;
    font-size: 1rem;
}

/* .agent-details-section .form-group {
    border-bottom: 1px solid #d1d1d1;
} */

.agent-details-section .form-group .dt-form-control {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.box-shadow-none {
    box-shadow: none !important;
}

.doc_img {
    width: 50%;
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .doc_img {
        width: 40%;
    }

    .documents-row .table {
        table-layout: fixed;
    }
}

.profile-pic {
    width: 100%;
    max-height: 200px;
    display: inline-block;
    object-fit: cover;
}

.carImage .carView_img {
    width: 330px !important;
}

.car_tabs_slider button.owl-prev,
.damagecar_slider button.owl-prev {
    position: absolute;
    top: -10px;
    left: -15px;
}

.car_tabs_slider button.owl-next,
.damagecar_slider button.owl-next {
    position: absolute;
    top: -10px;
    right: -15px;
}

.car_tabs_slider .owl-prev span,
.car_tabs_slider .owl-next span,
.damagecar_slider .owl-prev span,
.damagecar_slider .owl-next span {
    font-size: 100px;
}

.car_tabs_slider .cardImgTop,
.damagecar_slider .cardImgTop {
    border: 1px solid #717171;
    border-radius: 25px;
    align-items: center;
    padding: 20px;
    width: 100%;
    max-width: 297px;
    height: 150px;
}

.profile-document-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.profile-item {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}

.company-file-upload {
    display: none;
}

.edit_img {
    display: none;
}

.file-upload-document {
    display: none;
}

.file-upload-item {
    display: none;
}

.circle {
    border-radius: 25px !important;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow: hidden;
    width: 100%;
    height: 150px;
    border: 1px solid #717171;
    position: relative;
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); */
}

.newCircle img {
    width: auto;
    max-height: 100%;
}

.newCircle+.p-image {
    top: 3rem;
    bottom: inherit;
}

.p-image {
    position: absolute;
    bottom: 1.5rem;
    right: 1.3rem;
    color: #717171;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
    background: #fa821469;
    padding: 10px;
    border-radius: 50%;
    display: flex;
}

/* css by rahul bhati */
#bookingGenerateDocuments .modal-title {
    font-size: 26px;
    font-weight: 500;
}

#bookingGenerateDocuments .modal-description {
    color: #ff8500;
    font-size: 12px;
    font-weight: 500;
}

#bookingGenerateDocuments .modal-body p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#bookingGenerateDocuments .close_modal_btn {
    background: #f80000;
}

#bookingGenerateDocuments .docs_btn_opts {
    background: #36cf51;
    border-color: #36cf51;
}

#bookingGenerateDocuments .close_modal_btn :hover {
    background: #f80000;
    opacity: 0.6;
    border-color: #f80000;
}

.booking_generate_docs_opt+label {
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

input[type="radio"].booking_generate_docs_opt {
    display: none;
}

input[type="radio"].booking_generate_docs_opt:checked+label::before {
    border-color: #ff8500;
}

input[type="radio"].booking_generate_docs_opt:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

.booking_generate_docs_opt+label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 3px solid #ff8500;
    border-radius: 50%;
    top: 2px;
    left: -25px;
    transition: border-color 400ms ease;
}

.booking_generate_docs_opt+label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #ff8500;
    border-radius: 50%;
    top: 11px;
    left: -24px;
    transform: translateY(-50%) scale(0);
    transition: transform 200ms ease;
}

.edit_upload_box input {
    display: none;
}

.edit_upload_box {
    padding: 8px 25px;
    background: #fa8214;
    box-shadow: 0px 2px 2px #aaa;
    color: #fff;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 5px;
    float: right;
}

/* edit page css */
.edit_booksubTitle,
.edit_bookTitle,
.docs_card_name,
.docs_userinfo {
    color: #717171;
}

.edit_bookTitle {
    font-size: 42px !important;
    font-weight: 900;
}

.edit_booksubTitle {
    font-size: 28px;
    font-weight: 500;
}

.cg_custom_inputs,
.cg_custom_inputs+.select2-container--default .select2-selection--single {
    border: 1px solid #FF8500;
    padding: 10px 20px;
    border-radius: 15px !important;
    width: 100%;
    line-height: normal !important;
    box-shadow: unset !important;
    font-size: 15px;
    color: #474747;
    height: 42px;

}

.cg_custom_inputs.whatsappInput {
    padding-left: 86px !important;
}

.cg_custom_drpdown,
.cg_custom_inputs+.select2-container--default .select2-selection--single {
    background: url('../../uploads/bottom-chevron-icon.png');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: right;
    background-origin: content-box;
    appearance: none;
}

.Goback_btn {
    padding: 7px 50px;
    font-weight: 700;
}

.cg_custom_drpdown.dropdown-toggle:after {
    display: none;
}

.cg_custom_inputs+.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.cg_custom_drpdown {
    appearance: none;
}

.cg_custom_inputs+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.edit_book_mainwrap .form-group label {
    font-weight: 400;
}

.edit_book_mainwrap {
    padding: 20px 25px;
}

.billing-card,
.edit_book_mainwrap {
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #BDBDBD;
}

.edit_bookheader label,
.edit_bookheader input,
.book_add_driver_price {
    color: #FF8500;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.edit_bookheader input {
    width: 30px;
}

.edit_bookheader {
    border-bottom: 1.5px solid #717171;
}

.custom_checkBox_input {
    display: none;
}

.custom_checkBox_input+.custom_checkBox_label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 0;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #FF8500;
}

.custom_checkBox_input:checked+.custom_checkBox_label:after {
    content: "✔";
    font-size: 15px;
    line-height: 24px;
    color: #FF8500;
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.add_bookingDocs_row {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 0.1px solid #ddd;
    border-radius: 20px;
    padding: 20px 10px;
}

.booking_pro_circle {
    border: 2px solid #818181 !important;
    width: 100%;
    max-width: 166px;
    max-height: 117px;
}

.booking_pro_box {
    border-right: 0.5px solid #ddd;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: unset !important;
    border-right: 0.2px solid #0000000d;
}

.add_docs_area {
    border: 0.2px solid #dddddd;
    border-radius: 8px;
    padding: 18px 39px;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.added_docs_box {
    width: 23%;
    position: relative;
    padding-top: 10px;
}

.add_docs_area button i {
    font-size: 26px;
    line-height: normal;
}

.docs_card_name {
    font-size: 11px;
    font-weight: 900;
}

.docs_userinfo {
    font-size: 10px;
}

.remove_added_docs {
    left: -10px;
}

.edit_added_docs {
    left: 15px;
}

.edit_added_docs i {
    font-size: 10px;
}

.remove_added_docs i {
    font-size: 14px;
}

.remove_added_docs,
.edit_added_docs {
    position: absolute;
    top: -2px;
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.added_docs_img {
    width: 100px;
    height: 60px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.booking_pro_uploadBtn {
    top: 0.4rem;
    right: 0.5rem;
    bottom: unset;
    position: absolute;
    color: #717171;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button-document {
    font-size: 14px;
    color: #fff;
}

.upload-button-item {
    font-size: 14px;
    color: #fff;
}

.custom-upload-button {
    font-size: 14px;
    color: #fff;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button-document:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #fff;
}

.upload-button-item:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #fff;
}

.billing-summary .table td {
    border: 0;
    padding: 0;
    font-weight: 600;
    border-top: 0;
}

.booking-data table tbody tr:first-child {
    border-bottom: 1.5px solid #717171;
    color: #474747 !important;
    font-family: 'Montserrat';
}

.booking-data table tbody tr:first-child td {
    padding-bottom: 5px;
}

/* Prevent text from wrapping to the next line */
.billing-summary .table td .service_provide_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ensure the table cells expand to fit the content */
.billing-summary .table td {
    word-break: break-word;
    /* Break words if necessary */
    max-width: 300px;
    /* Set a maximum width for the table cells */
}

/* Optional: Adjust the column width if necessary */
@media screen and (max-width: 600px) {

    .price-range-field {
        margin-left: 10px;
        width: 50px;
    }

    .billing-summary .table td .service_provide_name {
        max-width: 150px;
        /* You can adjust this value as needed for smaller screens */
    }

    .billing-summary .booking-data {
        overflow-x: scroll;

        /* You can adjust this value as needed for smaller screens */
    }

    .pricing-table-tooltip {
        left: -95% !important;
    }

    .pricing-table-tooltip .inner-box {
        padding: 0 0 0px !important;
    }

    .pricing-table-tooltip .features li.true {
        font-size: 10px !important;
    }

    .pricing-table-tooltip .features li {
        padding: 1px 25px !important;
    }

    .pricing-table-tooltip .features li:before {
        top: 50% !important;
        font-size: 12px !important;
    }

    .mob-subscribe-cancle-btn {
        margin-right: 0px !important;
        margin-top: 10px !important;
    }

    .password-tooltip {
        font-size: 10px !important;
        top: 100% !important;
        left: calc(30% + 0px) !important;
        width: 200px !important;
    }

    .password-tooltip::before {
        left: 0px !important;
        top: -7% !important;
        rotate: 90deg !important;
    }

    .dropdown .mob-menu-width {
        width: auto !important;
    }
}

.billing-summary .table td b {
    font-weight: unset !important;
}

/* .billing-summary .booking-data {
    padding: 1rem 1rem 0;
} */

.billing-summary {
    margin: 0 auto;
}

.carImageSection {
    background: #FFF;
    border: 1px solid #717171;
    border-radius: 25px;
    box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.75rem;
}

.carImageSection img {
    border-radius: 25px;
}

.carNameSection .carName {
    font-size: 36px;
    font-weight: bolder;
    color: #474747;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.carNameSection .rentalLink {
    font-size: 15px;
    font-weight: 600;
    color: #474747;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}


.billing-summary .booking-data .table {
    margin-bottom: 0;
}

.billing-summary .tble-title {
    margin-bottom: 1rem;
    font-size: 15px;
    color: #474747;
    font-weight: 800;
}

.tax,
.tier1:has(.tier1_tax_name) {
    font-size: 13px;
    color: #6B6B6B !important;
    font-weight: 500;
}

.tax.value {
    font-size: 14px;
}

.value {
    text-align: right;
}

.borderRadius20 {
    border-radius: 20px;
}

.bill-dt input {
    width: 73px;
    border-radius: 5px;
    border: 1px solid #FF8500;
    padding: 2px 8px;
    height: 23px;
    color: #474747;
    font-weight: 900;
    font-size: 15px;
}

.total-table tbody tr td {
    border-top: 0 !important;
}

.bill-dt,
.bill-dt+.tax.value {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.booking-data {
    margin-bottom: 20px;
}

.text-large {
    font-size: 14px !important;
    /* font-weight: 600 !important; */
}

.text-priamry {
    color: #474747;
}

.bill-dt.value {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.profile-photo {
    background-color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.amenity-list {
    list-style: none;
    padding-left: 0;
    /* -webkit-columns: 3; */
    column-count: 3;
}

.amenity-list li {
    margin-bottom: 1rem;
    text-align: left;
}

.amenity-list li .amenity-icon {
    width: 20px;
    height: 20px;
    background: #FF8500;
    border-radius: 5px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.add-form-content .btn-group {
    width: 100%;
}

.add-form-content .btn-group .multiselect {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-form-content .btn-group .dropdown-menu.show {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.add-form-content .btn-group .dropdown-menu.show li {
    padding-bottom: 0.5rem;
}

.modal .modal-footer {
    justify-content: center;
}

.odometer span {
    display: inline-block;
    min-width: 15px;
}

.bg-light-grey {
    background: #c1c1c1;
}

.img-sec {
    width: 60px;
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}


.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 5px solid #ff8500;
    border-radius: 10px;
}

.pricing-block .icon-box {
    position: relative;
    height: 165px;
    padding: 50px 30px 0;
    background-color: #ff8500;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pricing-block span.info {
    position: relative;
    bottom: 30%;
    left: 50%;
    z-index: 99;
}

.pricing-block .free {
    background-color: #4EBFEE;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    border-radius: 100% 100% 0 0;
    background-color: #ffffff;
    content: "";
    top: 86%;
}

.pricing-table-tooltip {
    position: absolute;
    right: 0px;
    left: 56%;
}

.pricing-table-tooltip ul.features {
    padding: 10px 20px 0px;
}

.pricing-table-tooltip .features {
    padding: 10px 8px 30px !important;
    position: absolute;
    right: 100px !important;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    max-width: 200px !important;
    margin: 0 auto;
    border-bottom: 5px solid #ff8500;
    border-radius: 10px;
    border: 3px solid #ff8500;
    top: 30px;
}

.pricing-table-tooltip .features li.true {
    font-size: 12px;
    padding: 2px 0;
    padding-left: 20px;
}

.pricing-table-tooltip .features li:before {
    top: 52% !important;
    font-size: 14px !important;
}

.pricing-table-tooltip .inner-box {
    position: relative !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

/* .pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
} */

/* .pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #ff8500;
    border-radius: 50%;
    font-size: 50px;
    color: #ff8500;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
} */

/* .pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
} */

.pop-up-position {
    /* border: 3px solid #ff8500; */
    bottom: 64rem;
    left: 14.5rem;
    width: 250px;
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ff8500;
    margin: 1rem 0;
}

.vat-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    margin-top: 5px;
}

.pricing-block .features {
    position: relative;
    max-width: 295px;
    margin: 0 auto 20px;
    padding-left: 0;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 0;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}

.pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #ff8500;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.page-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.page-heading h2 {
    color: #ff8500;
    font-weight: 700;
}

.table-inner-list {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}

.table-inner-list li {
    padding: 0 0.5rem;
}

.range-container {
    position: relative;
}

input[type="range"] {
    width: 380px;
    margin: 18px 0;
    /* -webkit-appearance: none; */
}

@media screen and (max-width: 767px) {
    input[type="range"] {
        width: 100%;
    }

    /* Customer agency panel */
    .cardCustomer {
        overflow-x: auto !important;
        flex-wrap: wrap;
    }

    .text-gray-800 {
        font-size: 16px !important;
    }

    .form-control {
        font-size: 10px !important;
        margin-left: 5px;
    }

    .customerCard .innerBody p {
        padding: 0.775rem !important;
        font-size: 12px !important;
    }

    .btn-primary {
        font-size: 0.8rem !important;
    }

    .edit_bookTitle {
        font-size: 22px !important;
    }

    .Goback_btn {
        padding: 7px 15px;
        margin-bottom: 10px;
    }

    .edit_booksubTitle {
        font-size: 17px;
    }

    .edit_book_mainwrap .card-body {
        padding: 10px 0;
    }

    .booking_pro_box {
        border-right: 0px;
    }

    .added_docs_box {
        width: 100%;
    }

    .booking_pro_circle {
        margin: 0 auto;
    }

    .add_bookingDocs_row {
        gap: 10px;
    }

    .add_docs_area {
        padding: 10px 31px;
    }

    .add_docs_area button i {
        font-size: 18px;
    }

    .billing-card .card-header h6 {
        font-size: 28px;
    }

    .carNameSection .carName,
    .carImageBox .carName p {
        font-size: 26px !important;
    }

    .billing-summary .table td {
        font-size: 12px;
    }

    .billing-summary .tble-title {
        font-size: 13px;
    }

    .imgBox {
        height: 70px !important;
    }

    .imgBox img {
        min-width: 90px !important;
    }

}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]+label {
    background-color: #fff;
    /* position: absolute;
    top: -25px; */
    left: 110px;
    width: 80px;
    padding: 5px 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Chrome & Safari */
input[type="range"]::-webkit-slider-runnable-track {
    background: #ff8500;
    border-radius: 4px;
    width: 100%;
    height: 10px;
    cursor: pointer;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: #ff8500;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.formDataModel .modal-body .range-container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #c5c5c5;
    width: 19px;
    height: 19px;
    background: white;
    cursor: pointer;
    border-radius: 20px;
    margin-top: -4px;
}

.formDataModel .modal-body .range-container .slider::-moz-range-thumb {
    width: 18px;
    height: 12px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.reantal-list {
    padding-left: 0;
    list-style: none;
    margin-top: 1.5rem;
}

.reantal-list .rental-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.reantal-list .rental-list-item .item-title {
    width: 70%;
    padding-right: 10px;
}

.reantal-list .rental-list-item .item-status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-row .date-filter {
    margin-right: 1rem;
}

.filter_row {
    margin-bottom: 1rem;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.fltr-btn {
    background: #ff8500;
    color: #fff;
    border: 1px solid #ff8500;
    border-radius: 5px;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
}

.statistic-table thead tr th,
.statistic-table tbody tr td,
.statistic-table tfoot tr td {
    font-size: 13px;
    padding: 0.75rem 0.35rem;
}

.statistic-table thead .state_head {
    text-align: center;
}

.statistic-table thead .state_head_rental {
    background: rgba(255, 133, 0, 0.1);
}

.statistic-table thead .state_head_income,
.statistic-table tbody tr:nth-of-type(2n+1) td:nth-child(n+9) {
    background: rgba(124, 181, 236, 0.1);
}

.hide {
    display: none;
}

.show {
    display: block;
}

.change_driver,
.change_driver_prvd {
    line-height: 6.5rem;
}

.btn-back {
    background: #ff8500;
    border: 1px solid #ff8500;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.btn-back:hover {
    background: #fff;
    border: 1px solid #ff8500;
    color: #ff8500 !important;
}

.btn-back:focus {
    outline: 0;
}

span#alertPassword {
    position: absolute;
    top: 45%;
    right: 24%;
    z-index: 99999;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff8500;
    border-color: #ff8500;
}

.oopss {
    text-align: center;
    position: relative;
    z-index: 999;
}

.oopss::before {
    content: 'Oops!';
    font-size: 10rem;
    font-weight: 900;
    color: #e9e9e9;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}

.mobPd {
    padding: 5rem 0;
}

@media screen and (max-width: 767px) {

    /* car images slider */
    .car_tabs_slider .cardImgTop,
    .damagecar_slider .cardImgTop {
        max-width: 100%;
    }

    .car_tabs_slider button.owl-prev,
    .damagecar_slider button.owl-prev,
    .car_tabs_slider button.owl-next,
    .damagecar_slider button.owl-next {
        top: 0;
    }

    .oopss::before {
        content: 'Opps!';
        font-size: 8rem;
        font-weight: 900;
        color: #e9e9e9;
        position: absolute;
        top: 2rem;
        left: 0;
        width: 100%;
    }

    .copyright {
        text-align: center !important;
        margin: 0.5rem;
    }

    .mobPd {
        padding: 2rem 0;
    }
}

.error-text h2 {
    font-size: 10rem;
    font-weight: 900;
    margin-bottom: 50px;
    color: #ff8500;
    letter-spacing: 5px;
}

.error-subtext p {
    font-size: 1.5rem;
    padding-top: 2rem;
}

.oops-img {
    width: 200px;
    margin: 0 auto;
}

.whiteSpace {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {

    .mobCard .card-body,
    .mobP-5 {
        padding: 1.5rem !important;
    }

    .highcharts-container {
        width: 100% !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .table thead tr th,
    .table tbody tr td {
        white-space: nowrap;
    }
}

.table.dataTable {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .table.dataTable {
        display: table;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {

    .select2-drop .select2-container {
        width: 100% !important;
    }
}

.filter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter_btn_row,
.calendar-sec {
    display: flex;
    align-items: center;
}

.ps-relative {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 0.875rem;
    top: 0.75rem;
    opacity: 0.3;
}

.mr3 {
    margin-right: 0.5rem;
}

.primary-value {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #ff8500;
    text-decoration: underline;
    /* cursor: pointer; */
}

input.primary-value[type="date"]::-webkit-calendar-picker-indicator {
    position: relative;
    right: 2rem;
    width: 25px;
    height: 25px;
}

.btn-grey {
    background-color: #eaeaea
}

.badge-sec {
    display: flex;
    flex-wrap: wrap;
}

.badge-filter {
    margin-right: 1.25rem;
}

.custom-bdg-btn {
    font-size: 0.875rem;
}

.custom-bdg-btn .badge {
    padding: 6px !important;
    border-radius: 4px !important;
    margin-left: 5px;
}

.plan-card-head {
    padding: 1rem 0;
    background: #f7f9f5;
    /* text-align: center; */
    margin-bottom: 1rem;
}

.plan-head-title {
    padding: 0 12px;
    border-right: 1px solid #eaeaea;
}

.plan-head-title h5 {
    font-size: 1rem;
    margin-bottom: 0;
    color: #000;
}

.daily-time {
    color: #ff8500;
    /* font-size: 2rem; */
    font-weight: 600;
}

.daily-time-ago {
    font-size: 0.75rem;
    color: #000;
    font-weight: 500;
}

.manager-btn {
    background: transparent;
    border: 0;
    padding: 0;
}

.cust-info,
.vehicle-info {
    display: flex;
    justify-content: flex-start;
}

.cust-img,
.vehicle-img {
    margin-right: 0.5rem;
}

.cust-name a,
.vehicle-name a {
    font-size: 12px;
    font-weight: 500;
    color: #FF8500;
}

.radius-none {
    border-radius: 5px !important;
}

.badge-outline-secondary {
    border: 1px solid #666;
    border-radius: 5px !important;
}

.balance {
    font-size: 0.75rem;
}

.balance-amt {
    color: #000;
    font-weight: 500;
}

.plan-card {
    border-bottom: 2px solid #ff8500 !important;
}

.vehicle-name .badge {
    padding: 6px !important;
}

.select2-results__option {
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: capitalize;
    line-height: 45px;
}

.asterisk_symbol {
    color: red;
}

@media screen and (max-width: 767px) {
    .filter-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .calendar-sec,
    .badge-sec {
        margin-bottom: 1rem;
    }

    .badge-filter,
    .card-col {
        margin-bottom: 0.875rem;
    }

    .plan-card-head {
        display: none;
    }

    .documentImg {
        width: 100px;
        height: 100px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab {
        width: 100% !important;
        border: none !important;
        margin-bottom: 2rem;
    }

    .tabcontent {
        width: 100% !important;
        margin-left: 0rem !important;
    }

    .tab button {
        display: initial !important;
        padding: 20px 15px !important;
        width: 31% !important;
        text-align: center !important;
    }

    #sig-canvas {
        touch-action: none !important;
        width: 100%;
    }




}

span#select2-country-dd-container,
#select2-state-dd-container,
#select2-city-dd-container {
    color: #858796 !important;
}

.uploadedImagesCard {
    border: 0;
    border-bottom: 1px solid #ff8500;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.uploadedImagesCard .card-body {
    padding: 0.875rem;
}

.uploadedImagesCard .card-body .btn {
    line-height: 1;
}

.cardImgTop {
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.cardImgTop img {
    object-fit: cover;
}

#layoutFixed {
    table-layout: inherit;
}

.back {
    background-color: #ff8500;
    margin-bottom: 10px;
    border: #ff8500;
}

.rangeSelector2 input[type="number"] {
    width: 42%;
}

/* Center the loader */
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Customize the loader appearance */
.loader:before {
    content: "";
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

/* Animation for the loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Notifications page*/
.tab {
    float: left;
    border: 1px solid #ccc;
    width: 25%;
    border-radius: 5px;
}

.tab button {
    display: block;
    background-color: inherit;
    color: #6f6f6f;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 4px;
}

.tab button:hover {
    background-color: hsla(31, 90%, 75%, 0.586);
}

.tab button.active {
    background-color: #ff8500;
    color: #ffffff;
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 74%;
    border-radius: 5px;
    margin-left: 0.25rem;
}

.icon-user {
    background: hsla(31, 90%, 75%, 0.586);
    padding: 20px 6px;
    border-radius: 100px;
    margin-right: 20px;
}

.msg_color_bold {
    font-weight: bold;
}

.maint_width div.btn-group {
    width: 100% !important;
}

.maint_width .multiselect-container {
    width: 100%;
}

.add-form-content .btn-group .multiselect {
    white-space: normal;
}

.customRangeSlider {
    overflow: hidden !important;
    max-width: 100% !important;
    display: flex !important;
}

#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

.adnl_customer span.select2.select2-container.select2-container--default,
.card-body span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* .customTimeline .rct-outer .rct-sidebar .rct-sidebar-row .groupValue {
    text-align: center;
} */

.customTimeline .rct-outer .rct-sidebar .rct-sidebar-row .groupValue {
    line-height: 30px
}

.newChanges .profile-photo {
    width: 150px;
    height: 80px;
    border: 1px solid #717171;
    border-radius: 10px;
}

.newChanges .vehicle-name a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.newChanges .badge-small,
.newChanges .badge_name {
    font-size: 10px;
    margin-bottom: 0;
}

.newChanges .badge_name {
    background: #FFF;
    color: #53AAE9;
    border: 1px solid #53AAE9;
}

.iti {
    width: 100%;
    position: relative;
    display: inline-block;
}

/* Styles for password container */
.password-container {
    position: relative;
    width: max-content;
    margin-bottom: 20px;
    /* Just for spacing in this example */
}

/* Styles for password criteria tooltip */
.password-tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    /* color: #fff; */
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 999999;
    width: 286px;
    top: 0;
    left: calc(100% + 0px);
    box-shadow: 0px 0px 6px 0px rgba(255 176 89);
    font-weight: 600;
}

.password-tooltip h3 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
}

/* .password-tooltip p {
   color: white;
} */

.valid {
    color: green;
    padding-left: 15px;
}

.valid:before {
    position: relative;
    left: -7px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
    padding-left: 15px;
}

.invalid:before {
    position: relative;
    left: -7px;
    content: "✖";
}

.password-tooltip::before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    left: 0;
    top: 40%;
    border: 15px solid transparent;
    border-left: 0;
    border-right: 15px solid #ffb05961;
    transform: translate(calc(-100% - 0px), -50%);
}

.password-tooltip p {
    margin-bottom: 0.1rem;
}

.react-calendar-timeline .rct-dateHeader-primary,
.react-calendar-timeline .rct-header-root {
    background-color: #fa8110 !important;

}

.btn-color-sch {
    background-color: #3498db;
}

.btn-color-can {
    background-color: #e74c3c;
}

.btn-color-com {
    background-color: #27ae60;
}

.btn-color-con {
    background-color: #2ecc71;
}

.btn-color-inp {
    background-color: #f39c12;
}

.btn-color-man {
    background-color: #5A5A5A;
}

.calendar-wrapper {
    display: inline-flex;
    margin: 15px 0px;
}

.calendar-wrapper .react-datepicker-wrapper {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    width: 170px;
}

.react-datepicker__input-container {
    text-align: center;
}

.subscribe-cancle {
    border-radius: 0.375rem;
    font-size: 1rem;
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .pricing-table-tooltip .features {
        right: 75px !important;
        max-width: 270px !important;
    }

    .sidebar.toggled {
        width: 16rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        display: flex !important;
        align-items: center !important;
    }

    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 5px !important;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .pricing-table-tooltip .features {
        right: 75px !important;
        max-width: 270px !important;
    }

    .sidebar.toggled {
        width: 20rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        display: flex !important;
        align-items: center !important;
    }

    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 5px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .pricing-table-tooltip .features {
        right: 112px !important;
        max-width: 180px !important;
    }

    .pricing-table-tooltip .features li.true {
        font-size: 10px;
        padding-left: 17px;
    }

    .sidebar.toggled {
        width: 16rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        display: flex !important;
        align-items: center !important;
    }

    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 5px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 400px) {

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter {
        text-align: left !important;
    }

    .dataTables_wrapper .col-sm-12 {
        padding-left: 0rem !important;
    }
}

#sig-canvas {
    cursor: crosshair;
}

.calendar-wrapper .btn-primary {
    background-color: rgb(0, 122, 255) !important;
    border-color: rgb(0, 122, 255) !important;
    padding: 0.5rem 0.75rem;
}

#react_timeline_package .calendar-wrapper {
    margin: 10px 0px !important;
    display: flex !important;
    align-items: center;
}

.badge_name {
    white-space: normal;
}

.timeline_icon_section {
    cursor: pointer;
    color: #fa8110;
    /* color: #fff; */
    padding: 4px;
    border-radius: 25px;
    font-size: 14px;
    margin-left: 5px;
}

.icon_card {
    align-items: flex-end;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 79px;
}

@media screen and (max-width: 767px) {
    .range-period {
        width: 73% !important;
    }

    .sidebar .nav-item .collapse {
        position: absolute;
        left: calc(-0.5rem + 0.4rem / 2) !important;
        z-index: 1;
        top: 4rem;
        margin: 0 1rem;
    }
}

/* .customTimeline .rct-sidebar-row.rct-sidebar-row-odd {
    height: auto !important;
}
.customTimeline .rct-sidebar-row.rct-sidebar-row-even {
    height: auto !important;
} */

.sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
    left: calc(-0.7rem + 1.5rem / 2);
    margin: 0 1rem !important;
    top: 2.5rem !important;
}

.warningText {
    color: red;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Timeline Page Style */
.react-datepicker-popper {
    z-index: 999 !important;
}


/* CGRENT Style */
.locationWrapper {
    display: flex;
    gap: 20px;
}

.locationsWrapper .locationCard {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.locationCard {
    position: relative;
    width: 250px;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.locationImage,
.locationCard .destinationImage {
    width: 100%;
    height: 100%;
}

.locationCard .destinationImage::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.locationImage img,
.locationCard .destinationImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noHover {
    transform: none !important;
}

.locationDetail {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    z-index: 2;
}

.locationDetail h2 {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
}

.image-edit-container {
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
}

.editImageButton {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 0;
    color: #000000;
}

.locationDetails {
    width: 30%;
}

.locationDetails .dtlRow {
    border-bottom: 1px solid #e3e6f0;
    margin-bottom: 1rem;
}

.locationDetails .dtlRow p {
    margin-bottom: 0.5rem;
}

.settingWrapper .nav-link {
    color: #696969;
    background-color: #FFF;
    margin-bottom: 10px;
}

.StripeElement {
    width: 100%;
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}


.custom-document {
    border: 1px solid #717171 !important;
    height: 35px !important;
    border-radius: 4px !important;
    /* width: auto; */
}

.disabled-option {
    color: darkgrey !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity as needed */
    z-index: 1050;
    /* Ensure the overlay is above the modal */
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
}

.rowTitle {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #717171;
}

/* .titleRow {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 1rem;
    border-bottom: 1px solid #717171;
} */

.bufferTime {
    font-size: 12px;
    color: #ff8500;
}

.infoIcon {
    color: #C5C5C5;
    cursor: pointer;
}

.topBorderNone {
    border-top: none;
}

.customerCard {
    border-radius: 15px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
}

.customerCard .card-header {
    background: #FFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customerCard .card-header p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    border-right: 1px solid #B6B6B6;
}

.customerCard .card-header p:last-child {
    border-right: 0;
}

.customerCard .card-header p span {
    font-size: 13px;
    color: #474747;
    font-weight: 600;
}

.customerCard .card-header p:first-child {
    /* width: 20%; */
    position: relative;
    padding-right: 5px;
}

.customerCard .card-header p:first-child span:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #B6B6B6;
    bottom: -9px;
    left: 3px;
}

.customerCard .innerBody {
    /* width: 100%; */
    border-bottom: 0;
    /* text-align: center; */
}

.cardCustomer .innerBody {
    display: flex;
}

.cardCustomer .card-header {
    display: flex;
    border-radius: 0;
    padding-left: 0;
}

.cardCustomer .card-header p:first-child {
    width: 30%;
}

.cardCustomer .innerBody p:first-child {
    width: 20%;
}

.customerCard .card-body .innerBody {
    background: #f1f1f1;
    /* width: 100%; */
}

.customerCard .innerBody p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0.875rem;
    font-size: 13px;
    color: #474747;
    font-weight: 600;
    position: relative;
}

.customerCard .innerBody p:first-child {
    background: #fff;
    /* width: 20%; */
    padding-left: 20px;
}

.imgBox {
    display: block;
    width: 100%;
    height: 90px;
    border: 2px solid #717171;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #FFF;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrapper .pageHeader {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    background-image: url("../../frontend/images/booking_bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wrapper .pageHeader .headerLogo {
    width: 150px;
    margin-bottom: 1.5rem;
}

.wrapper .pageHeader .title h2 {
    font-size: 40px;
    font-weight: 900;
    color: #F2F3F4;
    margin-bottom: 0;
}

.wrapper .pageHeader .title p {
    font-size: 13px;
    font-weight: 500;
    color: #F2F3F4;
    margin-bottom: 0;
}

.contentWrapper {
    padding: 3rem 0
}

.contentWrapper .bookingWrap .contentHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 1rem;
}

.contentWrapper .bookingWrap .contentHeader h2 {
    font-size: 40px;
    font-weight: 900;
    color: #717171;
}

.contentWrapper .bookingWrap .bookingNavs .nav-link {
    font-size: 14px;
    color: #717171;
    border-radius: 15px;
    padding: 0.125rem 0.75rem;
    background: #D9D9D9;
    border: 1px solid #717171;
}

.contentWrapper .bookingWrap .bookingNavs .nav-item {
    margin-right: 10px;
}

.contentWrapper .bookingWrap .bookingNavs .nav-item .active {
    background-color: #ff8500;
    color: white;
}

.contentWrapper .bookingWrap .bookingNavs .nav-item:last-child {
    margin-right: 0px;
}

.contentWrapper .innerContent {
    text-align: center;
    padding: 2rem;
}

.contentWrapper .innerContent img {
    width: 120px;
}

.contentWrapper .userInfoCard {
    background: #F2F3F4;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.carDetailCard {
    color: #000;
    font-weight: 400;
    border: 1px solid #A1A1A1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.carDetailCard span {
    font-size: 12px;
}

.carDetailCard .progress-bar {
    background-color: #ff8500;
}

.viewLink {
    color: #474747;
    text-decoration: underline !important;
}

.contentWrapper .userInfoCard .card-body {
    padding: 1.5rem;
}

.contentWrapper .userImageSection {
    /* display: flex; */
    align-items: center;
    text-align: center;
    gap: 2rem;
    position: relative;
}

.contentWrapper .userImageSection .userAvatar {
    width: 200px;
    height: 200px;
    border: 2px solid #717171;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentWrapper .userImageSection .carImage {
    width: 100%;
    height: 200px;
    border: 1px solid #717171;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #FFF;
    /* align-items: center; */
}

.border-top-none {
    border-top: none !important;
}

.contentWrapper .userImageSection .userAvatar img {
    margin-bottom: 1rem;
}

.btn-upload {
    font-size: 1rem;
    font-weight: 600;
    color: #717171;
    background: #D9D9D9;
    border: 1px solid #C6C6C6;
    transition: all 0.3s ease-in-out;
}

.btn-upload:hover {
    background: #D9D9D9;
    border: 1px solid #C6C6C6;
    transition: all 0.3s ease-in-out;
}

.contentWrapper .userImageSection .userName {
    font-size: 14px;
    font-weight: 700;
    color: #717171;
}

.contentWrapper .userImageSection .editButton {
    position: absolute;
    top: 0;
    right: 0;
}

.contentWrapper .userImageSection .editButton .btnEdit {
    border: 0;
    color: #717171;
    font-size: 20px;
    background: none;
}

.contentWrapper .rightText p {
    color: #717171;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 0.75rem;
}

.contentWrapper .rightText p.count {
    text-decoration: none;
}

.contentWrapper .rightText span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #00CF46;
}

.contentWrapper .userDetailsSection {
    padding-top: 1.5rem;
}

.contentWrapper .userDetailsSection .dtlLabel,
.customerCard .dtlLabel {
    font-size: 14px;
    color: #717171;
}

.contentWrapper .userDetailsSection .dtlText,
.customerCard .dtlText {
    font-weight: 600;
    color: #717171;
    margin-bottom: 0.5rem;
}

.contentWrapper .userDetailsSection .idDtl .info,
.customerCard .idDtl .info {
    font-size: 12px;
    color: #717171;
    margin-bottom: 0.125rem;
}

.contentWrapper .userDetailsSection .idDtl .info span,
.customerCard .idDtl .info span {
    font-weight: 700;
    color: #717171;
    margin-bottom: 0.125rem;
    margin-right: 5px;
}

.contentWrapper .destinationWrap .destinationTitle h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.contentWrapper .destinationWrap .destinationCard {
    position: relative;
    transition: all 0.3s ease;
}

.contentWrapper .destinationWrap .destinationCard:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.03);
    border-radius: 15px;
}

.contentWrapper .destinationWrap .destinationDetail {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.contentWrapper .destinationWrap .destinationDetail h2 {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
}


.listingWrapper .innerContent {
    text-align: left;
}

.listingtabs {
    margin-bottom: 2rem;
}

.listingtabs .listingNavs {
    justify-content: center;
}

.listingtabs .listingNavs .nav-item {
    margin-right: 10px;
}

.listingtabs .listingNavs .nav-link {
    font-size: 12px;
    color: #717171;
    border-radius: 5px;
    padding: 0.125rem 0.75rem;
    background: #D9D9D9;
}

.listingCard {
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #F2F3F4;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.listingCard:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.contentWrapper .innerContent .badgeRow .left img {
    width: 35px;
}

.contentWrapper .innerContent .badgeRow .right img {
    width: 25px;
    margin-right: 10px;
}

.contentWrapper .innerContent .badgeRow .right img:last-child {
    margin-right: 0px;
}

.contentWrapper .innerContent .carImageRow {
    height: 200px;
    display: flex;
    overflow: hidden;
}

.contentWrapper .innerContent .carImageRow img {
    width: 100%;
}

.listingCard .carImageRow {
    margin-bottom: 1rem;
}

.listingCard .innerBody {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listingCard .carname {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0;
    line-height: normal;
}

.listingCard .orText {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.listingCard .carType {
    margin-top: 1rem;
}

.listingCard .carType p {
    margin-bottom: 0;
    color: #717171;
    font-size: 0.75rem;
}

.listingCard .typeBadge {
    display: flex;
    gap: 5px;
    margin: 0.5rem 0;
}

.listingCard .starRow i {
    color: #FF5E00;
}

.listingCard .unlimitedBadge {
    background: #A4FFA7;
    border: 1px solid #026100;
    font-size: 0.575rem;
    color: #026100;
    font-weight: 600;
    padding: 0.25rem 0.25rem;
    border-radius: 4px;
}

.listingCard .depositeBadge {
    background: #A4FFF4;
    border: 1px solid #004F61;
    font-size: 0.575rem;
    color: #004F61;
    font-weight: 600;
    padding: 0.25rem 0.25rem;
    border-radius: 4px;
}

.listingCard .priceRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    border-top: 1px solid #d3d3d3;
    padding-top: 1rem;
}

.listingCard .priceRow .price {
    font-weight: bold;
}

.listingCard .priceRow .priceSubText {
    font-size: 0.75rem;
    color: #717171;
}

.filterFormSection .searchBar {
    display: flex;
    align-items: center;
    background: #FF8500;
    border-radius: 8px;
    padding: 0.25rem;
}

.filterFormSection .searchBar .form-control {
    border: 0;
}

.filterFormSection .searchBar .btn-search {
    color: #FFFFFF;
}

.filterFormSection .btn-filter {
    width: 100%;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0.575rem;
    border-radius: 8px;
    background: #FF8500;
}

.filterFormSection .btn-filter i {
    color: #FFDAB3;
}

.filterFormSection .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    background: #FF8500;
    border-radius: 8px;
    padding: 0.575rem;
}

.filterFormSection .form-group .inputGroup {
    width: 100%;
}

.filterFormSection .form-group .icon {
    width: 40px;
    text-align: center;
    margin-right: 10px;
}

.filterFormSection .form-group .icon i {
    font-size: 1.5rem;
    color: #FFDAB3;
}

.filterFormSection .inputGroup label,
.filterFormSection .inputGroups label {
    font-size: 0.75rem;
    color: #FFDAB3;
}

.filterFormSection .inputGroup .input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterFormSection .inputGroup .form-control,
.filterFormSection .inputGroups .form-control {
    border: 0;
    background: transparent;
    padding-left: 0;
    color: #FFFFFF;
    font-weight: 600;
}


.filterFormSection .inputGroup .totalDays {
    width: 20%;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
}

.filterFormSection .inputGroups {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.filterFormSection .inputGroups::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #FFDAB3;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Upload Button */
.file,
.docs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file>input[type='file'] {
    display: none
}

/* .docs>input[type='file'] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
} */

.file>label,
.docs>label {
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border: 1px solid#C6C6C6;
    border-radius: 5px;
    background-color: #D9D9D9;
    color: #717171;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file>label:hover,
.docs>label:hover {
    border-color: hsl(0, 0%, 21%);
}

.file>label:active,
.docs>label:active {
    background-color: #D9D9D9;
}

.file>label>i,
.docs>label>i {
    padding-right: 5px;
}

.file--upload>label,
.docs--upload>label {
    color: #717171;
}

.file--upload>label:hover,
.docs--upload>label:hover {
    border-color: #717171;
    background-color: #D9D9D9;
}

.file--upload>label:active,
.docs--upload>label:active {
    background-color: #D9D9D9;
}

.bookingCard {
    background: #EDEEEF;
    border-radius: 15px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.bookingDetails .carImage {
    text-align: center;
    flex: 1;
}

.bookingDetails .carImage img {
    width: 75%;
    position: relative;
}

.bookingDetails .carImage h4 {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}

.bookingDetails .carImage span {
    font-size: 10px;
    position: absolute;
    left: 5.1%;
}

.bookingDetails .bookingCols {
    flex: 1;
    padding: 0 0.5rem;
}

.bookingDetails .bookingCols {
    color: #474747;
    font-size: 12px;
    border-right: 0.5px solid #717171;
}

.bookingDetails .bookingCols:last-child {
    border-right: 0;
}

.bookingDetails .bookingCols p {
    margin-bottom: 0.25rem;
}

.moreLink {
    color: #474747;
    font-size: 12px;
    border: none;
    text-decoration: underline;
    background: none;
    transition: all 0.3s ease;
}

.tableTitle {
    color: #474747;
    font-size: 22px;
}

.historyTable thead th {
    font-size: 13px;
    font-weight: 500 !important;
    text-decoration: underline;
}

.bg-none {
    background: transparent;
}

.settingsCard {
    border: 1px solid #BFBFBF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.settingsCard .card-header {
    border-bottom: 1px solid #BFBFBF;
}

.settingsCard .table-responsive .dataTables_wrapper .table {
    margin: 0 !important;
}

.settingsCard .table-responsive .dataTables_wrapper .table thead th {
    border-top: 0 !important;
}

.settingsCard .table-responsive .dataTables_wrapper .row:nth-child(1) {
    margin-bottom: 1rem;
}

.settingsCard .table-responsive .dataTables_wrapper .row:nth-child(2) table {
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.settingsCard .table-responsive .dataTables_wrapper .row:nth-child(3) {
    margin-top: 1rem;
}

.manu-button a {
    font-size: 1rem !important;
    background: white;
    border-color: #ff8500;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(255, 133, 0, 0.11), 0 1px 3px rgba(255, 133, 0, 0.08);
    color: #ff8500;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}


.w-30 {
    width: 30%;
}

.documentModal .modal-content {
    background: #F2F3F4;
}

.documentModal .modal-content .modal-body {
    padding: 3rem;
}

.documentModal .modalTitle {
    text-align: center;
    font-size: 2rem;
    color: #474747;
    font-weight: 600;
    margin-bottom: 2rem;
}

.documentModal .form-control {
    background: #F2F3F4;
    border: 1px solid #717171;
    border-radius: 5px;
    height: 55px;
}

.btnCancel {
    color: #AA3300;
    border: 1px solid #AA3300;
    background: #FF9797;
}

.btnConfirm {
    color: #026100;
    border: 1px solid #00CF46;
    background: #72FF89;
}

.editSign {
    position: absolute;
    right: 8rem;
    top: 3rem;
    cursor: pointer;
}

.billing-card {
    border-radius: 20px;
}

.billing-card .card-header {
    text-align: center;
    background: #FF8500;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.billing-card .card-header h6 {
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0;
}

/* .carImageBox .carImg {
    width: 100%;
    height: 200px;
    border: 1px solid #717171;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
} */

.carImageBox .carImg {
    /* width: 100%; */
    /* height: 200px; */
    border: 1px solid #717171;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #FFF;
    border: 1px solid #717171;
    border-radius: 25px;
    box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.75rem;
}

.carImageBox .carName p {
    font-size: 36px;
    font-weight: bolder;
    color: #474747;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

span.dtlImg,
.carDetails span {
    display: block;
}

span.dtlImg img {
    width: 50px;
}

.carDetails {
    text-align: left !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-weight: normal !important;
}

.carDetails .imageCar {
    width: 100%;
    height: 80px;
    border: 1px solid #717171;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carDetails .numPlate {
    display: inline;
    background: #FFF;
    font-size: 12px;
    color: #53AAE9;
    border: 1px solid #53AAE9;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 3px 0;
}

.carDetails .prodYear {
    display: inline;
    background: #A4FFF4;
    font-size: 12px;
    color: #004F61;
    border: 1px solid #006161;
    border-radius: 5px;
    padding: 2px 10px;
}

.overflowShow {
    overflow: auto !important;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-container .card-header {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.scroll-container .card-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.scroll-container .innerBody {
    display: flex;
}


@media only screen and (max-width: 1919px) {
    .scroll-container .innerBody {
        display: flex;
        width: max-content;
    }
}

.scroll-container .card-header p,
.scroll-container .innerBody p {
    flex: 1;
    max-width: 100%;
    margin: 0;
    /* padding: 0 10px; */
    /* overflow-x: scroll; */
}

.scroll-container .card-header p,
.scroll-container .innerBody p:nth-child(11),
.scroll-container .card-header p,
.scroll-container .innerBody div {
    background: #f1f1f1;
}

.scroll-container .card-header p span,
.scroll-container .innerBody p span {
    display: block;
}

.subscriptionCard {
    background-color: #FFF;
    border: 1px solid #BFBFBF;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.subscriptionCard .card-header {
    background: #FFF;
}

.subscriptionCard .card-header .card-title {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
    margin-bottom: 0;
}

.subscriptionCard .card-body {
    padding: 2rem;
}

.subscriptionCard .detailHeading {
    border-bottom: 1px solid #474747;
}

.subscriptionCard .detailHeading h3 {
    font-size: 1.85rem;
    color: #474747;
    margin-bottom: 1.5rem;
}

.subscriptionCard .subsDetails {
    margin-top: 1.5rem;
}

.subscriptionCard .subsDetails .subsList {
    list-style: none;
    padding-left: 0;
    padding: 0 1rem;
}

.subscriptionCard .subsDetails .subsList .subsItem {
    margin-bottom: 1rem;
}

.subscriptionCard .subsDetails .subsList .subsItem span {
    font-size: 13px;
    color: #474747;
}

.subscriptionCard .subsDetails .subsList .subsItem p,
.subscriptionCard .paymentSection h3 {
    font-size: 15px;
    font-weight: 600;
    color: #474747;
}

.subscriptionCard .paymentSection {
    padding: 1rem;
    border-top: 1px solid #717171;
    margin-top: 2rem;
}

.subscriptionCard .paymentSection .cardDtl {
    margin-top: 1.5rem;
}

.subscriptionCard .paymentSection .cardDtl img {
    width: 50px;
}

.subscriptionCard .paymentSection .paymentMode {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.subsCard .row>div {
    border-right: 1px solid #717171;
}

.subsCard .row>div:last-child {
    border-right: 0;
}

.subsCard p {
    color: #474747;
}

.subsCard p.bottomText {
    font-weight: 600;
    margin-bottom: 0;
}

.card.subsCard {
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

.subsDropDown .dropdown-toggle {
    padding: 0;
    font-size: 28px;
}

.subscriptionCollapse {
    position: absolute;
    background: #F5F5F5;
    border: 1px solid #BFBFBF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: -1.5rem;
    top: 4.5rem;
    z-index: 1;
    width: 23rem;
    padding: 1rem;
}

.subscriptionCollapse .dropdown-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #474747;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem 0;
}

.subscriptionCollapse .headRow {
    font-size: 13px;
    font-weight: 300;
}

.dropIcon {
    color: #C6C6C6;
}

.btnSection {
    position: absolute;
    top: 5%;
    right: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btnSection .btn {
    background: transparent;
}

.btnSection .btn:first-child {
    color: #ff0000;
}

.btnSection .btn:last-child {
    color: #474747;
}

.no_item {
    text-align: center;
    margin-top: 15px;
}

.gray_out {
    opacity: 0.5;
}

.detailSection .insuranceTitle {
    font-size: 1rem;
    font-weight: 700;
    color: #474747;
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #dee2e6; */
}

.detailSection .table tr td {
    font-size: 14px;
    font-weight: 500;
    color: #474747;
    text-align: left;
}

.detailSection .accordion-button,
.detailSection .accordion-button1 {
    padding: 0.75rem 0;
}

.detailSection .accordion-button,
.detailSection .accordion-button1 {
    background: transparent;
    box-shadow: none;
    color: #FF8A00;
    cursor: pointer;
}

.detailSection .accordion-button1:after {
    margin-left: 5px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8A00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
}

.detailSection .accordion-button:after {
    content: "";
    position: absolute;
    margin-left: 5px;
    transform: rotate(360deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8A00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
}

.moretext {
    display: none;
}

.layout {
    table-layout: fixed;
    margin-bottom: 0;
}

.detailSection .accordion-button,
.detailSection .accordion-button1 {
    padding: 0.75rem 0;
    text-align: left;
    padding-left: 10px;
}

.location-field-group {
    width: 100%;
    display: flex;
}

.option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.option-row:last-child {
    border-bottom: none;
}

.quantity-input {
    padding: 12px;
    display: flex;
    align-items: center;
}

.quantity-input button {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    cursor: pointer;
}

.quantity-input p {
    width: 50px;
    text-align: center;
    margin: 0;
}

.option_qty_other {
    padding-left: 70px;
    padding-right: 70px;

}

.total-price {
    text-align: right;
    font-weight: bold;
}

.per_day_price {
    padding: 10px;
}

.option-container {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.location_address_settting {
    padding-left: 5px;
}

.rentoncgrent {
    width: 190px;
}

.global_setting {
    width: 300px;
}

@media screen and (max-width: 767px) {

    .rentoncgrent {
        width: 130px;
    }

    .global_setting {
        width: auto;
    }

}

.address-location {
    text-align: justify;
}

button.print-window,
.sendDocumentLink {
    border: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: #FF8500;
    padding: .45rem 1rem;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.disabled-opacity {
    opacity: 0.7 !important;
}


.customBtnSection {
    position: absolute;
    top: -4% !important;
    left: -2% !important;
    display: flex;
    gap: 7px;
    flex-direction: row;
}

.customBtnSection .btn {
    width: fit-content;
    padding: 4px 5px;
    height: 100%;
    font-size: 0.7rem !important;
    max-height: 8vh;
    display: flex;
}

.customBtnSection .remove {
    background-color: #e74a3b !important;
    border-color: #e74a3b !important;
    border-radius: 0.375rem !important;
    color: white !important;
    box-shadow: 0 4px 6px rgba(255, 133, 0, 0.11), 0 1px 3px rgba(255, 133, 0, 0.08) !important;
}

.customBtnSection .edit {
    background: #ff8500 !important;
    border-color: #ff8500 !important;
    color: white !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 4px 6px rgba(255, 133, 0, 0.11), 0 1px 3px rgba(255, 133, 0, 0.08) !important;
}

.customImageSection {
    display: flex;
    width: 100%;
}

.customImageSection .documentImg {
    width: 100%;
    margin-right: 5px;
}

.customImageSection .documentImg a {
    width: 100%;
}

.customImageSection .documentImg a img {
    width: 100% !important;
    height: 100%;
    max-height: 10vh;
}

.customdtLRow {
    width: 100%;
    display: flex;
}

.customdtLRow .row {
    width: 100%;
}

.customAddButton .borderwrapper {
    height: fit-content;

}

.customdtLRow .addBtnwrapper .borderwrapper {
    border: 0.2px solid #dddddd;
    border-radius: 8px;
    padding: 15px 20px;
}

.customdtLRow .addBtnwrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}