/* Global css start */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--black);
    overflow-x: hidden;
}

.desktopOriginalImageHead, .desktopOriginalImage {
    display: block !important;
}

.originalImageBtn {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0374b6;
}

ul {
    list-style: none;
    padding: 0;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

/* Header section start */
.header {
    background-color: #000d43;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
}

/* Header section End */

/* Main section start */
.dashboard-container {
    padding: 5px 15px;
}

.main {
    height: calc(100vh - 141px);
    overflow: auto;
}

.filter-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchbar-sec {
    max-width: 545px;
    width: 100%;
    margin-right: 10px;
}

.searchbar {
    width: 100%;
    border-radius: 8.369px;
    border: 1.058px solid #ddd;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
}

    .searchbar input {
        width: 100%;
        border: 0;
        padding: 15px;
        color: #969696;
        font-size: 18px;
        font-weight: 400;
        border-radius: 8.369px;
    }

        .searchbar input::placeholder {
            color: #969696;
            font-size: 18px;
            font-weight: 400;
        }

    .searchbar .search-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        cursor: pointer;
        padding: 5px;
    }

.dropdown-sections {
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    justify-content: end;
}

.dropdown {
    margin-right: 15px;
    max-width: 235px;
    width: 100%;
}

    .dropdown select {
        border-radius: 4.184px;
        border: 1.058px solid #d9d8d8;
        background: #fcfcfc;
        color: #888;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        padding: 14px;
    }

    .dropdown:last-child {
        margin: 0;
    }

.cars-sections {
    border-radius: 10.577px;
    background: #fff;
    box-shadow: 3.17297px 3.17297px 23.26847px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 40px 10px 10px;
}

.cars-cards-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 40px 0;
}

.car-card {
    border-radius: 10.577px;
    background: #f4f4f4;
    box-shadow: 3.17297px 3.17297px 19.03784px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 15px 5px;
    width: calc(14.28% - 15px);
    text-align: center;
    min-height: 200px;
    margin: 0 15px 20px 0;
}

    .car-card .car-img {
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
        height: 130px;
    }

        .car-card .car-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .car-card .car-data {
        margin-top: 15px;
    }

        .car-card .car-data h4 {
            color: #000;
            font-size: 18.83px;
            font-weight: 500;
        }

        .car-card .car-data p {
            color: #000;
            font-size: 15.691px;
            font-weight: 400;
            margin-top: 5px;
        }

.login-sec {
    display: flex;
    width: 320px;
    justify-content: end;
}

    .login-sec button {
        max-width: 145px;
        padding: 12px 10px;
        border-radius: 8px;
        width: 100%;
        display: inline-block;
        border: 0;
        font-size: 18px;
        font-weight: 600;
    }

        .login-sec button:first-child {
            margin-right: 15px;
        }

    .login-sec .login-btn {
        background: #1d48ee;
        color: #fff;
        transition: all 0.3s;
    }

        .login-sec .login-btn:hover {
            background-color: #fff;
            color: #1d48ee;
            transition: all 0.3s;
        }

    .login-sec .signup-btn,
    .sub-btn:hover {
        background-color: #fff;
        color: #1d48ee;
        transition: all 0.3s;
    }

.cancel-btn:hover {
    background-color: #fff;
    color: #dc3545;
    transition: all 0.3s;
}

.login-sec .signup-btn:hover {
    background: #1d48ee;
    color: #fff;
    transition: all 0.3s;
}

.sub-btn {
    border-radius: 8.002px;
    background: #1d48ee;
    color: #fff;
    font-size: 20.188px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #1d48ee;
    padding: 18px;
    width: 100%;
}

.cancel-btn {
    border-radius: 8.002px;
    background: #dc3545;
    color: #fff;
    font-size: 20.188px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #dc3545;
    padding: 18px;
    width: 100%;
}

