﻿html, body {
    /*font-family: 'Segoe UI', sans-serif;*/
    font-family: 'Lexend Giga', sans-serif;
    background: #fff !important;
    font-size: 14px;
    overflow-y: hidden;
}

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;
}

    .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 {
    --tab-head-text: #97A3B1;
    --input-border-color: #afbbc4;
    --i-button-color: #01245b;
    --i-button-color-bg-light: #ebeef2;
    --i-button-color-light: #01245b5c;
    --table-heading-color: #6B6D71;
    --i-greenlight: #B4ECD8;
    --i-darkgrey: #454545;
    --i-darkgrey-hover: #1d1d1d;
    --i-white: #fff;
    --i-lightgrey: rgba(0, 0, 0, 0.5);
    --i-orange: #EFBF87;
    --action-icon: #F5F7F9;
    --i-red: #e53e5136;
    --primary-green: #e53e51;
    --darkgrey: #454545;
    --light-red: #FFE5E5;
}

.blue-color {
    color: #3E6AE1 !important;
}

.bg-green-light {
    background: #dcfff7;
}

.text-grey {
    color: #ebebeb;
}

.text-sky-blue {
    color: #1DC3E8;
}

.bg-light-blue {
    background: #f1f5f8;
}

.text-light-grey {
    color: #a5a5a5;
}

.bg-light-grey {
    background: #ebebeb;
}

.bg-grey-2 {
    background: #e3e3e3 !important;
}

.red-bg-status {
    background: #FFE5E5;
}

.yellow-color {
    color: #FBB01B;
}

.bg-r-success {
    background: #9ae7cb;
}

.note-green {
    background: #DEFFDA;
}

.light-grey {
    background: #f7f7f7;
}

.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');
}



/* ----------------
 End font-face font-face
 --------------------*/
/*------------------------
    Custom breadcrumbs
 -------------------------*/
.custom-breadcurmb {
    background: transparent;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    justify-content: flex-start;
}

.home-icon {
    background: #E8FFF3;
    color: var(--i-button-color);
}

.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;
}

.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: 14px;
    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
--------------*/
/*-----------------------
    Buttons
--------------------------*/
.table-custom-boooking-servie thead {
    background: #e9e9e9;
}

    .table-custom-boooking-servie thead tr {
        background: #e9e9e9;
    }

.max-height-400 {
    max-height: 400px;
}

.login-btn {
    background: #e53e51;
    color: #fff !important;
    border: 1px solid #c00b10 !important;
    width: 100%;
    height: 45px;
    border-radius: 30px;
    font-size: 18px;
}

.btn {
    border-radius: 4px !important;
    font-weight: 500 !important;
    border: 1px solid var(--input-border-color) !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    line-height: 24px !important;
    text-transform: none;
}

.text-btn {
    border: 0;
    background: transparent;
}

.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-button-color) !important;
    color: var(--i-button-color) !important;
}

    .btn-green-border:hover {
        background: var(--i-button-color) !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.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-button-color);
    color: white;
    border-color: var(--i-button-color) !important;
}

.btn-light-green {
    background: #82f5cc;
    color: white;
    border-color: #82f5cc !important;
}

.primary-btn {
    background: var(--i-button-color);
    color: white !important;
    padding: 8px 10px;
    border-color: var(--i-button-color) !important;
}

    .primary-btn:hover,
    .btn.btn-green {
        background: var(--i-button-color);
        color: white !important;
    }

.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;
    padding-bottom: 50px;
}

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;
}

.sr-no-table table tr th:first-child, .sr-no-table table tr td:first-child {
    width: 50px;
}

.table-radius {
    border-radius: 15px;
    overflow: hidden;
}

.table-scroll table tr th, .table-scroll table tbody tr td {
    max-width: 150px;
    min-width: 150px;
}

    .table-scroll table tr th:first-child, .table-scroll table tbody tr td:first-child {
        max-width: 80px;
        min-width: 80px;
    }

