﻿/*---------------backgound------------*/
body {
    background: #f1f5f8 !important;
}
:root {
    --primary-green: #07C597;
    font-size: 14px;
}

/*keyframe animation*/

@keyframes slidein {
    0% {
        margin-left: -800px;
    }

    20% {
        margin-left: -800px;
    }

    35% {
        margin-left: 0px;
    }

    100% {
        margin-left: 0px;
    }
}

/*------background img---------*/
.bg-build {
    background: url("https://bronyauat.blob.core.windows.net/static/cms/Newhomepage/hero-background.png");
    background-size: cover;
    background-position: center;
}

/*---------------btn-----------*/
.btn-green-2 {
    background: linear-gradient(to right, #07C597, #0dd8a7);
    color: #fff !important;
    position: relative;
    z-index: 1;
}

    .btn-green-2:after {
        position: absolute;
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 2px;
        background-image: linear-gradient(to right, #07C597, #0dd8a7);
        transition: all 0.3s ease-out;
    }

    .btn-green-2:hover {
        color: #fff;
        background-image: linear-gradient(to right, #0dd8a7, #07C597);
    }

        .btn-green-2:hover:after {
            width: 100%;
            height: 100%;
        }

.btn.btn-default {
    background: #444;
    color: #fff;
}

    .btn.btn-default:hover {
        background: #222;
        color: #fff;
    }

.btn.btn-green {
    background: var(--primary-green);
    color: #fff;
}

    .btn.btn-green:hover {
        background: #04b086;
        color: white;
    }

.btn-green:hover,
.btn-green:focus {
    background: #05b58a;
}
/*---------------------------------
Reset Password screen
------------------------------------*/
.fw-500 {
    font-weight: 500;
}
.lock-bg {
    background-image: url("https://bronyaqa.blob.core.windows.net/static/iemployee/bg-lock.png");
    background-position: top 20px right;
    background-repeat: no-repeat;
}
.banner-form .form-control:focus {
    box-shadow: none;
    z-index: 1 !important;
}

.banner-form .form-control {
    box-shadow: none;
    z-index: 1 !important;
    border-radius: 0px;
}

.passwrd-group {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
.passwrd-group-email {
    position: absolute;
   
    bottom: 6px;
    z-index: 2;
}
.light-msg {
    color: #8d8d8d;
}
.btn-default {
    background: #222;
}
.didnt-receive {
    color: #0d75c2;
    cursor: pointer;
}
.banner-bg-form {
    height: 100vh;
}
.reset-header {
    background: white;
}

.hero {
   /* background: url("https://bronyaqa.blob.core.windows.net/static/iemployee/login-pattern.jpg");*/
  height: calc(100vh - 10px);
 
}
.hero .container {
    margin-top: 20px;
    margin-bottom: 20px;
}
/** Loader ****/
.loading-panel-wrapper {
    /* size and appearance that try to match its container with as little CSS as possible,
                                       you can alter them as necessary for your use case and as per your preferences
                                    */
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 10003;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0px;
}

.small-loading-panel-wrapper {
    /* size and appearance that try to match its container with as little CSS as possible,
                                       you can alter them as necessary for your use case and as per your preferences
                                    */
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 10003;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0px;
}

.loading-panel-wrapper .loading-panel-overlay {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.small-loader {
    height: 100% !important;
}

.small-loader .loader-img-text img {
    width: 20% !important;
}
.loader-img-text {
    position: absolute;
    text-align: center;
}

.loader-img-text img {
    width: 20%;
}

.loader-img-text p {
    margin-top: -25px;
    font-weight: 500;
    display: none;
}






/*---------------------------------
Login page services
------------------------------------*/
    .car-services {
    margin-bottom: 100px;
}

ul.car-services {
    display: flex;
}

.car-services li {
    display: flex;
    align-items: center;
}

.car-services li span.delivery-icon {
    display: inline-flex;
    align-items: center;
}

.car-services li span.delivery-service {
    white-space: pre-wrap;
    margin-left: 12px;
}

.service-hero {
    margin: 100px 0;
}

#hero {
    background: #f4f4f4;
}

.h-100vh {
    height: 100vh !important;
}

section.tab-heading {
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
    background: #ffffff;
}
/*--------------- default for only new home page-----------*/
.new-home {
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 20px;
}

    .new-home h2 {
        padding-bottom: 20px;
    }

    .new-home a {
        transition: all 0.3s ease-out;
    }

.mt-m-40 {
    margin-top: -40px;
}

/*--------------- banner settings for new home page-----------*/
.new-home-banner {
}

    .new-home-banner h1 {
        font-size: 54px;
        font-weight: 300;
    }

        .new-home-banner h1 span {
            font-weight: 600;
        }

    .new-home-banner p {
        font-size: 24px;
        animation: slidein 2s ease-in-out;
    }

.who-we-are h2 {
    font-weight: 700;
}

.who-we-are p {
    line-height: 1.5;
}

    .who-we-are p span {
        font-weight: 600;
    }

/*output vision*/

.our-vision {
    background: url('https://bronyaqa.blob.core.windows.net/static/cms/Newhomepage/vision-bg-pattern.png'), #293B37;
    background-size: contain;
    background-repeat: no-repeat;
}

.our-vision-inner-image {
    background: url('https://bronyaqa.blob.core.windows.net/static/cms/Newhomepage/vision-stairs.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.light-greenbackground {
    background: #CCECE6;
}

.fleet-manager {
    background: linear-gradient(167.76deg, rgba(255, 255, 255, 0.6) 1.24%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0.1) 100%);
    padding: 60px;
    border-radius: 11px;
    border: 1px solid #73ddb3;
}

    .fleet-manager img {
        width: 70%;
    }

    .fleet-manager p {
        font-size: 17px;
        margin-top: 30px;
        line-height: 1.5;
    }
/*--------------- card of maintenance new home page-----------*/
.new-home .card {
    height: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
    transform: translateY(0px);
}

    .new-home .card p {
        font-size: 18px;
    }

        .new-home .card p span {
            font-weight: 700;
        }

    .new-home .card:hover {
        transform: translateY(-10px);
    }

.new-home .card-img {
    margin: auto;
}

.new-home .card-text {
    margin-top: auto;
}

    .new-home .card-text p {
        margin: 0;
    }


.percentage {
    background: linear-gradient(53.2deg, rgba(255, 255, 255, 0.1) 6.64%, #07C597 103.31%);
    width: 80%;
    border-radius: 0px 120px 120px 0px;
    padding: 50px;
    margin-top: 60px;
}

ul.list-inline.percentage-inner li {
    background: #fff;
    padding: 10px 55px 10px 20px;
    border-radius: 4px;
}

    ul.list-inline.percentage-inner li span {
        font-weight: 700;
    }



/*--------------- contact section of new home page-----------*/
.new-home .text-contact i {
    padding-right: 10px;
}

.rt-border-style {
    position: relative;
}

.contact-email {
    background: linear-gradient(-90.05deg, rgba(255, 255, 255, 0.1) 8.21%, #07c59787 173.38%);
    width: fit-content;
    padding: 20px !important;
    backdrop-filter: blur(50px);
}

.contact-email li {
    display: inline-flex;
    align-items: center;
}

.contact-email li a {
    display: flex;
    align-items: center;
}

/*New password conditions*/

.new-pass-conditions {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
}
.new-pass-conditions p {
    display: flex;
    align-items: flex-start;
    line-height: normal;
    padding-bottom: 10px;
}
.new-pass-conditions i {
   font-size: 18px;
}


/*****Telerik Notification*****/
.demo-notification {
    /* position: absolute;*/
    margin-bottom: 65px;
    z-index: 999999 !important;
    text-transform: none !important;
    bottom: 40px !important;
    right: 60px !important;
}

    .demo-notification .k-notification {
        padding-right: 20px !important;
    }

    .demo-notification .k-notification-wrap {
        font-size: 13px !important;
        font-weight: 500 !important;
        padding: 4px 10px !important;
        align-items: center;
        line-height: normal;
    }

.k-notification {
    width: 100%;
}

.notification-parent {
    position: relative;
}

.k-notification-container {
    margin: 2px 0;
    display: flex;
    vertical-align: top;
    width: 400px;
}

.k-notification-wrap > .k-i-close {
    margin-right: 0;
    margin-left: 4px;
    /* flex: none; */
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 13px;
}

.k-notification-container .k-icon {
    color: #fff;
    line-height: normal;
    font-size: 14px;
}

.k-notification-error .k-icon {
    color: red;
}

.k-notification-warning .k-icon {
    color: red;
}

.k-notification-success .k-icon {
    color: #07c597 !important;
}

.k-notification-success {
    background: #fff !important;
    color: #454545 !important;
    border-color: #fff !important;
    box-shadow: var(--ds-shadow-overlay, 0 0 1px rgba(9, 30, 66, 0.31), 0 20px 32px -8px rgba(9, 30, 66, 0.25)) !important;
    border-radius: 0px !important;
    padding: 15px 15px !important;
    border-bottom: 3px solid #07c597 !important
}

.k-notification-error, .k-notification-warning {
    background: #fff !important;
    color: #454545 !important;
    border-color: #fff !important;
    box-shadow: 0px 4px 9px 2px rgb(0 0 0 / 10%) !important;
    border-radius: 0px !important;
    padding: 15px 15px !important;
    border-bottom: 3px solid red !important
}



span.k-icon.k-i-success, span.k-icon.k-i-error {
    font-size: 20px;
}

.k-notification-wrap > .k-icon {
    margin-right: 14px !important;
    flex: none !important;
}

.k-notification-wrap > .k-i-close {
    margin-right: 0 !important;
    margin-left: 4px;
    flex: none;
    cursor: pointer;
}

.demo-notification .k-notification-wrap {
    padding: 0px 0px !important;
}

.k-i-success::before {
    content: "\e11a" !important;
}

.k-i-error::before {
    content: "\e11d" !important;
}

.error-msg {
    position: absolute;
    top: -5px;
    background: #f7dcdd;
    width: 100%;
    left: 0px;
    text-align: center;
}

/*--------------- tablet of new home page-----------*/
@media only screen and (max-width:1024px) {
    .new-home-banner h1 {
        font-size: 35px;
    }

        .new-home-banner h1 br {
            display: none;
        }

    .new-home-banner p {
        font-size: 18px;
    }

    .new-home .card {
        margin: 0 0px 30px 0;
    }

    .new-home .card-text br {
        display: none;
    }

    .mt-m-40 {
        margin-top: 0;
    }

    .percentage {
        width: 95%;
    }
}

@media only screen and (max-width:991px) {
    ul.list-inline.percentage-inner li {
        padding: 10px 26px 10px 20px;
    }
}




/*--------------- mobile of new home page-----------*/
@media only screen and (max-width:768px) {

    .new-home .container-fluid {
        padding-top: 40px;
        padding-bottom: 30px;
        font-size: 14px;
    }

    .rt-border-style {
        /*  margin-top: 40px;*/
    }

    .new-home h2 br {
        display: none;
    }

    .bg-build .container-fluid {
        background: rgba(0,0,0,0.5);
    }

    .new-home {
        font-size: 17px;
    }

        .new-home h2 {
            font-size: 22px;
        }

        .new-home .card p {
            font-size: 16px;
        }

    .fleet-manager {
        padding: 30px 15px;
    }

    .percentage {
        padding: 50px 15px;
    }

    .percentage-inner {
        display: flex;
        align-items: center;
        margin: 0;
    }

    ul.list-inline.percentage-inner li {
        padding: 10px 6px 10px 10px;
        font-size: 15px;
        width: 100%;
        text-align: center;
        margin: 5px 9px;
    }

        ul.list-inline.percentage-inner li span {
            display: block;
        }

    .our-vision-inner-image {
        background-image: none;
    }
}

@media only screen and (max-width:575px) {
    .percentage {
        width: 100%;
        border-radius: 0;
        padding: 50px 0;
    }
    /*added on 3 march 2022*/
    .logo img {
        width: 100px;
    }

    .demo-notification .k-notification {
        width: auto !important;
        margin-bottom: 40px !important;
       
    }
    .k-svg-icon {
        width: 21px;
        height: 21px;
    }
    .demo-notification {
        right: 6px !important;
        left: 6px !important;
    }

    .k-notification-container {
        width: 100% !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
    /*.hero .container {
        margin-top: 50px;*/
      /*  height: 100% !important;*/
       
    /*}*/
}

/*added on 3 march 2022 from here to end*/
.card-header {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header h6 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.car-icon {
    align-items: baseline;
    margin-top: 4px;
    width: 25px;
    margin-right: 10px;
}

.car-details {
    display: flex;
}
.thanks {
    background: #26b894;
    border: 0;
}

.service-provider-tahnks {
    position: absolute;
    top: 10px;
    right: 42px;
    width: 281px;
}
/*-------------------------
    Tracking order 
--------------------------*/
.tracking-id {
    background: inherit;
    margin-left: 7px;
}

.tracking-id h4 {
    font-size: 17px;
    font-weight: 700;
    color: #484644;
}

.order-track {
    padding-bottom: 20px !important;
    width: 100%;
    margin: 0;
}

.order-track label input.form-check-input:disabled {
    opacity: 1 !important;
}

.order-track:last-child {
    padding-bottom: 0px !important;
}

.order-track label input:before {
    position: absolute;
    content: "";
    width: 1px;
    border: 1px dashed #1d1d1b;
    left: 14px;
    height: 64%;
    top: 25px;
}

.order-track:last-child label input:before {
    display: none;
}

.order-track label input {
    width: 25px;
    height: 25px;
}

.order-track label input.form-check-input {
    border-width: 1px !important;
}

.order-track label input.form-check-input:checked {
    background-color: #000000;
    border-color: #e3e3e3;
}

.order-track label input.form-check-input:disabled {
    opacity: 0.7;
}

.booking-details-page label {
    font-weight: 500;
}
.card-thumbnail {
    position: relative;
    width: 100%;
    height: 170px;
    width: 200px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.card-thumbnail img {
    width: 100%;
    height: 100%;
}
.ant-image-gallery {
    border: 1px solid #ccc;
    height: 150px;
    width: auto;
    max-width: 100%;
    position: relative;
    padding: 5px;
    text-align: center;
}
.ant-image-img,
.ant-image {
    height: 100% !important;
}
.ant-image-mask-info {
    font-size: 0px !important;
}
.view-eye-icon {
    position: absolute;
    right: 5px;
    bottom: 4px;
    z-index: 1;
    line-height: 16px;
    background: grey;
    border-radius: 2px;
    color: white;
    padding: 0px 2px;
    font-size: 17px !important;
}
.accordion-button {
    color: #212529 !important;
    font-size: 16px !important;
}
.accordion-button:focus,
.accordion-button:hover {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #e7f1ff;
    box-shadow: 0 0 0 0.25rem rgb(218 218 218 / 25%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
    filter: grayscale(1);
}
.accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
}
.accordion-button[aria-expanded="false"]::after {
    transform: rotate(0deg) !important;
}
        .accordion-button:focus {
    z-index: 3;
    border-color: #ececec;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.garage-img {
    border: 1px solid #4c4c4c;
    padding: 5px;
    position: relative;
    height: 170px;
    width: 170px;
}
.grey-block {
    padding-top: 15px;
    border-radius: 4px;  
    border: 1px solid #ddd;
    margin: 0;
    background: #fafafa;
    min-height: 100px;
}
@media only screen and (max-width:992px) {
    .service-provider-tahnks {
        display: none;
    }
    .hero {
        /*height: calc(100vh - 10px);*/
        height: auto;
    }
}

/*Appraiser*/
section.header-banner {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

h1.logo {
    font-size: 28px;
    margin: 0px;
    color: #0c0c78;
}
label.lable {
    font-weight: 500;
}
.uploaded-img {
    border: 1px solid #ddd;
    padding: 5px;
    display: flex;
    height: 150px;
    overflow: hidden;
}
    .uploaded-img img.img-fluid {
        height: 100%;
        width: 100%;
    }
h6.upload-img-name {
    margin: 10px 0px 0px 0px;
    font-weight: 400;
}

.btn-green {
    background: #07c597;
    color: #fff !important;
    padding: 5.9px 10px;
    border: 1px solid #07c597 ;
}
.k-upload .k-upload-files .k-file-info {
    min-height: max-content !important;
}
.book-btn {
    background: var(--primary-green);
    border: 1px solid var(--primary-green);
    padding: 15px 10px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    transition: background .5s ease-in-out;
    text-align: center;
    border-radius: 4px;
}

.form-control {
    height: 45px;
    border-radius: 4px !important;
    border-color: #ced4da;
}
.upload-img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.upload-plus {
    font-size: 78px;
}
.attach-icon {
    position: absolute;
    z-index: 999;
    height: 45px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.attach-select-file .k-dropzone {
    padding-left: 40px !important;
}

.thankusectionouter {
    text-align: center;
    height: 80vh;
    display: flex;
    align-items: center;
   
}

.thankusection i {
    font-size: 78px;
    color: #07c597;
}

.thankusection h3 {
    margin: 20px 0;
    font-size: 30px;
}

.thankusection p {
    font-size: 16px;
}
.telerik-upload {
    position: absolute !important;
    z-index: 999;
    width: 95%;
    height: 100%;
    opacity: 0;
}

.telerik-upload .telerik-blazor {
    height: 100%;
}

.telerik-upload .telerik-blazor .k-upload-button-wrap,
.telerik-upload .telerik-blazor .k-upload-button-wrap button {
    width: 100%;
    height: 100%;
}
.mileage-bg {
    /* background: url("https://bronyadev.blob.core.windows.net/static/iemployee/Accidental-damage/mileage.png") no-repeat;*/
    border: 1px solid rgb(230 227 227);
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    background-position: left;
    height: 33px;
    color: #9f9e9e;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.upload-img {
    border: 1px solid #b2b2b2;
    border-radius: 9px;
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100px;
}

input.upload-img {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}
.upload-img img, .uploaded-img img {
    width: 100%;
    height: 100%;
 }