.edit-options {
    max-width: 480px;
    height: 100px;
    border-radius: 10.094px;
    background: #fff;
    box-shadow: 3.02823px 3.02823px 22.207px 0px rgba(0, 0, 0, 0.1);
    margin: 28px auto 0;
    padding: 17px;
    text-align: center;
    gap: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .edit-options > span {
        background-color: #fafbff;
        border: 1px solid #edf1ff;
        width: 66px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 15px;
    }

.user-login {
    margin: -16px 0;
    background: #041351;
}

    .user-login .btn.dropdown-toggle {
        display: flex;
        padding: 18px 20px;
    }

        .user-login .btn.dropdown-toggle::after {
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            height: 8px;
            width: 8px;
            border-right: 0;
            transform: rotate(226deg);
            margin-top: 3px;
        }

        .user-login .btn.dropdown-toggle:focus {
            box-shadow: none;
        }

        .user-login .btn.dropdown-toggle > span {
            width: 45px;
            height: 45px;
            display: inline-block;
        }

            .user-login .btn.dropdown-toggle > span > img {
                width: 100%;
                height: auto;
            }

.user-det {
    padding: 0 6px 0 15px;
    text-align: left;
}

    .user-det > p {
        color: #fff;
        font-family: Inter;
        font-size: 14.132px;
        font-weight: 500;
        line-height: normal;
    }

    .user-det > span {
        color: #fff;
        font-size: 12.113px;
        line-height: normal;
    }

.user-login .dropdown-menu ul {
    margin: 0;
    padding: 0 10px;
}

.user-login .dropdown-menu {
    min-width: 12rem;
}

    .user-login .dropdown-menu ul li:not(:last-child) {
        padding-bottom: 10px;
    }

.user-card {
    border-radius: 8.002px;
    background: #e1efff;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

    .user-card p {
        color: #333333;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        margin-top: 35px;
    }

.u-card-row .col-lg-3 {
    display: flex;
}
/* Tabs */
.tabs {
    width: 600px;
    background-color: #09f;
    border-radius: 5px 5px 5px 5px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

    ul#tabs-nav li {
        float: left;
        font-weight: bold;
        margin-right: 2px;
        padding: 8px 10px;
        border-radius: 5px 5px 5px 5px;
        /*border: 1px solid #d5d5de;
    border-bottom: none;*/
        cursor: pointer;
    }

        ul#tabs-nav li:hover,
        ul#tabs-nav li.active {
            background-color: #08e;
        }

#tabs-nav li a {
    text-decoration: none;
    color: #fff;
}

.tab-content {
    padding: 10px;
    border: 5px solid #09f;
    background-color: #fff;
}
/* Main section End */

/* Footer start  */
.footer {
    padding: 15px 40px;
    background-color: #000d43;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

    .footer-inner ul {
        display: flex;
        margin: 0;
    }

        .footer-inner ul .footer-link {
            color: #fff;
            font-size: 15px;
            font-weight: 300;
            line-height: 28.309px;
            padding: 5px 15px;
        }

    .footer-inner .copyright {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        line-height: 28.309px;
    }

/* Footer End */

.car-selection-sec {
    border-radius: 10.87px;
    background: #fff;
    box-shadow: 3.26091px 3.26091px 23.91332px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    width: calc(100% - 30px) !important;
    height: 100% !important;
}

.job-description {
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10.87px 10.87px 0px 0px;
    background: #f9f9f9;
    padding: 10px 30px;
}

    .job-description h3 {
        color: #000;
        font-size: 25px;
        font-weight: 500;
    }

    .job-description p {
        color: #000;
        font-size: 25px;
        font-weight: 300;
        margin: 0;
    }

.swipe-buttons {
    width: 100%;
    display: flex;
    padding: 5px 0;
    gap: 7px;
}

    .swipe-buttons button {
        width: 50%;
        height: 170px;
        border: 0;
        border-radius: 7.254px;
    }

    .swipe-buttons .greenbtn {
        background: #17ee3a;
    }

    .swipe-buttons .redbtn {
        background: #db2626;
    }

/* SLIDER AND POP UP GALLERY STARTS HERE */
.awesome__slider .slick-list {
    height: 100% !important;
    text-align: center;
    position: relative;
}

.awesome__slider div img {
    width: 800px;
    height: 580px;
    margin: 0 auto;
}

.awesome__slider div h3 {
    padding-top: 50px;
    color: white;
    font-size: 50px;
}

.awesome__slider .slick-slide {
    margin: 0px 10px;
    padding: 0px 10px;
}
/* .container {
    max-width: 800px;
  } */
.prev-img,
.next-img {
    display: block;
    border: none;
    background: none;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    cursor: pointer;
}

.next-img {
    right: 0;
    left: auto;
}

.awesome__thumbnails {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    position: relative;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
    height: 550px;
    overflow-y: scroll;
    padding: 10px 15px;
}

    .awesome__thumbnails .thumb {
        width: 32%;
        cursor: pointer;
        position: relative;
        /*  height: 100px;*/
        border-radius: 8.461px;
        background: #fff;
        box-shadow: 3.20189px 3.20189px 23.4805px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 5px;
        overflow: hidden;
        /*   padding: 20px;*/
        position: relative;
    }

        /*      .awesome__thumbnails .thumb > div {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.25;
            filter: grayscale(0.6);
        }
*/
        /*  .awesome__thumbnails .thumb.active > div {
            opacity: 1;
            filter: grayscale(0);
        }
*/
        .awesome__thumbnails .thumb img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: contain;
            max-height: 165px;
        }

