@charset "UTF-8";

/*
Theme Name: locatearepair
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: locatearepair
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.submitpopup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.submitpopup span {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.formsubmit {
    max-width: 580px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px;
    padding-top: 45px;
}

.submitpopup .formsubmit {
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all .4s ease-in-out;
}

.submitpopup .formsubmit p {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #182bd0;
    font-weight: 700;
}

.submitpopup .formsubmit button {
    border: none;
    outline: none;
    padding: 10px 40px;
    border-radius: 10px;
    background: #182bd0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.submitpopup .formsubmit button a {
    color: #fff;
    text-decoration: none;
}

section.Diesel_repair h2 {
    max-width: 643px !important;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.column {
    flex-basis: 30%;
    /* Adjust this value to control the column width */
}


/*Dashbord */

div#errMsgCelero {
    margin: 12px auto 0;
}

.hold-data-form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 30px 20px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

button.button-data {
    width: 100%;
    padding: 10px 0px;
    background: #182bd0;
    color: #fff;
    border: 1px solid #000 !important;
    margin-top: 20px;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.form div#card input {
    height: 45px !important;
}

button.button-data:hover {
    background: #fff;
    color: #182bd0;
    border-color: #182bd0;
}

div#card input {
    height: 45px !important;
}

.choicecatdata button {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
    border-radius: 5px;
    background: #182BD0;
    padding: 6px 30px;
    outline: none;
    border: none;
    transition: 0.3s ease-in;
    margin: 10px auto;
}

#spnPhoneStatus,
#spnPhoneStatuss,
#spnPhoneStatusss {
    font-weight: 700;
}

.sample .info span p {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sample .info .profile_btn {
    background: #182BD0;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 5px;
    height: 30px;
    font-size: 14px;
    line-height: normal;
    transition: all .4s ease-in-out;
}

.sample .info .profile_btn:hover {
    background: #000;
}

.thetsds {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
}

.tab-content.plansdata {
    display: block;
}

.data-warning {
    background: #182bd0;
    color: #fff;
    padding: 15px 10px;
    margin-bottom: 50px;
}

.premium-listing h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.premium-listing {
    padding-bottom: 15px;
}

.premeium-data {
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #ddd;
}

.premuim-sibling-holder {
    padding: 30px 0px;
}

.premeium-data p {
    font-size: 16px;
    font-weight: 400;
}

.premeium-data p a {
    color: #182bd0;
}

.main-cutsome-container {
    padding: 0px 20px;
}

.view-listing a {
    font-size: 16px;
    color: white;
    background: blue;
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-weight: 200;
}

.view-listing {
    max-width: 400px;
}

.table {
    margin: 0;
}

table.table.data-here thead tr th {
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

table.table.data-here thead {
    background: #e7e7e7;
}

.sample.showpoup.new-data {
    display: none;
}

section.sample.showpoup.new-data {
    display: none;
}

section.sample.new-data {
    display: none;
}

section.sample.new-data.showpoup {
    display: block;
}

.bodypoup .truck {
    width: auto;
}

.alert-success {
    text-align: left;
    background: transparent;
    border: none;
    color: #00f;
    padding: 0;
    margin: 10px 0 10px;
    font-size: 20px;
    line-height: 1.5;
}

/* dashboard popup css */
.timeupdated {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    padding: 0 10px;
    transition: all .4s ease-in-out;
    display: none;
    z-index: 999;
}

.timeupdated.show {
    display: flex;
    animation-name: fadelay;
    animation-duration: 1s;
}

.update-message {
    background: #FFF;
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .4s ease-in-out;
}

.up-msg {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    margin-bottom: 20px;
}

button.close-msg {
    background: #00f;
    color: #FFF;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 6px 24px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}

button.close-msg:hover {
    background: #000;
}

/* SUBSCRIPTION AD PLANS CSS FOR ADD PLAN PAGE IN WP ADMIN */
.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.text-center {
    text-align: center;
}
#heading {
    text-transform: uppercase;
    color: #182BD0;
    font-weight: normal;
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 10px;
}
.row-data {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 20px;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0;
    padding-top: 30px;
    transition: all 0.4s ease-in-out;
}
.ourplan-cart {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
    transition: 0.3s ease-in;
}
.ourplan-cart h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    padding: 8px;
    background: #0101B4;
    border-radius: 10px 10px 0px 0px;
    background: #0101B4;
    background-blend-mode: multiply;
}
.ourplan-cart .price {
    background: #182BD0;
    display: flex;
    justify-content: center;
    padding: 34px 0px;
    align-items: baseline;
}
.ourplan-cart .price span {
    color: #FFF;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}
.ourplan-cart .price span sup {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
sup {
    top: -.5em;
}
.ourplan-cart .price p {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.planbody {
    padding: 35px 22px 15px 22px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.planbody ul {
    margin-left: 22px;
    height: 250px;
}
.planbody ul li {
    list-style: disc;
    color: #00F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.joinus {
    margin-top: 16px;
    max-width: 49%;
    width: 100%;
    display: inline-block;
}
.joinus input, .joinus a, .joinus a button {
    max-width: 100%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 2px;
    background: #182BD0;
    border: none;
    height: 38px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.joinus a:hover {
    background-color: #000;
}

/* SUBSCRIPTION AD PLANS CSS FOR ADD PLAN PAGE IN WP ADMIN END */

@keyframes fadelay {
    0% {
        opacity: 0;
        clip-path: polygon(51% 0, 51% 0, 51% 100%, 51% 100%);
    }

    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

/* dashboard popup css */
@media(max-width:1399px) {
    .data-warning {
        margin-bottom: 15px;
    }

    .premuim-sibling-holder {
        padding: 15px 0px;
    }
}

@media(max-width:991px) {
    button.closepoup {
        right: -15px;
        top: -12px;
    }

    @media (max-width: 767px) {
        .update-message {
            max-width: 420px;
        }

        .up-msg {
            font-size: 20px;
        }

        button.close-msg {
            font-size: 15px;
        }
    }
}