.table-scroll .k-grid-header .k-table,
.table-scroll .k-grid-content .k-table,
.table-scroll .k-grid-content-locked .k-table,
.table-scroll .k-grid-footer .k-table {
    table-layout: 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 {
    overflow-y: auto !important;
}

    .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: 10px !important;
    z-index: 999;
    background: transparent !important;
    height: 56px;
    display: flex !important;
    align-items: center;
    padding: 20px !important;
    justify-content: flex-start;
}

lable.company-log {
    position: absolute;
    left: 50px;
    top: 14px;
    z-index: 1;
}

nav {
    width: 100%;
}

.top-row {
    justify-content: flex-end;
    height: 3.6rem !important;
    display: flex;
    align-items: center;
    z-index: 4 !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;
    }

.setting-menu {
    display: none;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 99;
    width: 130px;
    position: absolute;
    right: 0px;
}

a.setting:hover .setting-menu {
    display: block;
}

a.setting {
    position: relative;
}

.setting-menu ul {
    padding: 0px;
    margin: 0px;
}

    .setting-menu ul li a {
        color: #595959;
        font-weight: normal;
        font-size: 16px;
    }

/*******LOGIN PAGE FORM*******/
section.login {
    display: flex;
    height: 100vh;
    align-items: center;
}

.login-bg {
    background: url("https://workforceprodev.blob.core.windows.net/static/login/login-bg.svg") no-repeat;
    background-size: 100% auto;
}

.login-img-tagline {
    padding: 100px;
}

h3.logo-tagline {
    color: #393F83;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.login-form {
    padding: 40px;
    height: 100vh;
    display: grid;
    align-items: center;
}

label {
    color: #757575;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.custom-input input, input.form-control {
    height: 42px;
    border-radius: 4px !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;
    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%);
}

/*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: var(--i-button-color-light);
        border-bottom: 2px solid #000 !important;
        border: 0px !important;
        border-radius: 0px !important;
        padding:0 20px 10px 20px !important;
    }
    .tab-button .btn.tab-butn.active {
        background: inherit !important;
        color: #01245b;
        border-bottom: 3px solid #000 !important;
    }
        .tab-button .btn.tab-butn.active:focus{
            outline:none;
            box-shadow:none !important; 
        }
.user-filter input {
    display: none;
}
.user-filter {
    border: 0px !important;
    background: #eee !important;
}
.custom-table tr th, .custom-table tr td {
    min-width: 130px !important;
    max-width: 130px !important;
}
button.clear-btn {
    border: 0px;
    background: #eee;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 4px;
}
.k-list-ul {
    padding: 6px 3px;
}
.k-list-ul li {
    padding: 5px 4px;
    font-size: 12px;
}
.k-tilelayout {
    background-color: #fafafa;
    padding: 0px !important;
}
.k-tilelayout-item-header.k-card-header {
    padding: 0px !important;
}
        .single-tag-mode-assigned-to .k-input-values:before,
        .single-tag-mode-owner .k-input-values:before,
        .single-tag-mode-swimlane .k-input-values:before,
        .single-tag-mode-stage .k-input-values:before {
            content: "Assigned to: 3 ▼";
            display: inline-block;
            line-height: 43px;
            padding: 0 7px;
            vertical-align: bottom;
            border: 0px !important;
            background: inherit !important;
            width: 89%;
        }
.top-layout {
}

.btn.tab-butn.active {
    background: var(--i-button-color);
    color: #fff;
}

.btn.tab-butn:focus {
    outline: none;
}

.btn.tab-butn {
    background: var(--i-button-color-bg-light);
    color: var(--i-button-color-light);
    border: 0px !important;
}

select.form-control.select-option:focus {
    outline: 0px;
}

section.inner-content {
    padding: 20px 0;
}

.task-item.active {
    background: var(--i-button-color);
    padding: 4px 5px;
    border-radius: 50px;
    display: inline-flex;
}

.task-item {
    background: var(--i-button-color-bg-light);
    padding: 4px 5px;
    border-radius: 50px;
    display: inline-flex !important;
    margin-left: -18px !important;
}

    .task-item span.task-tab-name {
        color: var(--i-button-color-light);
        align-items: center;
        display: inline-flex;
        padding: 0px 10px;
        font-size: 16px;
    }

    .task-item span.task-count {
        background: #fff;
        border-radius: 50px;
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .task-item.active span.task-tab-name {
        color: #fff;
        align-items: center;
        display: inline-flex;
        padding: 0px 10px;
        font-size: 16px;
    }

    .task-item.active span.task-count {
        background: #fff;
        border-radius: 50px;
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 600;
    }
.tckt-no {
    border: 0px;
    background: #a3c5fb47;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 500;
}
button.inner-icons {
    padding: 3px 7px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 30px;
}
button.view-inner {
    color: #ffffff;
    background: #01245b;
}
button.close-inner {
    color: #01245b;
    background: #f3f8ff;
}
.secondary-btn {
    background-color: #f1f1f1 !important;
    padding: 7px 15px !important;
    border-radius: 6px !important;
    border: 0px;
}
.save-btn {
    background: #01245b;
    padding: 2px 8px !important;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/*Mobile task*/