.set_color {
    position: relative;
}

    .set_color::after {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*  opacity: 0.25;*/
        filter: grayscale(0.6);
        content: "";
        background-color: #ffffff94;
    }

.awesome__thumbnails .thumb.active .set_color::after {
    background-color: unset;
}

.slick-dotted.slick-slider {
    height: 100%;
}

.slick-dots {
    display: none !important;
}

.awesome__thumbnails .selected {
    border: 2px solid #6cff8c;
    box-shadow: none;
}

.awesome__thumbnails .rejected {
    border: 2px solid #feb6b6;
    box-shadow: none;
}

.selected {
    border-radius: 7.826px;
    border: 2px solid #26b10f;
    background: #e1efff;
    box-shadow: 2.34774px 2.34774px 14.08645px 0px rgba(0, 0, 0, 0.08);
}

.rejected {
    border-radius: 7.826px;
    border: 2px solid #fd1717;
    background: #e1efff;
    box-shadow: 2.34774px 2.34774px 17.02857px 0px rgba(0, 0, 0, 0.1);
}

.mobile-carousel {
    display: none;
}

.slick-slide {
    margin: 10px;
    padding: 10px;
}

.product__slider-main {
    margin-bottom: 15px;
}

    .product__slider-main img {
        margin: 0 auto;
    }

