/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: var(--primary);
}

textarea {
    resize: vertical;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
}

.mt-6 {
    margin-top: 60px;
}

.mb-6 {
    margin-bottom: 60px;
}

/* color */
:root {
    --primary: #3A60AC;
    --secondary: #2e539e;
    --white: #ffffff;
    --light: lightgray;
}

/* =============================  Header  ================================= */

.header_sec {
    background: #f5f5f5;
    border-color: #e7e7e7 !important;
    padding: 10px 0px;
}

.header_sec .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    padding: 0;
}

.header_sec .nav-link:hover {
    color: #6b6b6b !important;
}

.header_sec .btn-primary {
    color: #FFF !important;
    font-weight: 700;
    font-size: 14px;
    border: none;
}


.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 4px;
    font-weight: 500;
}

.btn {
    padding: 10px 15px;
}

.btn-primary:hover {
    background: var(--secondary);
}



.mobile_nav .offcanvas {
    width: 300px;
    background: #ffffff;
}

.mobile_nav .btn-close {
    background: transparent;
    font-size: 22px;
    position: absolute;
    top: 10px;
    opacity: 1;
    box-shadow: none !important;
    right: 12px;
}

.navbar-brand img {
    width: 200px;
    height: 40px;
}


/* =============================  Banner  ================================= */

.banner_sec {
    background: #3a60ac;
    padding: 70px 0px;
}

.location_modal_btn button {
    background: #375aa0;
    font-weight: 600;
    font-size: 15px;
}

.banner_search .form-control {
    font-size: 15px;
    font-weight: 500;
    background: #2f4f8f;
    border: 2px solid #2f4f8f !important;
    border-right: none !important;
}

.banner_search .form-control::placeholder {
    color: var(--light);
}

.banner_search .form-control, select {
    color: var(--white);
}

.banner_search .input-group-text {
    color: var(--white);
    font-weight: bold;
    background-color: #2f4f8f !important;
    border-left: none !important;
    border-width: 2px;
    border-color: #2f4f8f !important;
}

/* =============================  Category  ================================= */

.section_heading .title {
    font-size: 18px;
    margin: 0;
    color: #1c1c1c;
    font-weight: 500;
}

.section_heading .title span {
    color: var(--primary);
    font-weight: 700;
}

.category_icon  {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.category_item:hover .category_icon  {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5) !important;
}


.category_item .category_name {
    font-size: 14px;
    color: #353434;
}

.category_item .category_name.no-ads, .count_items.no-ads {
    color: #9e9e9ebf !important;
}
.category_item .count_items {
    font-size: 13px;
    color: #6c6c6cde;
}

.category_listings .browse_list a {
    font-size: 14px;
    color: #737373;
    display: inline-block;
    transition: all 0.3s ease;
    vertical-align: baseline;
    padding-right: 14px;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.category_listings .browse_list a::before {
    position: absolute;
    content: "|";
    top: 0;
    right: 0;
}

.category_listings .browse_list a:last-child::before {
    content: "";
}

.category_listings .browse_list a:hover {
    color: var(--primary);
}


.member_user h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.member_user p {
    font-size: 16px;
    color: #444;
}


/* =============================  Footer  ================================= */

.footer_section {
    background: #f7f7f7;
    border-top: 1px solid #e3e3e3;
}

.widget-heading h3 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
}

.footer-widget .links a {
    color: #606060;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-widget .links a:hover {
    color: #000;
    font-weight: 500;
}

.social_media ul li {
    display: inline-block;
}

.social_media ul li a {
    color: #222;
    font-size: 18px;
    margin: 6px;
}

.custom_modal .btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 1;
    font-size: 12px;
    box-shadow: none !important;
    z-index: 1;
}

#locationModal ::-webkit-scrollbar-track, #categoryModal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#locationModal ::-webkit-scrollbar, #categoryModal ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#locationModal ::-webkit-scrollbar-thumb, #categoryModal ::-webkit-scrollbar-thumb {
    background-color: #727272;
}

.custom_modal .heading h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.custom_modal .heading h6 {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 400;
}

.custom_modal .city_list p {
    font-size: 14px;
    color: #797979;
}

.custom_modal .modal-body {
    max-height: 800px;
    overflow-y: auto;
}

