﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body {
    font-family: "Open Sans", sans-serif;
    color: var(--text-color) !important;
    font-size: 12px;   
    background: white;
}
p {
    font-size: 12px;
    color: var(--text-color);
}
hr {
    margin: 10px 0;
}
hr:not([size]) {
    height: 0.5px;
}
body {
    position: relative;
    background: #F2F5FB;
}
a {
    text-decoration: none;
}
/*color Library*/
:root {
    --text-color: #0E1010;
    --text-light-color: #74817C;
    --primary-color: var(--primary-green);
    --primary-hover-color: var(--primary-green-hover);
    --input-border: #D4D4D4;
    --red-color: #E82127;
    --primary-green: #03A57F;
    --primary-green-hover: #04A07B;
    --blue: #0E74D9;
    --bg-light-grey: #F6F7F7;
}
::placeholder {
    opacity: 50%!important;

}
h1, h2, h3, h4, h5 {
    color: var(--text-color);
}
.font-9 {
    font-size: 9px;
}
.font-10 {
    font-size: 10px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 16px;
}
.text-light-grey {
    color: var(--text-light-color);
}
.text-dark {
    color: var(--text-color)!important;
}
.text-green {
    color: var(--primary-green);
}
.text-red {
    color: var(--red-color);
   /*color: #C50C0C;*/
}
.text-blue {
    color: var(--blue);
}
.text-disabled {
    opacity: .6;
    pointer-events: none;
}
button.bg-transparent.border-0:disabled {
    color: var(--text-light-color);
}
.border-radius-0 {
    border-radius: 0 !important;
}
.border-radius-50 {
    border-radius: 50px;
}
.heading-2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.fw-600 {
    font-weight: 600;
}
.btn {
    font-size: 14px;
    padding: 7px 10px;
    font-weight: 600;
    border-radius: 4px;
}
.btn-default {
    background: var(--text-color);
    color: white;
}
.btn-green {
    background: var(--primary-green);
    color: white;
}
.btn-green:hover {
    background: #06A17D;
    color: white;
}
.btn-border {
    border: 1px solid #AEAEAE;
    color: var(--text-color);
}
.btn-red-border {
    border: 1px solid #dc3545;
    color: #dc3545;
}
.btn-small {
    font-size: 12px;
    padding: 5px 12px;
    font-weight: normal;
}

.logout-btn {
    background: var(--text-color);
    color: white;
    /*  text-transform: uppercase;*/
    border-radius: 4px;
    padding: 3px 5px;
    line-height: normal;
}
.logout-btn:hover {
    background: #222;
    color: white;
}
.logout-btn span {
    font-size: 9px;
    text-transform: uppercase;
}
.light-green-bg {
    background: #EBF7F4;
}
.light-bg {
    background: var(--bg-light-grey);
}