.product__slider-thmb .slick-slide {
    box-shadow: 1.24741px 1.24741px 9.14768px 0px rgba(0, 0, 0, 0.1);
    opacity: 0.25;
    transition: all 0.3s ease;
    border-radius: 3.296px;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__slider-main,
.product__slider-thmb {
    display: none;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.slide.slick-slide.slick-current {
    opacity: 1;
}

.slick-prev,
.slick-next {
    background-color: #ebefff;
    border-radius: 50%;
}
/* .slick-prev:before {
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #0e38db;
    border-left: 2px solid #0e38db;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    rotate: 312deg;
    top: 7px;
    left: 8px;
}

.slick-next:before {
       display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #0e38db;
    border-left: 2px solid #0e38db;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    rotate: -225deg;
    top: 7px;
    left: 4px;
} */

.slick-prev,
.slick-next {
    border-radius: 50%;
    background-color: #ebefff;
    z-index: 1;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background-color: #ebefff;
    }

.product__slider-thmb .slick-arrow {
    display: none !important;
}

.info-img {
    display: flex;
    align-items: center;
}

    .info-img > span {
        padding-right: 12px;
    }

.info-content .modal-header > h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.info-content .modal-header .close {
    padding: 7px;
}

.info-content .modal-body {
    padding: 0;
}

    .info-content .modal-body ul li {
        color: #333;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        border-bottom: 1px solid #ebeaea;
        padding: 8px 20px;
    }

.awesome__slider .slick-prev {
    left: 30px;
}

.awesome__slider .slick-next {
    right: 30px;
}

.awesome__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.problem-card {
    border-radius: 11px;
    background: #fff;
    box-shadow: 3.02823px 3.02823px 22.207px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
}

    .problem-card h4 {
        color: #000;
        font-size: 20.209px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 15px;
    }

    .problem-card > .row {
        margin-top: 15px;
    }

    .problem-card .col-6 {
        padding: 0;
    }

.prb-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 15px;
    cursor: pointer;
    width: calc(100% - 15px);
    margin: 0 auto 15px;
}
/*Css for highlight*/
.prd {
    border: 1px solid blue;
}

.prb-card:hover {
    border: 1px solid #dcdcf9;
}
/*Css for highlight*/
.prb-card > p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.problem-card textarea {
    padding: 15px;
    min-height: 175px;
    width: 100%;
    border-radius: 8.002px;
    border: 2.019px solid #ededed;
    background: #fcfcfc;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}

    .problem-card textarea:focus {
        outline: none;
    }

.row.dekstop-carousel {
    position: relative;
}

.dashboard-container .ui-widget.ui-widget-content {
    border: none;
}

.dashboard-container .ui-tabs .ui-tabs-nav {
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 10.87px 10.87px 0px 0px;
    background: #f9f9f9;
}

.dashboard-container .ui-widget-header {
    background-color: transparent;
    border: none;
}

.dashboard-container .ui-tabs .ui-tabs-panel {
    padding: 0;
}

.dashboard-container .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #1d48ee;
    box-shadow: 1.008px 1.008px 7.39201px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.dashboard-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #ccc;
    background: #fff;
}

.dashboard-container .ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

    .dashboard-container .ui-tabs .ui-tabs-nav li:first-child,
    .dashboard-container .ui-tabs .ui-tabs-nav li:first-child a {
        border-radius: 8px 0 0 8px;
    }

    .dashboard-container .ui-tabs .ui-tabs-nav li:last-child,
    .dashboard-container .ui-tabs .ui-tabs-nav li:last-child a {
        border-radius: 0 8px 8px 0;
    }

.job-des > h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 12px;
    left: 30px;
    z-index: 1;
}

.job-des > p {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: normal;
    position: absolute;
    top: 12px;
    right: 30px;
    z-index: 1;
}

.tab-des {
    position: relative;
    height: 100%;
}

.dashboard-container .dekstop-carousel .ui-widget.ui-widget-content {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .awesome__thumbnails {
        display: none;
    }

    .mobile-carousel {
        display: block;
    }

    .dekstop-carousel {
        display: none;
    }

    .swipe-buttons button {
        border-radius: 2.068px;
    }

    .swipe-buttons {
        gap: 2px;
    }
}

.fileInforsec {
    margin-top: 30px;
    padding: 5px 0;
}

.fileInfoInnersec {
    border-radius: 10.341px;
    background: #f9f9f9;
    box-shadow: 3.10218px 3.10218px 22.74929px 0px rgba(0, 0, 0, 0.1);
}

    .fileInfoInnersec h4 {
        padding: 15px;
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }

    .fileInfoInnersec ul li {
        color: #333;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 400;
        border-bottom: 1px solid #ebeaea;
        padding: 10px 15px;
        background: #fff;
    }

.target_reserve {
    min-height: 500px;
}

.slice_icon .slick-prev,
.slice_icon .slick-next {
    width: 42px;
    height: 42px;
}

    .slice_icon .slick-prev:before,
    .slice_icon .slick-next:before {
        display: block;
        width: 13px;
        height: 13px;
        border-top: 2px solid #0e38db;
        border-left: 2px solid #0e38db;
        position: absolute;
        top: 14px;
    }

    .slice_icon .slick-next:before {
        content: "";
        transform: rotate(130deg);
        left: 11px;
    }

    .slice_icon .slick-prev:before {
        content: "";
        transform: rotate(314deg);
        left: 17px;
    }