.modal-content {
    border-radius: 4px;
    border: none !important;
}

.modal-header {
    background: #f5f5f5;
    border-color: #ebebeb;
}

.modal-title {
    font-size: 16px !important;
    font-weight: 500;
    color: #111111;
}

/* =============================  Footer  ================================= */
.listings_wrap .listing_item {
    border-bottom: 1px solid #dadada;
    padding: 8px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.listings_wrap .listing_item:hover {
    box-shadow: 0 0 8px 0 #d4ded9;
}

.listing_img img {
    width: 165px;
    height: 110px;
}

.verified_item {
    border: 1px solid #ffcb5f !important;
    background-color: rgb(255 203 95 / 22%);
    border-radius: 6px;
    margin-bottom: 5px;
}

.listings_wrap .listing_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #222;
    font-weight: 700;
}

.listing_heading button {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

.listing_content .car_info {
    font-size: 15px;
    color: #575757;
}

.listing_content .listing_info {
    font-size: 15px;
    color: #575757;
    font-weight: 500;
}

.listing_content .listing_price {
    color: #455ba8;
    font-weight: 800;
}

.listing_content .date {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.listing_content .listing_tag .member {
    color: #FF9800;
    font-weight: 600;
    font-size: 13px;
}

.listing_content .listing_tag .member i {
    color: #FF9800;
}

.listing_content .listing_tag .verified {
    color: #54ACC8;
    font-weight: 600;
    font-size: 13px;
}

.listing_heading button i {
    color: var(--primary);
}

.listing_sidebar label {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.listing_sidebar .form-control {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
}

.listing_sidebar .form-check-label {
    font-weight: 500;
}

.listing_sidebar .accordion-header button {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.listing_sidebar .accordion-body h6, .location_list .accordion-body h6 {
    font-size: 14px;
    color: #777;
}

.category_list ul li a, .location_list ul li a {
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
}

.category_list ul li a:hover, .location_list ul li a:hover {
    color: var(--secondary);
}

.category_list ul li a span, .location_list ul li a span {
    color: #656565;
}

.filter_offcanvas .offcanvas {
    width: 320px !important;
}

.listing_pagination .page-link {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #111;
    font-weight: 500;
    padding: 0px 12px;
    box-shadow: none !important;
}

.listing_pagination .page-link:hover {
    color: var(--primary);
}

.listing_header h1 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.listing_header p {
    font-size: 14px;
    color: #444;
}

.carousel_listings .carousel-caption {
    left: 8% !important;
}

.carousel_listings .carousel-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, hsla(0, 0%, 80.8%, 0) -2%, rgb(0 0 0 / 61%) 80%);
}

.carousel_listings .carousel-control-next, .carousel_listings .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    background: #fff;
    opacity: 1;
    color: var(--primary) !important;
    font-size: 16px;
    border-radius: 0px 12px 12px 0px;
}

.carousel_listings .carousel-control-next {
    border-radius: 12px 0px 0px 12px;
}


.custom_modal .category_wrapper .nav-link, .custom_modal .cities_wrapper .nav-link {
    color: var(--primary) !important;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #e7edee;
    text-align: left;
    padding: 10px 0px !important;
    position: relative;
}

.custom_modal .category_wrapper .nav-link:before, .custom_modal .cities_wrapper .nav-link:before {
    position: absolute;
    content: "\f105";
    top: 10px;
    right: 0;
    font-family: 'FontAwesome';
    color: #a19d9d;
}

.custom_modal .category_wrapper .nav-link:hover, .custom_modal .cities_wrapper:hover {
    color: #111 !important;
}

.custom_modal .category_wrapper .nav-link img {
    width: 35px;
}

.custom_modal .subcategory_items ul li, .custom_modal .areas_items ul li {
    border-bottom: 1px solid #e7edee;
    padding: 8px 0px !important;
}

.custom_modal .subcategory_items ul li a, .custom_modal .areas_items ul li a {
    color: var(--primary) !important;
    font-size: 15px;
    display: block;
    text-align: left;
    position: relative;
}

.custom_modal .subcategory_items ul li:first-child, .custom_modal .areas_items ul li:first-child {
    padding-top: 0 !important;
}

.custom_modal .subcategory_items ul li a:hover, .custom_modal .areas_items ul li a:hover {
    color: #111 !important;
}


.custom_modal .city_list ul li {
    border-bottom: 1px solid #e7edee;
    padding: 8px 0px !important;
}

.custom_modal .city_list ul li a {
    color: var(--primary) !important;
    font-size: 15px;
    display: block;
    text-align: left;
    position: relative;
}

.custom_modal .city_list ul li:first-child {
    padding-top: 0 !important;
}

.custom_modal .city_list ul li a:hover {
    color: #111 !important;
}


/* =============================  Listings Details  ================================= */
.seller_name h5 {
    font-size: 15px;
    color: #212121;
}

.seller_name a {
    font-size: 13px;
    font-weight: 500;
}

.safety_tips_box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.safety_tips_box p {
    font-size: 15px;
    text-align: justify;
    color: #444;
    margin: 0;
}

.form-control {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
    box-shadow: none !important;
}

.form-control::placeholder {
    color: var(--light);
}

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

.report_modal .modal-body p {
    font-size: 14px;
    font-weight: 500;
    color: #494949;
}


.listing_gallery .swiper {
    width: 100%;
    height: 100%;
}

.listing_gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listing_gallery .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.listing_gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.listing_gallery .swiperGallery {
    height: 80%;
    width: 100%;
    z-index: 0;
}

.listing_gallery .swiperThumbs {
    height: 20%;
    z-index: 0;
    box-sizing: border-box;
    padding: 10px 0;
}

.listing_gallery .swiperThumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.listing_gallery .swiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.listing_gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.listing_gallery .swiper-button-next, .listing_gallery .swiper-button-prev {
    width: 40px;
    color: #ffffff;
    background: var(--primary);
    height: 40px;
    border-radius: 6px;
}

.listing_gallery .swiper-button-next:after, .listing_gallery .swiper-button-prev:after {
    font-size: 18px;
}

.phone_number {
    cursor: pointer;
}

.listings_details .singel_listing_name h1 {
    font-size: 20px;
    font-weight: 700;
}

.listings_details .posted_date {
    font-size: 14px;
    color: #444;
}

.listings_details .price {
    font-size: 15px;
    color: var(--primary);
    font-weight: 700;
}

.listings_details .short_info ul li {
    /* display: inline-block; */
    width: 48%;
    padding: 2px 0px;
    color: #555;
    font-size: 15px;
}

.listings_details .features_list h3, .listings_details .description h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
}