.task-ongoing {
    display: flex;
}

    .task-ongoing .active-task {
        color: var(--text-color);
        border: 1px solid #ddd;
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px 10px;
        border-radius: 4px;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
        margin-top: 10px;
    }

        .task-ongoing .active-task span.task-count {
            float: right;
            background: #ddd;
            padding: 1px 10px;
            border-radius: 2px;
            display: inline-flex;
            width: auto;
            font-size: 12px;
            font-weight: 600;
            color: var(--i-button-color);
        }

.task-mobile-list {
    display: none;
}

.task-list-mobile {
    overflow: visible;
}

.task-ongoing {
    display: flex;
    position: relative;
    overflow: visible;
}

    .task-ongoing:hover .task-mobile-list {
        display: block;
        position: absolute;
        top: 53px;
        z-index: 11;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        padding: 10px;
        border-radius: 6px;
        width: 100%;
    }

.task-mobile-list ul.list-inline.mobile-list {
    margin: 0px;
    display: block;
}

    .task-mobile-list ul.list-inline.mobile-list li {
        display: block;
        margin: 6px 0px;
    }

        .task-mobile-list ul.list-inline.mobile-list li span.mobile-task-count {
            float: right;
            background: #ddd;
            padding: 1px 10px;
            border-radius: 2px;
            display: inline-flex;
            width: auto;
            font-size: 12px;
            font-weight: 600;
            color: var(--i-button-color);
        }

/*Board new menuitem end*/

/******CARD STYLE*******/
.card {
    border: 0px !important;
    padding: 0px;
    border-radius: 15px !important;
}

.card-body {
    padding: 20px !important;
}

.card-header,
.card-footer {
    padding: 13px 13px !important;
    background-color: transparent !important;
}


    .card-header,
    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header h5,
    .card-header h6 {
        font-size: 18px;
        font-weight: 500 !important;
        background-color: transparent !important;
        margin-bottom: 0px;
        color: var(--tab-head-text);
    }

.card.navbar {
    background: transparent !important;
}

.k-grid-header, .k-grid-header-wrap, .k-grouping-header,
.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td,
.k-grid-footer, .k-grid-footer-wrap, .k-grid-content-locked,
.k-grid-footer-locked, .k-grid-header-locked,
.k-filter-row > .k-table-th, .k-filter-row > td, .k-filter-row > .k-table-td {
    border-color: rgb(157 157 157 / 8%) !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;
}

.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;
}

    .heading h3 i {
        margin-right: 10px;
    }

/*Reload*/
.update {
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    width: auto;
    max-width: 100%;
    left: auto;
    right: auto;
}

