﻿html, body {
    font-family: 'Segoe UI', sans-serif;
    /* background: #F5F8FA !important;*/
    background: #f5f5f5 !important;
    font-size: 14px;
    overflow-y: auto;
}

a, .btn-link {
    color: inherit;
}

.link-color {
    color: #0077cc !important;
}

a, a:hover {
    text-decoration: none !important;
}


.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;
    max-width: 100% !important;
}

    .small-loader .loader-img-text img {
        width: 20% !important;
    }

.min-height-card {
    min-height: 100px;
}

.min-height-template {
    min-height: 500px;
}

.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;
    }

.priacy-scroll {
    height: 100vh;
    overflow-y: scroll;
}
/*-----------------------------
    Color variable
-------------------------------*/

:root {
    --i-green: #03A57F;
    --i-greenlight: #B4ECD8;
    --i-darkgrey: #454545;
    --i-darkgrey-hover: #1d1d1d;
    --i-white: #fff;
    --i-lightgrey: rgba(0, 0, 0, 0.5);
    --i-orange: #EFBF87;
    --i-blue: #003264;
    --i-red: #FF5454;
    --primary-green: var(--i-green);
    --darkgrey: #454545;
    --light-red: #FFE5E5;
    --light-grey: #f1f1f1;
    --bg-blue: #EDF3F9;
}

a.blue-color.text-underline {
    text-decoration: underline !important;
}

.text-black {
    color: #222;
}

.text-grey {
    color: #ebebeb;
}

.text-light-grey {
    color: #a5a5a5;
}

.text-sky-blue {
    color: #1DC3E8;
}

.blue-color {
    color: #3E6AE1 !important;
}

.bg-green-light {
    background: #dcfff7;
}

.bg-light-blue {
    background: #f1f5f8;
}

.bg-light-grey {
    background: #ebebeb;
}

.bg-grey {
    background: #eee;
}

.bg-grey-2 {
    background: #e3e3e3 !important;
}

.bg-r-success {
    background: #9ae7cb;
}

.note-green {
    background: #DEFFDA;
}

.light-grey {
    background: #f7f7f7;
}

.red-bg-status {
    background: #FFE5E5;
}

.yellow-color {
    color: #FBB01B;
}

.border-color-grey {
    border-color: #ddd !important;
}

.cp-name {
    background: #f1f5f8;
    border-radius: 25px;
    padding: 5px 16px;
    font-weight: 600;
}