.listings_details .freatures {
    font-size: 14px;
    color: #616161;
}

.listings_details .description .desc {
    font-size: 15px;
    color: #616161;
}

.related_listings .carousel-control-next, .related_listings .carousel-control-prev {
    opacity: 1;
    background: #535353;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    top: -42px;
}

.related_listings .carousel-control-prev {
    right: 39px !important;
    left: auto;
}

/* =============================  Similar Listings  ================================= */

.related_listings {
    padding-bottom: 55px;
}

.related_listings .carousel-item {
    min-height: 300px;
}

.related_listings .carousel-indicators {
    bottom: -70px;
}

.related_listings .carousel-indicators button {
    background: #4747474f !important;
    border: none !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50px;
}

.related_listings .carousel-indicators button.active {
    background: #494848 !important;
}

/* =============================  Ad post  ================================= */

.ad_post_sec .title {
    font-size: 18px;
    color: #333;
}

.ad_post_wrap h4 {
    color: #2f3432;
    font-size: 18px;
    font-weight: 600;
}

.image-uploader .upload-text {
    color: var(--primary);
}


.image-uploader {
    border-radius: 4px;
    background: #fff;
}

select+.select2-container--bootstrap-5 {
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
    box-shadow: none !important;
    height: auto !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: var(--primary) !important;
}

/* =============================  Login  ================================= */
.login_form {
    max-width: 32rem;
    margin: auto;
}

.login_form h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.login_form p {
    font-size: 15px;
}

.contain_info span {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #ececec !important;
}

/* =============================  Dashboard  ================================= */
.dashboard_section {
    min-height: 530px;
}

.dashboard_sidebar ul li {
    border-bottom: 1px solid #e7edee;
    padding: 10px 8px !important;
    border-radius: 2px;
}

