/*! CSS Used fontfaces included */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    --orange-ED672C-: #ED672C;
    --dark-0A4369-: #0A4369;
    --red-C32034-: #C32034;
    --yellow-FECC10-: #FECC10;
    --gray-F2F2F2-: #F2F2F2; /*background */
    --gray-666666-: #666666; /*text color*/
    --white-ffffff-: #ffffff;
    --gray-CCD9E1-: #CCD9E1;
    --gray-e5ebf0-: #e5ebf0; /*card color*/
    --theme-main-color: #ff7c00;
    --theme-page-bg-color: #F7F8FC;
    --sidebar-font-size: 10px;
    --text-value-font-size: 12px;
}


/*keep in sync with InitializeClientInfo */
@media screen and (min-width:320px) and (max-width:500px) {
    :root {
        --css-IsMobileView: true;
    }
}

/*keep in sync with InitializeClientInfo */
@media screen and (min-width:501px) and (max-width:1100px) {
    :root {
        --css-IsIpad: true;
    }
}

html, body {
    font-family: 'Montserrat' !important;
    font-style: normal;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box !important;
    height: 100% !important;
    width: auto !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    background-color: #e4e4ef !important;
    /* user-select:none;*/
}

#app {
    /*margin-top: 70px;*/
    min-height: 91%;
    height: 100%;
    scroll-behavior: smooth;
    /*	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/*NavMenu*/
.headerMainMenu {
    height: 50px;
    float: left;
    margin: 10px 0 10px 20px !important;
    background-color: transparent !important;
}

.rz-navigation-item-icon-children {
    display: none !important;
}
/*NavMenu*/

.select-color {
    color: var(--rz-input-value-color) !important;
}

.theme-header {
    color: #252733 !important;
    background-color: var(--theme-page-bg-color) !important;
    padding: 1.5rem;
    box-shadow: none !important;
}

.theme-body {
    color: #252733 !important;
    background-color: var(--theme-page-bg-color) !important;
}

.theme-icon-button {
    cursor: pointer;
    color: var(--theme-main-color) !important;
    border: 2px solid var(--theme-main-color) !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 30px !important;
    height: 30px !important;
}

    .theme-icon-button:hover {
        color: white !important;
        background: var(--theme-main-color) !important;
    }

    .theme-icon-button.active {
        color: white !important;
        background: var(--theme-main-color) !important;
    }

    .theme-icon-button.inactive {
        color: var(--theme-main-color) !important;
        background: white !important;
    }

@media (max-width: 640px) {
    #chat-application {
        left: 40% !important;
        bottom: -15px !important;
    }

    .MuiSvgIcon-root {
        width: 0.5em !important;
        height: 0.5em !important;
    }

    .MuiFab-root {
        min-height: unset !important;
    }

    .css-177mejd {
        height: 30px !important;
        width: 30px !important;
    }

    .MuiBadge-root {
        height: 37px !important;
    }
}
/*#app > div:nth-child(1) {
        min-height: 100%;*/
/* overflow: hidden; */
/*}*/
.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.validField, .valid {
    outline: initial !important;
}


.userSelectText {
    user-select: text !important;
}

.bUSfmK {
    background-color: #0a436a;
    height: 50px;
    margin-bottom: -50px;
}

    .bUSfmK + div {
        border-radius: 32px 32px 0 0;
        background-color: #e5ebf0;
        height: 100%;
        padding: 0 20px 0 20px !important;
    }

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-primary {
    color: #0A4369 !important;
}

.break-word {
    word-wrap: break-word;
    overflow: hidden;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    /*outline: 1px solid red;*/
}

.validation-message {
    color: red;
}

.cancelled {
    text-decoration: line-through;
    color: darkgrey;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.progressBar-containter {
    font-size: 14px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    display: flex;
    padding: 3px 0px 3px 6px;
    -webkit-box-align: center;
    align-items: center;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    color: white;
    font-weight: 600;
    text-align: center;
    height: 30px;
}

    .progressBar-containter > span {
        padding-right: 10px;
        white-space: nowrap;
    }

/*fieldset:disabled, button:disabled, textarea:disabled, option:disabled {
    opacity: .1;
}*/

label:disabled, input:disabled, span:disabled, div:disabled, textarea:disabled {
    -webkit-text-fill-color: black;
    opacity: 1;
}
/* API Docs Page CSS */

.divDocsContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

    .divDocsContainer a {
        text-decoration: none;
    }

.divDocCards {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    width: 300px;
    height: 100px;
    border-radius: 10px;
    cursor: pointer;
}

    .divDocCards:hover {
        box-shadow: 0 0 6px rgb(35 173 255);
        transform: scale(1.05);
    }

    .divDocCards > h4 {
        color: #0A4369;
    }

    .divDocCards > span {
        opacity: 0.5;
        margin-left: 15px;
    }

.divHeaderBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 3px 2%;
    background-color: #ced3d8 !important;
    width: 100%;
    line-height: 1.6em;
}

.button-style-2 {
    white-space: normal !important;
    display: inline-flex;
    height: fit-content;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 16px;
    padding: 0 16px;
    border: 2px solid #0A4369;
    color: #0A4369;
    width: fit-content;
    user-select: none;
    min-height: 36px !important;
    max-height: 90px !important;
    height: 0 !important;
}

    .button-style-2:disabled,
    .button-style-2[disabled] {
        border: 1px solid #999999 !important;
        background-color: #cccccc !important;
        color: #666666 !important;
        cursor: not-allowed !important;
    }

.newbutton {
    white-space: normal !important;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    max-width: 190px;
    border: 2px solid #e5ebf0;
    color: black;
    background-color: #e5ebf0;
    padding: 10px;
}

    .newbutton:disabled,
    .newbutton[disabled] {
        border: 1px solid #999999 !important;
        background-color: #cccccc !important;
        color: #666666 !important;
    }


button.newbutton:hover {
    background-color: #0A4369;
    color: #ffffff;
}

.arrow-right {
    position: relative;
    font-size: 10px;
    color: #0A4369;
    overflow: hidden;
    margin: 7px;
    float: left;
}


.buttonVehicleLot {
    white-space: normal !important;
    display: block;
    height: fit-content;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.373333px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: fit-content;
    cursor: pointer;
    background: #009C85;
    border-radius: 12px;
    padding: 12px;
    border: none;
}