.login_elements {
    min-height: calc(100vh - 168px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 3.17297px 3.17297px 23.26847px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.login_inner {
    max-width: 1350px;
    width: 100%;
    border-radius: 10px;
    background-color: #fcfcfc;
    padding: 85px 0;
}

    .login_inner form {
        max-width: 860px;
        width: 100%;
        margin: auto;
    }

        .login_inner form label {
            font-size: 18px;
            margin-bottom: 18px;
            font-weight: 400;
        }

        .login_inner form input {
            border-radius: 11px;
            border: 1.5px solid #ccc;
            background: #f9f9f9;
            padding: 27px 20px;
            color: #888;
            &::placeholder

{
    color: #888;
}

}

.submit_login {
    width: 100%;
    background: #06377b;
    border: none;
    padding: 15px;
    margin-top: 50px;
}

.login_inner .form-group {
    margin-bottom: 40px;
}

.main_login_elements {
    margin: 20px;
}



/*Summary*/

.car-job-row {
    justify-content: space-between;
    align-items: center;
}

.car-job-summary > h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.car-job-des {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #d9d9d970;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    width: 100%;
}

    .car-job-des > div {
        color: #000;
        font-size: 21px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .car-job-des > div:not(:last-child) {
            margin-bottom: 50px;
        }

        .car-job-des > div > img {
            margin-right: 30px;
            width: 35px;
        }

.jobsum-row {
    display: flex;
    flex-wrap: wrap;
}

.jobsum-img {
    margin-bottom: 24px;
}

    .jobsum-img > img {
        width: 100%;
    }

.car-job-row {
    padding-right: 100px;
}

.finish-id > h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin: 40px 0;
    text-align: center;
}

.awesome__thumbnails.aw-opacity .thumb > div {
    opacity: 1;
}

.swipe-buttons.f-job {
    gap: 60px;
}

    .swipe-buttons.f-job > button {
        height: 54px;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 10px;
        background: #A3A3A3;
    }


.mobileHead {
    display: none !important;
}

.prog-bar {
    width: 60%;
}



/*12-19*/


.logo-sec img {
    height: 40px;
}


.prog-bar p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.user-login .btn.dropdown-toggle {
    align-items: center;
}

.user-det {
    padding: 0 6px 0 3px;
}

.header .dropdown-menu::after {
    position: absolute;
    top: -7px;
    right: 60px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.header .dropdown-menu {
    border: 0;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: -10px !important
}

    .header .dropdown-menu > ul li {
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }

.user-login .dropdown-menu ul {
    padding: 0;
}

    .user-login .dropdown-menu ul li:last-child a {
        color: #db2626;
    }

    .user-login .dropdown-menu ul li:nth-child(2) {
        color: #1cd53a;
        font-weight: 500;
    }

#editor-container main > div {
    height: auto;
}


    #editor-container main > div > div {
        margin: 0 !important;
    }



.awesome__thumbnails {
    max-height: 215px;
    height: auto;
    justify-content: flex-start;
}

#detail #tabs .min-h-86 {
    display: none;
}

#editedImgDiv nav.z-navbar {
    display: none;
}

.car-profile {
    min-height: 700px !important;
}

.car-job-summary {
    max-width: 350px;
}

.org {
    display: block;
}

.orgMobile {
    display: none;
}

/*Loader */

#overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: #4a4a4a;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100000;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}



/*05Jan css*/
.annotation-btns ul {
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 11px 11px 0 0;
    background: #f9f9f9;
}

    .annotation-btns ul li {
        list-style: none;
        float: left;
        position: relative;
        top: 0;
        margin: 0;
        border-bottom-width: 0;
        padding: 0;
        white-space: nowrap;
    }



        .annotation-btns ul li:first-child, .annotation-btns ul li:first-child a {
            border-radius: 8px 0 0 8px;
        }


        .annotation-btns ul li:last-child, .annotation-btns ul li:last-child a {
            border-radius: 0 8px 8px 0;
        }

        .annotation-btns ul li a {
            font-size: 16px !important;
            padding: 6px 12px !important;
        }

/*05Jan css*/
.mobBtn {
    display: none;
}

.mobReset {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    display: none;
}
