﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    color: var(--text-color);
    font-size: 12px;
    overflow-y: hidden;
}

body {
    position: relative;
    background: #fafaf9;
}

h1:focus {
    outline: none;
}

/*a, .btn-link {
    color: #767676 !important;
    text-decoration: none;
}*/

.btn {
    font-weight: 700;
}

.blue-border {
    border: 1px solid #008A8D;
    border-radius: 0px;
    padding: 5px 6px;
    font-size: 13px;
    font-weight: 400;
    color: #008A8D !important;
    background: white;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    width: 100%;
}

/*Padding*/
.pt-6 {
    padding-top: 40px
}

.pb-6 {
    padding-bottom: 40px
}

.pt-5 {
    padding-top: 30px
}

.pb-5 {
    padding-bottom: 30px
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.mt-6 {
    margin-top: 40px
}

.mb-6 {
    margin-bottom: 40px
}

.mt-5 {
    margin-top: 30px
}

.mb-5 {
    margin-bottom: 30px
}

/*color Library*/
:root {
    --primary-color: #008A8D;
    --primary-hover-color: #000;
    --text-color: #454545;
    --text-light-color: #808080;
    --white-color: #fff;
    --heading-color: #171A20;
    --input-border: #D0D1D2;
    --dark-color: #265951;
    --red-color: #E82127;
    --primary-green: #07c597;
    --primary-green-hover: #82F5CC;
    --dark-grey: #454545;
}



.bg-light {
    --bs-bg-opacity: 1;
    background-color: #ededed !important;
}


/*End font-face font-face*/

.text-green, .fill-green-icon {
    color: var(--primary-color) !important;
}

.text-red, .fill-red-icon {
    color: var(--red-color) !important;
}
.fill-red-bg-icon {
    background-color: #ff000014 !important;
    color: #f00 !important;
    border: 1px solid #ff000036 !important;
}
.fill-green-bg-icon {
    background-color: #08727714 !important;
    color: var(--primary-color) !important;
    border: 1px solid #08727754 !important;
}

.relative {
    position: relative;
}

section.menu-top {
    padding: 0px 0 !important;
    background: #f2f2f2;
    display: block;
    border-bottom: 1px solid #ddd;
}
/*ul.menu-list {
    margin: 0 0 30px 0;
    height: 75vh;
}*/



span.powered-by {
    color: #939393;
    font-size: 19px;
}

.menu-logo {
    float: right;
}

.sidebar .closebtn {
    /* display: block;*/
    font-size: 36px;
    margin-left: 0;
    text-align: right;
    line-height: 17px;
    display: flex;
    height: 100%;
    color: transparent;
}

.primary-btn-border {
    border: 1px solid #087277;
    width: 100%;
    color: #087277 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-select {
    background: white;
    border: 2px solid #222;
    color: #222;
    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: #222;
        border: 2px solid #222;
        color: white;
        box-shadow: inset 0 0 0 2px white, inset 0 0 0 1em #1d1d1d !important;
    }

button.verify-btn {
    background: #000;
    color: #fff;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px);*/
    height: 100%;
    position: relative;
    margin-left: -3px;
    border: 0px;
    border-radius: 0 5px 5px 0;
}

.card-header h6 {
    font-weight: bold;
}
/*.btn-select.btn-radio {
        background: green;
    }*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

.edit-vendor {
    background: inherit;
    border: 1px solid #fff;
    padding: 0px 5px;
    font-size: 13px;
    margin-left: 9px;
    border-radius: 3px;
}
.edit-vendor i{
    font-size:12px !important;
}

@media screen and (max-height: 450px) {
  /*  .sidebar {
        padding-top: 15px;
    }*/

       /* .sidebar a {
            font-size: 18px;
        }*/
}
/*Loading*/
.loading {
    width: 100%;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}


.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;
}

    /*.small-loading-panel-wrapper.small-loader {
        height: 100% !important;
        background: #f1f1f1;
        display: flex;
        align-items: center;
    }*/

.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;*/
    width: 30% !important;
    height: auto;
}

.loader-img-text {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: -25%;
}

    .loader-img-text img {
        width: 30%;
    }
.min-height-card {
    min-height: 100px;
}

/*Login page*/

.login-form {
    /*border-bottom: 1px solid #ddd;*/
    padding: 30px 30px;
    border-radius: 20px;
 /*   box-shadow: 0 0 4px 0px #e2e2e2;*/
   /* background: white;*/
}

.login-text {
    float: right;
    color: #087277 !important;
    font-weight: 600;
}

span.red {
    color: #f12f2f;
    font-weight: 500;
}


.bg-color-dark-blue {
    background: #087277;
}

.login-top {
    background: #fff;
    /*background: url(https://bronyadev.blob.core.windows.net/static/gms/dashboard-bg.svg), #087277;*/
    padding-top: 30px !important;
    padding-bottom: 0px;
    height: 270px;
    display: flex;
    align-items: center;
}

/*.login-bg {*/
/* background: rgba(2, 142, 145, 0.10);
    position: absolute;
    height: 100vh;
    width: 100%;*/
/*border-radius: 10px;
   margin: auto;
}*/