.alert-warning {
    background: #FBE6E6;
    border: 0px solid;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
    padding: 7px;
}
.k-dropdownlist.form-control {
    background: transparent;
}
#tour-section {
    display: none;
}
.search-bar-icons .btn {
    padding: 6px 8px;
}
.search-bar-icons .btn i.bx {
    font-size: 20px !important;
}
.tour-inspection-edit {
    color: inherit;
}
.btn-tour {
    /*border-radius: 50px;*/
    /* height: 23px;*/
    border: none;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tour-btn-finish {
    background: var(--primary-color);
    color: #fff;
    padding: 6px 15px;
}

.tour-btn-skip:hover {
    background: transparent !important;
    color: var(--primary-color) !important;
}
.shepherd-text {
    font-size: 12px !important;
    color: var(--text-color) !important;
}
.garage-logo {
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.garage-logo img {
    border-radius: 50%;
    width: 100%;
    height: 42px;
    object-fit: contain;
}
.form-label,
label {
    font-weight: 600;
    color: var(--text-color);
    font-size: 12px;
}
.page-title-block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color);
}
button i.bx {
    font-size: 28px;
}
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
}
.card-header {
    background: white;
    padding: .9rem 1rem;
    border-radius: 8px 8px 0 0 !important;
}
.card-header p {
    margin: 0;
    align-items: center;
}
.small-text {
    font-size: 10px;
    color: var(--text-light-color);
    font-weight: 600;
    margin-bottom: 4px;
}
.ovrflowx-hidden {
    overflow-x: hidden !important;
}
/*a {
    color: inherit !important;
}*/
.k-listview {
    background: transparent;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-left {
    border-left: 1px solid #ddd;
}
.form-control {
    min-height: 35px;
}
.form-placeholder-text {
    position: absolute;
    top: 10px;
    right: 15px;
}

input.k-checkbox, input[type='checkbox'] {
    border-color: #74817C !important;
}
.k-checkbox:checked, 
.k-checkbox.k-checked, 
input[type='checkbox']:checked {
    border-color: #454545 !important;
    border-width: 2px !important;
    background-color: #454545 !important;
}
/******Login***********/
.bg-blue-screen {
    background: #F2F5FB;
}
.welcome-btm-text {
    font-size: 12px;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 20px;
}
.ronya-cap {
    /* margin-right: -27px;*/
    position: absolute;
    top: -20px;
    width: 170px;
    right: 0;
}
.ronya-car {
    margin-left: -40px;
    width: 210px;
}
.login-top {
    padding-top: 0px !important;
}
/***********Menu***********/
.sidebar {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
/*   / background-color: #0000009e;*/
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 11111;
}
.inner-sidebar {
    /*   padding: 20px 30px;*/
    font-size: 14px;
    height: 100vh;
   /* background: #0000006e;*/
}
.inner-sidebar a {
    color: inherit;
}
.menu-green {
    background: var(--primary-green);
    border-radius: 4px;
    padding: 10px 15px;
}
.menu-green > img {
    filter: brightness(0) invert(1);
    display: block;
    margin-bottom: 9px;
}
span.setting {
    font-size: 33px;
    padding-right: 10px;
    font-weight: 100;
    cursor: pointer;
}
.menu-list {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 0px;
}
.menu-list li a {
    padding: 12px 0;
    color: var(--text-color) !important;
    display: inline-flex;
    align-items: center;
}
.menu-list .nav-item a {
    padding-left: 1.5rem;
    border-radius: 0 50px 50px 0;
    transition: 0.3s linear;
    width: 100%;
}
.menu-list .nav-item a:hover, 
.menu-list .nav-item a.active {
    background: #EBF7F4;
    font-weight: 500;
}
/*.menu-list .nav-item a:hover a,
.menu-list .nav-item .active a {
    font-weight: 600;
}*/
.inner-sidebar .bx {
    padding-right: 5px;
}
#page-cover {
   width: inherit; 
   height: inherit; 
   position: fixed; 
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 1; pointer-events: none; 
   display: none;
   transition: .3s ease-in;
}
/****Super admin**/
.tab-button .tab-butn {
    border-radius: 0px;
    color: var(--text-light-color);
}
.tab-button .tab-butn:focus {
    box-shadow: none;
}
.tab-button .active {
    border-bottom: 2px solid var(--primary-green);
    color: var(--text-color);
}
.filter-btn .btn {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 50px;
}
.filter-btn .btn-filter-default {
    color: var(--text-light-color);
    border: 1px solid var(--text-light-color);
    background: white;
}
.filter-btn button.btn.btn-active {
    border: 1px solid var(--primary-green);
    background: #E2FAEA;
    color: var(--primary-green);
}
/*****************Image upload**********/
.upload-image-outer {
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.ant-image-img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: contain;
}
.ant-image {
    height: 100% !important;
    display: flex;
    align-items: center;
    padding: 0px;
}
/**************************
    Header
****************************/
section.menu-top {
    background: #fff;
    border-bottom: 2px solid #F2F5FB;
    padding: 8px 0 !important;
}
/**************
    Booking detail/ Dashboard
    *****************/
.booking-status-draft {
    background: #D9D5D2;
    padding: 1px 10px;
    width: auto;
    /* display: block;*/
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 10px;
}
.booking-status-inprogress {
    background: #E2F0FA;
    color: #3C86E5;
    padding: 2px 7px;
    width: auto;
    /* display: block;*/
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px;
}
.booking-status-recieved {
    background: #FAECE2;
    color: #DE7C04;
    padding: 2px 7px;
    width: auto;
    /* display: block;*/
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px;
}
.booking-status-deli {
    background: #E6FAE2;
    color: #22B08F;
    border-radius: 20px;
    padding: 2px 7px;
    line-height: normal;
    font-weight: 600;
    font-size: 10px;
}
/*.booking-status-deli {
    background: #E6FAE2;
    color: #22B08F;
    padding: 2px 7px;
    width: auto;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}*/