.update-inner {
    width: 337px;
    margin: 0 0 0 66px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

/****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;
    }


.download-menu {
    padding: 0px 6px;
    border: 1px solid #495057;
    font-size: 23px;
    margin: 11px 15px 0px 0px;
    line-height: 30px;
    cursor: pointer;
}

.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: 210px;
}

.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);
    }

.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;
}

.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 td {
    white-space: nowrap;
    vertical-align: top !important;
}

.k-grid tr.k-alt {
    background: transparent !important;
}

.k-input {
    border-color: var(--input-border-color)#afbbc4 !important;
}

.k-input-md .k-input-inner {
    padding: 4px 4px;
}

.telerik-blazor.k-input {
    margin-bottom: 20px !important;
    border-radius: 4px !important;
}

.telerik-blazor.k-dateinput.k-input {
    margin-bottom: 0 !important;
}

.telerik-blazor.k-input.select-option {
    margin-bottom: 0px !important;
}

.time-check-in-out {
    background-color: #cce5ff;
    padding: 25px 10px;
    text-align: center;
    border-radius: 10px;
}

    .time-check-in-out h2 {
        font-size: 25px;
        color: #01245b;
    }

    .time-check-in-out h6 {
        font-weight: 500 !important;
        margin: 0 0 25px 0px;
        color: var(--bs-gray);
    }

.k-grid th,
.k-grid td {
    border: 0px;
}

.k-disabled:not(.k-calendar-td) {
    /*background: #e9ecef !important;
    color: #000 !important;
    opacity: 1 !important;
    border-color: #ced4da !important;*/
}

.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
    border-width: 1px !important;
}

.comment-name {
    font-weight: 500;
}

.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: #f6f6f6 !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;
}

.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: 32px;
        }

.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;
}

.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-button-color);
    }

.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: inline-flex;
    width: 100%;
}

.dashboard-started li.list-inline-item {
    display: inline-flex;
    width: inherit;
}

.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;
    }