.welcome-top {
    /*background: #087277;*/
    background: url(https://bronyadev.blob.core.windows.net/static/gms/dashboard-bg.svg), #087277;
    padding-top: 30px !important;
    padding-bottom: 30px;
}

img.logo-img-top {
    width: 60%;
}

section.booking-details,
.booking-details {
    background: #cfe6e7;
}

.booking-no-list {
    display: table;
    width: 100%;
}

    .booking-no-list li {
        padding: 0px 10px;
        border-radius: 13px;
        display: table-cell;
    }

.booking-top h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.garrage-assist {
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 20px;
}

.welcom-bck {
    font-size: 30px;
    margin-bottom: 10px;
}

.welcome-btm-text {
    font-size: 15px;
    font-weight: 400;
    margin: 14px 0 0 0;
    padding-top: 14px;
    width: 100%;
    line-height: 24px;
}

.primary-btn {
    background: #087277;
    width: 100%;
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 0px;
}

.additional-btn {
    background: #087277;
    width: 100%;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
}

/*.btn-green {
    background: #087277;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px;*/
    /*   padding: 15px 30px;*/
    /*border-radius: 4px;
    line-height: normal;
}*/

.btn-default {
    background: #434D5D;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 4px;
    line-height: normal;
}

.btn-border {
    border: 1px solid #222;
    background: white;
    color: #222 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 4px;
    line-height: normal;
}

.mr-10 {
    margin-right: 10px;
}

.shadow {
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 56px rgba(51, 51, 51, 0.16) !important;
}
/*Home page*/
.input-custom {
    height: 45px;
}

.border-radius {
    border-radius: 10px 10px 0 0
}

.company-sub {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0 0 0;
}

.wlcm-garage {
    font-size: 23px;
    font-weight: 400;
    padding: 0 0 0 0;
    background: linear-gradient(91deg, #139969 -3.36%, #0098AD 48.91%, #054E5E 103.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrkstar {
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid #0A696E;
}

.tab-custom ul {
    background: #F1F0F0;
    padding: 10px;
    justify-content: center;
}

    .tab-custom ul li span.k-link {
        color: #757575;
        font-size: 16px;
        font-weight: 400;
    }

    .tab-custom ul li.k-active span.k-link {
        color: #2C323F;
    }

    .tab-custom ul li.k-active {
        border-radius: 8px !important;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
    }

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: none;
}



/*.today-filer {
    padding: 1rem 1rem;
}*/

.today-bokng {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
  /*  text-transform: uppercase;*/
   /* color: #A1A5B7;*/
}

.filter {
    align-items: center;
    font-size: 17px;
    color: #2C323F;
}

    .filter i {
        margin-left: 6px;
    }

.tab-custom .k-content {
    padding: 0px !important;
    border: 0px !important;
}

.bg-light-green {
    background: #F1F5F8;
}

.car-heading {
    /* color: #6B6E7B;*/
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    color: #087277;
}


ul.car-plate-list {
    background: inherit;
    padding: 0px;
    margin: 0px;
}

    ul.car-plate-list li i {
        font-size: 19px !important;
        display: flex;
        align-items: center;
        line-height: 24px;
        display: flex;
        align-items: center;
        margin-right: 7px;
    }

    ul.car-plate-list li {
        color: #2C323F !important;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        ul.car-plate-list li.car-plate-number {
            color: #008A8D !important;
            font-weight: 500;
        }

.view-btn, .view-btn:hover, .view-btn:focus {
    background: #087277;
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.today-filer {
    /*background: #f7f7f7;*/
    margin: 0 0 5px 0;
    /* border-top: 1px solid #ddd;*/
    padding: 7px 8px 7px 0;
}

.open-job-filter .k-menu-group .k-item > .k-link:active,
.open-job-filter .k-menu-group .k-item > .k-link.k-active,
.open-job-filter.k-menu-group .k-item > .k-link.k-selected,
.open-job-filter .k-menu.k-context-menu .k-item > .k-link:active,
.open-job-filter .k-menu.k-context-menu .k-item > .k-link.k-active,
.open-job-filter .k-menu.k-context-menu .k-item > .k-link.k-selected {
    color: white;
    background-color: #087277;
}
/*******
Booking details page***
 */

.booking-card {
    background: var(--primary-color);
    border-radius: 15px;
}

.booking-card label, .booking-card p {
    color: #fff;
    font-weight: 500;
    word-wrap: break-word;
}

.booking-card p span {
    color: #FFD175;
}

.booking-card p {
    font-weight: 500;
}

.booking-top {
    padding: 10px 0;
}

.booking-detail-top {
    padding: 20px;
    border-bottom: 2px solid #0D8083;
}

.booking-botm-card {
    padding: 20px;
}

.open-close {
    padding: 20px;
    padding-top: 0px !important;
    font-size: 17px;
}

.section-first {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 56px rgba(51, 51, 51, 0.16);
    margin-bottom: 30px;
}

.drop-pickup {
    padding: 20px 20px 0px 20px;
}

.drop-pickup label {
    font-weight: 600;
}

.field {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 56px rgba(51, 51, 51, 0.16);
    padding: 15px 12px;
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
}

span.arrow-icon {
    background: #ddd;
    font-size: 22px;
    padding: 0px 5px;
    display: inline-block;
    width: fit-content;
}

section.top-header {
    padding: 10px 0 0 0;
}

span.arrow-back {
    font-size: 24px;
    line-height: 1;
    display: flex;
}

.arrow-back i.bx.bx-chevron-left {
    font-weight: 900;
    color: #087277;
    font-size: 30px;
}


/*Vehicle content board*/
input[type='checkbox'].disable-checkbox, .disable-checkbox {
    border: 1px solid #ddd !important;
    background: #ddd;
}

.capture-heading {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85) !important;
}

.capture-heading span {
    color: #9D9D9D;
}



input.input-file-custom {
    position: absolute;
    top: 0px;
    height: 88%;
    width: 100%;
    opacity: 0;
    left: 0px;
}

.upload-image {
    border: 1px dashed #ddd;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #ddd;
    width: 100%;
}

.full-height {
    height: 100vh;
}
/*.ant-image.height-100 {
    height: auto !important;
}*/
.capture-image-inner {
    margin-bottom: 20px;
    position: relative;
}

.capture-image-inner h5 {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.bg-primary-color {
    background: #087277;
}

span.delete-icon {
    position: absolute;
    right: 14px;
    background: #fff;
    bottom: 10px;
    padding: 1px 2px;
    font-size: 18px;
    height: 25px;
    border-radius: 3px;
    color: red;
}

/*.ant-image {
    position: relative;
    display: flex;
    height: 100%;
    overflow: hidden;
}

.ant-image-img {
    width: auto !important;
    height: 100% !important;
    vertical-align: middle;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ant-image-preview-img-wrapper {
    width: 500px;
    height: 350px;
    margin: auto;
    background: #fff;
    padding: 20px;
}*/
/*order extention*/
.k-selected.k-list-optionlabel:hover,
.k-selected.k-list-optionlabel,
.k-list-md ul li.k-selected,
.k-list-md ul li:hover, 
.k-list-md ul li.k-selected:hover {
    background: #F2F5FB !important;
    color: #454545 !important;
    box-shadow: none;
   
}

.disabled span.k-input-spinner.k-spin-button {
    display: none;
}

.disabled span, .disabled input:disabled {
    background: #f2f2f2 !important;
    opacity: 1;
}

.no-record-found img {
    width: 40%;
    margin-bottom: 5px;
}

.no-record-found .plus-icon i {
    /*color: #ddd;
    border: 1px dotted #ddd;
    padding: 30px;*/
    color: #8a8a8a;
    border: 2px dashed #cfcfcf;
    padding: 50px 100px;
    margin-bottom: 10px;
}

.plus-icon i {
    font-size: 35px;
    color: #087277;
}

.custom-table thead {
    background: #CFE6E7;
}

.custom-table thead tr th {
    white-space: nowrap;
    font-size: 16px;
    padding: 15px;
    border: 0px;
    vertical-align: middle;
}

.custom-table tbody tr td {
    padding: 15px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

span.edit-table-icon {
    background: #000;
    padding: 6px 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.not-find-srvc {
    text-align: right;
    display: block;
    background: transparent;
    border: 0px;
}
.mw-200 {
    min-width: 200px;
}
.not-find-srvc a,
.not-find-srvc span {
    color: #008A8D !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

span.srch-icon {
    background: inherit;
    border-left: 0px;
    font-size: 21px;
}

span.srch-icon-left {
    background: inherit;
    border-right: 0px;
    border-color: rgba(0, 0, 0, 0.08);
    font-size: 21px;
}


input.srch-input {
    border-right: 0px;
}

    input.srch-input:focus {
        box-shadow: none;
        outline: none;
        border-color: #ced4da;
    }

.k-radio:checked, .k-radio.k-checked {
    border-color: #2e2e2e !important;
    color: white;
    background-color: #585858 !important;
}

.k-radio-md {
    width: 14px !important;
    height: 14px !important;
}

.k-radio {
    border-width: 2px !important;
}

.form-check-input.radio-custom:checked {
    background-color: #757575;
    border-color: #757575;
}

.form-check-input.radio-custom:focus {
    box-shadow: 0 0 0 0.25rem #7575752e;
}

/*.label {*/
    /*font-size: 14px;
    color: #1D1D1B;*/
    /*margin-bottom: 10px !important;
    font-weight: 600 !important;
}*/

.form-control {
    border-color: #d7d7d7 !important;
}

button.btn.update-btn {
    border: 1px solid #008A8D;
    border-radius: 0px;
    padding: 5px 6px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #008A8D;
    justify-content: center;
}

/*Final checklist*/
.choose-img {
    border: 1px dashed #ddd;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

input.choose-file {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    height: 100%;
}

.garage-sheet {
    /*   color: #787878;*/
    margin-bottom: 10px;
}

.view-img {
    display: flex;
    border: 1px solid #ddd;
    height: 60px;
    padding: 3px;
    width: 100%;
    position: relative;
    justify-content: center;
}

span.delete {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    color: red;
}

.signature-box {
    height: 100px;
    border: 1px solid #ddd;
    background: #dddddd3d;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
}

.form-check-input.checkbox-custom:checked {
    background-color: #757575;
    border-color: #757575;
}

.form-check-input.checkbox-custom:focus {
    box-shadow: 0 0 0 0.25rem #7575752e;
}

button.retake-sign {
    border: 1px solid #D4D4D4;
    color: #6B6B6B;
    background: #f5f5f5;
    font-size: 17px;
    font-weight: 500;
}

.k-notification-success {
    border-color: #08727763;
    color: white;
    background-color: #33aeb4;
}
/*Service operation*/
.k-button-solid-base {
   /* display: none;*/
}
/*to hide select all button in grid checkbox*/

.text-yellow {
    color: #FFD175;
}

.service-tab.k-tabstrip-top > .k-tabstrip-items-wrapper ul {
    background: #ffffff;
    padding: 0;
    display: table;
}

.service-tab.k-tabstrip-top > .k-tabstrip-items-wrapper ul li {
    border-radius: 0px !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
    display: table-cell;
    text-align: center;
    border-radius: 0px !important;
    box-shadow: none;
    display: table-cell;
    text-align: center;
    border: 0px;
    margin-bottom: 0px !important;
    border-bottom: 3px solid transparent !important;
    border-bottom-color: transparent !important;
    padding: 10px 0px;
}


.service-tab.k-tabstrip-top > .k-tabstrip-items-wrapper ul li.k-item.k-active {
    border-radius: 0px !important;
    box-shadow: none;
    display: table-cell;
    text-align: center;
    border: 0px;
    margin-bottom: 0px !important;
    border-bottom: 3px solid #000 !important;
    border-bottom-color: #008A8D !important;
    background: #F3F2EF;
    padding: 10px 0px;
    color: #008A8D !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
    display: table-cell;
    text-align: center;
}

.service-tab.k-tabstrip-top > .k-tabstrip-items-wrapper ul li span {
    font-size: 17px;
    color: #008A8D;
    font-weight: 600;
}

.service-tab .k-tabstrip-content {
    padding: 0px !important;
}


.custom-table1 thead {
    background: #CFE6E7;
}

.custom-table1 thead tr th {
    font-size: 16px;
    padding: 15px;
    border: 0px;
    vertical-align: middle;
}

.custom-table1 tbody tr td {
    padding: 15px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.labour-part-price span {
    font-size: 15px;
    color: #747474;
    font-weight: 400;
    margin-right: 10px;
}

.labour-part-price span i {
    color: #008A8D;
}

.total-price {
    background: #adadad21;
    padding: 10px 10px;
}

.total-price label {
    margin-bottom: 20px;
}

.price-labl, .price-labl i {
    /*font-weight: 800;*/
}

.card.inspection-service-price {
    background: #008A8D;
}

.card.inspection-service-price table thead tr th {
    color: #A4D7D8;
    border-bottom: 0px;
    padding: 2px 0 20px 0;
}

.card.inspection-service-price table tbody tr td {
    color: #fff;
    border: 0px;
    padding: 2px 0 20px 0;
}

.card.inspection-service-price table tbody tr td span {
    color: #FFD175;
    font-weight: 700;
}

.card.inspection-service-price table tfoot tr td {
    border-top: 1px solid #ddd;
    border-bottom: 0px;
    color: #A4D7D8;
    padding: 20px 0 0px 0;
}


.info-msg {
    background: #f4f3f3;
    margin: 20px 0 0 0;
    padding: 5px 6px;
    display: flex;
    align-items: self-start;
}

.info-msg i {
    margin: 4px 6px 0 0;
    color: #008A8D;
    font-size: 23px;
}

.additional-label label {
    font-size: 17px;
    font-weight: 500;
}

.link {
    color: #0085FF !important;
}

button.k-signature-maximize {
    display: none;
}

.sign-checkbox {
    margin-top: 5px;
    margin-right: 10px;
}

.k-signature-line {
    display: none;
}

.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: rgba(255, 255, 255, 0.1) !important;
}
.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
    font-size: 14px!important;
}
thead.k-table-thead tr th, .detail-table thead tr th {
    font-weight: bold !important;
    background: #CFE6E7;
}

/*.k-grid .k-table-th:first-child, .k-grid td:first-child, .k-grid .k-table-td:first-child {
    text-align: center;
}
*/

/*Uploaded images with download button*/

.ant-image-gallery {
    border: 1px solid #ccc;
    height: 150px;
    width: auto;
    max-width: 100%;
    position: relative;
    padding: 5px;
    text-align: center;
}
.ant-image {
    height: 100%;
}

.view-eye-icon {
    position: absolute;
    right: 5px;
    bottom: 4px;
    z-index: 1;
    line-height: 16px;
    background: grey;
    border-radius: 2px;
    color: white !important;
    padding: 0px 2px;
    font-size: 17px !important;
}
.extra-buttons button.k-button-solid {
    display: none;
}

.extra-buttons button.k-split-button-arrow {
    display: block;
    border-radius: 4px !important;
    padding: 0px !important;
    border: 0px !important;
}

.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"
}

.open-job-filter {
    width: 150px;
    left: auto !important;
    right: 12px !important;
}

.error-msg {
    position: absolute;
    /*bottom: -18px;*/
    font-size: 0.85rem;
    color: #f00;
    font-style: italic;
    font-weight: 500;
}
.card-btm-fix {
    background: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.save-btn {
    padding: 14px 10px;
}
.k-notification-group {
    width: 40%;
}
.k-notification-group.gms-notification {
    width: 100%;
}
.k-notification-group.demo-notification .k-notification-container,
.k-notification-group.demo-notification > div {
    margin-block: 2px;
    margin-inline: 0;
    display: block !important;
    vertical-align: top;
    width: 100% !important;
    top: 0;
}

.k-notification-success {
    color: #000 !important;
    background-color: #ccf0f2 !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 20px 20px !important;
}

    .k-notification-success .k-svg-icon > svg {
        fill: #087277 !important;
        flex: 1 1 auto;
    }

.k-notification-error {
    color: #000 !important;
    background-color: #fbdfdc !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 20px 20px !important;
}

    .k-notification-error .k-svg-icon > svg {
        fill: #f00 !important;
        flex: 1 1 auto;
    }

/*.delete-pop .k-window-title {
    padding-top: 0px;
    overflow: visible;
    white-space: normal;
    display: block;
}

.delete-pop .k-icon-button {
    position: absolute;
    top: 0px;
}*/
.no-record-found {
    width: 100%;
    margin: auto;
    height: 40vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.file-icon {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 48px;
}
/*Garage Profile*/
.mr-1{
    margin-right:10px !important; 
}
.mb-1 { 
    margin-bottom: 5px !important;
}
.grage-logo-img .ant-image-mask {
    display: none;
}
a.text-blue {
    color: #2b82ff !important;
}

.tag-pickup {
    background: #eaffec;
    border: 1px solid #c4edc8;
    margin: 6px 0 0 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #008a8d;
    font-size: 12px;
    font-weight: 500;
}
.tag-droppoffup {
    background: #fff2ea;
    border: 1px solid #eddac4;
    margin: 6px 0 0 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #ff7300;
    font-size: 12px;
    font-weight: 500;
}

    .tag-droppoffup i {
        color: #ff8600 !important;
    }

    .pr-1 {
        padding-right: 5px;
    }
.profile-field {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

label.profile-labl {
    font-weight: 600;
}

.garage-img-profile li {
    width: 20%;
    margin-right: 5px;
    display: inline-flex;
    border: 1px solid #ddd;
}

    .garage-img-profile li:last-child {
        margin-right: 0px;
    }

    .garage-img-profile li img {
        width: 100%;
    }

.k-upload.k-header.telerik-blazor.attach-select-file {
    border: 0px;
    background: inherit !important;
}
.attach-select-file.k-upload .k-dropzone {
    background: inherit;
    height: auto !important;
    text-align: left !important;
    display: inline-block;
    width: 100%;
}

.k-upload.k-header.telerik-blazor.attach-select-file .k-dropzone .k-upload-button-wrap button {
    border-color: #07c597 !important;
    background: #e9fffa !important;
    color: #07c597 !important;
    border-radius: 4px !important;
}
.k-file-validation-message {
    color: red !important;
}

footer {
    background: #ffffff;
    z-index: 1 !important;
}

footer h5 {
    margin: 0px;
    font-size: 10px;
    width: 100%;
    color: #bcbcbc;
}



input[type='checkbox'] {
    border-width: 2px !important;
    border-color: #1D1D1B !important;
    padding: 2px !important;
    width: 16px;
    height: 16px;
}

input[type='checkbox']:checked {
    border-color: #1d1d1d !important;
    border-width: 2px !important;
    background-color: #1d1d1d !important;
}

button i.bx,
button i.ri-brush-2-line,
a i.bx {
    font-size: 20px;
}

i.bx.bxs-show, i.bx.bxs-plus-square, i.bx.bxs-trash, i.ri-brush-2-line {
    background: #e7e7e7;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
}

i.bx.bxs-pencil, i.bx.bx-download {
    background: #434D5D;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    font-size:15px;
}

.sign-canva .k-signature {
    max-width: 100%;
    border-color: #aeaeae;
    border-radius: 0px;
    min-width: 100%;
}

.sign-canva canvas {
    max-width: 100%;
}

.env {
    background: #08727729;
    padding: 2px 9px;
    color: #087277;
    border: 0;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-left: 10px;
    position: absolute;
    /* right: 50px; */
    right: 9px;
    bottom: 4px;
}

/*Popup delete*/
.k-dialog-wrapper {
    z-index: 99999 !important;
}
/*.k-dialog-wrapper .k-dialog.delete-pop {
    padding: 10px 15px 10px 20px;

}*/

.delete-icon-bg {
    border-radius: 50%;
    background: #f8cfcf;
    border: 7px solid #fbe2e2;
    color: #ea4747;
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center;
}

/*Zoom Image*/
.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;
}

.anticon {
    position: relative !important;
    color: inherit !important;
    display: inline-block !important;
}





.grage-logo-img .ant-image {
    height: auto !important;
}
/*.ant-image-img {
    height: 100% !important;
}*/
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 40%;
    margin: auto;
}

/*.k-grid-md th:first-child, .k-grid-md td:first-child {
    max-width: 100px !important;
    min-width: 100px !important;
}*/

.k-grid-md .k-table-th,
.k-grid-md .k-table-td,
.k-table-md .k-column-title,
.k-column-title,
.k-grid .k-grid-header .k-table-th {
    white-space: unset !important;
    text-overflow: inherit;
    overflow: inherit;
    flex-shrink: unset;
    vertical-align: top !important;
    word-break: break-word;
}

.k-grid-md .k-table-th,
.k-grid .k-grid-header .k-table-th {
    font-size: 12.5px !important;
}



/*garageservicesdetails*/
.listview-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
}


/****POP up****/
.popup-overlay {
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: 999999;
}

.demo-window {
    max-width: 100% !important;
    width: 350px !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2) !important;
}

.k-grid-md .k-table-th,
.k-grid-md .k-table-td,
.k-grid-md th,
.k-grid-md td {
    max-width: 25% !important;
    min-width: 25% !important;
    /* width: 150px !important;*/
}

.accordion-button:not(.collapsed) {
    color: rgba(0,0,0,.85) !important;
}

.accordion-button {
    color: rgba(0,0,0,.85) !important;
    font-weight: 500;
    font-size: 15px;
}

    .accordion-button:focus {
        box-shadow: none;
    }

.bg-grey {
    background: #e7e7e7;
}



.accordion-button::after {
    filter: brightness(0);
}

.upload-new .k-upload-button-wrap .k-button-text {
    display: flex;
    align-items: center;
}

.fw-500 {
    font-weight: 500;
}
.tab-custom ul.k-tabstrip-items,
.car-involving-tabs ul.k-tabstrip-items {
    justify-content: start;
    width: 100%;
    /*overflow-x: scroll;*/
    flex-wrap: nowrap;
}
/****************************
    new tabing
**************************/
.k-tabstrip-items-wrapper .k-item:focus {
    box-shadow: none !important;
}

.new-tabing .k-tabstrip-items-wrapper .k-item {
    border: 4px solid transparent !important;
    color: #222;
}

.new-tabing.k-tabstrip-top .k-tabstrip-items-wrapper .k-item.k-active {
    font-weight: bold;
    color: #222;
    background: transparent;
    border-bottom: 4px solid var(--primary-color) !important;
    border-width: 0 0 4px 0 !important;
}

.art-background {
    background-image: url("https://bronyadev.blob.core.windows.net/static/gms/Shadow-gradient.svg");
    background-position: bottom right;
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-color: #fff;
}

.lock-bg {
    background-image: url(https://bronyaqa.blob.core.windows.net/static/iemployee/bg-lock.png);
    background-position: top 20px right;
    background-repeat: no-repeat;
}
.box-shadow {
    box-shadow: 0px 4px 4px rgba(51, 51, 51, .4), 0px 4px 16px rgba(51, 51, 51, 0.4);
}
.new-pass-conditions {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
}

.passwrd-group {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
/****Scroll bar***/
::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 4px;
    border: 3px solid var(--primary-green);
}
::-webkit-scrollbar {
    width: 4px;
}
/*::-webkit-scrollbar-track {
    background: #ddd;
}*/
/*::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 6px;
    border: 3px solid transparent;
}

.v-scroll-0 .k-grid-content,
.k-grid-content {
    overflow-y: hidden !important;
}

.v-scroll-0 .k-grid-header,
.k-grid-header {
    padding-right: 0px !important;
}*/

.k-upload .k-file-single > .k-file-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    flex-wrap: wrap;
}

.k-upload .k-upload-files .k-file-name {
    width: 100%;
    white-space: inherit !important;
}

.input-file-custom.k-upload .k-upload-files .k-file-name {
    width: 100%;
    white-space: nowrap !important;
}

.inline-radio .k-radio-item {
    display: inline-block !important;
}

.inline-radio .k-radio-list.k-list-horizontal {
    justify-content: end;
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
    outline-width: 0px !important;
}

.btn:disabled {
    opacity: 1 !important;
    background: grey;
    color: #f5f5f5 !important;
    border-color: #808080 !important;
}

.update {
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    width: auto;
    max-width: 100%;
    left: auto;
    right: auto;
}

div.shadow {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2) !important;
}

.update-inner {
    width: 317px;
    margin: 0 0 0 66px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.upload-new .k-upload .k-upload-button {
    background: white;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    width: 100%;
    height: 40px;
    justify-content: flex-start;
}

.upload-new .k-upload-button-wrap .k-button-text:before {
    content: "\ebbb";
    font-family: 'boxicons' !important;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: auto;
    z-index: 999;
    top: 0px;
    margin: 0 10px 0 0;
}

.upload-new .k-upload .k-dropzone {
    padding: 0 !important;
    border-color: #222 !important;
}

.upload-new .k-upload-button-wrap {
    width: 100% !important;
    position: relative;
}

.uploaded-img .garage-img {
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    height: 80px;
}

.uploaded-img .garage-img-profile {
    border: 1px solid #4c4c4c;
    padding: 5px;
    position: relative;
    height: 170px;
    width: 200px;
    max-width: 100% !important;
}

.view-eye-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.download-btn {
    background: #222;
    color: white !important;
    border-radius: 4px;
    padding: 1px 2px;
    height: 25px;
    right: 40px;
}

.delete-icon2 {
    background: #fff;
    padding: 1px 2px;
    height: 25px;
    border-radius: 3px;
    color: red;
    cursor: pointer;
}

.red-border {
    border: 1px solid red;
}

.k-grid-md td.k-hierarchy-cell {
    padding: 7px 0px !important;
}

label.ant-checkbox-wrapper {
    width: 23px !important;
}

.home-icon {
    background: #434d5d;
    color: #fff !important;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-light-blue {
    background: #e3ecfa;
}

.font-12 {
    font-size: 12px!important;
}

.choose-img2 {
    border: 2px dashed #ddd;
    display: block;
    width: 400px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}

.k-button {
    border: 0px;
    background: transparent;
}

.link-color {
    color: #4e90f0;
    text-decoration: underline;
}

.border-heading {
    border-bottom: 3px solid #222;
    padding: 13px 13px 13px 13px;
}

.k-disabled.k-textbox input {
    background: #ced4da !important;
    color: #000 !important;
    opacity: 1 !important;
    border-color: #ced4da !important
}
/*.k-checkbox:disabled, .k-checkbox.k-disabled,
input[type='checkbox']:checked.k-disabled {
    background: white !important;
    opacity: 0.4 !important;
    cursor: not-allowed; 
}*/
.k-checkbox:disabled, .k-checkbox.k-disabled {
    opacity: 0.3 !important;
}

.k-checkbox:checked, .k-checkbox.k-checked, input[type='checkbox']:checked {
    border-color: #454545 !important;
    border-width: 2px !important;
    background-color: #454545 !important;
}

input.k-checkbox, input[type='checkbox'] {
    border-width: 2px !important;
    border-color: var(--i-darkgrey) !important;
    padding: 2px !important;
}

.k-disabled:not(.k-checkbox),
.k-dropdownlist.k-disabled {
    background: #ced4da !important;
}
li.k-radio-item.k-disabled {
    background: transparent !important;
}

.hu-au-list ul.k-radio-list.k-list-horizontal {
    justify-content: start;
    font-size: 12px;
}

.hu-au-list ul {
    display: inline-block !important;
    text-align: left;
}

.hu-au-list ul li {
    display: inline-flex !important;
    text-align: left;
    margin-top: 6px;
    width:100%;
}

.hu-au-list ul li label {
    display: contents ;
}

.hu-au-list ul li label div span.form-control {
    margin-top: 5px !important;
}

.hu-au-list ul li label div label {
    margin: 10px 0 7px 0;
               
}
/*** New tabing from Workforce pro *****/
.car-involving-tabs {
    justify-content: start;
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
    box-shadow: 0 4px 4px rgba(51,51,51,.04), 0 4px 56px rgba(51,51,51,.16);
}

.car-involving-tabs li.k-item {
    /* width: 50%;*/
}

.car-involving-tabs .k-item .k-link {
    width: 100%;
    font-size: 16px;
    background: #e4e4e4;
    color: #222;
}

.car-involving-tabs .k-active .k-link {
    color: #ffffff;
    background-color: #07c597;
    border-color: #07c597 #dee2e6 #fff;
}

.car-involving-tabs .k-content {
    padding: 0 !important;
}
ul.k-radio-list {
    background: transparent;
}
.telerik-blazor.k-grid {
    /*height: calc(100vh - 1.7em);*/
    max-height: 550px;
}
.block-textarea {
    max-height: 75px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px;
    min-height: 50px;
}

/***************** Responsive views ******************************************/
@media only screen and (max-width: 567px) {
    .k-radio-list.k-list-horizontal {
        gap: 5px; 
        padding: 0px;
    }
    /**scoll tabs in mobile**/
    .tab-custom ul,
    .car-involving-tabs ul{
        justify-content: start;
        width: 100%;
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .upload-new .k-upload-button-wrap .k-button-text::before {
        font-size: 22px !important;
        /*  margin-left: -12px !important;*/
        margin-top: 5px;
    }

    .upload-new .k-upload-button-wrap .k-button-text {
         padding-left: 12px;
    }

    .extra-buttons button.k-split-button-arrow {
        padding: 0px !important;
    }

    .k-grid-md .k-table-th,
    .k-grid-md .k-table-td,
    .k-grid-md th,
    .k-grid-md td {
        max-width: 120px !important;
        min-width: 120px !important;
    }
    /* .ant-image-img {
        width: 100% !important;
        height: auto !important;
    }

    .ant-image-preview-img-wrapper {
        width: 100%;
        height: fit-content;
        margin: auto;
        background: rgb(255, 255, 255);
        padding: 20px;
    }*/
    .labour-part-price span {
        display: block;
    }
}

/*.without-checkbox thead.k-table-thead tr th:first-child,
.without-checkbox table.k-grid-table.k-table.k-table-md .k-table-tbody tr.k-table-row td:first-child {
   
    width: 150px;
    max-width: 150px !important;
    min-width: 150px !important;
    text-align: left;
}*/


/*
        ::-webkit-scrollbar {
            -webkit-appearance: none;
        }

        ::-webkit-scrollbar:vertical {
            width: 5px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 5px;
        }

        ::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, .5);
            border-radius: 10px;
            border: 1px solid #ffffff;
        }

        ::-webkit-scrollbar-track {
            border-radius: 0px;
            background-color: #ffffff;
        }*/
@media only screen and (max-width: 1200px) {
    .k-grid .k-grid-header .k-table, .k-grid .k-grid-content .k-table, .k-grid .k-grid-footer .k-table {
        table-layout: fixed !important;
    }

    .k-column-title {
        min-width: 0;
        text-overflow: unset;
        white-space: unset;
        flex-shrink: 1;
        overflow: auto;
    }
}

@media only screen and (max-width: 992px) {
   
    .k-notification-group.demo-notification {
        top: 50px !important;
        z-index: 21 !important;
        right: 0 !important;
        width: 90%;
        bottom: auto!important;
    }
    .telerik-custom-pop {
        max-width: 90% !important;
    }
    .k-grid-md .k-table-th,
    .k-grid-md .k-table-td,
    .k-grid-md th,
    .k-grid-md td {
        max-width: 150px !important;
        min-width: 150px !important;
    }

    /*.inner-sidebar {
        padding: 20px 30px;
        position: fixed;
        height: 100vh;
        background: #ECECEC;
    }*/

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        margin: auto;
    }



    .k-grid .k-grid-header .k-table, .k-grid .k-grid-content .k-table, .k-grid .k-grid-footer .k-table {
        table-layout: fixed !important;
    }

    .k-column-title {
        min-width: 0;
        text-overflow: unset;
        white-space: unset;
        flex-shrink: 1;
        overflow: auto;
    }

    img.logo-img-top {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 100px;
    }
    .welcom-bck {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .telerik-blazor.k-grid {
        /*height: calc(100vh - 1.7em);*/
        max-height: 400px;
    }
  
   

    .k-dialog.delete-pop {
        min-width: auto;
        margin: 0 1px;
    }

    .ant-image {
        padding: 0px;
    }

    span.arrow-icon {
        background: #ddd;
        font-size: 22px;
        padding: 0px 2px;
    }

    .k-grid-md td, .k-grid-md .k-table-td {
        font-size: 12.5px;
    }

    .k-grid .k-grid-header .k-table, .k-grid .k-grid-content .k-table, .k-grid .k-grid-footer .k-table {
        table-layout: auto !important;
    }

    .k-column-title {
        min-width: 0;
        text-overflow: unset;
        white-space: unset;
        flex-shrink: 1;
        overflow: auto;
    }

    /*.sidemenu {
        height: calc(100vh - 100px );
    }


    .cw-480.mobileMenu {
        display: block;
        position: fixed;
        z-index: 9;
        height: 100vh;
    }

    .cw-480 {
        display: none;
    }

    .card.navbar {
        background: transparent !important;
        padding: 0;
    }

    .cw-480.custom-input {
        display: inline-flex !important;
    }

    header .btn.btn-default {
        font-size: 12px;
        letter-spacing: 0.5px;
        padding: 5px 5px;
    }

    header .navbar .nav-item {
        padding-left: 15px;
    }*/

    .container-fluid {
        /*padding-right: var(--bs-gutter-x, 0.75rem) !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important;*/
        padding: 0 20px;

    }

    .desktop-btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        margin: 0 auto !important;
        background: #fff;
        padding: 10px;
        box-shadow: 1px 0 9px #ddd;
    }

    .desktop-btn .primary-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .w-560 {
        width: 560px;
    }
   /* ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 5px;
    }*/
    body {
      /*  background: #fafaf9 !important;*/
        width: 100% !important;
        margin: auto;
        height: 100vh;
        z-index: 9999999;
        display: table;
        box-shadow: 0px 4px 4px rgba(1, 1, 1, 4%), 0px 0px 5px rgba(51, 51, 51, 16%);
    }
    .full-page-sheet {
        width: 100%;
    }
    .telerik-custom-pop {
        max-width: 100% !important;
    }
    .upload-image-outer {
        width: 100%;
       /* height: 200px;*/
    }

    /*.menu-hamburger i.bx.bx-menu {
        font-size: 30px;
    }

    .sidebar {
        padding-top: 42px;
    }*/

    .primary-btn {
        padding: 15px 30px;
        font-size: 14px;
        border-radius: 4px;
    }

    .wlcm-garage {
        font-size: 20px;
    }

    .welcome-top p {
        font-size: 16px;
    }

    .wrkstar {
        font-size: 15px;
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        /* width: 70%;*/
        margin: auto;
    }

    .content-scroll {
        height: 470px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .content-scroll::-webkit-scrollbar {
        width: 4px;
    }

    .content-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .content-scroll::-webkit-scrollbar-thumb {
        background-color: #e4e4e4;
        border-radius: 6px;
        border: 3px solid transparent;
    }

    /*.k-notification-group {
        width: 35% !important;
        bottom: 60px;
        display: block !important;
        height: auto !important;*/
     /*   z-index: 1 !important;*/
    /*}*/

    .overflow-vissible-modal {
        overflow: visible !important;
    }

    .overflow-vissible-modal img:focus {
        -webkit-transform: scale(2);
        transform: scale(2);
        cursor: zoom-out;
    }

    .desktop-btn .primary-btn {
        width: auto;
    }
}
.k-notification-group {
    z-index: 0;
}
@media only screen and (min-width: 992px) {
    body {
        /*background: #fafaf9 !important;*/
        width: 40% !important;
        margin: auto;
        height: 100vh;
        z-index: 9999999;
        box-shadow: 0px 4px 4px rgba(1, 1, 1, .4);
    }
    .k-dialog.delete-pop {
        min-width: initial !important;
        max-width: 40% !important;
    }
    .telerik-custom-pop {
        max-width: 40% !important;
    }
    .k-notification-group.demo-notification {
        bottom: auto !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 26 !important;
        margin: 0 auto;
        transform: translateX(0) !important;
    }

    .tab-custom ul {
        justify-content: start;
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        width: 40%;
        margin: auto;
    }
    /* .fixed-bottom.bg-primary-color.desktop-btn {
        position: relative;
        width: 240px;
        text-align: center;
        margin: 18px 0 0 auto;
    }*/

}


/*
.outer-upload .input-file-custom {
    background: white;
    border: 0px solid #fff;

}

.outer-upload .k-upload .k-dropzone {
    padding: 0;

}*/

/*.outer-upload .k-upload .k-upload-button {
    background: white;
    border: 1px dashed #087277;
    height: 70px;
    width: 100px;
}
.outer-upload .k-button-text {
    font-size: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 62px;
}
.outer-upload .k-button-text:after {
    content: "+";
    font-size: 35px;
    color: #087277;
    position: absolute;
    width: 100%;
    height: 100%;

}*/


@media only screen and (max-width: 576px) {
    .welcom-bck {
        font-size: 22px;
    }
    .login-form {
        border-bottom: 0;
        border-radius: 0px;
        box-shadow: none;
        padding: 20px 0;
    }

   /* .logo-sidebar {
        top: 13px;
        left: 37px;
        width: 100px;
    }


    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a,
    .top-row .btn-link {
        margin-left: 5px;
        font-size: 13px;
    }

    .top-row .btn-default {
        padding: 3px 5px;
    }

        .top-row .btn-default span {
            display: none;
        }

    .top-row .bx {
        left: auto;
    }

    .sidebar {
        background: transparent;
    }

    header .navbar ul {
        display: block !important;
        margin: 0px 0px !important;
        border-top: 1px solid #ddd !important;
        padding-top: 0px !important;
    }

    header .navbar li a:not(.btn),
    header .navbar li a:not(.btn):focus {
        font-size: 15px;
        padding: 7px 3px !important;
        display: block;
    }

    header .btn.btn-default {
        letter-spacing: normal;
        padding: 5px 3px;
    }

    #header .logo img {
        max-height: 30px;
    }
*/
    .inline-radio .k-radio-list.k-list-horizontal {
        gap: 3px;
    }

    .file-icon {
        font-size: 42px;
    }

    .view-eye-icon i {
        font-size: 14px !important;
    }

    .delete-icon2, .download-btn {
        height: 21px;
    }

    .download-btn {
        right: 30px;
    }

    .login-cap {
        width: 100%;
    }
}

@media only screen and (min-width:575px) {

    .w-sm-100 {
        width: 100%;
    }

    .login-cap {
        margin-right: -20px;
        position: relative;
    }
}

@media (min-width: 320px) {
    .page {
        flex-direction: row;
    }

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /*.top-row, article {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }*/
    /*vaibhavA*/
    .dropdown-btn {
        bottom: -12px;
    }
    .form-check-input:checked {
        background-color: #0d6efd; /* Bootstrap primary color */
        border-color: #0d6efd;
    }
    .no-now-button .k-now,
    .no-now-button .k-button.k-now,
    .no-now-button .k-header .k-now,
    .no-now-button .k-footer,
    .no-now-button .k-time-now,
    .no-now-button .k-time-header {
        display: none !important;
    }
}