.dashboard_sidebar ul li.active {
    background: #455ba817;
    color: #455ba8 !important;
}

.dashboard_sidebar ul li.active a {
    color: #455ba8;
    font-weight: 600;
}

.dashboard_sidebar ul li a {
    font-size: 15px;
    color: var(--primary);
    position: relative;
    display: block;
    font-weight: 500;
}

.dashboard_sidebar ul li a:hover {
    color: #1c1c1c;
}

.dashboard_sidebar ul li a:before {
    position: absolute;
    content: "\f105";
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    color: #999;
}

.dashboard_sidebar ul li:last-child {
    border: 0;
}

.dashboard_section .listing_heading .title {
    font-size: 18px;
    color: #2f2929;
}

.status_tag {
    position: absolute;
    content: "";
    top: 0px;
    left: -8px;
    z-index: 1;
}

.status_tag span {
    background: #31a249;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px 2px 2px 0px;
    position: relative;
    color: #fff;
}

.status_tag span:before {
    border-style: solid;
    border-width: 0 7px 7px 0;
    bottom: -7px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    border-color: transparent #31a249 transparent transparent;
}

.status_tag.warning span {
    background: #FFC107;
}
.status_tag.primary span {
    background: #07c5ff;
}

.status_tag.info span {
    background: #07c5ff;
}

.status_tag.warning span:before {
    border-color: transparent #FFC107 transparent transparent;
}

.status_tag.info span:before {
    border-color: transparent #07c5ff transparent transparent;
}

.dashboard_wrapper .page_title {
    font-size: 18px;
    color: #222;
}

.dashboard_card .title {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 5px;
}

.dashboard_card .count_num {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.logout-btn {
    font-weight: 600;
}



input[readonly] {
    background-color: #ebebeb !important;
}

.user_membership ul li {
    font-size: 16px;
    color: #4b4a4a;
    font-weight: 500;
    padding: 3px 0px;
}

/* =============================  Membership  ================================= */


.membership_section .pricing-item {
    padding: 50px 40px;
    background: #fafafa;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.membership_section .pricing-header {
    padding: 40px;
    margin: -60px -40px 0;
    background: #3a5fab;
}


.membership_section .pricing-item ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #413e3e;
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
}

.btn-outline-primary {
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary) !important;
}


.membership_section .pricing-header h3 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 28px;
}

.membership_section .pricing-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.membership_section .pricing-header h4 sub {
    font-weight: 400;
}

.pricing-item ul li {
    position: relative;
}

.pricing-item ul li:before {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 100px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fafafa;
}

.messge_section .scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.messge_section .img-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 11px 20px;
}

/* =============================  faq  ================================= */

.faq_ans {
    font-size: 16px;
    color: #555;
}

/* =============================  Custom page  ================================= */
.custom_heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.posting_rule ul li {
    font-size: 16px;
    color: #555;
    padding: 4px 0px;
    list-style: circle;
    margin-left: 20px;
}

.custom_section .desc {
    font-size: 16px !important;
    color: #555;
    font-family: "Open Sans", sans-serif !important;
    line-height: 27px;
}

/* ============================= About  ================================= */

.about_content h1 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
}

.about_content .desc {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

/* ============================= Seller Shop  ================================= */

.seller_shop {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.seller_shop .logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.seller_shop .logo img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.seller_shop:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 80.8%, 0) -2%, rgb(0 0 0 / 61%) 80%);
    height: 92px;
    width: 100%;
    border-radius: 4px;
}

.shop_name {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    word-wrap: break-word;
    word-break: break-all;
}

.seller_shop_tag .member {
    color: #FF9800;
    font-weight: 600;
    font-size: 13px;
}

.seller_shop_tag .verified {
    color: #54ACC8;
    font-weight: 600;
    font-size: 13px;
}

.member_since {
    font-size: 14px;
    color: #444;
    word-wrap: break-word;
    word-break: break-all;
}


.seller_social_media .icon i {
    font-size: 15px;
    color: #444;
}

.seller_social_media .link a {
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}

.seller_address span {
    font-size: 14px;
    color: #444;
    word-wrap: break-word;
    word-break: break-all;
}


.input-group-text:focus {
    outline: none !important;
}

























































/* ==========================================================================
     Helper classes
     ========================================================================== */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