.ml-1 {
    margin-left: 10px;
}
/***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-button-color);
}

.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 {
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
    z-index: 999;
    background: #fff;
    padding: 10px 0px;
    border-top: 1px solid #ddd;
}

    .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;
    top: 4px;
    z-index: 1;
    line-height: 16px;
    background: white;
    border-radius: 2px;
    color: red;
    padding: 4px 4px;
    font-size: 14px !important;
    box-shadow: 0px 0px 5px rgba(0,0,20,0.5);
}

.download-btn {
    position: absolute;
    right: 45px;
    bottom: 4px;
    z-index: 1;
    line-height: 16px;
    background: grey;
    border-radius: 2px;
    color: white;
    padding: 0px 2px;
    font-size: 17px !important;
    display: none;
}

.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(--i-button-color);
    border: 1px solid var(--i-button-color) !important;
}

.view-eye-icon:hover {
    color: var(--i-button-color);
}

.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-button-color) !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 tr th:first-child, .custom-table tr td:first-child {
    max-width: 15px !important;
    min-width: 15px !important;
    padding: 8px;
}
.inner-custom-table tr th:first-child, .inner-custom-table tr td:first-child {
    max-width: 45px !important;
    min-width: 45px !important;
    padding: 8px;
}
.custom-table tr th:nth-child(3), .custom-table tr td:nth-child(3) {
    max-width: 200px !important;
    min-width: 200px !important;
    padding: 8px;
}
.inner-custom-table tr th, .inner-custom-table tr td {
    max-width: 45px !important;
    min-width: 45px !important;
    padding: 8px;
}
        .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;
}


.custom-table .k-grid-md .k-table-th {
    padding-block: 8px;
    padding-inline: 12px;
    background: #F2F2F2;
    font-weight: 500;
    font-size: 13px;
    color: var(--table-heading-color)#6B6D71;
}
.description-list li {
    background-color: #f1f1f1 !important;
    padding: 1px 0px !important;
    border-radius: 5px;
    margin-right: 5px;
}
    .description-list li span.secondary-btn {
        background-color: inherit !important;
        padding: 0px 5px !important;
        font-size: 13px;
    }
    .description-list li span.k-svg-icon {
        color: #454545;
        width: 15px;
        height: 15px;
    }
.small-btn {
    padding: 2px 10px !important;
    font-size: 13px !important;
}
.velocity {
    width: 100%;
    background: #e5effe;
    padding: 2px 10px;
}
button.btn.checkin {
    background: var(--i-button-color);
    color: #fff;
}
button.btn.checkout {
    background: #747474;
    color: #fff;
}
.k-menu-popup .k-menu-group{

}

.k-avatar-solid-info {
    border-color: #01245b !important;
    color: white;
    background-color: #01245b !important;
}

.k-card-avatar, .k-card .k-avatar {
    margin-right: 16px;
    width: 25px !important;
    height: 25px !important;
    flex-basis: 45px;
}

.k-avatar-text, .k-avatar-initials {
    font-size: 12px !important;
}
/*****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;
}

span.info-icon {
    position: relative;
    display: inline;
}
    span.info-icon:hover span.pop-info {
        display: block;
    }
.pop-info {
    width: 500px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    padding: 10px 15px;
    color: #afafaf;
    font-weight: 500;
    border-radius: 4px;
    display: none;
    position: absolute;
    z-index: 3;
    left: 10px;
}
/****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;
    }

    .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;
}

    .garage-img img {
        height: 100%;
    }

.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 {
    height: 100%;
}

.ant-image-img {
    height: 100% !important;
}

/**** 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;
}


/*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(--i-green);
    color: #fff;
}

.btn.fill-green-icon-new:hover {
    background: #e8fff3;
    color: var(--i-green);
}

.btn.fill-green-icon-new {
    background: var(--i-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: 2px 6px !important;
    border-color: white !important;
    border-radius: 4px !important;
    font-size: 17px !important;
    /* 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: var(--action-icon);
    color: var(--i-button-color);
    border: 1px solid var(--input-border-color) !important;
}

    .btn.fill-green-icon:hover {
        background: var(--i-button-color);
        color: #fff;
    }

.btn.fill-green-icon-new:hover {
    background: #e8fff3;
    color: var(--i-button-color);
}

.btn.fill-green-icon-new {
    background: var(--i-button-color);
    color: #fff;
    border: 1px solid #a7f2cb !important;
}

.btn.fill-red-icon {
    background: #f5f7f9 !important;
    color: var(--i-button-color);
    border: 1px solid transparent !important;
}

    .btn.fill-red-icon:hover {
        color: #fff;
        background: var(--i-button-color) !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(--i-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;
    }

.k-grid-md .k-table-th {
    background: #F2F2F2;
    font-weight: 500 !important;
    font-size: 13px;
    color: #6B6D71;
}

/*-----NEW DEFAULT TABING--------------------*/
.new-tabing .k-tabstrip-items-wrapper {
    /*background: #fff !important;*/
}

.new-tabing .k-content {
    border: 0px !important;
}

.new-tabing .k-tabstrip-content {
    margin: 5px 0 0 0;
}

.new-tabing .k-tabstrip-content, .new-tabing .k-tabstrip > .k-content {
    background-color: TRANSPARENT;
}

.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: 18px;
    font-weight: 500 !important;
    color: #757575;
    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;
    border-radius: 15px;
    overflow: hidden;
}