.opa-3 {
    opacity: 0.3;
}
/* ----------------
    font-face font-face
    --------------------
*/
@font-face {
    font-family: 'Segoe UI Regular',sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic',sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold',sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic',sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}

.justify-items-end {
    justify-items: end;
}

/* ----------------
 End font-face font-face
 --------------------*/
/*------------------------
    Custom breadcrumbs
 -------------------------*/
.custom-breadcurmb {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    justify-content: flex-start;
}

.home-icon {
    background: #E8FFF3;
    color: var(--primary-green);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/*-----------------
    Defaults
--------------*/
a {
    /* color: inherit;*/
}

.header-logo {
    width: 100%;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.fw-500 {
    font-weight: 500;
}

.font-18 {
    font-size: 18px;
}

.font-15 {
    font-size: 15px;
}

.font-13 {
    font-size: 13px;
}

.line-height-normal {
    line-height: normal;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

h5 {
    font-weight: 700 !important;
    font-size: 18px;
}

h6 {
    font-weight: bold;
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.85) !important;
}

.text-warning-msg {
    background: white;
    border: 2px solid red;
    padding: 4px 4px 4px 8px;
    border-left-width: 5px;
}

.navbar-brand {
    width: 88px;
    display: flex;
    justify-content: flex-start;
}

.fixed-logo {
    position: absolute;
    left: 75px;
    top: 13px;
    width: 124px;
    z-index: 3 !important;
    background: #f7f7f7;
}

    .fixed-logo img {
        width: 130px;
    }

hr {
    opacity: 0.05;
}

.pb-100 {
    padding-bottom: 100px;
}


.row label,
table label {
    font-size: 12px;
    font-weight: 500;
}

.k-grid tr.k-state-selected > td {
    background: inherit !important;
}

.table td,
.table th {
    border-bottom: 1px;
}

section {
    padding-bottom: 100px;
}


/*-----------------
  end  Defaults
--------------*/

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-3 {
    border-radius: 3px;
}
/*-----------------------
    Buttons
--------------------------*/
.table-custom-boooking-servie thead {
    background: #e9e9e9;
}

    .table-custom-boooking-servie thead tr {
        background: #e9e9e9;
    }

.max-height-400 {
    max-height: 400px;
}

.btn {
    border-radius: 2px !important;
    font-weight: 500 !important;
    border: 1px solid var(--i-darkgrey) !important;
    font-size: 14px;
    padding: 4px 9px;
    line-height: 24px;
    text-transform: none;
}

    .btn:focus,
    a.btn:focus {
        box-shadow: none;
    }

.btn-border, .k-button-solid-base.btn-border {
    transition: 0.5s ease all;
    background: white !important;
    color: var(--i-darkgrey) !important;
}

    .btn-border:hover {
        color: #fff !important;
        background: var(--i-darkgrey-hover) !important;
    }

.btn-delete {
    background: red;
    color: #fff;
    border-color: red !important;
}

    .btn-delete:hover {
        background: #bb2d3b;
        color: #fff;
        border-color: red;
    }

.btn-green-border {
    /*  font-size: 13px;
    font-weight: 400;*/
    transition: 0.5s ease all;
    border-color: var(--i-green) !important;
    color: var(--i-green) !important;
}

    .btn-green-border:hover {
        background: var(--i-green) !important;
        color: #fff !important;
    }

.btn-red-border,
.cancel-btn {
    /* font-size: 13px;
    font-weight: 400;*/
    transition: 0.5s ease all;
    border-color: red !important;
    color: red !important;
    background: white;
}

    .btn-red-border:hover,
    .cancel-btn:hover {
        background: red !important;
        color: #fff !important;
    }

.btn.btn-default,
.btn-default {
    background: var(--i-darkgrey) !important;
    color: var(--i-white) !important;
}

    .btn-default:hover {
        background: var(--i-darkgrey-hover) !important;
        color: var(--i-white) !important;
    }

.btn.green-btn {
    background: #fff !important;
    color: #16c89d !important;
    border: 1px solid #16c89d !important;
    line-height: 23px !important;
}

    .btn.green-btn:hover, .btn.green-btn:focus {
        background: #16c89d !important;
        color: #fff !important;
        border: 1px solid #16c89d !important;
        line-height: 23px !important;
    }

.btn.btn-small {
    font-size: 15px;
}

.btn i {
    line-height: inherit;
}

/*.btn.edit,
.btn-edit,
.btn.btn-edit {
    padding: 2px 5px !important;
    background: transparent !important;
    color: var(--i-darkgrey) !important;
    border: 1px solid var(--i-darkgrey);
}

    .btn.edit:hover,
    .btn-edit:hover,
    .btn.btn-edit:hover {
        background: var(--i-darkgrey-hover) !important;
        color: #fff !important;
    }*/

.btn.delete {
    border-color: red !important;
    padding: 2px 5px !important;
    background: transparent !important;
    color: var(--i-red) !important;
}

    .btn.delete:hover {
        background: var(--i-red) !important;
        color: #fff !important;
    }

.btn.close-btn {
    background: white !important;
    color: var(--i-darkgrey-hover) !important;
}

.close-btn:hover {
    background: var(--i-darkgrey-hover);
    color: #fff;
}

.detail {
    background: var(--i-darkgrey) !important;
    color: var(--i-white) !important;
}

.btn-green {
    background: var(--i-green);
    color: white;
    border-color: var(--i-green) !important;
}

.btn-next {
    background: var(--i-green);
    color: white;
    border-color: var(--i-green) !important;
    padding: 10px 20px;
    line-height: normal;
}

    .btn-next:hover {
        color: white;
    }

.btn-light-green {
    background: #82f5cc;
    color: white;
    border-color: #82f5cc !important;
}

.primary-btn {
    background: var(--i-green);
    color: white !important;
    padding: 8px 10px;
    border-color: var(--i-green) !important;
}

    .primary-btn:hover,
    .btn.btn-green {
        background: #04b086;
        color: white !important;
    }

.text-btn {
    border: 0;
    background: transparent;
}

.h-1000 {
    height: 1000px;
}

.text-red {
    color: #e8252b;
}

.relative {
    position: relative;
}

div.shadow {
    /*box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;*/
    box-shadow: 0px 0px 6px 0px #ddd !important;
}

.height-scroll {
    height: 100vh;
    overflow-y: auto;
}

a.add-address {
    cursor: pointer;
}

    a.add-address i {
        font-size: 16px;
        color: var(--i-darkgrey);
        border-radius: 20px;
        margin-right: 4px;
        padding: 0px;
        border: 1px solid var(--i-darkgrey);
    }

.add-new-address {
    font-size: 13px;
    color: var(--i-darkgrey);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.btn-select {
    background: white;
    border: 2px solid var(--i-darkgrey);
    color: var(--i-darkgrey);
    border-radius: 4px;
}

    .btn-select.btn-radio {
        display: flex;
        width: 15px;
        height: 15px;
        border-radius: 20px !important;
        padding: 0px;
        justify-content: start;
        align-items: self-start;
    }

    .btn-select.selected {
        background: var(--i-darkgrey);
        border: 2px solid var(--i-darkgrey);
        color: white;
        box-shadow: inset 0 0 0 2px white, inset 0 0 0 1em #1d1d1d !important;
    }

ul.edit-list {
    margin: 5px 0 0 0;
    display: flex;
    justify-content: end;
}

    ul.edit-list li a {
        font-size: 14px;
        /* border-right: 1px solid #ddd; */
        padding: 0px 10px;
        text-decoration: none;
    }

/*.k-grid-content, .k-grid-header, .k-grid-header-wrap {
  padding: 0px !important;
}
.k-grid-content {
    overflow-y: auto !important;
}*/
/*Driver Timeline*/
.driver-timeline .k-selected {
    display: block;
}
/* remove the default padding, so the template container expands to cover the whole appointment */
.k-scheduler .k-event {
    padding: 0px;
    font-size: 13px;
}
/* set some padding to the template containers, expand them and add any other desired customizations.
                            Styles from the model will be obtained from the ItemTemplate context and set inline.
                            based on the specific appointment*/
.srch-filter.accordion-button:not(.collapsed), .accordion-button:focus {
    color: #535353;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.srch-filter.accordion-button {
    color: #535353;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

    .srch-filter.accordion-button:not(.collapsed)::after {
        filter: grayscale(1);
    }

.custom-appointment {
    width: 100%;
    height: 100%;
    padding: 2px 4px;
    font-weight: 400;
    text-align: center;
    cursor: default;
}
/*Driver Timeline*/



main {
    flex: 1;
}

.page {
    flex-direction: row;
    display: flex;
}



/*.k-grid-content::-webkit-scrollbar-track {
    box-shadow: none;
    background: white;
}

.k-grid-content::-webkit-scrollbar {
    background: #dbdbdb;
    width: 0px;
}*/


/*****TOP ROW OF PAGE********/
.top-row.navbar-dark {
    height: 3.5rem;
    background-color: #F8F8F8 !important;
}

.top-icons {
    margin-bottom: 0px;
    padding: 0px;
    justify-content: flex-end;
    display: flex;
    width: 100%;
}

    .top-icons a {
        color: #09121F;
        font-size: 24px;
    }

    .top-icons li {
        margin-right: 13px !important;
        display: flex;
        align-items: center;
    }

        .top-icons li:last-child {
            margin-right: 0px !important;
        }

a.admin-login {
    display: flex;
    color: #5C5E62;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.menu-hamburger {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 11;
    background: transparent !important;
    height: 56px;
    display: flex !important;
    align-items: center;
    padding: 20px !important;
    justify-content: flex-start;
}

nav {
    width: 100%;
}

.top-row {
    justify-content: flex-end;
    height: 3.6rem !important;
    display: flex;
    align-items: center;
 /*   z-index: 4 !important;*/
    z-index: 0 !important;
    background: #fff !important;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}

    .top-row a, .top-row .btn-link {
        white-space: nowrap;
        font-size: 14px !important;
        margin-left: 1.5rem;
        color: inherit;
        font-weight: 500;
    }

    .top-row .bx {
        font-size: 1.3em;
        position: relative;
        top: 3px;
        left: -2px;
        padding-bottom: 5px;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.carPlate-Infleet {
    font-size: 11px;
    border-radius: 2px;
    padding: 2px;
    line-height: normal;
    background: #DEF6E3;
}

.carPlate-Active {
    font-size: 11px;
    border-radius: 2px;
    padding: 2px;
    line-height: normal;
    background: #D1EDF6;
}

.carPlate-Defleeting {
    font-size: 11px;
    border-radius: 2px;
    padding: 2px 6px;
    line-height: 14px;
    display: inline-block;
    background: #E1E1FC;
}

.carPlate-Inactive {
    font-size: 11px;
    border-radius: 2px;
    padding: 2px;
    line-height: normal;
    background: #F0CCCC;
}


/*******LOGIN PAGE FORM*******/
section.login {
    display: flex;
    height: 100vh;
    align-items: center;
}

.login-form {
    padding: 40px;
    height: calc(100vh - 65px);
}

.login-form-ftr {
    /*  position: absolute;*/
    bottom: 60px;
    right: 0;
    left: 0;
    text-align: center;
}

.login-form hr {
    opacity: 0.2;
}

.login-form small {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
.login-form .k-dropdownlist.form-control {
    margin-bottom: 0 !important;
}
.login-form .telerik-blazor.k-input.form-control {
    margin-bottom: 0!important;
}
.log-out-btn {
    border-radius: 3px;
    background: var(--i-darkgrey);
    color: #fff !important;
    padding: 0px 9px;
    cursor: pointer;
}

    .log-out-btn:hover {
        background: var(--i-darkgrey-hover);
    }

.passwrd-group {
    position: absolute;
    right: 10px;
    bottom: 4px;
    z-index: 999;
}

input[type="Password"]::-ms-reveal {
    display: none;
}

.font-weight-500 {
    font-weight: 500;
}

.carplate-no {
    background: #efefef;
    padding: 1px 6px;
    border-radius: 3px;
    margin-right: 3px;
}

.car-plate-no {
    position: relative;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    padding-left: 9px;
    height: fit-content;
    width: fit-content;
    height: 48px;
    border-right: 0px !important;
}

    .car-plate-no:before {
        content: "";
        width: 16px;
        height: auto;
        background: url("https://bronyaprod.blob.core.windows.net/static/icare/car-plateno.png") no-repeat;
        background-size: contain;
    }
/*.car-plate-no:before {
        content: "";
        width: 26px;
        height: 48px;
        background: url("https://bronyaprod.blob.core.windows.net/static/icare/car-plateno.png") no-repeat;
        background-size: contain;
    }*/

.dots-left {
    position: relative;
    height: 48px;
    border-left: 0px !important;
    border-right: 0px !important;
}

    .dots-left:before {
        content: "";
        width: 20px;
        height: auto;
        background: url("https://bronyaprod.blob.core.windows.net/static/icare/carplate-dots.png") no-repeat;
        background-size: contain;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
/*.dots-left:before {
        content: "";
        width: 27px;
        height: 48px;
        background: url("https://bronyaprod.blob.core.windows.net/static/icare/carplate-dots.png") no-repeat;
        background-size: contain;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }*/
.last-input {
    position: relative;
    height: 48px;
}


/******Create new booking ******/
.bg-light-blue {
    background: #e3ecfa;
}

.fixed-height {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

a.add-address i {
    font-size: 16px;
    color: var(--primary-color);
    border-radius: 20px;
    margin-right: 4px;
    padding: 0px;
    border: 1px solid var(--primary-color);
}

.add-new-address {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.bkng-create .card-header h5 {
    font-size: 15px;
    color: var(--darkgrey);
    margin-top: 5px;
}

.bkng-create h5 {
    font-size: 14px;
}

.bkng-create .card {
    border: 1px solid;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.bg-green-light {
    background: #dcfff7;
}

.light-red-bg {
    background: var(--light-red);
}

.light-red-double-bg {
    background: linear-gradient(to right, #ffe5e5 0%, #fff 75%);
}

.light-green-double-bg {
    background: linear-gradient(to right, #dcfff7 0%, #fff 75%);
}

.booking-icon {
    border-radius: 50px;
    display: inline-flex;
    background: transparent;
    /* padding: 4px 10px 4px 4px;*/
    margin: 2px 4px 2px 0px;
    /*border: 1px solid #c2c2c2;*/
    font-size: 12px;
}

    .booking-icon img {
        padding: 2px 5px;
    }

    .booking-icon i {
        display: flex;
        align-items: center;
    }

.bkng-create .card-footer {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bkng-create .telerik-blazor.k-input,
.bkng-create .k-dropdownlist {
    margin-bottom: 0 !important;
}

.bkng-create .validation-message {
    top: 0px !important;
}

.cart-car-img {
    margin-top: -30px;
}



.text-editor span.k-dropdownlist {
    margin-bottom: 0px !important;
}

.add-new-address {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
    display: flex;
    align-items: center;
}

a.add-address i {
    font-size: 16px;
    color: var(--primary-color);
    border-radius: 20px;
    margin-right: 4px;
    padding: 0;
    border: 1px solid var(--i-darkgrey);
}

.add-authorized-user {
    text-align: center;
    padding: 20px;
    border: 1px dashed #000;
    margin-bottom: 10px;
}

/*********
    ORDER BOOKED 
    ************/

.thanks {
    background: #26b894;
    border: 0;
    position: relative;
}

.service-selected {
    margin: 0;
    background: #fff;
    display: block;
    box-shadow: 0 1px 13px rgb(51 51 51 / 17%);
}

.car-details {
    margin-bottom: 20px;
    display: flex;
}

.car-icon {
    align-items: baseline;
    margin-top: 4px;
    width: 25px;
    margin-right: 10px;
}

.car-name {
    width: 100%;
}

.service-provider-tahnks {
    position: absolute;
    top: 0;
    right: 40px;
    width: 288px;
}
/*** tracking ***/
.bkng-create-tracking .tracking-id {
    background: #fff;
}

.bkng-create-tracking .order-track:last-child {
    padding-bottom: 0px !important;
}

.bkng-create-tracking .tracking-id .order-track:before {
    display: none;
    align-items: center;
}

.bkng-create-tracking .order-track:last-child label input:before {
    display: none;
}

.bkng-create-tracking .order-track label input {
    width: 25px;
    height: 25px;
}

.bkng-create-tracking .tracking-id label {
    position: static;
    align-items: center;
}

.bkng-create-tracking .order-track {
    padding-bottom: 20px !important;
    width: 100%;
    margin: 0;
}

    .bkng-create-tracking .order-track label input:before {
        left: 12px;
        height: 64%;
        top: 25px;
        position: absolute;
        content: "";
        width: 1px;
        border: 1px dashed #1d1d1b;
    }

    .bkng-create-tracking .order-track label input.form-check-input:checked {
        background-color: #000;
        border-color: #e3e3e3;
    }

    .bkng-create-tracking .order-track label input.form-check-input:disabled {
        opacity: 1 !important;
    }

/*.bkng-create-tracking .order-track label input:before {
    position: absolute;
    content: "";
    width: 1px;
    border: 1px dashed #1d1d1b;
    left: 12px;
    height: 64%;
    top: 25px;
}*/


/*aside bar*/

.cw-480 {
    /*background: #2b2b2b;*/
}
/******CARD STYLE*******/
.card {
    border: 0px !important;
    padding: 0px;
}

.card-body {
    padding: 20px !important;
}

.card-header,
.card-footer {
    padding-right: 1.399rem;
    padding-left: 1.399rem;
    padding-top: 20px;
    background: transparent;
}

    .card-header,
    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header h5,
    .card-header h6 {
        font-size: 15px;
        font-weight: 700 !important;
    }

.card.navbar {
    background: transparent !important;
}

.k-treeview-group .k-animation-container {
    background: #EFEFEF;
    padding-left: 25px;
}

.nav-pills {
    margin: 0px !important;
}

.dropdown-sidepanel ul {
    background: #EFEFEF;
}

    .dropdown-sidepanel ul li a {
        color: #242424 !important;
        font-size: 14px !important;
        padding: 10px 0px !important;
        font-weight: 400 !important;
    }

        .dropdown-sidepanel ul li a.nav-link.active,
        .dropdown-sidepanel ul li a.nav-link:hover,
        .navbar ul li a.nav-link.active,
        .navbar ul li a.nav-link:hover {
            color: #fff !important;
            background-color: #00a88e;
            border-radius: 0px;
        }

.card.shadow.sticky-top {
    top: 51px;
    z-index: 1;
}

.fs-25 {
    font-size: 25px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.h-35 {
    height: 35px !important;
}
/*Traffic Lights*/
.trafficlights {
    display: table;
    position: relative;
    border: 0px;
    padding-top: 20px;
}

ul.trafficlights:before {
    content: "";
    position: absolute;
    width: 89%;
    background: #cbcbcb;
    left: 60px;
    height: 0.5px;
}

.trafficlights li.nav-item {
    display: table-cell;
    text-align: center;
    border: 0px;
    margin: 0px !important;
    background: inherit !important;
}

    .trafficlights li.nav-item a {
        position: relative;
        padding-top: 20px;
        border: 0px;
        background: inherit !important;
        margin: 0px !important;
    }

        .trafficlights li.nav-item a:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            left: 44%;
            top: -8px;
            border-radius: 20px;
            opacity: 0.2;
        }

        .trafficlights li.nav-item a.active:before {
            opacity: 1;
        }

    .trafficlights li.nav-item:nth-child(1) a:before {
        background: #2ecb41;
    }

    .trafficlights li.nav-item:nth-child(2) a:before {
        background: #ff0000;
    }

    .trafficlights li.nav-item:nth-child(3) a:before {
        background: #2ecb41;
    }

    .trafficlights li.nav-item:nth-child(4) a:before {
        background: #ffa500;
    }

    .trafficlights li.nav-item:nth-child(5) a:before {
        background: #ffa500;
    }

    .trafficlights li.nav-item:nth-child(6) a:before {
        background: #ff0000;
    }

    .trafficlights li.nav-item:nth-child(7) a:before {
        background: #ffa500;
    }

    .trafficlights li.nav-item:nth-child(8) a:before {
        background: #2ecb41;
    }



/*Accordian*/
.custom-accordian h2 .accordion-button {
    color: #393C41;
    font-family: 'Segoe UI', sans-serif;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
}

    .custom-accordian h2 .accordion-button:not(.collapsed) {
        background-color: #ffffff;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
        color: #393C41;
        font-family: 'Segoe UI', sans-serif;
        margin: 0px;
        font-size: 15px;
        font-weight: 500;
    }

.custom-accordian .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

/*Service Package*/
.heading_top_section {
    display: flex;
    padding: 15px 10px;
    background: #fff;
    margin-bottom: 10px;
    text-transform: none;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.heading h3 {
    color: #393C41;
    font-family: 'Segoe UI', sans-serif;
    margin: 0px;
    font-size: 21px;
    font-weight: 700;
}

/****DEFAULT FORM STYLE*****/
.form-check-input:checked {
    background-color: transparent !important;
    border-color: var(--i-darkgrey-hover) !important;
    border-width: 2px;
}

    .form-check-input:checked[type=radio],
    .k-radio:checked,
    .k-radio.k-checked {
        border-width: 2px;
        background: transparent !important;
        border-color: #1d1d1d !important;
        box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #1d1d1d !important;
    }

.form-check-input {
    border-width: 2px;
    border-color: var(--i-darkgrey);
}

.form-control:focus {
    box-shadow: none;
}

.input-search {
    border-radius: 0px !important;
}

    .input-search:focus {
        outline: none;
        box-shadow: none !important;
        border-color: #2d373c !important;
    }

.form-check {
    display: inline-block !important;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    margin-right: 20px;
}

section.search {
    padding: 0px 15px;
}

    section.search select {
        appearance: revert !important;
    }

.input-addon span.input-group-text {
    background: #F5F8FA;
    border: 0px;
    padding-right: 0px;
}

.form-control {
    padding: 0.375rem 0.3rem;
    font-size: 14px;
    border-radius: 0px;
}

.k-dropdownlist {
    margin-bottom: 20px !important;
    background: white !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

    .k-dropdownlist.mbottom-0 {
        margin-bottom: 0 !important;
    }

.k-tabstrip-content:focus {
    outline: none !important;
}

.custom-telerilk-dropdown .k-dropdownlist {
    margin-bottom: 0px !important;
}

.custom-telerilk-dropdown .validation-message {
    top: 0px !important;
}

.input-addon input.form-control {
    background: #F5F8FA;
    border: 0px;
}

    .input-addon input.form-control:focus {
        outline: 0px;
        box-shadow: none !important;
    }

.success {
    background: #C3EECC;
    border-radius: 0px !important;
    text-align: center;
    color: #000;
    font-size: 20px;
    padding: 10px !important;
    font-weight: 600;
}

    .success i.bx.bx-x-circle {
        float: right;
        font-size: 26px;
    }

.info-icon {
    cursor: pointer;
}

.i-pop {
    display: none;
}

    .i-pop span {
        font-size: 12px;
    }

.info-icon:hover .i-pop {
    display: block;
    position: absolute;
    z-index: 3;
    background: #f4f4f4;
    padding: 10px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    border-radius: 4px;
    width: 480px;
    top: -12px;
    margin-left: 20px;
}

.download-menu {
    padding: 0px 6px;
    border: 1px solid #cccccc;
    font-size: 23px;
    margin: 11px 15px 0px 0px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

.download_buttons {
    display: none;
}

.download-menu:hover .download_buttons {
    display: block;
    position: absolute;
    z-index: 3;
    right: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    border-radius: 4px;
    width: 240px;
}

.download_buttons a,
.download_buttons a:hover {
    color: inherit;
}

.download_buttons p {
    transition: 0.5s ease all;
}

    .download_buttons p:hover {
        color: var(--i-darkgrey);
    }

.download_buttons .add-buttons-inner {
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
}

    .download_buttons .add-buttons-inner:last-child {
        border-bottom: 0px;
    }

    .download_buttons .add-buttons-inner:hover {
        background: #ddfff3;
        color: #000;
    }

.extra-buttons button.k-button-solid {
    display: none;
}

.extra-buttons button.k-split-button-arrow {
    display: block;
    border-radius: 4px !important;
    padding: 4px 6px !important;
    border-color: #d5d4d4;
}

    .extra-buttons button.k-split-button-arrow .k-i-arrow-s {
        font-family: 'boxicons' !important;
    }

        .extra-buttons button.k-split-button-arrow .k-i-arrow-s::before {
            content: "\ea16"
        }

/*****DEFUALT TABLE STYLES*****/
.table-responsive table {
    border-bottom: 1px solid #ddd !important;
    border-top-color: #ddd !important;
}

.table-responsive tbody tr {
    height: 45px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
}

td {
    border-color: unset;
}

.table-responsive tbody tr:nth-child(even) {
    background: #f4f4f4 !important;
}

.table-responsive tbody tr.bg-grey-2 {
    background: #e3e3e3 !important;
}

.k-grid th, .k-grid td {
    padding: 8px 12px;
    border-style: solid;
    border-color: inherit;
    outline: 0;
    font-weight: inherit;
    text-align: inherit;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    word-break: break-word;
    white-space: inherit !important;
    font-size: 14px;
}

.k-grid td, .table, .k-grid .k-cell-inner > .k-link,
.k-grid td, .table-responsive .k-master-row td,
.k-grid .k-cell-inner > .k-link,
.k-grid-header .k-header {
    text-align: left !important;
    justify-content: start !important;
}

.k-grid th,
.k-grid-header .k-header {
    font-weight: 500;
}

.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover,
.k-selected.k-hover.k-list-optionlabel,
.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: white;
    background-color: #454545 !important;
}

.k-column-title {
    text-transform: none;
    white-space: unset !important;
}

.k-grid th {
    white-space: unset !important;
}

/*-----------------------
    TELERIK TABLE N FORM
--------------------------*/
.k-grid .k-grid-header {
    font-weight: 700;
}

    .k-grid .k-grid-header .k-table-th {
        vertical-align: top !important;
        font-size: 14px;
    }

.k-grid .k-grid-container {
    padding: 0 !important;
}

.k-grid td {
    white-space: nowrap;
    vertical-align: top !important;
}

.k-grid tr.k-alt {
    background: transparent !important;
}

.k-input {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.k-input-md .k-input-inner {
    padding: 4px 4px;
}

.telerik-blazor.k-input {
    margin-bottom: 20px !important;
    border-radius: 0px;
}

.telerik-blazor.k-dateinput.k-input {
    margin-bottom: 0 !important;
    height: calc(1.5em + .75rem + 2px);
    width: auto;
}

.input-mb-2 .telerik-blazor.k-input {
    margin-bottom: 0px !important;
    border-radius: 0px;
}

.text-area-2row {
    height: 70px;
}

.k-grid th,
.k-grid td {
    border: 0px;
}

.k-disabled:not(.k-calendar-td) {
    background-color: #e9ecef !important;
    color: #000 !important;
    opacity: 1 !important;
    border-color: #ced4da !important
}


.k-disabled.k-calendar-td {
    background: none !important;
    color: inherit !important;
    opacity: !important;
    border-color: #ced4da !important
}

.search-icon-field .k-input-inner {
    padding: 8px 8px 8px 29px !important;
    background: #F5F8FA !important;
    border: 1px solid #222 !important;
}

.search-icon-field .k-input {
    border-color: transparent !important;
}

.search-icon-field {
    position: relative;
}

.i-search-icon {
    left: 6px;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    top: 11px;
    font-size: 21px !important;
}


input.k-checkbox,
input.k-radio,
input[type='checkbox'] {
    border-width: 2px !important;
    border-color: var(--i-darkgrey) !important;
    padding: 2px !important;
}

.k-checkbox:checked,
.k-checkbox.k-checked {
    border-width: 2px !important;
    border-bottom: 2px !important;
}

.k-checked.k-disabled {
    background: #fff !important;
    border-width: 2px !important;
}

.k-radio.k-checked.k-disabled {
    background: transparent !important;
    border-color: #1d1d1d !important;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #1d1d1d !important;
}

.btn.fill-icon-cancel {
    display: inline-flex;
    line-height: normal;
    padding: 5px 4px;
    border-radius: 4px !important;
    font-size: 24px;
    margin-right: 5px;
}

.close-btn-red {
    border-color: red !important;
    color: red !important;
}

.euro-height {
    height: 33px;
}

.k-grid td.k-selected, .k-grid .k-table-row.k-selected > td,
.k-grid .k-table-td.k-selected,
.k-grid .k-table-row.k-selected > .k-table-td {
    background-color: #effff3 !important;
}

.no-garage-found {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
    background: #f6f6f6;
}

    .no-garage-found img.img-fluid {
        width: 20%;
    }

.table-bookservice {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 190px;
}

.table-custom-h-scroll {
    overflow-x: auto !important;
}

input, .k-rounded-md {
    border-radius: 0px !important;
}

.btn.k-rounded-md {
    border-radius: 4px !important;
}
.k-button-solid-base:focus {
    box-shadow: none;
}
.report-dropdown {
    width: 10%;
    display: inline-block;
}

.report-date-range {
    width: 94%;
    display: inline-block;
    margin-left: 14px;
}

    .report-date-range .k-daterangepicker span {
        width: 50%;
    }

        .report-date-range .k-daterangepicker span .k-dateinput {
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
        }

.file-icon {
    font-size: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #808080;
}

.k-checkbox:checked,
.k-checkbox.k-checked,
.k-radio:checked,
.k-radio.k-checked,
input[type='checkbox']:checked {
    border-color: #1d1d1d !important;
    border-width: 2px !important;
    background-color: #1d1d1d !important;
}

.k-radio:disabled, .k-radio.k-disabled {
    opacity: 0.4 !important;
}

.k-checkbox:disabled,
.k-checkbox.k-disabled {
    opacity: 0.3 !important;
}

.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner {
    background: #ffffff !important;
}

.k-radio, input[type='radio'] {
    border-radius: 50% !important;
}

label.disabled {
    opacity: 0.5;
}

.car-heading {
    color: #A1A5B7;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.dropdown-color-grey .k-dropdownlist {
    background: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.email-alert {
    background: #E2FFF5;
    display: flex;
}

    .email-alert p {
        display: flex;
    }

        .email-alert p i {
            display: flex;
            padding: 4px 10px 0px 0;
            color: #07C597;
            font-size: 21px;
        }

.address {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


.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: 100%;
    /*/min-height: 200px;*/
    position: absolute;
    z-index: 123456;
    /* one way center the loading indicator inside */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
}

    .loading-panel-wrapper .loading-panel-overlay {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

/*---------------------
   DAshboard
-------------------------*/
.dashboard {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 40px;
}

.dash-board h1 {
    font-size: 26px;
    color: var(--i-darkgrey);
}

    .dash-board h1 span {
        color: var(--i-green);
    }

.dash-board h4 {
    color: var(--i-lightgrey);
}

.dash-board h2, .heading-2 {
    color: #003264;
}

    .dash-board h2.heading-2,
    .heading-2 {
        font-size: 35px;
    }

.dash-board h3 {
    font-size: 20px;
}

ul.list-inline.dashboard-started.mt-5 {
    display: block;
    width: 100%;
}

.dashboard-started li.list-inline-item {
    display: inline-flex;
    width: inherit;
    margin-bottom: 20px;
}

.dashboard-started li a {
    background: #f3f3f3;
    color: #454545;
    padding: 5px 9px;
    border-radius: 50px;
    font-size: 16px;
    width: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .dashboard-started li a:hover {
        background: #07c597;
        color: #fff;
    }

    .dashboard-started li a i {
        font-size: 20px;
        margin-right: 7px;
    }


.green-hover:hover {
    transition: .5s ease all;
    background: var(--primary-green) !important;
}

    .green-hover:hover p, .green-hover:hover h4 {
        transition: .5s ease all;
        color: #fff !important;
    }

.bg-background {
    background: #f1f3fc;
    color: #000;
    font-size: 18px;
}

a.text-blue,
.text-blue {
    color: #167eef !important;
}

/***NEW HTML STYLE FOR TRACKING****/
.tracking-id .order-track {
    position: relative;
    display: block;
    font-size: 14px;
}

    .tracking-id .order-track:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: lightgray;
        left: 18px;
        top: 15px;
        z-index: 1;
    }

.tracking-id div .order-track:last-child:before {
    display: none;
}

.tracking-id label {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: baseline;
}

.order-track .form-check-label .track-select,
.order-track .form-check-label .track-dselect {
    display: inline-flex;
    margin: 10px 6px 8px 10px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: normal;
    align-items: center;
}

.order-track .form-check-label .track-select {
    background: var(--i-green);
}

.order-track .form-check-label .track-dselect {
    background: var(--i-darkgrey);
}

.order-track .form-check-label input {
    opacity: 0;
}

/*------------------------
    Dash Form
-----------------------*/
.bottom-line {
    padding-bottom: 10px;
    position: relative;
    display: inline-flex;
}

    .bottom-line:before {
        content: "";
        position: absolute;
        bottom: -9px;
        width: 100%;
        border-bottom: 3px solid var(--i-darkgrey);
    }



/*SERvice config*/
.k-button-solid-base {
    background: transparent !important;
    color: #848484 !important;
}

.k-list-md ul li.k-selected, .k-list-md ul li:hover,
.k-list-md ul li.k-selected:hover {
    background: inherit !important;
    color: #454545 !important;
}

    .k-list-md ul li:hover,
    .k-list-md ul li.k-selected:hover {
        background: #e9ecef !important;
        color: #454545 !important;
    }

.multiselectdropdown .k-clear-value {
    position: absolute;
    right: 0px;
    top: 0px;
    background: red;
    opacity: 1;
    color: #fff !important;
    z-index: 9;
}

    .multiselectdropdown .k-clear-value .k-i-x {
        color: #fff;
        font-size: 20px;
    }

.multidrop:after {
    position: absolute;
    content: "";
    right: 6px;
    top: 11px;
    border-top: 6px solid #636363;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    cursor: pointer;
    z-index: 1;
}

/*-----------------------
    Footer
--------------------------------*/
.footer_section.position-fixed {
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
  /*  z-index: 999999;*/
    z-index: 1;
}

.footer_section a {
    color: inherit;
}

.fontText {
    font-style: italic;
}

.service-image {
    width: 150px;
    height: 150px;
    max-width: 100%;
    align-items: center;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
}

    .service-image img {
        width: auto;
        max-width: 100%;
    }

/*Booking overview thumbnail images of driver and collections*/
.card-thumbnail {
    position: relative;
    width: 100%;
    height: 65px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

    .card-thumbnail span {
        font-size: 14px;
        padding-top: 6px;
    }

    .card-thumbnail img {
        width: auto;
        height: auto;
        max-height: 65px
    }

.view-eye-icon {
    position: absolute;
    right: 5px;
    bottom: 4px;
    z-index: 1;
    line-height: 16px;
    background: grey;
    border-radius: 2px;
    color: white !important;
    padding: 0px 2px;
    font-size: 17px !important;
}

.view-eye-icon2 {
    position: absolute;
    right: 5px;
    bottom: 4px;
    z-index: 1;
    line-height: 16px;
    border-radius: 2px;
    padding: 0px 2px;
    font-size: 17px !important;
}

.btn.fill-darkgreen-icon {
    color: #e8fff3;
    background: var(--primary-green);
    border: 1px solid var(--primary-green) !important;
}

.view-eye-icon:hover {
    color: #fff;
}

.sm-space .k-input-button {
    /*   width: calc(1.4285714286em + 0px)!important;*/
}

.sm-space .k-input-md .k-clear-value {
    width: 13px !important;
}

.text-green {
    color: var(--i-green) !important;
}

.z-index-3 {
    z-index: 3;
}

.validation-message {
    font-size: 13px;
    color: red;
    top: -19px;
    position: relative;
    font-weight: 500;
    text-align: initial;
}

.k-form-error.k-invalid-msg {
    margin-top: 0;
    position: relative;
    top: -14px;
    font-style: normal;
}

.k-radio.k-invalid + .k-radio-label {
    color: inherit !important;
}

table.fit-content-table {
    display: block;
    white-space: nowrap;
}

    table.fit-content-table thead,
    table.fit-content-table tbody {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        width: 100%;
    }

        table.fit-content-table thead tr {
            width: 100% !important;
        }

.custom-table table {
    border-top: 1px solid #efefef !important;
}

    .custom-table table thead {
        background-color: #fafafa;
    }

        .custom-table table thead th {
            border-bottom: 1px solid #ddd;
            vertical-align: top;
        }

        .custom-table table thead label {
            margin-bottom: 0;
        }

.custom-table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-table .k-dropdownlist,
.custom-table .telerik-blazor.k-input {
    margin: 0px !important;
}

span.app-date {
    color: #212222;
    font-size: 14px;
}

    span.app-date i {
        font-size: 16px;
    }

/*span.app-workshop-name {
    color: #6b6b6b;
}*/

/*.booking-grid-list-icon table tr th:first-child {
    padding-left: 41px !important;
}

.booking-grid-list-icon table tr td:first-child {
    background: url("https://bronyadev.blob.core.windows.net/static/icare/LR/LRIcon.png") no-repeat;
    background-size: auto;
    background-position: center left 15px;
    padding-left: 44px !important;
    display:flex;
}*/

.link-booking {
    color: #0075FF !important;
    text-decoration: underline !important;
    font-size: 16px !important;
}

.booking-grid-list-LR-Icon {
    background: url("https://bronyadev.blob.core.windows.net/static/icare/booking-type-icon/LR.png") no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 100%;
    height: 50px;
}

.booking-grid-list-SMR-Icon {
    background: url("https://bronyadev.blob.core.windows.net/static/icare/booking-type-icon/SMR.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 100%;
    height: 50px;
    vertical-align: middle;
}

.company-name-grid {
    color: #333333;
    font-weight: 600;
    margin-top: 3px;
    display: inline-block;
    border-radius: 3px;
}

.carplate-no-lr {
    font-size: 14px;
    font-weight: 700;
    color: #212222;
}

.car-model {
    font-size: 14px;
    margin: 3px 0;
    color: #212222;
}

.mileage span {
    font-size: 14px;
    color: #212222;
    font-weight: 600;
}


span.app-workshop-name i {
    color: #212222;
    font-size: 16px;
}

.outer-upload {
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.upload-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.upload-img {
    border: 2px dashed #ddd !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
}

    .upload-img input {
        position: static;
        width: 100%;
        height: 100%;
        align-items: center;
        opacity: 1;
        display: flex;
    }

    .upload-img span {
        color: #ddd;
        font-size: 31px;
        line-height: 0.2;
        display: block;
        width: 100%;
        height: 100%;
    }

.custom-file-input::before {
    content: '+';
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
    font-size: 50pt;
    /* color: #333329; */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
}

/*****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: 16px !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-success .k-icon {
    color: #07c597 !important;
}

.k-notification-warning .k-icon {
    color: #ffc000 !important;
}

.k-notification-success {
    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-color: #fff !important;
    border-bottom: 3px solid #07c597 !important;
}

.k-notification-warning {
    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-bottom: 3px solid #ffc000 !important;
}

.k-notification-error {
    border-color: #fff !important;
    box-shadow: 0px 4px 9px 2px rgb(0 0 0 / 10%) !important;
    border-bottom: 3px solid red !important;
}

.k-notification-success,
.k-notification-error,
.k-notification-warning {
    font-size: 15px !important;
    font-weight: 500;
    color: #454545 !important;
    padding: 15px 15px !important;
    border-radius: 0px !important;
    background: #fff !important;
}

span.k-icon.k-i-success, span.k-icon.k-i-error, span.k-icon.k-i-warning {
    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;
    color: var(--i-darkgrey) !important;
}

.demo-notification .k-notification-wrap {
    padding: 0px 0px !important;
}

    .demo-notification .k-notification-wrap .k-notification-content {
        padding-right: 10px !important;
    }

.k-i-success::before {
    content: "\e11a" !important;
}

.k-i-error::before {
    content: "\e11d" !important;
}

#demo-runner {
    height: 320px;
}

/****Delete Telerik POP UP ****/
.k-dialog-wrapper .k-dialog {
    border-radius: 4px;
    padding-top: 3px;
    min-width: 400px !important;
}

    .k-dialog-wrapper .k-dialog .k-dialog-titlebar {
        background: white;
        color: #222;
        font-weight: bold;
    }

span.arrow-icon {
    font-size: 32px;
}

.k-dialog-wrapper .k-dialog .k-dialog-content {
    /* border: 2px solid red;*/
    padding: 5px;
    margin: 19px 15px;
    border-left-width: 4px;
}

.k-dialog-wrapper .k-dialog .k-button-solid-primary {
    background: white !important;
    border-radius: 4px;
    color: #222;
    border-color: #1d1d1d;
    transition: 0.5s ease-in-out all;
}

    .k-dialog-wrapper .k-dialog .k-button-solid-primary:hover {
        background: var(--i-darkgrey) !important;
        color: #fff;
    }

.k-dialog-wrapper .k-dialog .k-button-solid-base {
    border-radius: 4px;
    background: var(--i-darkgrey-hover) !important;
    border-color: #1d1d1d;
    color: #fff !important;
    transition: 0.5s ease-in-out all
}

    .k-dialog-wrapper .k-dialog .k-button-solid-base:hover {
        background: var(--i-darkgrey-hover) !important;
        color: #fff !important;
    }


.uploaded-img {
    width: 29%;
    display: inline-block;
}

.garage-img {
    border: 1px solid #4c4c4c;
    padding: 5px;
    position: relative;
    height: 170px;
    width: 200px;
    max-width: 100% !important;
}

.garage-delete-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #f00;
}

    .garage-delete-img button {
        padding: 0px !important;
        font-size: 23px !important;
        border-radius: 2px !important;
    }

    .garage-delete-img button {
        padding: 0px !important;
        font-size: 23px !important;
        border-radius: 2px !important;
    }

.ant-image-gallery {
    border: 1px solid #ccc;
    height: 150px;
    width: auto;
    max-width: 100%;
    position: relative;
    padding: 5px;
    text-align: center;
}

.ant-image {
    height: 100%;
    width: 100%;
}

.ant-image-img {
    height: 100% !important;
}

table .k-grid-container {
    padding: 0 !important;
}

.custom-accordion .accordion-button::after {
    position: absolute;
    left: 0
}

.custom-accordion .accordion-button.collapsed, .custom-accordion .accordion-button {
    padding-left: 32px
}

    .custom-accordion .accordion-button:not(.collapsed) {
        border-bottom: 0
    }

.font-16 {
    font-size: 16px !important;
}

.custom-accordion {
}
/**** UPLOAD COMPANY LOGO******/
.fixed-cp-logo {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    background: white;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

    .fixed-cp-logo.company-logo {
        width: 200px;
        height: 60px;
    }

    .fixed-cp-logo img {
        width: auto;
        height: 100%;
    }

.hidden-input-file {
    opacity: 0;
    width: 346px;
    position: absolute;
    height: 52%;
    cursor: pointer;
}

span.upload-file {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px;
    border-radius: 0px;
    margin-top: 5px;
    cursor: pointer;
}

.cwidth-100 {
    width: 100px;
}




.k-dialog-wrapper {
    z-index: 999999 !important;
}

.disabled-add-logistics .card-logistic.border.mt-3.p-3 {
    background: #f2f2f2;
}

.disabled-add-logistics button.add-logistic-btn {
    cursor: default;
}

.bkng-create .validation-message-logistic {
    top: 0px !important;
}

.custom-telerilk-dropdown .validation-message-logistic {
    top: 0px !important;
}

.validation-message-logistic {
    font-size: 13px;
    color: red;
    bottom: -1px;
    position: relative;
    font-weight: 500;
    text-align: initial;
}

.k-file-validation-message-logistic {
    color: red !important;
}

.add-logistic-btn {
    padding: 0px !important;
    white-space: unset !important;
    text-align: left !important;
    border: 0px !important;
}

    .add-logistic-btn:focus {
        outline: 0;
        box-shadow: unset !important;
    }

.add-logistic-popup {
    height: 100vh;
    right: -12.7%;
    left: unset !important;
}

p.logi-info1 {
    background: #E6F2FB;
    padding: 10px;
}

.field {
    margin-bottom: 12px;
}

    .field span.k-datepicker {
        margin: 0px !important;
    }

    .field input {
        padding: 10px;
        border-color: rgba(0, 0, 0, 0.2) !important;
    }


.search-btn {
    background: #313F3C !important;
    color: #fff !important;
    width: 100%;
    border-radius: 4px !important;
    height: 36px !important;
}

.workshop-output {
    background: #F5F5F5;
    margin: 20px 0px;
}

.workshop-cntnt {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.search-btn.ant-btn:hover, .search-btn.ant-btn:focus {
    color: #40a9ff;
    border-color: inherit !important;
    background: #fff;
}

.add-logistic-popup .k-actions-horizontal {
    width: 94% !important;
}

span.wrk-name, span.wrk-price {
    font-weight: 600;
}

span.wrk-radio-btn {
    position: relative;
}

    span.wrk-radio-btn input {
        opacity: 0;
        width: 23px;
        height: 19px;
        z-index: 1;
        position: relative;
    }

.btn.btn-green.confirm {
    background: #03A57F;
    color: white !important;
}

    .btn.btn-green.confirm:hover {
        background: #039674 !important;
    }

.cancel-logistic {
    color: #313F3C !important;
    background: #fff !important;
}

    .cancel-logistic:hover {
        color: #313F3C !important;
        background: #EAECEC !important;
    }

span.checkmark {
    position: absolute;
    top: 0;
    right: 12px;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #aeaeae;
}

span.wrk-radio-btn input[type='radio']:checked ~ .checkmark:after {
    display: block;
    top: 4.5px;
    left: 4.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #111111;
}

span.wrk-radio-btn input[type='radio']:checked ~ .checkmark {
    display: block;
}

.wrk-radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.location-field {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.location-field-drop:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background: #EC2511;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}

.location-field-pickup:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #0D9F60;
    background: #0D9F60;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}

.location-field-pickup:after {
    content: "";
    width: 1px;
    height: 86%;
    background: #ababab;
    position: absolute;
    left: 6px;
    top: 18px;
}

.field span.k-datepicker, .field span.k-timepicker {
    margin: 0px !important;
    height: 36px;
}

.k-animation-container-shown {
    z-index: 999999 !important;
}

.btn-green:hover {
    background: #04b086 !important;
    color: white !important;
}

/*default delete and edit icon setting*/
/*****TABLE ACTIONS ICONS******/

/*.btn.fill-icon {
    display: inline-flex;
    line-height: normal;
    padding: 5px 4px;
    border-color: white !important;
    border-radius: 4px !important;
    font-size: 24px;
    margin-right: 5px;
}*/
/*green edit icon*/
/*.btn.fill-green-icon {
    background: #5EDFB1;
    border-color: #5EDFB1 !important;
    color: #fff;
}*/

/*red edit icon*/
/*.btn.fill-red-icon {
    background: #FF5454;
    color: #fff;
    border-color: #FF5454 !important;
}

.btn.fill-green-icon:hover {
    background: #52d4a5;
    color: #fff;
}

.btn.fill-red-icon:hover {
    background: #ea4747;
    color: #fff;
}

.btn.fill-grey-icon {
    background: var(--i-darkgrey);
    color: #fff;*/
/* border-color: var(--i-darkgrey) !important;*/
/*}

.btn.fill-grey-icon:hover {
    background: #222;
    color: #fff;
}
.btn.grey-border-icon {
    border-color: var(--i-darkgrey) !important;
    color: var(--i-darkgrey);*/
/*  padding: 6px;*/
/*}
.btn.grey-border-icon:hover {
    background: var(--i-darkgrey) !important;
    color: #fff;
}
.btn.fill-green-icon:hover {
    background: var(--primary-green);
    color: #fff;
}

.btn.fill-green-icon-new:hover {
    background: #e8fff3;
    color: var(--primary-green);
}

.btn.fill-green-icon-new {
    background: var(--primary-green);
    color: #fff;
    border: 1px solid #a7f2cb !important;
}

.btn.fill-red-icon {
    background-color: #ff000014 !important;
    color: #f00;
    border: 1px solid #ff000036 !important;
}

.btn.fill-red-icon:hover {
    color: #fff;
    background: #f00 !important;
}

.btn.fill-unassigned-icon {
    background-color: #2C323F !important;
    color: #fff;
    border: 1px solid #d8d8d8 !important;
}

.btn.fill-unassigned-icon:hover {
    color: #fff;
    background: #ff0000 !important;
}

.double-icon {
    position: absolute;
    font-size: 15px;
    right: 0px;
    top: 2px;
    z-index: 1;
}*/


.btn.fill-icon {
    display: inline-flex;
    line-height: normal;
    padding: 5px 4px;
    border-color: white !important;
    border-radius: 4px !important;
    font-size: 21px;
    /* margin-right: 4px;*/
}
/*view form detail*/
.btn.fill-grey-icon {
    background: var(--darkgrey);
    color: #fff;
}

    .btn.fill-grey-icon:hover {
        background: var(--darkgrey);
        color: #fff;
    }

.fill-grey-icon-light {
    background: #f6f6f6;
    color: #949b9d !important;
    box-shadow: 0 2px 5px 0 #ccc;
}

    .fill-grey-icon-light:hover {
        background: #ececec;
        color: gray;
    }

.btn.grey-border-icon {
    border-color: #c1c1c1 !important;
    color: var(--i-darkgrey);
    padding: 4px 3px;
}

    .btn.grey-border-icon:hover {
        background: var(--i-darkgrey) !important;
        color: #fff;
    }

.btn.fill-black-icon {
    background: #f5f9f7;
    color: var(--dark-grey);
    border: 1px solid #777777 !important;
}

    .btn.fill-black-icon:hover {
        background: #000;
        color: #fff;
    }

.btn.fill-green-icon {
    background: #e8fff3;
    color: var(--primary-green);
    border: 1px solid #a7f2cb !important;
}

    .btn.fill-green-icon:hover {
        background: var(--primary-green);
        color: #fff;
    }

.btn.fill-green-icon-new:hover {
    background: #e8fff3;
    color: var(--primary-green);
}

.btn.fill-green-icon-new {
    background: var(--primary-green);
    color: #fff;
    border: 1px solid #a7f2cb !important;
}

.btn.fill-red-icon {
    background-color: #ff000014 !important;
    color: #f00;
    border: 1px solid #ff000036 !important;
}

    .btn.fill-red-icon:hover {
        color: #fff;
        background: #f00 !important;
    }

.btn.fill-unassigned-icon {
    background-color: #2C323F !important;
    color: #fff;
    border: 1px solid #d8d8d8 !important;
}

    .btn.fill-unassigned-icon:hover {
        color: #fff;
        background: #ff0000 !important;
    }

.double-icon {
    position: absolute;
    font-size: 15px;
    right: 0px;
    top: 2px;
    z-index: 1;
}

.k-button.btn.fill-icon.fill-green-icon {
    background: #e8fff3 !important;
    color: var(--primary-green) !important;
    border: 1px solid #a7f2cb !important;
}

.k-button.btn.fill-icon.fill-red-icon {
    background-color: #ff000014 !important;
    color: #f00 !important;
    border: 1px solid #ff000036 !important;
}

.k-button.btn.fill-icon.fill-red-icon,
.k-button.btn.fill-icon.fill-green-icon {
    height: 36px;
    border-radius: 4px !important;
}

    .k-button.btn.fill-icon.fill-red-icon .k-icon,
    .k-button.btn.fill-icon.fill-green-icon .k-icon {
        font-size: 24px !important;
    }

/*-----NEW DEFAULT TABING--------------------*/
.new-tabing .k-tabstrip-items-wrapper {
    background: #fff !important;
}

.new-tabing .k-tabstrip-content {
    margin: 5px 0 0 0;
}

.new-tabing .k-tabstrip-items-wrapper .k-item.k-state-active,
.new-tabing.k-tabstrip-items-wrapper .k-item:active {
    background: transparent;
    border: 0px;
    font-weight: bold;
}

.new-tabing .k-tabstrip-items .k-link h6 {
    font-size: 16px;
    font-weight: 500 !important;
    color: #495057;
    margin-bottom: 0px;
}

.new-tabing .k-tabstrip-items-wrapper .k-item.k-state-active h6 {
    color: var(--i-darkgrey);
}

.new-tabing ul.sub-status-list {
    padding-left: 17px;
    display: block !important;
    white-space: unset;
    overflow-y: inherit;
    width: 100%;
    overflow-x: inherit;
    list-style-type: disc !important;
}

    .new-tabing ul.sub-status-list li {
        display: list-item !important;
        font-size: 13px;
        list-style-type: disc;
    }

.new-tabing ul {
    /* padding-left: 10px;*/
}

.new-tabing .card {
    /*background: #ffffff;*/
    border: 0px;
}

.new-tabing .nav-tabs .nav-item,
.new-tabing.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    box-shadow: none;
    background: transparent;
    margin-right: 40px;
    border-bottom: 4px solid transparent;
}

.new-tabing .nav-link,
.new-tabing .k-tabstrip-items .k-link {
    color: var(--i-darkgrey);
    border-width: 0 0 4px 0;
    font-size: 16px;
    padding: 15px 12px;
}

    .new-tabing .nav-link:focus,
    .new-tabing .nav-link:hover {
        border-bottom: 4px solid var(--i-green) !important;
    }

.new-tabbing .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active,
.new-tabing .nav-tabs .nav-link.active,
.new-tabing ul li.k-state-active,
.new-tabing ul li.k-active {
    background: transparent;
    border-width: 0 0 4px 0;
    border-bottom: 4px solid var(--i-green) !important;
    font-weight: bold;
}

.new-tabing ul li .nav-link {
    border-width: 0 0 4px 0;
}

.new-tabing .nav-tabs .nav-item {
    border-bottom: 2px solid transparent;
}

.new-tabing.k-tabstrip > .k-content,
.new-tabing .tab-content,
.new-tabing .k-tabstrip-content,
.new-tabing .k-tabstrip > .k-content,
.new-tabing {
    background: transparent;
    border: 0px;
    padding: 13px 0 0px;
    overflow: hidden;
}

    .new-tabing .tab-content label,
    .new-tabing .k-tabstrip-content label {
        font-weight: 600;
    }

    .new-tabing .card-body {
        padding: 1rem 1.8rem;
    }

    .new-tabing .nav-pills .nav-link {
        margin-left: 15px;
        font-weight: 500;
        border-radius: 25px;
        border: 0px !important;
    }

        .new-tabing .nav-pills .nav-link:hover {
            border: 0px;
        }

        .new-tabing .nav-pills .nav-link.active {
            background: #82f5cc;
            color: #222;
        }

    .new-tabing.k-content-custom .k-tabstrip-content,
    .new-tabing.k-content-custom .k-tabstrip > .k-content {
        background: transparent !important;
        border: 0;
        padding: 10px 0 !important;
    }

    .new-tabing ul.k-tabstrip-items li.k-item.k-active {
        border-bottom-color: var(--i-green) !important;
    }

        .new-tabing ul.k-tabstrip-items li.k-item.k-active h6,
        .new-tabing ul.k-tabstrip-items li.k-item.k-active .k-link h6 {
            font-weight: 700 !important;
        }

    .new-tabing.k-content-custom ul {
        padding-bottom: 0 !important;
    }

        .new-tabing.k-content-custom ul li span {
            cursor: pointer !important;
        }

.vehicle-identification .k-content {
    margin: 0px;
    border: 0px !important;
    padding: 0px !important;
    padding-top: 20px !important;
}

.cursor-pointer {
    cursor: pointer;
}

button.verify-btn {
    background: #000;
    color: #fff;
    /* padding: 6px 10px;*/
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* border: 0px;*/
}

.list li {
    display: list-item !important;
}
/*********************
    New tabing for B2B and B2c
*******************************/
.new-tabing.content-bg-white .k-tabstrip-content,
.new-tabing.content-bg-white .k-tabstrip > .k-content {
    background: transparent;
    border: 0px;
    padding: 0;
    margin: 5px 0 0 0;
    overflow-x: hidden;
}

.new-tabing.content-bg-white.content-setting .k-tabstrip-content.k-content .heading_top_section {
    margin-bottom: 0;
}

.new-tabing.content-bg-white.content-setting .k-tabstrip-content.k-content section > div {
    padding-left: 0;
}

.k-tabstrip-content:focus,
.k-tabstrip > .k-content:focus {
    outline-width: 0px;
}

.btn.refresh-btn-tab {
    position: absolute;
    right: 53px;
    top: 5px;
    z-index: 3;
}

.fill-grey-icon-light {
    background: #f6f6f6;
    color: #949b9d !important;
    box-shadow: 0 2px 5px 0 #ccc;
    border-color: #ddd !important;
}

    .fill-grey-icon-light:hover {
        background: #ececec;
        color: gray;
    }

.download_buttons {
    display: none;
    position: absolute;
    z-index: 3;
    right: 0px;
    background: #fff;
    padding: 12px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    top: 28px;
    border-radius: 4px;
    min-width: 200px;
    font-size: 14px;
    text-align: left;
}

.approvals-pop:hover .download_buttons {
    display: block;
}

.table-add-action .k-grid th, .table-add-action .k-grid td {
    /* overflow: visible !important;*/
}

.k-floating-label-container > .k-label {
    font-size: 13px !important;
}

span.storagenumber {
    background: #eee;
    padding: 5px 15px;
    border-radius: 27px;
}
/***Vehicle tabing***/
.vehicle-tab {
}


/*NEW SIDE MENU STYLE*/
.k-i-expand::before {
    content: "\e013" !important;
}

.k-i-collapse::before {
    content: "\e015" !important;
}

.k-icon {
    font-size: 22px;
    color: #1d1d1b;
}

.sidebar {
    background: #fff;
    height: 100vh;
    padding-top: 50px;
}

.sidebar-inner {
    max-width: 280px;
    width: 280px;
    padding: 0px;
    z-index: 999;
    height: 90vh;
    background: #ffff;
    border-top: 1px solid #ddd;
}

.sidebar-header {
    padding: 0px 10px;
    border-bottom: 1px solid #DEE1E3;
}

.logo-sidebar {
    width: 80px;
    position: absolute;
    top: 8px;
    left: 48px;
    z-index: 999;
}

.menu-hamburger {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    background: #fff;
    height: 56px;
    display: flex !important;
    align-items: center;
    padding: 20px !important;
    justify-content: flex-start;
}

span.hamburger {
    float: right;
}

.sidebar-content {
    height: calc(100% - 15%);
    overflow-y: auto;
}

/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}*/

.sidemenu ul li {
    border: 0px;
}

    .sidemenu ul li button, .sidemenu ul li a {
        border: 0px;
        background: #F5F5F5;
        text-align: left;
        padding: 7px 10px;
        font-size: 14px;
        display: flex;
        width: 100%;
        align-items: center;
        font-weight: 500;
        color: #1D1D1B;
        border-bottom: 1px solid #F3F3F3 !important;
    }

        .sidemenu ul li button, .sidemenu ul li a.active {
            background: #82F5CC; /* var(--i-greenlight);*/
        }

            .sidemenu ul li button:hover,
            .sidemenu ul li button:focus {
                background: #ddd;
            }

span.menu-icons {
    font-size: 24px;
    margin-right: 15px;
}

ul li ul li a span.menu-icons {
    font-size: 15px;
}

.sidemenu ul li button.accordion-button::after {
    float: right;
}

.sidemenu ul li button.accordion-button:not(.collapsed),
.sidemenu ul li button.accordion-button:focus {
    color: #000;
    background-color: #ddd;
    box-shadow: none;
    outline: none;
}

.k-treeview-leaf.k-selected {
    color: inherit !important;
}

ul.sub-menu li a {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: #EFEFEF;
}

/*Telerik menu setting*/
.sidemenu {
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    border: 0px;
}

    .sidemenu::-webkit-scrollbar {
        width: 4px;
    }

    .sidemenu::-webkit-scrollbar-track {
        background: #000;
    }

    .sidemenu::-webkit-scrollbar-thumb {
        background-color: #82F5CC;
        border-radius: 6px;
        border: 3px solid #82F5CC;
    }

.k-treeview-md .k-treeview-leaf {
    padding: 0px !important;
    width: 100%;
}

.sidemenu ul li {
    padding: 0px;
}

.k-treeview-leaf:hover, .k-treeview-leaf.k-hover {
    background-color: inherit !important;
}

.k-treeview-leaf:focus, .k-treeview-leaf.k-focus {
    box-shadow: none !important;
}

ul li ul li a:hover, ul li ul li a:hover:focus,
ul li ul li a.active:hover,
ul li ul li a.active {
    background: #82F5CC !important;
    color: #1d1d1b;
}

ul li ul li a {
    color: rgb(29 29 27 / 78%);
    font-weight: 400 !important;
    padding-left: 25px !important;
    border-bottom: 0px !important;
    background: #fff !important;
}

.k-treeview-toggle {
    margin-left: 0px;
    position: absolute;
    right: 20px;
    z-index: 99999;
}

.k-treeview-group .k-animation-container {
    padding-left: 0px;
}

.sidemenu .k-panelbar-toggle {
    position: absolute;
    z-index: 999;
    right: 10px;
}

.sidemenu .k-panelbar > .k-item > .k-link,
.sidemenu .k-panelbar > .k-panelbar-header > .k-link {
    padding: 0px 0px 0px !important;
}

.sidemenu .k-panelbar-item-icon {
    display: none;
}

.sidemenu .k-panelbar .k-group > .k-item > .k-link.k-state-selected,
.sidemenu .k-panelbar .k-group > .k-item > .k-link.k-selected,
.sidemenu .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected,
.sidemenu .k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected,
.sidemenu .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected,
.sidemenu .k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected,
.sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected,
.sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
    color: white;
    background-color: #82f5cc;
}

    .sidemenu .k-panelbar .k-group > .k-item > .k-link.k-state-selected:hover,
    .sidemenu .k-panelbar .k-group > .k-item > .k-link.k-selected:hover,
    .sidemenu .k-panelbar .k-group > .k-item > .k-link.k-state-selected.k-state-hover,
    .sidemenu .k-panelbar .k-group > .k-item > .k-link.k-selected.k-hover,
    .sidemenu .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected:hover,
    .sidemenu .k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected:hover,
    .sidemenu .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
    .sidemenu .k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected.k-hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected:hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected:hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected.k-state-hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected.k-hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected:hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected:hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
    .sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected.k-hover {
        background-color: #82f5cc;
    }

.sidemenu .k-panelbar .k-group > .k-item.k-level-1 .k-link,
.sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link {
    padding-left: 0px;
}

.sidemenu .k-panelbar .k-group > .k-item > .k-link,
.sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link {
    padding: 0px 0px;
}

/***--telerik accordian PANEL reminder config. page------**/
.k-panelbar > .k-item > .k-link.k-state-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    background-color: transparent !important;
    color: var(--dark-grey) !important;
    box-shadow: none !important;
}

.k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
    color: var(--dark-grey) !important;
}


.k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
    padding: 12px 3px 20px !important;
}

.k-panelbar .k-panelbar-content {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.k-panelbar > .k-item + .k-item,
.k-panelbar > .k-panelbar-header + .k-panelbar-header {
    border-color: #ddd !important;
}

.k-panelbar > .k-item > .k-link:hover,
.k-panelbar > .k-panelbar-header > .k-link:hover,
.k-panelbar > .k-item > .k-link:focus,
.k-panelbar > .k-panelbar-header > .k-link:focus {
    box-shadow: none !important;
}

.k-panelbar > .k-item > .k-link:hover {
    background: transparent !important;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link,
.k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-state-selected .k-link,
.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected.k-hover .k-link,
.k-calendar .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-state-selected:hover .k-link {
    background-color: #000000;
}

/*Radio button*/
table ul.k-radio-list {
    display: inline-block !important;
    /*margin: 10px 0px 0 0;*/
}

    table ul.k-radio-list li {
        display: inline-block;
        padding: 0px 10px 0px 0px;
    }

.k-grid-header .k-header {
    position: relative;
    vertical-align: top;
}

.download-files {
    position: absolute;
    right: 0;
    line-height: 33px;
    z-index: 3;
    padding: 15px;
    background: white;
    display: none;
    margin-top: 2px;
    width: 280px;
    border: 1px solid #ccc;
}

.download-file-link {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 5px;
    border-radius: 4px;
    right: 0;
    padding: 4px;
}

    .download-file-link i {
        border-radius: 4px;
        padding: 6px;
    }

    .download-file-link:hover .download-files,
    .download-file-link:focus .download-files {
        display: block !important;
    }

.switchbutton.k-switch-md .k-switch-thumb {
    width: 20px !important;
    height: 20px !important;
}

.labelSwitch.k-switch-md .k-switch-thumb {
    /* width: 26px !important;
    height: 26px !important;*/
}

.switchbutton.k-switch-on .k-switch-track,
.labelSwitch.k-switch-on .k-switch-track {
    border-color: #07c597 !important;
    color: white;
    background-color: #07c597 !important;
}


.switchbutton.k-switch-off .k-switch-track,
.labelSwitch.k-switch-off .k-switch-track {
    border-color: #808080;
    color: #424242;
    background-color: #808080;
}

.switchbutton.k-switch-off:focus .k-switch-track, .switchbutton.k-switch-off.k-focus .k-switch-track,
.labelSwitch.k-switch-off:focus .k-switch-track, .labelSwitch.k-switch-off.k-focus .k-switch-track {
    outline: none !important;
}

.switchbutton span.k-switch-label-off,
.switchbutton span.k-switch-label-on {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: none;
}

.switchbutton.k-switch-off .k-switch-label-on,
.switchbutton.k-switch-off .k-switch-label-off {
    display: none;
}

.labelSwitch span.k-switch-label-off,
.labelSwitch span.k-switch-label-on {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}

.k-pager-wrap .k-link {
    border: 0px solid;
}

.select-row tbody tr.k-master-row.k-state-selected,
.select-row tbody tr.k-master-row.ka-alt.k-state-selected,
.select-row tbody tr.k-master-row.k-state-selected:hover {
    background: #C7D9E8 !important;
}

.reset-pass-icon {
    background: #7c7c7c !important;
    border-radius: 4px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    gap: 2px !important;
    color: white;
    align-items: center;
}

    .reset-pass-icon button {
        background: transparent !important;
        border: 0 !important;
        padding: 5px 0 !important;
    }

    .reset-pass-icon .k-i-arrow-s::before {
        content: "\e015";
        color: #fff;
    }

    .reset-pass-icon .k-menu-item {
        padding: 3px 0 !important;
    }

    .reset-pass-icon .k-menu-link,
    .reset-pass-icon .k-menu-group .k-item.k-focus > .k-link,
    .reset-pass-icon .k-menu-group .k-item:focus > .k-link,
    .reset-pass-icon .k-menu-group .k-item.k-focus > .k-link,
    .reset-pass-icon .k-menu.k-context-menu .k-item:focus > .k-link,
    .reset-pass-icon .k-menu.k-context-menu .k-item.k-focus > .k-link {
        box-shadow: none !important;
        border: 0px !important;
    }

        .reset-pass-icon .k-item.k-focus > .k-link,
        .reset-pass-icon .k-item > .k-link:active,
        .reset-pass-icon .k-menu-link:active,
        .reset-pass-icon .k-menu-link:focus,
        .reset-pass-icon .k-menu-group .k-item > .k-link:active,
        .reset-pass-icon .k-menu-group .k-item > .k-link.k-active,
        .reset-pass-icon .k-menu-group .k-item > .k-link.k-selected,
        .reset-pass-icon .k-menu.k-context-menu .k-item > .k-link:active,
        .reset-pass-icon .k-menu.k-context-menu .k-item > .k-link.k-active,
        .reset-pass-icon .k-menu.k-context-menu .k-item > .k-link.k-selected {
            background: #7a7a7a !important;
            box-shadow: none !important;
        }

.custom-gap .k-radio-list.k-list-horizontal {
    gap: 0 !important;
}

.custom-gap .k-radio-item {
    display: inline-block !important;
    padding: 4px;
}

.custom-gap ul {
    padding-left: 0 !important;
}

.k-dialog-wrapper .k-dialog.delete-pop {
    padding: 20px 15px 10px 70px;
}

    .k-dialog-wrapper .k-dialog.delete-pop .k-dialog-buttongroup {
        border-width: 0 0 0 0 !important;
        padding-top: 15px;
    }

    .k-dialog-wrapper .k-dialog.delete-pop .k-header {
        border: 0px solid !important;
        padding: 0px 0px !important;
    }

    .k-dialog-wrapper .k-dialog.delete-pop .k-button-solid-base {
        background: #fff !important;
        color: var(--i-darkgrey) !important;
        border: 1px solid var(--i-darkgrey) !important;
        border-radius: 4px !important;
    }

    .k-dialog-wrapper .k-dialog.delete-pop .k-button-solid-primary {
        background: #ea4747 !important;
        border-radius: 4px !important;
        color: white !important;
        border: 1px solid #ea4747 !important;
    }

    .k-dialog-wrapper .k-dialog.delete-pop .k-dialog-content {
        margin: 0 0px !important;
        padding: 6px 0;
    }
    /*13 march 2023*/
    .k-dialog-wrapper .k-dialog.delete-pop .k-dialog-titlebar {
        padding: 0 !important;
    }

    .k-dialog-wrapper .k-dialog.delete-pop .k-dialog-titlebar-actions {
        position: relative;
        top: -11px;
    }
/*13 march 2023*/
.delete-icon-bg {
    border-radius: 50%;
    position: absolute;
    background: #f8cfcf;
    padding: 5px;
    border: 7px solid #fbe2e2;
    color: #ea4747;
    top: 19px;
    left: 13px;
}

/************************
 Cancel confirm box UI   
 *************************/

/****cencel Telerik POP UP ****/
.k-dialog.cancel-pop {
    padding: 20px 15px;
    min-width: 400px;
    text-align: left;
}

    .k-dialog.cancel-pop .k-dialog-buttongroup {
        border-width: 0 0 0 0 !important;
        padding-top: 25px;
    }

    .k-dialog.cancel-pop .k-header {
        border: 0px solid !important;
        /*    padding: 0px 0px !important;*/
    }

    .k-dialog.cancel-pop .k-button-solid-base {
        background: #fff !important;
        color: var(--dark-grey) !important;
        border: 1px solid var(--darkgrey) !important;
        border-radius: 4px !important;
    }

    .k-dialog.cancel-pop .k-button-solid-primary {
        background: var(--primary-green) !important;
        border-radius: 4px !important;
        color: white !important;
        border: 1px solid var(--primary-green) !important;
    }

    .k-dialog.cancel-pop .k-dialog-content {
        margin: 0 0px !important;
        padding: 6px 0;
    }

.cancel-pop .k-dialog-titlebar {
    background: white;
    color: var(--darkgrey);
    position: relative;
    border: 0px;
    padding: 20px 0 6px 0;
}

    .cancel-pop .k-dialog-titlebar .k-dialog-title {
        justify-content: left;
    }
/*13 march 23*/
.cancel-pop .k-window-actions {
    /*  background: white;
    color: var(--dark-grey);
    position: relative;*/
    border: 0px;
    padding-top: 20px;
}
/*13 march 23*/

.cancel-pop .k-dialog-titlebar-actions {
    position: absolute;
    right: -11px;
    top: 50px;
    background: var(--darkgrey);
    color: #fff;
}

/*View log popup*/


.cancel-pop.view-log {
    max-width: 1200px;
    height: calc(100vh - 10px);
}
/*******************
    Booking note    
 *********************/
.booking-note.card {
    border: 1px solid #ddd !important;
}

.booking-note .card-body {
    background: #efefef;
    box-shadow: inset 0px 5px 5px #ddd;
    height: 400px;
    overflow: auto;
}

ul.k-radio-list.k-list-horizontal li.k-radio-item.k-disabled {
    background: white !important;
}

/*****Bookings grid table only for desktop ****/
/*
@media (min-width: 1200px) {
    .booking-table .k-header {
        position: relative;
        vertical-align: top;
        cursor: default;
        white-space: nowrap;
        max-width: 200px !important;
        word-break: break-word;
        min-width: 200px !important;
    }

    .booking-table .k-grid td {
        border-width: 0 0 0px 1px;
        vertical-align: middle;
        white-space: nowrap;
        max-width: 200px !important;
        word-break: break-word;
        min-width: 200px !important;
    }
}
*/

/*Service pop*/
.demo-window {
    max-width: 100%;
    /* top: 20%;
    left: 20%;
    transform: translate(-30%, -50%);
    top: 50%;
    left: 35%;*/
    min-width: 325px !important;
}

/*address new vehicle css*/
span.steps {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #07c597;
    padding: 2px 9px;
    color: #fff;
    font-size: 11px;
}

.overflow-scroll-x {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.vehiclecard {
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: 50px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.1) !important;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.selected-vehicle {
    background: #07c597;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px;
    color: #fff;
}

    .selected-vehicle h4 {
        font-size: 17px;
        color: #fff;
    }

.add-manual-vehicle-close {
    text-align: right;
    padding-right: 15px;
    position: absolute;
    top: 10px;
    right: 0;
}

.k-upload .k-upload-files .k-file-single {
    align-items: center;
    width: auto !important;
}

.k-upload .k-file-icon-wrapper {
    display: flex !important;
}

.k-dropzone-hint {
    padding-left: 5px;
    text-overflow: inherit;
    white-space: unset !important;
    justify-content: flex-start;
    text-align: left;
    display: flex;
}

.k-upload .k-file-single > .k-file-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.k-signature-line {
    display: none;
}

.k-signature {
    width: 100% !important;
}

.driver-timeline .k-scheduler-views,
.driver-timeline .k-scheduler-toolbar .k-views-dropdown {
    display: none !important;
}

i.bx.bx-search,
i.bx.bx-x {
    font-size: 16px;
}

.datepicker .k-floating-label-container {
    width: 100%;
}

.k-upload .k-file-single > .k-file-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    flex-wrap: wrap;
}

.k-upload .k-upload-files .k-file-name {
    width: 100%;
    white-space: inherit !important;
}

iframe[data-product="web_widget"] {
    bottom: 50px !important;
}

.accordion-header .accordion-button {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85);
}

.no-input-mb.telerik-blazor.k-input {
    margin-bottom: 0 !important;
}

.dark-bottom-border {
    border-bottom: 3px solid #222;
}
/*Board new UI*/
.tab-button {
    width: 100%;
}

    .tab-button ul.list-inline {
        border-bottom: 1px solid #ddd !important;
    }

    .tab-button .btn.tab-butn {
        background: inherit !important;
        color: #424242;
        border-bottom: 2px solid #000 !important;
        border: 0px !important;
        border-radius: 0px !important;
        font-size: 15px;
        font-weight: 400;
        padding: 0 20px 10px 20px !important;
    }

        .tab-button .btn.tab-butn.active {
            background: inherit !important;
            color: #424242;
            font-weight: bold;
            border-bottom: 4px solid var(--i-green) !important;
        }

            .tab-button .btn.tab-butn.active:focus {
                outline: none;
                box-shadow: none !important;
            }

#ant-button-delete {
    background-color: #ff000014 !important;
    color: #f00;
    border: 1px solid #ff000036 !important;
    display: inline-flex;
    line-height: 23px;
    padding: 5px 4px;
    border-radius: 4px !important;
    font-size: 21px;
}

    #ant-button-delete:hover {
        color: #fff;
        background: #f00 !important
    }
/*****Carousel*****/
.send-booking {
    border: 2px solid #0d96ef !important;
    background: #fff;
    color: #0d96ef !important;
    /*  padding: 7px 9px;*/
}

.service-tabs {
    display: flex;
    align-items: center;
}



.k-scrollview-elements {
    color: white;
    position: absolute;
    width: 100%;
    top: 24px;
}

.k-scrollview-view {
    padding: 0px 30px;
    /*  display: inline-flex;*/
}

.service-tabs .k-icon-xxxl.k-svg-icon {
    color: lightgray;
}

a.k-scrollview-prev, a.k-scrollview-next {
    background: #00000078;
    opacity: 1;
    border-radius: 40px;
}

.k-scrollview-elements a span {
    font-size: 26px !important;
}

a.k-scrollview-prev {
    left: -13px;
    padding: 5px 1px 5px 7px;
}

a.k-scrollview-next {
    right: -13px;
    padding: 5px 7px 5px 1px;
}

.service-tabs .item {
    width: 20%;
    display: inline-block;
    /* margin: 0px 26px !important;*/
    flex: 0;
    text-align: center;
    border-bottom: 4px solid transparent !important;
    border: 0px !important;
    padding: 8px 5px;
    border-radius: 0px !important;
    cursor: pointer;
    vertical-align: top;
    height: 100%;
}

    .service-tabs .item span img.green-img {
        display: none;
    }

    .service-tabs .item.active {
        border-bottom: 4px solid var(--primary-green) !important;
        background-color: #effaee !important;
    }

        .service-tabs .item.active span img.black-img {
            display: none;
        }

        .service-tabs .item.active span img.green-img {
            display: block;
            text-align: center;
            margin: 0 auto;
        }

    .service-tabs .item h5 {
        font-size: 13px;
        margin: 3px 0 0px 0px;
        white-space: normal;
        line-height: 13px;
    }

.service-list li {
    color: var(--primary-color);
    font-size: 14px;
    padding: 0 0 10px 0px;
}

    .service-list li span {
        color: var(--primary-color);
    }

    .service-list li p {
        margin: 0px;
        font-size: 16px;
        line-height: 8px;
    }

    .service-list li:last-child {
        padding-bottom: 0px;
    }

    .service-list li a {
        color: var(--primary-green);
        text-decoration: underline !important;
    }

        .service-list li a:hover {
            color: var(--primary-hover-color);
        }

.service-inner h5 span.service-tag {
    position: absolute;
    right: -16px;
    font-size: 12px;
    background: #ddd;
    padding: 6px 9px;
    font-weight: 400;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: var(--primary-hover) !important;
}

.k-scrollview-wrap img {
    height: 35px;
}

.k-scrollview-wrap > .k-scrollview-view {
    display: block;
}

.price-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    background: #dcfff7;
    color: #222;
    font-weight: bold;
}


.service-tabs .k-icon-xxxl.k-svg-icon {
    width: 30px;
    height: 30px;
}

.service-tabs .k-icon-xxxl {
    font-size: 34px;
    color: #a2a2a0;
}

.navbuttons {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    white-space: nowrap;
    padding: 0 5px;
    background: #fff;
}

    .navbuttons li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        text-align: center;
    }

        .navbuttons li .item {
            padding: 8px 5px;
        }

        .navbuttons li > .item.active {
            border-bottom: 4px solid var(--primary-green) !important;
            background-color: #effaee !important;
        }

        .navbuttons li .item.active span img.black-img {
            display: none;
        }

        .navbuttons li .item.active span img.green-img {
            display: block;
            text-align: center;
            margin: 0 auto;
        }

        .navbuttons li .item img {
            height: 35px;
        }

        .navbuttons li .item h5 {
            font-size: 13px;
            margin: 5px 0 0px 0px;
        }

        .navbuttons li .item span img.green-img {
            display: none;
        }

iframe#launcher {
    margin-bottom: 18px;
}

.single-tag-mode-garage .k-input-values {
    float: left;
}

.single-tag-mode-garage .k-list-ul li {
    padding: 5px 4px;
    font-size: 12px;
}

.single-tag-mode-garage .k-input-values .k-chip {
    display: none;
}

.single-tag-mode-garage .k-input-values:before {
    content: "Garages: @ViewModel.GarageApplicablesSettingsPatchRequest?.GarageCategoryCodeList?.Count ▼";
    display: inline-block;
    line-height: 1.8em;
    padding: 0 7px;
    vertical-align: bottom;
    border: 0px solid rgba(0, 0, 0, 0.08);
    background: #ffff;
}

.min-height-100 {
    min-height: 100px;
}

.font-21 {
    font-size: 21px !important;
}

.ant-checkbox-inner {
    border-color: #222 !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #222 !important;
    border-color: #222 !important;
}
/******Accidental damage**/
.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%;
        }

input.upload-img {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.upload-img-overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


ul.booking-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}

.booking-icons li {
    /* padding: 5px 4px; */
    line-height: normal;
    /* margin-right: 0px !important; */
    display: inline-flex;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease all;
}

    .booking-icons li.delete-icon {
        background: red;
        color: #fff;
    }

    .booking-icons li i {
        border-radius: 5px;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        cursor: pointer;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 5px; */
    }


.registration-bg {
    background: url("https://bronyadev.blob.core.windows.net/static/iemployee/Accidental-damage/registration.png") no-repeat;
}

.car-dummy-img {
    background: url("https://bronyadev.blob.core.windows.net/static/iemployee/Accidental-damage/car-dummy-img.png") no-repeat;
    background-size: 110% 110%;
}

.mileage-bg {
    background: url("https://bronyadev.blob.core.windows.net/static/iemployee/Accidental-damage/mileage.png") no-repeat;
    border: 1px solid #b2b2b2;
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    background-position: left;
    height: 50px;
}

.upload-img {
    border: 1px solid #b2b2b2;
    border-radius: 9px;
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100px;
}

.uploaded-img {
    border: 1px solid #ddd;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

    .upload-img img, .uploaded-img img {
        width: 100%;
        height: 100%;
    }

.upload-img-name {
    font-size: 14px !important;
    font-weight: normal;
    margin: 9px 0px 20px 0px;
}

span.delete-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #fff;
    color: red;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

.Upload-document {
    /*cursor: pointer;*/
    color: #fff;
    z-index: 111;
    position: absolute;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0px;
    left: 0px;
    font-size: 50px;
}

.telerik-blazor.k-grid {
    /*height: calc(100vh - 1.7em);*/
    max-height: 700px;
    padding: 0;
}

.block-textarea {
    max-height: 75px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px;
    min-height: 50px;
}
/***************************
    Garage selection
*/
span.show-more {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.grey-block {
    padding-top: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 0;
    background: #fafafa;
    min-height: 100px;
}

.ActiveGarage {
    border-color: var(--i-darkgrey) !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.calendar-block {
    padding: 3px;
    border: 1px solid #ddd;
    color: #222;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    background: white;
    line-height: 17px;
    /*   margin: 2px 3px;*/
}

    .calendar-block span {
        color: #74817C;
        font-size: 11px;
        font-weight: 400;
    }

    .calendar-block.calendar-active {
        border: 1px solid var(--i-darkgrey) !important;
        color: #fff;
        background: var(--i-darkgrey);
    }

.calendar-active {
    border: 1px solid var(--i-darkgrey) !important;
    color: var(--i-darkgrey);
    background: var(--light-grey);
}

.calendar-block.calendar-active span {
    color: #fff;
}

.calendar-active span {
    color: var(--i-darkgrey);
}

.p-0 {
    padding: 0 !important;
}

.holman-accordian .accordion-button {
    box-shadow: none !important;
    color: inherit;
    font-size: 14px;
}

    .holman-accordian .accordion-button::after {
        margin: 0 10px;
        filter: brightness(0%);
    }

.holman-accordian .login-bg {
    background: #fafaf9 !important;
}

.LR-booking-grid-column table thead tr th {
    background-color: #daebe9 !important;
}

.sub-heading {
    font-size: 13px;
    font-weight: 500;
}

.status-heading {
    font-size: 14px;
    color: #636363;
    font-weight: 600;
    display: block;
}

.status-confirmed {
    background: #EBFBF7;
    color: #00C595;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 9px;
    margin-top: 2px;
    font-weight: 500;
    line-height: 22px;
}

.status-rejected {
    /*background: #FFE6E6;*/
    color: #AF0909;
    border-radius: 4px;
    display: inline-block;
    /*padding: 3px 9px;*/
    margin-top: 2px;
    font-weight: 500;
    line-height: 22px;
}

.status-complete {
    background: #EBFAF7;
    color: #0177B8;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 9px;
    margin-top: 2px;
    font-weight: 500;
    line-height: 22px;
}

.status-approved {
    background: #FFF8E5;
    color: #00C595;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 9px;
    margin-top: 2px;
    font-weight: 500;
    line-height: 22px;
}


.binding-doc-upload.k-upload {
    border-color: transparent;
    color: #424242;
    background-color: #ffffff;
    height: 55px;
}

.detail-table thead {
    background: #f3f3f3;
}

    .detail-table thead tr th, .detail-table tbody tr td {
        padding: 10px 25px;
        width: 20%;
    }

    .detail-table thead tr th {
        font-weight: 500;
    }

.binding-doc-upload.k-upload .k-dropzone {
    height: 40px;
    text-align: center !important;
    padding: 0px !important;
}

.k-upload .k-dropzone {
    height: 100px;
    text-align: center !important;
}

.attach-select-file.k-upload .k-dropzone {
    background: inherit;
    height: auto !important;
    text-align: left !important;
    display: inline-block;
    width: 100%;
}

.k-file-validation-message {
    color: red !important;
}

.k-upload.k-header.telerik-blazor.attach-select-file {
    border: 0px;
    background: inherit !important;
}

    .k-upload.k-header.telerik-blazor.attach-select-file .k-dropzone .k-upload-button-wrap button {
        border-color: #07c597 !important;
        background: #e9fffa !important;
        color: #07c597 !important;
        border-radius: 4px !important;
    }

    .k-upload.k-header.telerik-blazor.attach-select-file .k-dropzone .k-upload-button-wrap button {
        border-color: #07c597 !important;
        background: #e9fffa !important;
        color: #07c597 !important;
        border-radius: 4px !important;
    }

.k-switch-on .k-switch-track {
    border-color: #818181 !important;
    color: white;
    background-color: #6f6f6f !important;
}

.button-inner {
    background: #f4f4f4;
    padding: 15px 20px !important;
}


.tag-pickup {
    background: #eaffec;
    border: 1px solid #c4edc8;
    margin: 6px 0 0 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #008a8d;
    font-size: 12px;
    font-weight: 500;
}

.tag-droppoffup {
    background: #fff2ea;
    border: 1px solid #eddac4;
    margin: 6px 0 0 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #ff7300;
    font-size: 12px;
    font-weight: 500;
}

select.btn.btn-default.text-left.add-button {
    border: 0px;
    border-radius: 3px !important;
    padding: 11px 7px;
}

select.add-button option {
    background: #eee !important;
    color: #000;
    border-radius: 0px;
    border: 0px;
    padding: 10px 0px;
    line-height: 22px;
}

.tag-droppoffup i {
    color: #ff8600 !important;
}

.snd-email {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
}

.ant-image-preview-operations {
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 1081 !important;
    width: 100% !important;
}

.ant-image-mask-info {
    font-size: 0 !important
}

.configure-service-open-links {
    font-size: inherit !important;
}

.hu-au-list ul {
    display: inline-block !important;
    text-align: left;
}

    .hu-au-list ul li {
        display: flex !important;
        text-align: left;
        width: 100%;
        align-items: self-start;
    }

        .hu-au-list ul li label {
            display: inline-block !important;
            margin-top: 3px;
        }

            .hu-au-list ul li label div {
                display: table-cell;
            }

.hu-au-list .k-disabled:not(.k-calendar-td) {
    background-color: #e9ecef !important;
    color: rgba(0, 0, 0, 0.85) !important;
    opacity: 1 !important;
    border-color: #ced4da !important
}

.hu-au-popup {
    max-width: 625px !important;
    max-height: 290px !important;
    width: 100%;
    height: 100%;
}

.hu-au-list-popup ul {
    display: flex;
    flex-flow: row wrap;
    gap: 2px !important;
}

    .hu-au-list-popup ul li {
        display: inline-flex !important;
        text-align: left;
        width: 100%;
        align-items: self-start;
    }

        .hu-au-list-popup ul li .k-radio-label {
            display: inline-block !important;
        }

        .hu-au-list-popup ul li .telerik-blazor.k-input {
            margin-bottom: 10px !important;
        }

        .hu-au-list-popup ul li label div {
            display: table-cell;
        }

.label-span {
    margin-bottom: 5px;
    display: inline-block;
}

.add-logistic-popup .k-window-content {
    padding: 0px !important;
}

.add-logistic-popup form {
    position: relative;
}

.mapping-popup {
    width: 700px;
    height: 500px;
}

    .mapping-popup span.form-control {
        margin-bottom: 0px !important;
    }

    .mapping-popup table tr th {
        vertical-align: top;
        border-bottom: 1px solid #ddd;
    }



.window-content-custom {
    padding: 15px;
    height: 92vh;
    overflow: scroll;
}

.window-footer {
    position: absolute;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
    background: #fff;
    bottom: 0px;
    z-index: 9;
}


.logistic-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
}

.logistic-inner-heading {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
}

    .logistic-inner-heading span {
        background: #e7e7e7;
        font-size: 14px;
        margin: 0px 0px 0px 10px;
        padding: 2px 8px;
        border-radius: 20px;
        font-weight: 700;
    }

.edit-logistic span i {
    font-size: 19px;
    padding: 0px 15px;
    color: #454545;
}

.only-pickup {
    padding-bottom: 30px;
}

.only-pickup, .only-dropoff {
    padding-left: 20px;
    position: relative;
}

    .only-pickup:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #ddd;
        position: absolute;
        left: 4px;
    }

    .only-pickup:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #0D9F60;
        border-radius: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        border: 0px;
    }

    .only-dropoff:after {
        content: "";
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        border: 0px;
    }

.pickup-droppoff h5.logistic-pickup {
    display: inline-block;
}

span.logistic-status {
    font-weight: 500;
    font-size: 13px;
    background: #FFECDF;
    padding: 4px 11px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #DF893F;
    margin: 0px 8px;
}

.pickup-droppoff ul {
    display: inline;
}

    .pickup-droppoff ul li {
        border-right: 1px solid #ddd;
        padding: 0px 10px;
        margin: 0px !important;
        display: inline;
    }

        .pickup-droppoff ul li span {
            font-weight: 600;
            margin-right: 7px;
        }

p.logistic-pickup-datetime {
    font-weight: 600;
}

.vehicle-info {
    background: #DAEBE9 !important;
}

h6.vehicle-info-heading {
    border-bottom: 1px solid #d6d6d6;
    padding: 9px;
}

.pac-container {
    z-index: 9999999999;
}
/***Leasing First step ***/

.reminder-notification {
    border: 1px solid #EEB7B1;
    background: #FFF4F3;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: normal;
    display: inline-block;
}

    .reminder-notification .bx {
        background: #fff;
        color: #E9731D;
        padding: 2px;
    }

.employee-info {
    border: 1px solid #E9E9E9;
    padding: 10px;
    background: var(--bg-blue);
}

.colored-title {
    /*background: linear-gradient(88deg, rgba(0, 122, 78, 1) 0%, rgba(0, 88, 100, 1) 49%, rgba(0, 46, 56, 1) 100%);*/
    background: linear-gradient(82deg, #007A4E 0%, #005864 49%, #002E38 100%);
    background-clip: text;
    -webkit-background-clip: text;
    /*
    background: -webkit-linear-gradient(#eee, #333);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-20 {
    font-size: 20px;
}

.appraiser-appointment {
    color: inherit;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 15px;
}

a.lr-icons {
    background: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

    a.lr-icons:hover {
        background: #E9E9E9;
        color: inherit;
    }
/** Bottom sheet ***/
.bottom-sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.bottom-sheet {
    position: fixed;
    top: 10%;
    left: 30%;
    /*transform: translateX(-50%) translateY(100%);*/
    width: 100%;
    max-width: 620px;
    height: auto;
    max-height: 95vh;
    background-color: white;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 20;
    padding: 16px;
    overflow-y: hidden;
}

.card-checkList {
    border-radius: 4px !important;
    border-width: 0px;
    box-shadow: 0px 1px 3px #ccc;
    padding: 0;
    max-width: 100%;
}
.k-overlay {
    background: #0000007d !important;
}
border-radius-0-LrChecklist {
    border-radius: 0;
}

.card-header-LrChecklist {
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body-LrChecklist {
    padding: 10px 15px;
    max-height: 430px;
    overflow-y: scroll;
}

.card.lr-body {
    max-height: 69vh;
    min-height: 69vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.lr-sidebar {
    max-height: 69vh;
    min-height: 69vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.lr-accordion .accordion-item {
    margin-bottom: 10px;
}
.lr-accordion .accordion-button {
    background: var(--bg-blue);
    border: 1px solid #E9E9E9;
}
h5.heading-checklist {
    font-size: 16px;
    font-weight: 700;
}

.telerik-blazor.k-input.input-bottom-0 {
    margin-bottom: 0 !important;
}

.upload-btn {
    background: black !important;
    color: white !important;
}

    .upload-btn span.k-button-text:after {
        content: "Upload";
        font-size: 14px;
        font-weight: 500;
    }

    .upload-btn span.k-button-text {
        font-size: 0;
    }

span.selected-location {
    position: absolute;
    right: 9px;
    font-size: 22px;
    color: #0D9F60;
}

.tire-type {
    border: 1px solid #c4c4c4;
    padding: 3px;
}
.tel-accordian li span.k-link {
    border-bottom: 0px !important;
}
.tel-accordian li span.k-link:hover {
    background-color: #fff !important;
    border-bottom: 0px !important;
}
.tire-type.active {
    border: 1px solid #cfcfcf;
    background: #fff8eb;
}

/*** ALL RESPONSIVE CSS****/
@media (min-width: 1400px) {
    html {
        overflow-y: hidden;
    }

    .k-pager-info {
        display: block !important;
    }
}

@media only screen and (max-width: 1800px) {
    .new-tabing ul {
        /* padding-left: 10px;*/
        display: block !important;
        /* white-space: nowrap;
        overflow-y: hidden;*/
        width: 100%;
        /*overflow-x: auto;*/
    }

    .k-tabstrip.new-tabing ul {
        display: block !important;
        white-space: nowrap;
        overflow-y: hidden;
        width: 100%;
        overflow-x: auto;
    }

    .new-tabing ul li,
    .new-tabing.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
        display: inline-flex;
        margin-right: 0;
    }

        .new-tabing ul li .nav-link {
            /* min-height: 69px;*/
            white-space: pre-wrap;
            /* min-width: 140px;
max-width: 160px;*/
            align-items: self-start;
            display: inline-block;
            /* padding: 0px*/
        }

    .new-tabing ul.k-radio-list.k-list-horizontal {
        overflow: hidden;
        white-space: normal !important;
    }
}


@media screen and (min-width: 1920px) and (max-width: 2480px) {
    .add-logistic-popup {
        height: 100vh;
        right: -9.4%;
        left: unset !important;
        transform: translate(-52%, -50%) !important;
    }
}

@media screen and (min-width: 1680px) and (max-width: 1920px) {
    .add-logistic-popup {
        height: 100vh;
        right: -10.3%;
        left: unset !important;
        transform: translate(-48%, -50%) !important;
    }
}


@media only screen and (min-width: 1400px) and (max-width: 1680px) {
    .add-logistic-popup {
        height: 100vh;
        right: -12.7%;
        left: unset !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .add-logistic-popup {
        height: 100vh;
        right: -12.7%;
        left: unset !important;
    }
}

@media only screen and (max-width: 1200px) {
    .add-logistic-popup {
        height: 100vh;
        right: -12.7%;
        left: unset !important;
    }

    .login-form {
        /* height: auto;*/
    }

    .card-body {
        padding: 20px 11px !important;
    }

    .card-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    h4 {
        font-size: 20px;
    }


    .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
        min-width: calc(1.4285714286em + 0px) !important;
    }

    .custom-appointment {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }



    .table-btn-setting table thead th:last-child,
    .table-btn-setting table tbody td:last-child {
        min-width: 200px !important;
    }

    span.upload-file {
        padding: 5px 3px;
        margin-top: 5px;
    }

    .fixed-cp-logo {
    }

    .k-grid-header table,
    .k-grid-footer table {
        table-layout: auto !important;
    }

    .k-grid-content table, .k-grid-content-locked table {
        table-layout: auto !important;
    }

    .k-step-list-vertical .k-step-indicator + .k-step-label {
        margin-left: 3px !important;
    }
    /**set up button inline for table***/
    .tab-btn-inline .k-grid td,
    .tab-btn-inline .k-grid th {
        white-space: nowrap !important;
    }

    .order-track .form-check-label .track-select,
    .order-track .form-check-label .track-dselect {
        margin: 10px 0px 8px 10px;
    }

        .order-track .form-check-label .track-select
        .order-track .form-check-label .track-dselect {
            font-size: 13px;
        }

    .k-grid-header .k-header {
        position: relative;
        vertical-align: top;
        cursor: default;
        white-space: nowrap;
        max-width: 127px !important;
        word-break: break-all;
        min-width: 127px !important;
    }

    .k-grid td {
        border-width: 0 0 0px 1px;
        vertical-align: middle;
        white-space: nowrap;
        max-width: 127px !important;
        word-break: break-all;
        min-width: 127px !important;
    }

    .dashboard-started li a {
        padding: 12px 9px;
        font-size: 12px;
        width: inherit;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .dashboard-started li a i {
            font-size: 16px;
            margin-right: 2px;
        }
}


@media only screen and (max-width: 1024px) {
    .driver-timeline .k-scheduler-views-wrapper .k-views-dropdown {
        display: none;
    }

    .k-grid-header-wrap {
        overflow-x: auto !important;
    }

    .btn.btn-edit,
    .btn.delete,
    .btn.edit,
    .green-btn {
        font-size: 12px !important;
        /*padding: 2px !important;*/
    }

    .company-list-table table thead th.k-header:last-child,
    .company-list-table table td:last-child {
        min-width: 200px !important;
    }
}

@media only screen and (max-width:992px) {
    .card.lr-body,
    .lr-sidebar {
        max-height: fit-content;
        min-height: auto;
        overflow-x: auto;
        overflow-y: auto;
    }

    .tab-button ul {
        overflow: auto;
        overflow-y: hidden;
        max-width: 100%;
        white-space: nowrap;
    }

    .price-tag {
        padding: 5px;
        font-size: 11px;
    }

    .service-tabs .item h5 {
        font-size: 13px;
    }

    .service-provider-tahnks {
        display: none;
    }

    .new-tabing .nav-tabs .nav-item,
    .new-tabing.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
        margin-right: 10px;
    }

    ul.new-tabing {
        white-space: nowrap;
        overflow-x: scroll !important;
    }

    .k-grid td {
        border-width: 0 0 0px 1px;
        vertical-align: middle;
        white-space: nowrap;
        max-width: 149px !important;
        word-break: break-all;
        min-width: 149px !important;
    }

    .k-grid-header .k-header {
        position: relative;
        vertical-align: top !important;
        cursor: default;
        white-space: nowrap;
        max-width: 149px !important;
        word-break: break-word;
        min-width: 149px !important;
    }

    /* .btn.fill-icon {
        padding: 7px 7px !important;
        line-height: 14px;
    }*/

    .card-thumbnail {
        width: 80%;
    }

    .login-form-ftr {
        position: static;
        margin-top: 15px;
    }

    .login-form h2 {
        font-size: 23px;
    }

    .login-form h4.heading {
        font-size: 25px !important;
    }

    .login-form {
        padding: 25px;
        margin-bottom: 20px;
        /*    width: 50%;*/
        margin: auto;
    }

    ul.list-inline.dashboard-started.mt-5 {
        display: block;
        width: 100%;
    }

    .dashboard-started li.list-inline-item {
        display: block;
        width: inherit;
        margin-top: 20px;
    }

    .binding-doc-upload.k-upload {
        height: auto !important;
    }

    .k-upload .k-file-icon-wrapper {
        display: flex !important;
    }

    .k-upload .k-multiple-files-wrapper, .k-upload .k-file-single > .k-file-info {
        display: flex !important;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .k-pager-numbers {
        max-width: 150px !important;
        overflow-y: scroll !important;
    }

    .telerik-blazor.k-grid {
        /* height: calc(100vh - 1.9em);*/
        max-height: 400px;
    }

    .hidden-input-file {
        width: 100% !important;
    }

    .table-auto-width-mob.k-grid-md .k-table-td,
    .table-auto-width-mob .k-grid td,
    .table-auto-width-mob .k-grid-md .k-table-td,
    .table-auto-width-mob .k-grid .k-table-td,
    .table-auto-width-mob .k-grid-header .k-header {
        max-width: max-content !important;
        word-break: break-all;
        min-width: max-content !important;
    }

    .tab-button .btn.tab-butn {
        padding: 0 5px 10px 4px !important;
    }

    .price-tag {
        padding: 5px;
        font-size: 14px;
    }

    .k-upload .k-dropzone {
        display: block;
        text-align: left;
    }

    .k-pager-numbers-wrap select.k-dropdownlist {
        margin-bottom: 0 !important;
    }
    /* .telerik-blazor.k-input {
        margin-bottom: 10px !important;
    }*/
    /*  label {
        margin-bottom: 0;
    }*/
    .login-form {
        padding: 25px;
        margin-bottom: 20px;
        /*   width: 100%;*/
        margin: auto;
    }

    .top-row {
        display: block !important;
        position: fixed !important;
        top: 0px;
        width: 100%;
    }

    .heading_top_section {
        /* margin-bottom: 0px;*/
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .cw-480.mobileMenu {
        display: block;
        position: fixed;
        z-index: 9;
        height: 100vh;
    }

    .cw-480 {
        display: none;
    }

    main {
        padding-top: 50px;
    }

    .top-row {
        display: block;
        position: fixed;
        width: 100%;
        top: 0px;
    }


    .dash-board .row > div {
        margin-bottom: 10px;
    }

    .menu-hamburger, .logo-sidebar {
        position: fixed;
    }

    .top-icons {
        padding-top: 8px;
    }

    section > div {
        padding: 0px;
    }

    .sidemenu {
        height: calc(100vh - 130px );
    }



    .new-tabing .nav-link,
    .new-tabing .k-tabstrip-items .k-link,
    .new-tabing .k-tabstrip-items .k-link h6 {
        font-size: 14px;
    }

    ul.list-inline.dashboard-started.mt-5 {
        display: block;
        width: 100%;
    }

    .dashboard-started li.list-inline-item {
        display: block;
        width: inherit;
        margin-top: 20px;
    }

    .k-dialog.cancel-pop,
    .k-dialog.delete-pop {
        width: 90% !important;
        max-width: 90% !important;
        min-width: 90% !important;
    }

    .cancel-pop .k-dialog-titlebar .k-dialog-title {
        justify-content: center;
        overflow: visible;
        white-space: break-spaces;
    }

    .k-window-title {
        overflow: visible !important;
        white-space: initial !important;
    }

        .k-window-title::before {
            content: "";
        }

    .btn {
        font-size: 12px;
        padding: 4px 5px;
        margin: 0px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .table-auto-width-mob .k-grid td,
    .table-auto-width-mob .k-grid-md .k-table-td,
    .table-auto-width-mob .k-grid .k-table-td,
    .table-auto-width-mob .k-grid-header .k-header {
        max-width: max-content !important;
        word-break: break-all;
        min-width: max-content !important;
    }

    .service-tabs .item h5 {
        font-size: 13px;
        margin: 5px 0 0px 0px;
        min-width: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: auto;
        max-width: 40px;
    }

    .k-upload-files {
        margin-top: 15px !important;
    }

    .uploaded-img {
        width: 100%;
    }

    .btn {
        font-size: 12px;
        padding: 2px 5px;
        margin: 0px 0px;
    }

    .srch-filter.accordion-button {
        padding-left: 11px;
    }

    .k-upload .k-dropzone .k-dropzone-hint {
        white-space: pre-line !important;
    }

    .extra-buttons button.k-split-button-arrow {
        padding: 1px 3px !important;
    }

    .extra-buttons.mob-size button.k-split-button-arrow {
        padding: 5px 7px !important;
    }

    .k-pager-info {
        display: none !important;
    }

    .cp-name {
        text-overflow: ellipsis;
        width: 140px;
        margin-right: 7px;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn.fill-icon i {
        font-size: 14px;
    }

    .btn.refresh-btn-tab {
        right: 0;
        width: auto;
        top: -60px;
    }

    .download-files {
        right: -15px;
    }

    .download-file-link i {
        padding: 3px;
    }

    .login-form h4.heading {
        font-size: 20px !important;
    }

    .demo-notification .k-notification {
        width: auto !important;
        margin-bottom: 40px !important;
        padding-right: 30px !important;
    }

    .demo-notification {
        right: 6px !important;
        left: 6px !important;
    }

    .k-notification-container {
        width: 100%;
    }
    .footer_section.position-fixed {
        padding: 6px 0;
    }
    footer {
        font-size: 12px !important;
    }

        footer li {
            display: inline-block !important;
        }

    .new-tabing .nav-tabs .nav-item {
        margin-right: 0;
    }

    .new-tabing .nav-tabs .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .new-tabing ul.tel-accordian {
        margin-left: 0;
    }

    .z-index-1 {
        z-index: 1 !important;
    }
    /*   .k-dialog-wrapper .k-dialog {
        min-width: auto !important;
    }
    .k-dialog-wrapper .cancel-pop.k-dialog {
        max-width: 100%;
    }
    .k-dialog-wrapper .cancel-pop.k-window-title {
        white-space: normal;
        word-break: break-word;
    }*/
}

@media (min-width:320px) {
    .table-auto-width-mob .k-grid td,
    .table-auto-width-mob .k-grid-md .k-table-td,
    .table-auto-width-mob .k-grid .k-table-td,
    .table-auto-width-mob .k-grid-header .k-header {
        max-width: max-content !important;
        word-break: break-all;
        min-width: max-content !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
    .login-form {
        height: 100% !important;
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .k-pager-info {
        display: none !important;
    }
}

.save-filter {
    margin-bottom: 0;
    color: #0075ff;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
}

    .save-filter a {
        display: flex;
    }

    .save-filter i {
        font-size: 20px;
    }

.card-footer.card-custom-footer {
    background: #F5F5F5;
    padding: 10px 15px;
}

.filter-checkbox input[type="checkbox"] {
    width: 23px;
    height: 24px;
}

span.filter-checkbox {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}

    span.filter-checkbox .public-filtr {
        display: block;
        font-size: 12px;
        font-weight: 400;
    }

.srch-btn {
    background: #454545;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    padding: 3px 10px;
}

.error-msg {
    font-size: 10px;
    position: absolute;
    bottom: -14px;
}

/*LR Booking CSS*/
.booking-breadcrumb-bg-white {
    background: #fff;
    border-bottom: 1px solid #ddd;
    max-width: 100%;
    z-index: 0;
    overflow-y: auto;
}

.backarrow {
    color: #212222;
    font-size: 29px;
    line-height: 9px;
}

    .backarrow i {
        line-height: 21px;
    }

.booking-number {
    background: var(--bg-blue);
    margin-left: 10px;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: 600 !important;
}

.booking-details-number {
    padding-top: 9px;
    padding-bottom: 9px;
}

    .booking-details-number .heading h3 {
        font-size: 18px;
        font-weight: 700;
    }

.custom-stepper .k-step-list-horizontal ~ .k-progressbar {
    display: none;
}

.custom-step {
    padding-top: 0px;
    margin-left: 7px;
    text-align: left;
}

span.days-date {
    position: absolute;
    top: -12px;
    font-size: 10px;
}

    span.days-date .day {
        font-weight: 600;
    }

    span.days-date .date {
        font-weight: 400;
    }

.stepper-icon-outer {
    width: 27px;
    height: 27px;
    padding: 2px;
    border-radius: 50%;
}

.stepper-icon {
    background: #313F3C;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

.custom-stepper li.k-step:nth-child(n) .stepper-icon-outer {
    border: 1px solid #BABABA;
    background: #E9E9E9;
}

.custom-stepper li.k-step.k-step-done:nth-child(n) .stepper-icon-outer {
    border: 1px solid #313F3C;
    background: #313F3C;
}

.custom-stepper li.k-step.k-step-current:nth-child(n) .stepper-icon-outer {
    border: 1px solid #009672;
    background: #ffff;
}

.custom-stepper a.k-step-link {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 200px;
    width: 100%;
    overflow: visible !important;
    background-color: #fff !important;
    z-index: 99999;
    position: relative;
    padding-right: 6px;
}

.custom-stepper .k-step-current span.stepper-name,
.custom-stepper .k-step-done span.stepper-name {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
    font-size: 13px;
}

.custom-stepper .k-step-current span.k-step-indicator {
    background-color: #025B46 !important;
    border-color: #025B46;
}

.custom-stepper .k-step-done span.k-step-indicator {
    background-color: #313F3C !important;
    border-color: #313F3C;
}

.custom-stepper.k-stepper .k-step-current:hover .k-step-indicator, .custom-stepper.k-stepper .k-step-current.k-hover .k-step-indicator,
.custom-stepper.k-stepper .k-step-current.k-step-hover .k-step-indicator {
    background-color: #025B46 !important;
    border-color: #025B46;
}

.custom-stepper .k-step-error .k-step-label {
    color: #7A7A7A;
}

.custom-stepper .k-step-label .k-step-text {
    max-width: 100% !important;
    font-weight: 600;
    color: #7a7a7a;
}

.custom-stepper .k-step-list-horizontal .k-step-indicator + .k-step-label {
    margin-top: 0px;
    margin-left: 7px;
}

.custom-stepper li:nth-child(n) span.k-step-indicator .k-i-check-circle::before,
.custom-stepper li:nth-child(n) span.k-step-indicator .k-i-exclamation-circle::before {
    line-height: 11px;
}

.custom-stepper .k-step-done span.k-step-indicator .k-i-check-circle::before,
.custom-stepper .k-step-current span.k-step-indicator .k-i-check-circle::before,
.custom-stepper .k-step-done span.k-step-indicator .k-i-exclamation-circle::before,
.custom-stepper .k-step-current span.k-step-indicator .k-i-exclamation-circle::before {
    color: #fff;
}

.custom-stepper li.k-step-current:nth-child(1) span.k-step-indicator .k-i-check-circle::before {
    display: none;
}

.custom-stepper span.telerik-blazor.k-step-indicator-icon.k-icon.k-i-check-circle,
.custom-stepper span.telerik-blazor.k-step-indicator-icon.k-icon.k-i-exclamation-circle {
    padding-top: 2px;
}

.custom-stepper li.k-step-current:nth-child(1) span.k-step-indicator .k-i-check-circle::before {
    display: none;
}

.custom-stepper li.k-step-done:nth-child(1) span.k-step-indicator .k-i-check-circle::before {
    content: "\e118";
}

.custom-stepper li:nth-child(2) span.k-step-indicator .k-i-check-circle::before {
    content: "2";
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.custom-stepper li.k-step-current:nth-child(2) span.k-step-indicator .k-i-check-circle::before {
    display: none;
}

.custom-stepper li.k-step-done:nth-child(2) span.k-step-indicator .k-i-check-circle::before {
    content: "\e118";
    font-family: "WebComponentsIcons";
}


.custom-stepper li:nth-child(3) span.k-step-indicator .k-i-check-circle::before {
    content: "3";
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.custom-stepper li.k-step-current:nth-child(3) span.k-step-indicator .k-i-check-circle::before {
    display: none;
}

.custom-stepper li.k-step-done:nth-child(3) span.k-step-indicator .k-i-check-circle::before {
    content: "\e118";
    font-family: "WebComponentsIcons";
}

.custom-stepper li:nth-child(4) span.k-step-indicator .k-i-check-circle::before {
    content: "4";
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.custom-stepper li.k-step-current:nth-child(4) span.k-step-indicator .k-i-check-circle::before {
    display: none;
}

.custom-stepper li.k-step-done:nth-child(4) span.k-step-indicator .k-i-check-circle::before {
    content: "\e118";
    font-family: "WebComponentsIcons";
}


.custom-stepper li.k-step.k-step-done:nth-child(5) .stepper-icon span.k-svg-i-check {
    display: block;
}

.custom-stepper li.k-step:nth-child(5) .stepper-icon span.k-svg-i-check {
    display: none;
}


.custom-stepper li.k-step:nth-child(5) .stepper-icon::before {
    content: "5";
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}


.custom-stepper li.k-step.k-step-done:nth-child(n) .stepper-icon span.k-svg-i-check {
    display: block;
}

.custom-stepper li.k-step:nth-child(n) .stepper-icon span.k-svg-i-check {
    display: none;
}

.custom-stepper li.k-step:nth-child(n) .stepper-icon {
    background: #ddd;
}

.custom-stepper li.k-step.k-step-current:nth-child(n) .stepper-icon {
    background: #025B46;
}

.custom-stepper li.k-step.k-step-done:nth-child(n) .stepper-icon {
    background: #313F3C;
}


    .custom-stepper li.k-step.k-step-current:nth-child(n) .stepper-icon:before,
    .custom-stepper li.k-step.k-step-done:nth-child(n) .stepper-icon:before {
        display: none;
    }

.custom-stepper li.k-step:nth-child(2) .stepper-icon::before {
    content: "2";
}

.custom-stepper li.k-step:nth-child(3) .stepper-icon::before {
    content: "3";
}

.custom-stepper li.k-step:nth-child(4) .stepper-icon::before {
    content: "4";
}

.custom-stepper li.k-step:nth-child(6) .stepper-icon::before {
    content: "6";
}

.custom-stepper li.k-step:nth-child(n) .stepper-icon::before {
    color: #212222;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.custom-stepper li.k-step {
    position: relative;
    align-items: center;
    display: flex;
}

.custom-stepper li.k-step:before {
    content: "";
    width: 47%;
    height: 2px;
    background: #E9E9E9;
    position: absolute;
    right: 0px;
    top: 50%;
}

.custom-stepper li.k-step:last-child:before {
    display: none;
}

.custom-stepper li.k-step.k-step-done.k-step-success:before {
    background: #313F3C;
}

.custom-stepper li.k-step:last-child,
.custom-stepper li.k-step.k-step-last {
    display: none !important;
}

.custom-stepper li.k-step:nth-child(6):before {
    display: none !important;
}

.custom-stepper li.k-step {
    position: relative;
    width: fit-content !important;
    padding-right: 68px;
}

    .custom-stepper li.k-step:last-child {
        padding: 0px;
    }

/* contractenddate*/
.contract-custom-date {
    padding: 0px;
    border: 0px;
    margin-top: 19px;
}

.contract-custom-date span.k-floating-label-container {
    width: 50%;
}

        .contract-custom-date span.k-floating-label-container .k-dateinput {
            width: 100%;
            height: 35px;
        }

.request-workshop-quotation-div {
    float: right;
    padding: 8px 0px 0px 0px;
}

.pricing-details-accordion {
    border: 1px solid #ddd;
    margin-top: 15px !important;
    padding-bottom: 10px !important;
}
.pricing-details-accordion .k-link.k-selected {
    padding-bottom: 0!important;
}
.pricing-details-accordion .k-icon {
    font-size: 27px !important;
    color: #7b7b7bdd !important;
    margin-right: 14px;
}
.pricing-details-accordion .k-panelbar-content.k-content {
    padding: 7px 7px 7px 0;
    font-size: 12px;
    margin-top: 10px;

}