.backgroundCards {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.shadowCard {
    height: 372px;
    background-color: #ccd9e1;
    flex-grow: 0;
    overflow: visible;
    padding: 16px;
    border-radius: 24px;
    position: absolute;
    margin-top: -120px;
    transition: transform 1s ease, opacity 0.5s, width 1s ease;
    opacity: 0;
    width: 0px;
}

.shadowCard1 {
    right: 50%;
    top: 50%;
}

.reveal1 {
    opacity: 1;
    width: 240px;
    transform: rotate(-15deg);
}

.shadowCard2 {
    left: 50%;
    top: 50%;
    margin-top: -80px;
}

.reveal2 {
    opacity: 1;
    width: 240px;
    transform: rotate(15deg);
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}


.button-style-2:hover {
    background-color: #0A4369;
    color: white;
    cursor: pointer;
}

.button-style-2.active {
    background-color: var(--theme-main-color) !important;
    color: white !important;
    cursor: pointer;
}

.button-style-2:focus, .buttonLogin:focus, .buttonRegister:focus {
    outline: none;
}

.button-style-2:not(.primary):hover {
    background-color: var(--theme-main-color);
    color: white;
    text-decoration: none;
}

.submit-button-style-dv {
    background-color: var(--theme-main-color) !important;
    color: white;
    text-decoration: none;
    display: flex;
    height: 40px !important;
    align-items: center;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 16px !important;
    border: 2px solid #ff7c00;
}

    .submit-button-style-dv:focus, .cancel-button-style-dv:focus {
        outline: none;
    }

.cancel-button-style-dv {
    background-color: white !important;
    color: var(--theme-main-color) !important;
    text-decoration: none !important;
    display: flex;
    height: 40px !important;
    align-items: center;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    text-transform: none !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    padding: 0 16px !important;
    border: 2px solid #ff7c00 !important;
}

    .cancel-button-style-dv:disabled {
        border: 1px solid #999999 !important;
        background-color: #cccccc !important;
        color: #666666 !important;
        cursor: not-allowed !important;
    }

.submit-button-style-dv:disabled {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
}

.rz-button-md {
    text-transform: unset !important;
}

.inputTextControl, .inputTextArea {
    background-color: #E5EBF0;
    color: #000000 !important;
    border-radius: 12px;
    font-size: 14px;
    border: none;
    /*padding: 0 0 0 5px !important;*/
    padding-left: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /*outline: 0;*/
    /*padding: 8px 0px 8px 1px;*/
    /*padding: 8px 0px 8px 14px;*/
    /* width: fit-content;*/
    width: 100%;
    max-height: 90px;
}

.inputTextControl {
    min-height: 36px !important;
    /*padding: 5px 0px 5px 2px !important;*/
}

    .inputTextControl:focus, .inputTextArea:focus {
        /* border: 0.5px #0a436a;*/
        outline: 0.5px solid #CCCCCC;
        border-radius: 3px;
        min-height: 32px;
    }

.rz-inputtext {
    padding-left: 5px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

option {
    padding-left: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.rz-textbox {
    padding-left: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.divListRows {
    background-color: #fff;
    overflow-y: auto;
    max-height: 400px;
    width: 100%;
    padding: 0px 20px;
}

    .divListRows > div {
        padding: 8px 14px;
        cursor: pointer;
    }

        .divListRows > div:hover {
            background-color: rgba(255, 124, 0, 0.2);
        }

.divCenterCard {
    position: fixed;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    z-index: 997;
}

.divFormSection, .divCard {
    background: #fff;
    padding: 20px 20px;
}

.divCardGray {
    background-color: var(--gray-e5ebf0-) !important;
    box-shadow: none !important;
}

.divCardGreen {
    background-color: var(--green-009C85-) !important;
    box-shadow: none !important;
}

.divCardOrange {
    background-color: var(--orange-ED672C-) !important;
    box-shadow: none !important;
}

.divCard {
    margin: 0 auto;
    padding: 16px 12px;
    height: 300px;
    width: 240px;
    align-items: center;
    display: inline-flex;
    max-width: 245px;
    min-width: 245px;
    flex-direction: column;
    /*box-shadow: -1px 1px 2px 1px rgb(0 0 0 / 15%);*/
    overflow: hidden;
}

.divCard1 {
    margin: 0 auto;
    border-radius: 24px;
    padding: 16px 12px;
    height: 400px;
    width: 100%;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    box-shadow: -1px 1px 2px 1px rgb(0 0 0 / 15%);
    overflow: hidden;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.card-header {
    background-color: transparent;
    border-top: none;
}

.divCard:hover {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 30%);
}

.divCardLablel, .divCard label, .divMetadataSection label {
    opacity: 0.6;
    margin-bottom: 6px;
    font-weight: 600;
    vertical-align: sub;
}

.divCard h5.text-primary {
    margin-bottom: 1.5rem;
}

.circledProfiledImage {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    border: 5px solid #449d85;
}

.topBlueDiv {
    background: rgb(10, 67, 105);
    height: 50%;
    width: 100%;
}

.circledImageContainer {
    overflow: hidden;
    width: 165px;
    height: 150px;
    max-width: 175px;
    max-height: 175px;
    position: absolute;
    top: 88px;
    border-radius: 50%;
    border: 5px solid #449d85;
    padding-top: 26px;
    text-align: center;
    border-width: thin;
}

img.rounded {
    object-fit: contain;
    width: 95%;
}

.stickyLicenceplate {
    position: sticky;
    top: 90px;
    z-index: 998;
    width: fit-content !Important;
    left: 0px !Important;
}

.divHeading {
    width: 95%;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 24px;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.divCard .divCatalogCardDate {
    color: rgb(0, 156, 133);
    font-size: 1.4rem;
}

.divCard .divCatalogCardVehiclesCount {
    color: var(--white-ffffff-);
    text-align: center;
    margin-bottom: 45px;
}

.divContactName {
    color: rgb(68, 157, 133);
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    display: block;
}

.divCard .imageVehicleContactCard {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: 125px;
    left: 70px;
    border-radius: 50%;
    border: 5px solid #449d85;
}

.divCard .divContactInitials {
    font-weight: 600;
    font-size: 1.2rem;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: lightgrey;
    color: rgb(10, 67, 106);
    border-radius: 90px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.spanEditIconContainer {
    position: relative;
    cursor: pointer;
}

    .spanEditIconContainer > .spanEditIcon {
        font-size: 45px;
        transform: rotate(140deg);
        position: absolute;
        color: #0a436a;
        right: -5px;
        top: -15px;
        pointer-events: none;
        touch-action: none;
    }

.divTenantDetails {
    display: flex;
    padding: 1rem;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .divTenantDetails > .divCard {
        margin: 10px 20px;
    }

.inputTextArea {
    max-height: 90px;
    height: 90px;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

    .inputTextArea::-webkit-scrollbar {
        width: 4px !important;
    }

    .inputTextArea:empty:before {
        content: attr(placeholder);
    }

.divFlexBoxForm {
    display: flex;
    flex-wrap: wrap;
}

    .divFlexBoxForm > div {
        flex: 50%;
    }

.flex100 {
    flex: 100% !important;
}

.divFormSection > div {
    margin-bottom: 1rem;
    padding-right: 10px;
}

    .divFormSection > div > label {
        opacity: 0.7;
        font-size: 15px;
        letter-spacing: 0.3px;
        min-width: 200px;
        font-weight: 600;
    }

.divCard .divCardTopHalfDiv {
    position: relative;
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.divCard .topImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*border-radius: 24px 24px 0 0;*/
}

.divCard .divCountDownTimer {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    min-width: 40%;
}

.divCardListRows {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 8px;
    overflow-x: hidden;
    padding: 0 1rem;
}

    .divCardListRows > div {
        border-bottom: 0.1px solid darkgray;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

        .divCardListRows > div > span:nth-child(1) {
            opacity: 0.5;
            cursor: pointer;
        }

.divHighlightRow {
    cursor: pointer;
}

    .divHighlightRow:hover {
        /* opacity: 0.5;*/
        color: #FF7C00 !important;
    }

.divCardListRows > div > span:nth-child(2) {
    font-weight: bold;
    display: block;
}


.vertical-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.divCardNumberPlateSmall {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(11, 67, 104);
    border-radius: 4px;
    text-align: center;
    color: rgb(11, 67, 104);
    font-size: 14px;
    padding: 2px;
    white-space: nowrap;
    margin-top: 6px;
    -webkit-user-select: text; /* Safari */
    -ms-user-select: text; /* IE 10 and IE 11 */
    user-select: text; /* Standard syntax */
}

.divCard .divCardInfoRows {
    font-size: 14px;
    line-height: 20px;
    bottom: 0;
}

.divHorizantalScroll {
    display: flex;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #e5ebf0;
}

    .divHorizantalScroll:hover {
        overflow: scroll;
    }

.divVerticalScroll {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    background-color: #e5ebf0;
    overflow-y: auto;
}

.usermsgalerts {
    position: fixed;
    top: 20px;
    z-index: 100000;
    min-width: 300px;
    width: fit-content;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .usermsgalerts a {
        cursor: pointer;
    }

    .usermsgalerts span {
        padding-right: 10px;
    }

.alert-success {
    color: black !important;
    background-color: lightgreen !important;
}

.alert-error {
    color: white !important;
    background-color: #cc2020 !important;
}

.alertIcon {
    color: red;
    font-size: 1.5em;
}


.divModalDialogBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    z-index: 1000;
}

    .divModalDialogBG > .divModalDialog {
        width: 400px;
        background: #fff;
        margin: auto;
        padding: 1.5rem;
        border-radius: 8px;
    }

        .divModalDialogBG > .divModalDialog .spanEuro {
            background-color: #0A4369;
            color: white;
            font-size: 1.4em;
            width: 46px;
            font-weight: bold;
            text-align: center;
            margin-right: -10px;
            border-radius: 5px;
            display: inline-block;
            align-content: center;
            align-items: center;
            padding: 3px;
            margin-bottom: auto;
        }

        .divModalDialogBG > .divModalDialog .closeModalIcon {
            position: absolute;
            top: 20px;
            right: 24px;
            cursor: pointer;
        }

.divPhotosCardImage {
    width: 210px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    margin: 8px;
}

.btnNextAndPrev {
    background-color: #FFD580;
    cursor: pointer;
    padding: 8px;
    border-radius: 48px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin: 1rem;
}

    .btnNextAndPrev:hover {
        border: 2px solid #ff7c00;
        background-color: #ff7c00;
        color: #fff;
    }

.ZoominZoomoutButton {
    background-color: #FFD580;
    cursor: pointer;
    padding: 8px;
    border-radius: 48px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin: 1rem;
}

    .ZoominZoomoutButton:hover {
        border: 2px solid #ff7c00;
        background-color: #ff7c00;
        color: #fff;
    }


.btnRotate {
    background-color: #FFD580;
    cursor: pointer;
    padding: 8px;
    border-radius: 48px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin: 1rem;
}

    .btnRotate:hover {
        border: 2px solid #ff7c00;
        background-color: #ff7c00;
        color: #fff;
    }


.divImageViewerContainer {
    position: fixed;
    background: black !important;
    width: 100%;
    height: 87%;
    top: 70px;
    left: 0;
    z-index: 999;
}

    .divImageViewerContainer > div {
        display: flex;
        overflow: hidden;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
    }

    .divImageViewerContainer .divThumbnailImages {
        padding: 2rem 0;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        margin-right: 1rem;
        width: 120px;
    }

        /* .divImageViewerContainer .divThumbnailImages::-webkit-scrollbar {
            width: 0px;
        }
*/
        .divImageViewerContainer .divThumbnailImages > img {
            display: block;
            width: 80px;
            max-height: 100px;
            margin: 4px auto;
            border: 1px solid #fff;
            cursor: pointer;
            user-select: none;
        }

    .divImageViewerContainer .divFullImage {
        position: relative;
        flex: 1;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        margin: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        user-select: none;
    }

        .divImageViewerContainer .divFullImage > .spanCloseImageViewer {
            position: fixed;
            right: 8px;
            top: 75px;
            cursor: pointer;
            color: #fff;
            user-select: none;
        }



        .divImageViewerContainer .divFullImage > .divNavImageButtons {
            position: fixed;
            /*left: 40%;*/
            bottom: 20px;
            left: 10px;
            bottom: 120px;
            height: 10px;
        }

        .divImageViewerContainer .divFullImage > .headingImageCount {
            position: absolute;
            top: 0;
            color: #fff;
            z-index: 9999;
        }

.divVersionInfo {
    position: absolute;
    bottom: 15%;
    right: 2.5%;
    font-weight: bold;
    opacity: 0.5;
    display: grid;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.spanEyeSymbol {
    border: 1px solid #9e9e9e8a;
    border-radius: 24px;
    padding: 4px 8px;
    cursor: pointer;
}

    .spanEyeSymbol:hover {
        background-color: #0a4369;
        color: #fff;
    }

.divTwoSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .divTwoSection > div {
        width: calc(50% - 2rem);
        margin: 1rem 0;
        border: 1px solid #a9a9a9;
    }

        .divTwoSection > div .divContainerRows {
            max-height: 400px;
            overflow-x: hidden;
            overflow-y: auto;
        }

.oi-circle-x, .cursor-pointer {
    cursor: pointer;
}

.contactLabel {
    opacity: 100%;
    color: #034169;
    font-weight: 600;
}

.table10 td {
    padding: 0 25px;
}

.table10 th {
    padding: 0 25px;
}

.table10 td + td {
    padding: 0 20px;
}

.table10 th + th {
    padding: 0 6.5em;
}

.table10 td + td + td {
    padding: 0 6.5em;
}


.table10 tr {
    line-height: 20px
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.lastItemIndicator {
    height: 0px;
}

.lastItemIndicatorScrollParent {
}
/*Just an identifier*/

.divRollingthumbnail {
    /*display: table;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;*/
    margin-top: 14px;
    width: 100%;
    overflow-x: hidden;
}

    .divRollingthumbnail div {
        vertical-align: middle;
        display: table-cell;
        padding: 4px;
    }

    .divRollingthumbnail img {
        /*max-width: 100%;*/
        width: 100%;
        height: 50px;
        border: 1px solid var(--white-ffffff-);
        border-radius: 3px;
        cursor: pointer;
        object-fit: cover;
    }


.spanVehicleImageCount {
    font-size: 24px;
    position: absolute;
    top: 32%;
    right: 8%;
    z-index: 1;
    font-weight: bold;
    color: var(--white-ffffff-);
}


@media only screen and (max-width: 800px) {
    #no-more-tables td:before {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .spanCloseIcon {
        display: flex;
        justify-content: end;
        padding-right: 10px;
    }

    .divHeaderDetailV2 {
        position: sticky;
        top: 71px;
        padding: 10px 0px;
        /*width: 104%;*/
        z-index: 10;
        background-color: #e5ebf0;
    }
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 47%;
        white-space: normal;
        text-align: left;
        overflow: hidden;
        min-height: 100px;
        /*min-width: 400px*/;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 6px;*/
            left: 6px;
            width: 50%;
            padding-right: 10px;
            /*white-space: nowrap;*/
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 480px) {
    .divHeaderDetailV2 {
        padding: 11px 3px !important;
    }

    .button-style-2 {
        padding: 10px;
    }
}

.buttonSave {
    border: none;
    background: #ed672c;
    width: 80px;
    height: 40px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.37px;
    line-height: 16px;
    border-radius: 15px;
    outline: none;
}

.transform-90-deg {
    transform: rotate(90deg);
}

.div-sticky {
    position: sticky;
    top: 85px;
    z-index: 10;
    background: #e5ebf0;
}

.hidden-file-input {
    opacity: 0.0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape or and older firefox browsers */
    -moz-opacity: 0.0;
    /* older Safari browsers */
    -khtml-opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.button-style-2-sm {
    display: flex;
    height: fit-content;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 0px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 16px;
    padding: 10px;
}

    .button-style-2-sm:not(.primary) {
        border: 2px solid #0A4369;
        color: #0A4369;
    }

        .button-style-2-sm:not(.primary):hover {
            background-color: #0A4369;
            color: white;
            text-decoration: none;
        }

.cursor-pointer {
    cursor: pointer;
}

.cursor-unset {
    cursor: unset;
}

.divCardVehicleImage {
    position: relative;
    width: 160px;
    border: 3px solid #ff7c00;
    border-radius: 50%;
    height: 160px;
    margin: auto;
    overflow: hidden;
    margin-top: 80px;
}

    .divCardVehicleImage img {
        border-radius: 50%;
    }

.divNumberPlateBig {
    width: 100%;
    display: flex;
    /*border: 2px solid #333333;*/
    box-sizing: border-box;
    border-radius: 8px;
}

    .divNumberPlateBig .divCountryCodeBig {
        width: 30px;
        display: grid;
        background: #023299;
        border-radius: 3px 0px 0px 3px;
        text-align: center;
    }

        .divNumberPlateBig .divCountryCodeBig svg {
            display: block;
            margin: auto;
            width: 18px;
            height: 18px;
        }

        .divNumberPlateBig .divCountryCodeBig span {
            color: #fff;
            font-size: 12px;
        }

    .divNumberPlateBig .divLicenceplateBig {
        height: 100%;
        width: 100%;
        background: #F3DB00;
        border-radius: 0px 3px 3px 0px;
        text-align: center;
        overflow: hidden;
        display: table;
    }

        .divNumberPlateBig .divLicenceplateBig span {
            /*font-weight: bold;
color: #333333;
font-size: x-large;*/
            text-align: center;
            letter-spacing: 0.7px;
            white-space: pre;
            display: table-cell;
            vertical-align: middle;
        }

        .divNumberPlateBig .divLicenceplateBig input {
            /*font-weight: bold;
color: #333333;
font-size: x-large;*/
            border: none;
            background-color: #F3DB00;
            text-align: center;
            letter-spacing: 0.7px;
            white-space: pre;
            display: table-cell;
            vertical-align: middle;
        }

.nlNumberPlate {
    border-radius: 5px;
    display: flex;
    width: 300px;
    background: #fed530;
    overflow: hidden;
    height: 45px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    max-width: 90%;
}

    .nlNumberPlate > label {
        font-family: 'Exo';
        font-size: 1.8rem;
        display: block;
        font-weight: 700;
        text-align: center;
        flex: 1;
        height: 98%;
    }

.nlNumberPlateLableFont {
    font-family: 'Roboto';
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.font-size-1-4 {
    font-size: 1.4rem !important;
}

/*! CSS Used from: Embedded */
.licenceplate {
    display: inline-block;
    border: 3px solid #FFD100;
    border-radius: 14px;
    background-color: #FFD100;
    overflow: hidden;
    font-family: Exo;
    -webkit-user-select: text; /* Safari */
    -ms-user-select: text; /* IE 10 and IE 11 */
    user-select: text; /* Standard syntax */
}

    .licenceplate .outer {
        border-radius: 10px;
        overflow: hidden;
        background-color: black;
        border: 3px solid black;
    }

        .licenceplate .outer .inner label {
            background-color: #FFD100;
            white-space: nowrap;
            text-align: center;
            font-weight: 600;
            font-size: 3em;
            width: 250px;
            border: none;
            border-left: 32px solid #1a41fe;
            margin: 0;
            font-family: Exo;
        }

    .licenceplate.medium {
        border-radius: 5px;
        border: 2px solid #FFD100;
        max-width: 90%;
    }

        .licenceplate.medium .outer {
            border: 1px solid black;
            border-radius: 4px;
        }


            .licenceplate.medium .outer label {
                /* width: 200px; */
                width: 100%;
                font-weight: 600;
                font-size: 2em;
                border-left: 15px solid #1a41fe;
                white-space: nowrap;
                opacity: 1;
            }

.div-single-field {
    background-color: #EEEEEE;
    padding: 0px;
    margin: 0px;
}

.div-mobile-single-field {
    background-color: white;
    padding: 10px;
}

.gameCard .button, .gameCard .button-style-2 {
    margin: 3px 0;
    width: 208px;
}


.button-style-2.iconButton {
    max-width: 40px;
    width: 40px;
}

.button-style-2:not(.primary) {
    border: 2px solid #ff7c00;
    color: #ff7c00;
    background: #fff;
}

.button-style-2 {
    display: flex;
    height: 40px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 16px !important;
}

    .button-style-2.iconButton .icon {
        margin: 0;
    }

    .button-style-2 .icon {
        padding: 0;
        margin-right: 6px;
    }

.gameCard .button, .gameCard .button-style-3 {
    margin: 3px 0;
    width: 208px;
}


.button-style-3.iconButton {
    max-width: 40px;
    width: 40px;
}

.button-style-3:not(.primary) {
    border: 1px solid #DDDDDD;
    color: #000000;
    background-color: #fff;
}

.button-style-3:hover {
    background-color: #ff7c00;
    color: white;
    cursor: pointer;
}

.button-style-3 {
    display: flex;
    height: 40px;
    align-items: center;
    /*font-weight: 600;
    font-size: 14px;*/
    line-height: 16px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    cursor: pointer;
    /*border-radius: 3px;*/
    padding: 0 16px !important;
    user-select: none;
}

    .button-style-3.iconButton .icon {
        margin: 0;
    }

    .button-style-3 .icon {
        padding: 0;
        margin-right: 6px;
    }

    .button-style-3:focus {
        outline: none !important;
    }

ul.rz-profile-menu.menu-options {
    background-color: transparent;
}

    ul.rz-profile-menu.menu-options li.rz-navigation-item div.rz-navigation-item-wrapper div.rz-navigation-item-link i.rzi.rz-navigation-item-icon-children {
        display: none;
    }

.menu-max-height > .rz-navigation-item-active > .rz-navigation-menu {
    /*height: 460px;*/
    max-height: 460px;
    overflow-y: auto;
    z-index: 2 !important;
}

div.plain-card {
    padding: 0 !important;
    box-shadow: none !important;
}

div.filter-card {
    width: 250px;
    box-shadow: none !important;
}

.h5PageTitle {
    font-size: 24px;
    font-weight: 700;
    color: #ff7c00;
    /*position: sticky !important;
    top: 0px;*/
    /*z-index: 150;*/
    background-color: #EEEEEE;
    /*padding: 0px 12px 3rem;*/
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.divHeaderDetailV2 {
    position: sticky;
    top: -17px;
    padding: 10px;
    /*width: 100%;*/
    z-index: 10;
    background-color: #ffffff;
}

.divHeaderDetailV3 {
    position: sticky;
    top: -5px;
    padding: 10px;
    /*width: 100%;*/
    z-index: 10;
    background-color: #ffffff;
}

.divVehicleImages {
    /*width: 95%;*/
    height: 70%;
    /*min-height: 300px;*/
    background: #fff;
    border-radius: 22px;
    position: relative;
    display: flex;
    justify-content: center;
    user-select: none;
}

    .divVehicleImages img {
        width: 100%;
        object-fit: cover;
        border-radius: 3px;
    }

.divVehicleInfo {
    display: flex;
    width: 95%;
    margin-top: 15px;
    padding-left: 10px;
}

.divVehicleInfo1 {
    display: grid;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.divVehicleInfo2 {
    margin-left: 40px;
    width: 60%;
    line-height: 15px;
}

    .divVehicleInfo2 .spanVehicleInfo {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        /* or 171% */
        width: 40%;
        color: #666666;
    }

    .divVehicleInfo2 span {
        width: 60%;
    }

    .divVehicleInfo2 div {
        display: flex;
        width: 100%;
    }

.divBrandLogoBig {
    width: 10%;
    height: 10%;
    margin-left: 5%;
    border-radius: 0px;
    overflow: hidden;
}

    .divBrandLogoBig img {
        width: 100%;
    }

.divNextAndPreviousButton {
    position: absolute;
    bottom: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.divbtnZoominandout {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divBidPopupImageTop {
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    justify-content: flex-start;
}

.inputVehicleDiv {
    background-color: white;
    color: black;
    border-radius: 12px;
    font-size: 1em;
    border: none;
    outline: 0;
    max-width: 500px;
    /*margin: 2px 0px 2px 0px;*/
    margin: 2px 0px 2px 0px;
    outline-style: none;
    appearance: none;
}

.inputVehicleDiv1 {
    background-color: #E5EBF0;
    color: #666666;
    border-radius: 12px;
    font-size: 1em;
    border: none;
    outline: 0;
    max-width: 500px;
    margin: 5px 0px 5px 0px;
}

.inputVehicleDiv2 {
    background-color: white;
    color: black;
    border-radius: 12px;
    font-size: 1em;
    border: none;
    outline: 0;
    padding: 0px 0px 0px 14px;
    max-width: 500px;
    margin: 5px 0px 5px 0px;
}

.labelClass {
    opacity: 100%;
    font-size: 15px;
    letter-spacing: 0.3px;
    min-width: 191px;
    font-weight: 700;
    color: #000000 !important;
}

/* CSS for Switch layout starts here */
.switch_checkbox {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch_label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 25px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E8EAEA 100%);
    display: block;
    border-radius: 100px;
    position: relative;
}

    .switch_label:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 90px;
        transition: 0.2s;
    }

input:checked + .switch_label {
    background: #ff7c00;
}

    input:checked + .switch_label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

.switch_label:active:after {
    width: 130px;
}

/* CSS for Switch layout ends here */


.divVehicleAllImages {
    width: 97%;
    flex-wrap: wrap;
    padding: 10px 15px;
    justify-content: center;
    margin: 20px;
    margin-top: 35px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.divVehicleAllImagesMobile {
    width: initial;
    flex-wrap: wrap;
    padding: 10px 15px;
    justify-content: center;
    /*margin-top: 40px;*/
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.formField > .label, .formField > label {
    margin: 6px 0;
    font-size: 1em;
    overflow: wrap;
    font-weight: bold;
    width: 45%;
}


.formField {
    display: flex;
    align-items: center;
    width: 100%;
}

.jPRQtB.current {
    /*background-color: rgb(230, 236, 240);*/
    padding: 12px;
}

.jPRQtB {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(204, 217, 225);
    margin-bottom: 3px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #ff7c00;
    color: white;
}

.radio-toolbar {
    margin: 10px;
    display: inline-flex;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

.button, .form-control .card .button {
    height: 30px;
    min-width: 35px;
    background-color: white;
    border: 1px solid #ddd;
    /*border-radius: 30px;*/
    cursor: pointer;
    white-space: nowrap;
    transition: 0.2s;
    display: inline-flex;
    padding: 3px 5px;
}

    .button.labeled.active {
        background-color: #ff7c00;
        color: white;
    }

    .button:hover, .form-control .card .button:hover {
        background-color: #ff7c00;
        color: white;
    }

.input-group-80 {
    width: 80% !important;
    margin: auto;
}

.input-group-prepend span {
    background-color: #ff7c00;
    color: #fff;
    padding: 2px;
    min-width: 30px;
}

.input-group-80 {
    width: 80% !important;
    margin: auto;
}

.input-group-prepend span {
    background-color: #ff7c00;
    color: #fff;
    padding: 2px;
    min-width: 30px;
}

.label {
    font: 'Exo';
    width: auto;
    margin: 6px 0;
    font-size: 14px;
    overflow: hidden;
    font-weight: 600;
    color: #393939;
}

.rz-slider-handle {
    background-color: #ff7c00 !important;
}

.rz-slider-range {
    background-color: #ff7c00 !important;
}

.d-grid {
    display: grid;
}

.conTopMargin {
    margin-top: 35px;
}

input:focus-visible {
    /*outline: 1px solid grey;
    border-radius: 12px !important;*/
    outline: 0.5px solid #CCCCCC;
    border-radius: 3px !important;
}

textarea:focus-visible {
    outline: 0.5px solid #CCCCCC;
    border-radius: 3px !important;
}

select:focus-visible {
    outline: 0.5px solid #CCCCCC;
    border-radius: 3px !important;
}

select {
    color: #4F5D64 !important;
}

.navMenuProfileImage {
    width: 50%;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin: auto;
    display: block;
}

/*Sizing*/
.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-55 {
    width: 55% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.h-10 {
    height: 10% !important;
}

.h-20 {
    height: 20% !important;
}

.h-60 {
    height: 60% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.line-height-8 {
    line-height: 0.8;
}
/*Sizing*/

.ml-37 {
    margin-left: 37% !important;
}

/*Coloring*/
.color-9FA2B4 {
    color: #9FA2B4;
}

.color-C5C7CD {
    color: #C5C7CD;
}

.color-theme-main {
    color: var(--theme-main-color) !important;
}

.bg-color-theme-main {
    background-color: var(--theme-main-color) !important;
}
/*Coloring*/

/* Radzen Global overrides */
.rz-dialog-side-position-left {
    top: 0 !important;
}

.rz-radiobutton-box .rzi-circle-on {
    background-color: var(--theme-main-color) !important;
}

.rz-radiobutton-box.rz-state-active {
    border: var(--theme-main-color) !important;
}

    .rz-radiobutton-box.rz-state-active > .rzi-circle-on {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
    }

    .rz-radiobutton-box.rz-state-active:hover:not(.rz-state-disabled):after {
        background-color: var(--theme-main-color) !important;
    }

    .rz-radiobutton-box.rz-state-active:hover {
        border: var(--theme-main-color) !important;
    }

.rz-menu:not(.rz-profile-menu) > .rz-navigation-item > .rz-navigation-item-wrapper-active:before {
    height: 0 !important;
}

.rz-button.rz-theme {
    background-color: var(--theme-main-color) !important;
}

.rz-state-highlight.rz-multiselect-item:hover, .rz-state-highlight.rz-multiselect-item:hover {
    background-color: #ff7c001a !important;
    color: #212529 !important;
}

.rz-state-highlight.rz-multiselect-item, .rz-multiselect-items li.rz-state-highlight {
    background-color: #ff7c001a !important;
    color: #212529 !important;
}

ul.rz-profile-menu:focus-visible {
    outline: none !important;
}

/* Radzen Global overrides */
ul.rz-profile-menu {
    z-index: initial !important;
}

.custom-sidebar-mobile {
    background-color: #ffffff !important;
}

.custom-sidebar {
    background-color: var(--theme-main-color) !important;
}

.no-border {
    border: none !important;
}

.divAccountDropDown {
    left: 100px;
    bottom: 90px;
    margin-top: -12px;
    position: absolute;
    background-color: white;
    width: 200px;
    color: rgb(102, 102, 102);
    padding: 6px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 30%) 0px 6px 12px 0px;
    transition: opacity 0.1s ease 0s;
    z-index: 1;
}

    .divAccountDropDown .divAccountDropDownOptions {
        width: 100%;
        padding: 12px 5px 8px 15px;
        text-align: left;
        border-radius: 14px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .divAccountDropDown div:hover {
        background-color: rgb(229, 235, 240);
        color: rgb(10, 67, 105);
    }

.theme-container {
    background: #FFFFFF;
    border: 1px solid #DFE0EB;
    border-radius: 8px;
}

.inspectionHeaderStyle {
    /*margin-right: 100px;
    font-weight: 500;*/
    font-size: 18px;
    color: #000000 !important;
    line-height: 22px;
}

.rotate-180-deg {
    transform: rotate(180deg);
}

.rotate-90-deg {
    transform: rotate(90deg);
}

.action-column {
    width: 2%;
    color: #D9D9D9;
}

.divider-horizontal {
    color: #DFE0EB;
    border: 1px solid;
    top: -6px;
    position: relative;
    margin: 5px;
}

.border-top-only > li.rz-navigation-item {
    border-bottom: none !important;
    border-top: 0.5px solid rgba(255, 255, 255, 0.2) !important;
}

.no-border-menu > li.rz-navigation-item {
    border: none !important;
}

.filter-icon {
    color: #C5C7CD !important;
}

.filter-text {
    color: #393939 !important;
    font-weight: 600;
    font-size: 15px;
}

.options-card {
    color: #9C9C99;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.options-card:hover {
    color: #ffffff;
    background-color: var(--theme-main-color);
    box-shadow: none !important;
}

.card-disabled {
    cursor: not-allowed !important;
    background-color: #e4e4ef !important;
}

    .card-disabled:hover {
        color: #9C9C99 !important;
    }

.menu-item-options > .rz-navigation-item > .rz-navigation-menu {
    padding: 0 !important;
}

.custom-tabs > .rz-tabview-panels {
    border-top: none !important;
}

.custom-tabs > .rz-tabview-nav > .rz-tabview-selected {
    border-bottom-color: var(--theme-main-color) !important;
}

.custom-tabs > .rz-tabview-nav > li > a {
    /*    color: #ADADAD;
*/ text-transform: none !important;
    color: #333 !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
}

.custom-tabs > .rz-tabview-nav > .rz-tabview-selected > a {
    color: var(--theme-main-color) !important;
}

.custom-tabs-inspection > .rz-tabview-panels {
    border-top: none !important;
}

.custom-tabs-inspection > .rz-tabview-nav > .rz-tabview-selected {
    border-bottom-color: var(--theme-main-color) !important;
}

    .custom-tabs-inspection > .rz-tabview-nav > .rz-tabview-selected > a {
        color: var(--theme-main-color) !important;
    }

.custom-tabs-settings > .rz-tabview-panels {
    border-top: none !important;
}

.custom-tabs-settings > .rz-tabview-nav {
    gap: 5px;
}

    .custom-tabs-settings > .rz-tabview-nav > li {
        background: #ffffff;
        border-radius: 8px 8px 0 0 !important;
        border-color: #c5c7cd !important;
        border-style: solid;
        border-width: 2px !important;
    }

    .custom-tabs-settings > .rz-tabview-nav li a {
        text-transform: none !important;
        color: #c5c7cd !important;
    }

    .custom-tabs-settings > .rz-tabview-nav > .rz-tabview-selected {
        border-radius: 8px 8px 0 0;
        border-color: var(--theme-main-color) !important;
        border-style: solid;
        border-width: 2px 2px 0 2px !important;
    }

        .custom-tabs-settings > .rz-tabview-nav > .rz-tabview-selected > a {
            color: var(--theme-main-color) !important;
        }

.topStyle {
    margin-top: 17px !important;
}

.v-align-middle > tbody > tr > td {
    vertical-align: middle !important;
}

.vehicle-details-section {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.vehicle-details-section-heading {
    padding: 10px 0px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

    .vehicle-details-section-heading a {
        padding: unset !important;
    }

    .vehicle-details-section-heading span {
        color: #333333 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

.vehicle-details-sub-heading {
    color: #333333;
    font-size: 19px;
    font-weight: 600;
}

.vehicle-details-label {
    font-size: 12px;
    color: #c5c7cd !important;
    font-weight: 500;
    margin-bottom: unset;
    margin-top: 0.5rem;
}

.vehicle-details-value {
    font-size: 16px;
    color: #4F5D64;
    font-weight: 400;
    word-break: break-all;
}

.accordion-no-shadow {
    box-shadow: none !important;
}

.input-text-style1 {
    width: 100%;
    padding-left: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 0.5px solid #CCCCCC !important;
    border-radius: 3px;
    min-height: 36px !important;
    max-height: 90px !important;
    /* height: 0;*/
    color: #393939 !important;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
}

.height-balance {
    height: 0 !important;
}

.image-div {
    position: relative;
    float: left;
    margin: 5px;
}

    /*.image-div:hover .hidden_img {
        display: block;
    }*/

    .image-div .hidden_img {
        position: absolute;
        top: 5px;
        left: 5px;
        /*display: none;*/
    }

    .image-div .hidden_img1 {
        position: absolute;
        top: 40px;
        left: 5px;
        /*display: none;*/
    }

.icon-over-img {
    width: 25px;
    height: 25px;
    background: rgba(255, 124, 0, 0.6);
    border-radius: 2px;
    color: #ffffff;
}

.theme-radio {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px solid grey;
    background-color: white;
}

    .theme-radio:checked {
        background-color: var(--theme-main-color);
        padding: 2px;
        border: 2px solid var(--theme-main-color);
    }

.buttonBackground {
    background: #ffffff;
}

@media (max-width: 768px) {
    .rz-dialog-wrapper {
        margin-top: 20%;
    }

    div.rz-dialog-wrapper > div.rz-dialog:not(.rz-dialog-confirm):not(.rz-dialog-alert) {
        width: 93% !important;
        height: 78% !important;
    }
}


.buttonStyle {
    color: var(--theme-main-color) !important;
    border-color: var(--theme-main-color) !important;
    background-color: #FFFFFF;
}

    .buttonStyle:is(:hover) {
        color: #FFFFFF !important;
        border-color: var(--theme-main-color) !important;
        background-color: var(--theme-main-color);
    }

.divCardListRowsRoles {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 8px;
    overflow-x: hidden;
    padding: 0 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .divCardListRowsRoles input {
        margin-right: 10px;
    }

    .divCardListRowsRoles ul {
        list-style-type: none;
    }

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.lblC {
    color: rgba(51, 51, 51, 0.6);
    align-items: center;
    text-align: justify;
    font-weight: 600;
}

.divImageStyle {
    height: 200px;
    border-radius: 3px;
    border: 0.5px solid #CCCCCC;
}

.commercial-vehicle-label {
    color: rgba(57, 57, 57, 0.40);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.commercial-vehicle-value {
    color: #393939;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    display: unset;
    /*line-height: .5px;*/
}

.commercial-icon-background {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #F8F8F8;
}

/*RATING CSS STARTS HERE*/
.circle {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    /* transform: rotate(25deg); */
}

    .circle:after, .circle:before {
        content: '';
        position: absolute;
        height: 100%;
        /* width: 50%; */
    }

    .circle:after {
        background: var(--theme-main-color);
        left: 0px;
    }

    .circle:before {
        background: #D9D9D9;
        right: 0px;
    }

.full-rating:after {
    width: 100% !important;
}

.full-rating:before {
    width: 0 !important;
}

.half-rating:after {
    width: 50% !important;
}

.half-rating:before {
    width: 50% !important;
}

.no-rating:after {
    width: 0 !important;
}

/*label
{
    margin-bottom:unset !important;
}*/

.no-rating:before {
    width: 100% !important;
}
/*RATING CSS ENDS HERE*/

.close-icon {
    color: white;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    margin-left: 20px;
}

.radzenAlertStyle {
    text-align: center;
}

.rz-alert-content {
    width: 100%;
}

.img-object-fit-cover {
    object-fit: cover !important;
}

.alert-deviations {
    color: #D35400 !important;
}

.color-Draft {
    color: #54C1FF !important;
}

.color-Unapproved {
    color: #EAC645 !important;
}

.color-Upcoming {
    color: #DE16FF !important;
}

.color-InProgress {
    color: #FF7C00 !important;
}

.color-Done {
    color: #39945D !important;
}

.color-ReportExpenses {
    color: #38485C !important;
}

.color-SentBack {
    color: #A54170 !important;
}

.color-Cancelled {
    color: #D75846 !important;
}

/* Popup style starts here */


.popupStyle {
    position: absolute;
    display: block;
    z-index: 2000;
    left: 525px !important;
    top: 190px !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    width: 47%;
    padding: 2rem 2rem 0 2rem;
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.40);
}

.popupMobStyle {
    position: absolute;
    display: block;
    z-index: 2000;
    left: 10% !important;
    top: 190px !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    width: 80%;
    padding: 2rem;
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.40);
}

.userPopup {
    overflow-y: auto;
    overflow-x: hidden;
    width: 60% !important;
    height: 400px;
    top: 275px !important;
    left: 300px !important;
}

.userPopup-mob {
    overflow-y: auto;
    overflow-x: hidden;
    width: 93% !important;
    height: 300px;
    top: 275px !important;
    left: 2% !important;
}

.hide-popup {
    display: none;
    top: -60px;
    position: relative;
}

/** Simple drag and drop with Blazor CSS **/

.jobs-container {
    display: flex;
    justify-content: space-around;
}

.job-status {
    display: flex;
    flex-direction: column;
    width: 312px;
}

    .job-status ul {
        flex: 1;
    }

.dropzone {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

/*.draggable {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
}*/
.draggable:active {
    cursor: grabbing;
}

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }

.custom-flex-row {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.custom-flex-column {
    flex-grow: 1 !important;
    flex-basis: 0 !important;
    left: auto;
}

.opacity-0 {
    opacity: 0 !important;
}

.options-container {
    background: white;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #c5c7cd;
    border-radius: 0 8px 8px 8px;
}

/*Highlight animation CSS starts*/
.target-highlight {
    -webkit-animation: target-fade 10s 1;
    -moz-animation: target-fade 10s 1;
}

@-webkit-keyframes target-fade {
    0% {
        border: 2px solid rgba(255,124,0,.8);
    }

    100% {
        border: 2px solid rgba(255,124,0,0);
    }
}

@-moz-keyframes target-fade {
    0% {
        border: 2px solid rgba(255,124,0,.8);
    }

    100% {
        border: 2px solid rgba(255,124,0,0);
    }
}
/*Highlight animation CSS ends*/

i.action-icon {
    color: #c5c7cd;
}

    i.action-icon.active {
        color: #000000;
        background: #fff;
        padding: 10px 15px;
    }


.uploadBoxStyle {
    border: 2px dashed #000099;
    margin-top: 0;
    background-color: #00009910;
    text-align: center;
    padding: 0px;
    width: 100%;
    position: relative;
    height: unset;
    min-height: 36px;
    max-height: 90px;
    align-items: center;
    display: flex;
}

}

.gap-5 {
    gap: 5px;
}

.tbl-row {
    border: 1px solid #DFE0EB;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 1px #dfe0eb;
}

ul.rz-profile-menu.menu-default-task {
    border: 1px solid;
}

.btn-over-img {
    position: relative;
}

    .btn-over-img img {
        display: block;
    }

    .btn-over-img .div-btn {
        position: absolute;
        top: 0;
        left: 0;
        display: grid;
        padding: 5px;
        gap: 8px;
    }

.menu-default-tasks > li.rz-navigation-item > ul.rz-navigation-menu {
    max-width: 400px;
}

    .menu-default-tasks > li.rz-navigation-item > ul.rz-navigation-menu > div.options-card > p {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 400px;
    }

.font-size-13 {
    font-size: 13px;
}

.font-size-10 {
    font-size: 10px;
}

.border-radius-5 {
    border-radius: 5px;
}

.list-style-none {
    list-style: none;
}

li.li-activities:not(:last-child) {
    margin-bottom: 15px;
}



.make-menu-active {
    background: #F7F8FC !important;
}

    .make-menu-active > div.rz-navigation-item-wrapper > .rz-navigation-item-link > span.rz-navigation-item-text {
        background-color: #F7F8FC !important;
        color: #333333 !important;
    }

    .make-menu-active > div.rz-navigation-item-wrapper > .rz-navigation-item-link > .rz-navigation-item-icon {
        filter: none !important;
    }

.colorBottom-Draft {
    border-bottom: 1px solid #54C1FF !important;
    color: #54C1FF !important;
    font-size: 14px !important;
}

.colorStatus-Draft {
    color: #54C1FF !important;
    font-size: 14px !important;
}

.colorBottom-Unapproved {
    border-bottom: 1px solid #EAC645 !important;
    color: #EAC645 !important;
    font-size: 14px !important;
}

.colorStatus-Unapproved {
    color: #EAC645 !important;
    font-size: 14px !important;
}

.colorBottom-Upcoming {
    border-bottom: 1px solid #DE16FF !important;
    color: #DE16FF !important;
    font-size: 14px !important;
}

.colorStatus-Upcoming {
    color: #DE16FF !important;
    font-size: 14px !important;
}

.colorBottom-InProgress {
    border-bottom: 1px solid #FF7C00 !important;
    color: #FF7C00 !important;
    font-size: 14px !important;
}

.colorStatus-InProgress {
    color: #FF7C00 !important;
    font-size: 14px !important;
}

.colorBottom-Done {
    border-bottom: 1px solid #39945D !important;
    color: #39945D !important;
    font-size: 14px !important;
}

.colorStatus-Done {
    color: #39945D !important;
    font-size: 14px !important;
}

.colorBottom-ReportExpenses {
    border-bottom: 1px solid #38485C !important;
    color: #38485C !important;
    font-size: 14px !important;
}

.colorStatus-ReportExpenses {
    color: #38485C !important;
    font-size: 14px !important;
}

.colorBottom-SentBack {
    border-bottom: 1px solid #A54170 !important;
    color: #A54170 !important;
    font-size: 14px !important;
}

.colorStatus-SentBack {
    color: #A54170 !important;
    font-size: 14px !important;
}

.colorBottom-Cancelled {
    border-bottom: 1px solid #D75846 !important;
    color: #D75846 !important;
    font-size: 14px !important;
}

.colorStatus-Cancelled {
    color: #D75846 !important;
    font-size: 14px !important;
}

.rz-sidebar {
    border-left: var(--rz-sidebar-border-right);
}

.cursor-default {
    cursor: default;
}

.input-group {
    position: relative;
    margin: 15px 0 !important;
}

    .input-group label {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 15px;
        color: #c5c7cd;
        padding: 0 5px;
        pointer-events: none;
        transition: .5s;
    }

    .input-group input:placeholder-shown ~ label {
        color: transparent;
    }

        .input-group input:placeholder-shown ~ label::after {
            left: -6px;
        }

    .input-group input:focus ~ label::after {
        top: 0;
        left: 2px !important;
    }

    .input-group input:focus::placeholder {
        color: transparent;
    }

    .input-group input:focus ~ label, .input-group input:not(:placeholder-shown) ~ label {
        top: 0;
        font-size: 12px;
        background: #ffffff;
        color: #c5c7cd !important;
    }

        .input-group input:focus ~ label::after, .input-group input:not(:placeholder-shown) ~ label::after {
            left: 2px;
        }

    .input-group input:placeholder-shown {
        font-size: 14px;
    }

    .input-group select:placeholder-shown ~ label {
        color: transparent;
    }

        .input-group select:placeholder-shown ~ label::after {
            left: -6px;
        }

    .input-group select:focus ~ label::after {
        top: 0;
        left: 2px;
    }

    .input-group select:focus::placeholder {
        color: transparent;
    }

    .input-group select:focus ~ label, .input-group select:not(:placeholder-shown) ~ label {
        top: 0;
        font-size: 12px;
        background: #ffffff;
        color: #c5c7cd !important;
    }

    .input-group select:placeholder-shown {
        font-size: 14px;
    }

    .input-group textarea:placeholder-shown ~ label {
        color: transparent;
    }

        .input-group textarea:placeholder-shown ~ label::after {
            left: -6px;
            top: -6px;
        }

    .input-group textarea:focus ~ label::after {
        top: 0;
        left: 2px;
    }

    .input-group textarea:focus::placeholder {
        color: transparent;
    }

    .input-group textarea:focus ~ label, .input-group textarea:not(:placeholder-shown) ~ label {
        top: 0;
        font-size: 12px !important;
        background: #ffffff !important;
        color: #c5c7cd !important;
    }

    .input-group textarea:placeholder-shown {
        font-size: 14px;
    }

    .input-group > .dateBorder:placeholder-shown ~ label {
        color: transparent;
    }

        .input-group > .dateBorder:placeholder-shown ~ label::after {
            left: -6px;
        }

    .input-group > .dateBorder:focus::placeholder {
        color: transparent;
    }

    .input-group > .dateBorder > .rz-inputtext:placeholder-shown {
        font-size: 14px !important;
    }

.radzenFloatingHeader > .rz-form-field-content > .rz-form-field-label {
    font-size: 14px !important;
    color: #c5c7cd !important;
}

.input-group > .floatingDiv:placeholder-shown ~ label {
    /* display: none; */
    color: transparent;
}

.input-group > .floatingDiv:focus::placeholder {
    color: transparent;
}

.input-group > .floatingDiv:focus ~ label, .input-group > .floatingDiv:not(:placeholder-shown) ~ label {
    top: 0;
    font-size: 12px;
    background: #ffffff;
    color: #c5c7cd !important;
}

.dateBorder:has(.rz-inputtext:focus) + label {
    top: 0;
    font-size: 12px !important;
    background: #ffffff !important;
    color: #c5c7cd !important;
}

/* .dateBorder:has(span.rz-calendar.rz-calendar-w-btn > .rz-inputtext:focus) + label::after {
        left: 10px;
    }*/

.dateBorder:has(.rz-inputtext:not(:placeholder-shown)) + label {
    top: 0;
    font-size: 12px !important;
    background: #ffffff;
    color: #c5c7cd !important;
}

.dateBorder:has(.rz-inputtext:placeholder-shown) + label::after {
    left: 2px;
}

.dateBorder:has(.rz-inputtext:placeholder-shown) + label {
    color: transparent;
}

.dateBorder:has(.rz-inputtext:focus::placeholder) {
    color: transparent;
}

.dateBorder:has(.rz-inputtext:focus) + label::after {
    left: 2px !important;
}

.input-group > .floatingDiv:placeholder-shown {
    font-size: 14px !important;
}

.dateBorder:has(.rz-inputtext:focus) + label {
    top: 0;
    font-size: 12px !important;
    background: #ffffff !important;
    color: #c5c7cd !important;
}

/* .dateBorder:has(span.rz-calendar.rz-calendar-w-btn > .rz-inputtext:focus) + label::after {
        left: 10px;
    }*/

.input-group > .insideTextPadding:placeholder-shown ~ label {
    color: transparent;
}

    .input-group > .insideTextPadding:placeholder-shown ~ label::after {
        left: -6px;
    }

.input-group > .insideTextPadding:focus::placeholder {
    color: transparent;
}

.input-group > .insideTextPadding > .rz-inputtext:placeholder-shown {
    font-size: 14px !important;
}


.insideTextPadding:has(.rz-inputtext:not(:placeholder-shown)) + label {
    top: 0;
    font-size: 12px !important;
    background: #ffffff;
    color: #c5c7cd !important;
}

.insideTextPadding:has(.rz-inputtext:placeholder-shown) + label::after {
    left: 2px;
}

.insideTextPadding:has(.rz-inputtext:placeholder-shown) + label {
    color: transparent;
}

.insideTextPadding:has(.rz-inputtext:focus::placeholder) {
    color: transparent;
}

.insideTextPadding:has(.rz-inputtext:focus) + label::after {
    left: 2px !important;
}

div:not(.rz-form-field-content) > .rz-colorpicker.rz-state-disabled, div:not(.rz-form-field-content) > .rz-spinner.rz-state-disabled, div:not(.rz-form-field-content) > .rz-listbox.rz-state-disabled, div:not(.rz-form-field-content) > .rz-autocomplete-input:disabled, div:not(.rz-form-field-content) > .rz-state-disabled.rz-autocomplete, div:not(.rz-form-field-content) > .rz-state-disabled.rz-multiselect, div:not(.rz-form-field-content) > .rz-state-disabled.rz-dropdown, div:not(.rz-form-field-content) > .rz-colorpicker:disabled, .rz-lookup-search div:not(.rz-form-field-content) > input:disabled, div:not(.rz-form-field-content) > .rz-spinner:disabled, .rz-calendar div:not(.rz-form-field-content) > .rz-inputtext:disabled, div:not(.rz-form-field-content) > .rz-multiselect:disabled, div:not(.rz-form-field-content) > .rz-dropdown:disabled, div:not(.rz-form-field-content) > .mask:disabled, div:not(.rz-form-field-content) > .rz-textarea:disabled, div:not(.rz-form-field-content) > .rz-textbox:disabled {
    /*    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3)) !important;
*/ background-color: #fff !important;
}

.rz-calendar.rz-state-disabled .rz-inputtext {
    /*    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3)) !important;
*/
    background-color: #fff !important;
}

.inpStyle:disabled {
    /*    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3)) !important;
*/
    background-color: rgba(239, 239, 239, 0.3) !important;
}

.viewFormStyle input, .viewFormStyle textarea, .viewFormStyle select, .viewFormStyle .rz-inputtext {
    border: unset;
    background-color: #fff !important;
}

.input-group > .dateBorder > input:focus ~ #completionId, .input-group > .dateBorder > input:not(:placeholder-shown) ~ #completionId {
    top: 0;
    font-size: 12px !important;
    background: #ffffff;
    color: #c5c7cd;
}

.edit-icon-style {
    color: #ff7c00;
    position: relative;
}

select:disabled {
    opacity: unset;
    color: #393939 !important;
    font-size: 14px;
    background-color: rgba(239, 239, 239, 0.3);
}

.options-card-style {
    font-size: 14px;
    font-weight: 500;
    color: #393939;
    box-shadow: none !important;
    padding: 14px 16px !important;
}

    .options-card-style:hover {
        font-size: 14px;
        font-weight: 500;
        box-shadow: none !important;
        background-color: #f9f8f8;
        color: #393939;
        padding: 14px 16px !important;
    }

.options-card-delete {
    color: #de4040;
    font-size: 14px;
    font-weight: 500;
    /* box-shadow: unset !important; */
    border-top: #ccc;
    padding: 14px 16px !important;
}

    .options-card-delete:hover {
        font-size: 14px;
        font-weight: 500;
        /* box-shadow: none !important;*/
        background-color: #f9f8f8;
        color: #de4040;
        padding: 14px 16px !important;
    }

.mentioned-user {
    text-decoration: underline;
    /*background-color: #ff7c003d;
    padding: 2px 5px;
    border-radius: 6px;*/
}

.rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
    border: 1px solid #bdbdbd !important;
    box-shadow: unset !important;
}

.rz-textbox:not(:disabled):not(.rz-state-disabled):hover {
    border: 1px solid #bdbdbd !important;
    box-shadow: unset !important;
}

.rz-datepicker-prev, .rz-datepicker-next {
    display: flex;
    align-items: center;
}

.rz-dropdown {
    height: unset !important;
    min-height: 36px !important;
    max-height: 90px !important;
}

.rz-datepicker-title > .rz-dropdown > .rz-dropdown-label {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.rz-datepicker-title {
    align-items: center;
    display: flex;
    justify-content: center;
}

    .rz-datepicker-title .rz-dropdown {
        margin-top: 0px !important;
    }

        .rz-datepicker-title .rz-dropdown:first-child {
            margin-right: 10px;
        }

.rz-datepicker-header {
    padding: 0 0.5rem !important;
}

.rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus {
    border: 0.5px solid #CCCCCC !important;
    box-shadow: unset !important;
}

.rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):hover {
    border: 0.5px solid #CCCCCC !important;
}



.inputViewMode {
    border: unset !important;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
}

div:not(.rz-form-field-content) > .rz-textbox:disabled {
    background-color: rgba(239, 239, 239, 0.3) !important;
}

.rz-calendar.rz-state-disabled .rz-inputtext {
    background-color: rgba(239, 239, 239, 0.3) !important;
}

.high-style {
    background-color: rgba(217, 63, 98, 0.20) !important;
    border-radius: 4px !important;
    border: 1px solid #D93F62;
    color: #D93F62 !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 6px !important;
    line-height: 1;
    text-transform: unset !important;
    /*    width: 72px;
*/
}

.medium-style {
    background-color: rgba(231, 160, 60, 0.20) !important;
    border-radius: 4px !important;
    color: rgba(231, 160, 60, 0.7) !important;
    border: solid 1px rgba(231, 160, 60, 0.7);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 6px !important;
    line-height: 1;
    text-transform: unset !important;
    /* width: 72px;*/
}

.low-style {
    background-color: rgba(101, 200, 136, 0.20) !important;
    border-radius: 4px !important;
    color: #65C888 !important;
    border-radius: 4px !important;
    border: solid 1px #65c888;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 6px !important;
    line-height: 1;
    text-transform: unset !important;
    /*width: 72px;*/
}

.high-active {
    background-color: #D93F62 !important;
    color: #fff;
    border: solid 1px #d93f62;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
    padding: 6px !important;
    line-height: 1 !important;
    /*border-style: outset;*/
    text-transform: unset !important;
}

.medium-active {
    background-color: rgba(231, 160, 60, 0.7) !important;
    color: #fff !important;
    border: solid 1px rgba(231, 160, 60, 0.7);
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
    padding: 6px !important;
    line-height: 1 !important;
    text-transform: unset !important;
    /* border-style: outset;*/
}

.low-active {
    background-color: #65c888 !important;
    color: #fff;
    border: solid 1px #65c888;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
    padding: 6px !important;
    line-height: 1;
    text-transform: unset !important;
    /*border-style: outset;*/
}

.full-exit-style {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
    padding-bottom: 4px;
}

.full-exit-outerbox {
    align-items: center !important;
    display: flex;
    justify-content: center;
    width: 23px !important;
    height: 23px !important;
    border-radius: 2px;
    /*border: solid 0.5px #ccc;*/
}

.rz-dialog-title {
    font-weight: 600 !important;
}

.resetCssForIos {
    -webkit-appearance: none;
}

.rz-button:disabled {
    opacity: 0.2;
}

.editCommon:has(> input:disabled) {
    opacity: 0.2;
}

.customValidation-style {
    width: 0px;
    height: 0px;
    max-height: 0;
    min-height: 0;
}

.backgroundTVView {
    background-color: #F7F8FC;
}

.fullCloseIconColor {
    height: 12px !important;
    width: 12px !important;
    font-size: 18px !important;
}

.taskListIconColor {
    height: 12px !important;
    width: 12px !important;
    font-size: 18px !important;
}

.fieldBackground-style {
    background-color: #ECECEC !important;
}

#imgTasksLoadMore {
    opacity: 1;
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    position: fixed;
    right: 5%;
    z-index: 1;
    bottom: 8%;
    /*top:2%;*/
}

.div_sortfilter {
    border: var(--rz-input-border);
    border-radius: var(--rz-input-border-radius);
    padding: 3px 20px;
    position: absolute;
    right: 22px;
}

.custom-datagrid {
    border: none !important;
}

    .custom-datagrid > .rz-data-grid-data > .rz-grid-table thead th {
        border-bottom: none !important;
    }

    .custom-datagrid > .rz-data-grid-data > .rz-grid-table td {
        border-bottom: none !important;
    }

.menuReference > li.rz-navigation-item > ul.rz-navigation-menu {
    overflow-y: auto;
    height: 330px;
}

.popupUserDashboard {
    position: absolute;
    display: block;
    z-index: 2000;
    left: 325px !important;
    top: 190px !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    width: 47%;
    padding: 2rem 2rem 0 2rem;
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.40);
}

.rz-chkbox-box {
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

    .rz-chkbox-box.rz-state-active {
        border: #ff7c00 !important;
        background-color: #ff7c00 !important;
    }


.show-more {
    height: 15px;
    flex-grow: 0;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939 !important;
    margin-left: 10px;
    background-color: #fff !important;
    box-shadow: none !important;
}


.Clickable {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .Clickable:hover {
        background-color: rgba(0, 0, 0, .15);
        cursor: pointer;
        border-radius: 50% !important;
    }

/* edit icon styling same in whole application  */

.edit-icon-outer-div {
    opacity: unset;
    border: 1px solid #ff7c00;
    min-height: 2.25rem;
    min-width: 2.25rem;
    margin-left: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    max-width: 2.25rem;
    max-height: 2.25rem;
    cursor:pointer;
}

    .edit-icon-outer-div:hover {
        background-color: #ff7c00;
        cursor: pointer;
    }

.edit-icon {
    color: #ff7c00 !important;
    cursor:pointer;
}

.edit-icon-outer-div:hover > .edit-icon {
            color: #ffffff !important;
            cursor:pointer;
        }

.pauseTask {
    height: 20px;
    width: 20px;
}

/*........................*/