.booking-status-rejected {
    background: #FAE2E2;
    color: #FF5E5E;
    padding: 1px 10px;
    width: auto;
    /* display: block;*/
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px;
}
.booking-num {
    font-size: 12px;
    color: var(--primary-green);
    margin: 0 0 0 8px;
    font-weight: bold;
}
.license-plate-link {
    color: var(--primary-green);
}
.booking-detail-card .card-header {
    padding: .5rem 1rem;
}
.booking-detail-card .accordion-item {
    border: 0px;
}
.booking-detail-card .accordion-button {
    box-shadow: none;
    /* width: auto;
    border: 1px solid var(--primary-green);
    border-radius: 50px;*/
    padding: 0px;
    background-color: #E0FFF2;
}
.booking-detail-card .accordion-button::after {
    background-size: 1.15rem;
    background-position: center;
    filter: hue-rotate(360deg) !important;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #E0FFF2;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin: auto;
}
.service-link {
    color: var(--blue);
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.service-link.no-link {
    color: var(--text-color);
}
.service-item {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-item .service-item:last-child {
    border-bottom: 0px;
}
.container-fluid {
   padding: 0 20px;
}
/****Complete link****/
.complete-link {
    background: #F6F7F7;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-green);
    text-align: center;
    padding: 11px;
    margin-bottom: 10px;
}
.complete-link a {
    display: inline-flex; 
    align-items: center;
    justify-items: center;
    color: inherit;
}
.complete-link a i.bx {
    margin-right: 5px;
}

/*******Inspection***********/
.parts {
    border: 1px solid #DFDDDD;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
}
/*.part span {
    color: var(--text-light-color);
    font-size: 10px;
}*/
.parts p {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0;
    margin-top: 1px;
}
.parts .total-p {
    font-size: 14px;
}
.additional {
    background: #f9f9f9;
    border-width: 1px 0;
    border-color: #efecec;
    border-style: solid;
}

/*****Common Upload Functionaltiy**/
.upload-image-outer {
    border-radius: 4px;
}

.upload-image {
    border: 0px solid;
}
.input-file-custom.k-upload .k-upload-files .k-file-name {
    width: 100%;
    white-space: nowrap !important;
    height: auto;
}
.input-file-custom {
    border: 0;
  /*  z-index: -1;*/
}
.upload-doc {
    border: 1px dashed #8e8e8e;
    border-radius: 2px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.upload-doc .k-upload-button-wrap .k-button-text {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.upload-doc .k-upload-files {
    border: 0;
}
.upload-icon {
    border-radius: 50px;
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
    padding: 3px 5px;
    line-height: normal;
    max-height: fit-content;
}
.upload-icon .bx {
    font-size: 14px;
}
.upload-icon .k-file-icon-wrapper {
    display: none!important;
}
.upload-icon .k-upload .k-file-single > .k-file-info {
    text-align: left!important;
}
.upload-doc .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-doc .k-upload .k-upload-button:focus {
    box-shadow: none;
}
.input-file-custom.k-upload .k-upload-files .k-file-name {
    text-align: left;
}
.upload-doc .k-upload-button-wrap .k-button-text:before {
    content: "";
   /* background: url("https://bronyadev.blob.core.windows.net/static/gms/gms-new/Image.svg");*/
    width: 22px;
    height: 23px;
    /* font-size: 28px;
    font-family: 'boxicons' !important;*/
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 999;
    top: 0px;
    margin: 0 10px 0 0;
}

/***before click upload***/
.upload-doc .k-upload-empty.k-upload-async.telerik-blazor .k-upload-button-wrap .k-button-text:before {
    background: url("https://bronyadev.blob.core.windows.net/static/gms/gms-new/Image.svg");
}
/***after click upload***/
.upload-doc .k-upload-async.telerik-blazor.k-upload-button-wrap .k-button-text:before {
    background: none;
}
.upload-doc .k-upload .k-dropzone {
    padding: 0 !important;
    border-color: #222 !important;
}

.upload-doc .k-upload-button-wrap {
    width: 100% !important;
    position: relative;
}
.k-button-solid-base {
    display: block;
}
.btn-position {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}
.customer-comments {
    padding: 10px 15px;
}
/******HUAU******/
.hu-au-list ul li label {
    display: block;
    width: 100%;
}

.hu-au-list ul li label div label {
    margin: 7px 0 7px 0;
}
.desktop-btn {
    margin: 0 0 20px 0;
}
.popup-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;
    width: 40%;
}
.form-control .k-input-spinner {
    display: none;
}

/***********Custom Stepper****************/
.custom-stepper {
    margin: 10px 0 20px;
    /*   height: 8px;*/
}
ul.k-radio-list {
    gap: 3rem !important;
}
.custom-stepper li.k-step.k-step-first.k-step-current.k-step-focus {
    background: var(--primary-green);
}
.custom-stepper .k-step-list {
    background: white;
    border: 1px solid #ddd;
    border-radius: 50px;
    height: 9px;
}
.custom-stepper .k-step-list li:first-child {
    border-radius: 50px;
}
.custom-stepper .k-step-list li:last-child {
    border-radius: 0 50px 50px 0;
}
.custom-stepper li.k-step-current,
.custom-stepper .k-step-done {
    background: var(--primary-green);
}
.custom-stepper .k-step-list li.k-step-done:first-child {
    border-radius: 50px 0 0 50px;
}
.custom-stepper .k-progressbar,
.custom-stepper .k-step-link {
    display: none !important;
}
.k-switch-on .k-switch-track {
    border-color: var(--primary-green) !important;
    background-color: var(--primary-green) !important;
}

.k-switch-md .k-switch-track {
    height: 24px !important;
}

.k-switch-md .k-switch-thumb {
    height: 24px !important;
}

/*****Chat Launcher *****/
/*#launcher {
    width: 40px !important;
    height: 40px !important;
   
}
.sc-1w3tvxe-0.cfuUOe {
    width: 40px !important;
    height: 40px !important;
    background-color: #03a57f !important;
}*/

/************************
 Delete confirm box UI   
 *************************/

/****Delete Telerik POP UP ****/
.k-dialog.delete-pop {
    padding: 15px 0px 15px 0px;
    min-width: 500px;
    max-width: 100%;
    border-radius: 4px;
}

.k-dialog.delete-pop .k-dialog-buttongroup {
    border-width: 0 0 0 0 !important;
    padding-top: 15px;
}

.k-dialog.delete-pop .k-header {
    border: 0px solid !important;
    padding: 0px 0px !important;
}

.k-dialog.delete-pop .k-button-solid-base {
    background: #fff !important;
    color: var(--dark-grey) !important;
    border: 1px solid var(--dark-grey) !important;
    border-radius: 4px !important;
}

.k-dialog.delete-pop .k-button-solid-primary {
    background: #ea4747 !important;
    border-radius: 4px !important;
    color: white !important;
    border: 1px solid #ea4747 !important;
}
.delete-pop .k-button.k-button-solid {
    font-size: 12px;
    padding: 6px 25px;
}
.k-dialog.delete-pop .k-dialog-content {
    margin: 0 0px !important;
  /*  padding: 6px 0;*/
    font-size: 12px;
}

.delete-pop .k-dialog-titlebar {
    background: white;
    color: var(--dark-grey);
   /* padding-left: 0;*/
    white-space: normal !important;
}
.delete-pop .k-dialog-titlebar label {
    font-size: 14px;
}
.delete-pop .k-dialog-actions {
    border-top: 0px;
}
/*******Profile page************/

.profile-detail .field .card-body {
    background: #F9F9F9;
    border: 1px solid #DFDDDD;
    border-radius: 4px;
    padding: 5px 10px;
}
.profile-detail .field span {
    font-size: 10px;
    font-weight: 600;
}
/*.custom-stepper .k-stepper .k-step-indicator::before,
.custom-stepper .k-stepper .k-step-indicator,
.custom-stepper .span.k-step-indicator-text {
    display: none !important;
}*/
/*.custom-stepper {
    background: #fff;
    height: auto;
    border-radius: 50px;
    border: 1px solid #ddd;
    height: 8px;
    margin: 10px 0;
}
.custom-stepper li.k-step-current.k-step-focus {
    background: var(--primary-green);
}
    .custom-stepper .k-stepper .k-step-indicator
.custom-stepper .span.k-step-indicator-text {
    display: none;
}*/
/*********************************
    Bottom sheet
*/
/* Overlay to dim background */
.bottom-sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 80vh;
    background-color: white;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 20;
    padding: 16px;
    overflow-y: auto;
}

.bottom-sheet.show {
    transform: translateX(-50%) translateY(0);
}
.bottom-sheet .card-header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px 10px 11px;
    z-index: 1000!important;
}
.bottom-sheet .icon-delete {
    margin-right: 10px;
}

/******Full page pop up**********/
.full-page-sheet {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-color: white;
    border-radius: 0px 0px 0 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 20;
    padding: 10px 10px 100px 10px;
    overflow-y: auto;   
}

.full-page-sheet.show {
    transform: translateX(-50%) translateY(0);
}

.full-page-sheet .card-header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-bottom {
    position: sticky;
    bottom: 0;
    background: white;
}
/***********LOGIN TABS***************/
.login-tab .k-tabstrip-items-wrapper {
    border-bottom: 0px;
}

.login-tab ul.k-tabstrip-items {
    /*  padding-bottom: 10px !important;*/
    padding-left: 0 !important;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    background: #E9ECEB;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

    .login-tab ul.k-tabstrip-items li {
        background: transparent !important;
        color: #222;
    }

.login-tab ul li {
    width: 50%;
    margin-bottom: 0px !important;
    border: 0px !important;
    font-size: 14px;
}

    .login-tab ul li.k-active {
        border-bottom: 0px !important;
    }

        .login-tab ul li.k-active span.k-link {
            z-index: 1;
            transition: 0.8s ease-in-out all;
            background: #fff;
            color: #222;
            font-weight: 700;
            border: 1px solid #ddd;
        }

.login-tab .k-tabstrip-content,
.login-tab .k-tabstrip > .k-content {
  /*  border-color: #ffffff !important;*/
    border-color: transparent !important;
    background: transparent;
    padding-inline: 5px !important;
}

.login-tab .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.login-tab .input-group-addon {
    padding: 6px 19px 6px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--primary-green);
    text-align: center;
    /* background-color: #eee;*/
    border: 1px solid #ccc;
    border-right: 0px;
    border-radius: 4px 0 0 4px !important;
}

    .login-tab .input-group-addon i {
        font-size: 16px;
    }

.login-tab ul li span.k-link {
    padding: 8px 15px !important;
    border-radius: 50px;
    color: #74817C;
    font-weight: 500;
    margin: 0 5px;
    justify-content: center;
}

/*.input-group > .form-control:focus {
    z-index: 1;
}*/

.login-tab label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
/********* Site Tour **********/
.btn-express-service-accordian {
    width: 1.5rem;
}

.float-container {
    position: fixed;
    display: flex;
    pointer-events: none;
    flex-direction: row;
}

.float-container * {
    pointer-events: all;
}

.float-bottom {
    bottom: 0;
}

.float-container-reverse {
    flex-direction: row-reverse;
}

.k-notification > .k-notification-content {
    font-weight: 600;
    font-size: 12px;
}
.k-notification-success .k-notification-content {
    color: #087277;
}
.k-notification-error .k-notification-content {
    color: red;
}
.max-100 {
    max-width: 100% !important;
}
/********Bottom sheet responsive*********/

@media screen and (min-width: 1024px) {
    .full-page-sheet {
        max-width: 40%;
    }
    .float-container {
        width: 40%;
        max-width: 40%;
    }
    .bottom-sheet {
        max-width: 40%;
    }
}

@media (min-width: 2560px) {
    .full-page-sheet {
        max-width: 60%;
    }
    .float-container {
        width: 60%;
        max-width: 60%;
    }
    .bottom-sheet {
        max-width: 60%;
    }
}


/********Responsive media  query*********/

@media only screen and (max-width: 768px) {
    .k-dialog.delete-pop {
        min-width: auto;
        margin: 0 1px;
    }
    .upload-image-outer {
        height: 85px;
    }
}
@media only screen and (max-width: 990px) {
    .popup-btn {
        width: 100%;
    }
   
}