.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 42px;
}

    .new-tabing .nav-link:focus,
    .new-tabing .nav-link:hover {
        border-bottom: 4px solid var(--primary-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(--primary-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 .tab-content,
.new-tabing .k-tabstrip-content,
.new-tabing .k-tabstrip > .k-content {
    background-color: transparent !important;
    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(--primary-green) !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;
}
/*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: 42px;
}

.sidebar-inner {
    max-width: 230px;
    width: 230px;
    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: 170px;
    position: absolute;
    top: 13px;
    left: 48px;
    z-index: 999;
}

.menu-hamburger {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 999;
    background: #fff;
    height: 56px;
    display: flex !important;
    align-items: center;
    padding: 20px !important;
    justify-content: flex-start;
    color: #000 !important;
}

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,
        .sidemenu ul li .k-selected a.active, .sidemenu .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
            background: var(--i-red) !important; /* var(--i-button-colorlight);*/
        }

            .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: 88vh;
    overflow-y: auto;
    border: 0px;
}

    .sidemenu::-webkit-scrollbar {
        width: 4px;
    }

    .sidemenu::-webkit-scrollbar-track {
        background: #000;
    }

    .sidemenu::-webkit-scrollbar-thumb {
        background-color: #DDEDFF;
        border-radius: 6px;
        border: 3px solid #DDEDFF;
    }

.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: var(--i-red) !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;
}

.form-control input, .form-control select, .k-combobox input.k-input-inner,
.k-input-inner {
    height: 38px;
}

.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;
}

.switchbutton.k-switch-on .k-switch-track {
    border-color: #07c597;
    color: white;
    background-color: #07c597;
}


.switchbutton.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 {
    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;
}

.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(--i-button-color) !important;
        border-radius: 4px !important;
        color: white !important;
        border: 1px solid var(--i-button-color) !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;
}

.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;
}

label.client-us {
    background: #efefef;
    padding: 5px 8px;
    width: 100%;
    margin-bottom: 0px;
    color: #01245b;
    font-size: 12px;
}

    label.client-us span.task-count {
        background: #01245b;
        padding: 3px 4px;
        border-radius: 10px;
        color: #fff;
        float: right;
    }
.custom-appointment {
    background: #eee !important;
}

/*** ALL RESPONSIVE CSS****/
@media (min-width: 1400px) {
    html {
        overflow-y: hidden;
    }
}

@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: hidden;
    }

    .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 only screen and (max-width: 1200px) {

    .login-form {
        /* height: auto;*/
    }

    .card-body {
        padding: 20px 10px !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;
    }

    .sr-no-table table tr th:first-child, .sr-no-table table tr td:first-child {
        max-width: 60px !important;
        min-width: 60px !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 {
        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) {
    html, body {
        overflow: auto;
    }

    .top-layout {
        padding: 8px 0px;
        /*border-bottom: 1px solid #ddd;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.4);*/
        width: 100%;
        display: block;
        opacity: 1;
        background: #fff;
    }

    section.inner-content {
        padding: 20px 0;
    }

    .service-provider-tahnks {
        display: none;
    }

    .task-list-section {
        overflow: visible;
    }

    .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) {
    .login-form {
        padding: 25px;
        margin-bottom: 20px;
        /* width: 100%;*/
        margin: auto;
    }

    section.inner-content {
        padding: 60px 0;
    }

    .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 - 100px );
    }

    .btn {
        font-size: 12px !important;
        padding: 2px 13px !important;
        margin: 3px 0px !important;
    }

    .card-header, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
        font-size: 15px;
        font-weight: 500 !important;
        background-color: transparent !important;
        margin-bottom: 0px;
        color: var(--tab-head-text);
    }

    .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: "";
        }

    .logo-sidebar {
        width: 36%;
        top: 17px;
        left: 40px;
        z-index: 999;
    }

        .logo-sidebar h5 {
            font-size: 17px;
        }

    .top-row a.btn {
        padding: 0px 7px !important;
    }
}

@media only screen and (max-width: 575px) {
    .extra-buttons button.k-split-button-arrow {
        padding: 1px 3px !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 {
        font-size: 12px;
    }

        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;
    }
    /*   .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 screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
    .login-form {
        height: 100% !important;
    }
}

.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;
}

.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;
}
/*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*/
