/*css added by bhagyashree*/
.spinner {
    margin-top: 25%;
    margin-left: 50%;
    position: absolute;
}
/*content wrong userID password border stop input box*/
.Authentication-failed {
    border: 2px solid red !important;
}


.nav-item-active {
    background: #009BF54D 0% 0% no-repeat padding-box;
    border: 1px solid #009BF5;
}

.prod-alert-message {
    display: block;
    text-align: center;
    letter-spacing: 0px;
    color: #ff0000a6;
    font: normal normal bold 16px/24px Roboto;
    width: 285px;
}

    .prod-alert-message b {
        color: #707070;
        opacity: 0.3;
    }


/*content popup show black background*/
.form-container {
    position: fixed;
    background: #707070 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 0.5;
    min-height: 700px;
    min-width: 1024px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: -700px;
    margin-left: -480px;
}


/*add company form and Edit company form*/
.close-company-modal {
    display: block;
    position: absolute;
    left: 935px;
    top: 20px;
    cursor: pointer;
    z-index: 55;
}

    .close-company-modal img {
        height: 30px;
        width: 30px;
    }

/*Authentiction*/
.languageDropdown {
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 20px;
    margin-left: 850px;
}

    .languageDropdown label {
        display: inline-block;
        vertical-align: top;
        left: 7px;
        font: normal normal bold 14px/19px Roboto;
        letter-spacing: 0px;
        color: #707070;
        opacity: 1;
        margin-right: 10px;
    }

.dropdown-list {
    display: block;
    position: absolute;
    left: 33px;
    z-index: 1;
}

.languageDropdown-change {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: white;
}

    .languageDropdown-change img {
        cursor: pointer;
    }

    .languageDropdown-change a {
        display: block;
        width: 62px;
    }


.languageDropdown img {
    display: inline-block;
    left: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-right: 8px;
}

.languageDropdown i {
    position: relative;
    color: #707070;
    left: 8px;
    top: 3px;
}

.languageDropdown .dropbtn {
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    top: -4px;
}


.search-dropdown {
    display: block;
    position: absolute;
    z-index: 10;
    height: 440px;
    width: 354px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 99px;
    left: 46px;
}

.driver-dropdown {
    display: block;
    position: absolute;
    z-index: 10;
    height: auto;
    max-height: 440px;
    width: 165px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 33px;
    /* left: -28px; */
    border: 1px solid #707070;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #707070;
    padding: 0 !important;
}

    .driver-dropdown::-webkit-scrollbar, .search-dropdown::-webkit-scrollbar {
        display: none;
    }

    .driver-dropdown a, .search-dropdown a {
        position: relative;
        /*left: 35px;*/
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #FFFFFF;
        /*width: 355px;*/
        cursor: pointer;
        font: normal normal bold 12px/16px Roboto;
    }

        .driver-dropdown a:hover, .search-dropdown a:hover {
            background-color: #ddd;
        }

    .driver-dropdown label, .search-dropdown label {
        position: relative;
        left: 35px;
        color: red;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #FFFFFF;
        /*width: 260px;*/
        font: normal normal bold 12px/16px Roboto;
    }

/*search dropdown for dispatch note form*/
.dn-search-left-col .search-dropdown {
    display: block;
    position: absolute;
    z-index: 10;
    height: 440px;
    width: 265px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 78px;
    left: 28px;
}

    .dn-search-left-col .search-dropdown::-webkit-scrollbar {
        display: none;
    }

    .dn-search-left-col .search-dropdown a {
        position: relative;
        left: 18px;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #FFFFFF;
        width: 263px;
        cursor: pointer;
        font: normal normal bold 12px/16px Roboto;
    }

        .dn-search-left-col .search-dropdown a:hover {
            background-color: #ddd;
        }

    .dn-search-left-col .search-dropdown label {
        position: relative;
        left: 35px;
        color: red;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #FFFFFF;
        /*width: 260px;*/
        font: normal normal bold 12px/16px Roboto;
    }

/*drag command drop functionality css*/
.plk-dd-draggable {
    user-select: none;
    -webkit-user-drag: element;
    cursor: grab;
    transform: translate(0px,0px)
}

/*add this to avoid flickering*/
.plk-dd-inprogess > div {
    pointer-events: none;
}

/*dropzone style style*/
.plk-dd-dropzone {
    /*    min-height: 50px;
*/ min-height: 230px;
}

/*drag drop styles*/

.plk-dd-spacing {
    height: 0px;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
}

.plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.6;
        animation: blinker 1s linear infinite;
    }

.plk-dd-dragged-over-denied {
    background-color: red;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-dd-in-transit {
    opacity: 0;
}

    .plk-dd-in-transit > div {
        opacity: 0;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

/*for flex demo*/

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-flex .plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-flex .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.9;
        animation: blinker 1s linear infinite;
    }

.plk-flex .plk-dd-in-transit {
    background-color: orangered;
}

    .plk-flex .plk-dd-in-transit > div {
        background-color: orangered;
    }

.plk-dd-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


/*cursor content image*/

.img-cursor {
    cursor: pointer;
}


/*css added by bhagyashree*/

:root {
    --pagecolor-f8f8f8: #f8f8f8;
    --text-707070: #707070;
    --text-7070704d: #7070704d;
    --selection-009BF5: #009bf5;
    --selection-009BF54d: #009bf54d;
    --attention-e19494: #e19494;
    --light-red-background: #ff000033;
    --confirmation-8ad57b: #8ad57b;
    --dark-green-text: #166307;
    --light-green-background: #2bff0033;
    --light-grey-text: rgba(112, 112, 112, 0.4);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif !important;
}

/* Styling for page no.9 START*/

.container {
    background: var(--pagecolor-f8f8f8);
    width: 1024px !important;
    max-width: 1024px !important;
    height: 700px !important;
    max-height: 700px !important;
    overflow: hidden;
}

@media (min-width: 992px) {
    .container {
        max-width: 1024px !important;
    }
}

.live-date-time {
    position: relative;
    top: -10px;
}

.nav-height {
    height: 120px !important;
    max-height: 120px !important;
    overflow: hidden;
}

.card-user-ellipse-text {
    position: relative;
    top: -13px;
}

.header-section-left {
    width: 500px !important;
}

.header-section-right {
    width: 516px !important;
}

.text-style-1 {
    color: var(--text-707070);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.text-style-2 {
    color: #0f0e0e;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.text-style-3 {
    color: var(--text-707070);
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

.text-style-4 {
    color: var(--text-707070);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.text-style-5 {
    color: var(--text-707070);
    font-style: normal;
    font-size: 12px;
}

.text-style-6 {
    color: var(--selection-009BF5);
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

.text-style-7 {
    color: var(--selection-009BF5) !important;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
}

.text-direction-rtl {
    direction: rtl;
}

.nav-item-container {
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    max-width: 98px !important;
}

.nav-icon {
    width: 55px;
}

/* Custom opacity */
.nav-item-1 {
    opacity: 0.4;
    text-decoration: none;
}

.nav-item-2 {
    opacity: 0.4;
    text-decoration: none;
}

.nav-item-3 {
    opacity: 1;
    text-decoration: none;
}

.nav-item-4 {
    opacity: 1;
    text-decoration: none;
}

.nav-item-5 {
    opacity: 0.4;
    text-decoration: none;
}

.opacity-1 {
    opacity: 1;
}

.opacity-2 {
    opacity: 0.4;
}

.height-1 {
    height: 40px;
}

.height-2 {
    height: 25px;
}

.nav-item-container:hover {
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    background: var(--selection-009BF54d);
    cursor: pointer;
}

ul.custom-breadcrumb {
    list-style: none;
}

    ul.custom-breadcrumb li {
        display: inline;
        color: var(--selection-009BF5);
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
    }

        ul.custom-breadcrumb li a {
            text-decoration: none;
            color: var(--text-707070);
        }

        ul.custom-breadcrumb li + li:before {
            padding: 4px;
            color: var(--text-707070);
            content: ">";
            font-weight: bold;
        }

        ul.custom-breadcrumb li + .brcmb-last-item:after {
            padding: 4px;
            color: var(--selection-009BF5);
            content: ">";
            font-weight: bold;
            line-height: 1;
        }

        ul.custom-breadcrumb li a:hover {
            text-decoration: underline;
        }

.breadcrumb-container {
    width: 500px !important;
    max-width: 500px !important;
}

.custom-btn1 {
    background-color: transparent;
    border: 1px solid var(--selection-009BF5);
    text-decoration: none;
    border-radius: 10px;
    padding: 7px 10px;
    color: var(--text-707070);
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

.custom-btn1-active {
    background-color: var(--selection-009BF54d);
}

.custom-btn1:hover {
    background-color: var(--selection-009BF54d);
}

.search-form input {
    border: none;
    border-radius: 10px 0px 0px 10px;
    padding: 7px 10px;
}

    .search-form input:focus-visible {
        outline: 1px solid var(--selection-009BF5);
    }

.search-form button {
    background: transparent !important;
}

    .search-form button:hover {
        background: #cccccc !important;
    }

.search-form {
    border: 2px solid white !important;
    border-radius: 10px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: var(--text-7070704d);
    font-size: 12px;
    font-weight: bold;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: var(--text-7070704d);
    font-size: 12px;
    font-weight: bold;
}

::placeholder {
    color: var(--text-7070704d);
    font-size: 12px;
    font-weight: bold;
}

.search-form button {
    background: var(--pagecolor-f8f8f8);
    border: none;
    border-radius: 0px 10px 10px 0px;
}

.down-arrow {
    transform: rotate(90deg);
}

.up-arrow {
    transform: rotate(-90deg);
}

.process-number {
    color: var(--selection-009BF5);
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
}

.process-text {
    color: var(--selection-009BF5);
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
}

.flag {
    width: 14px;
}

/* col-2  */
.rectangle-126 {
    height: 166px;
    max-height: 166px;
    width: 180px !important;
    /* padding: 0px 10px 10px 10px; */
    border-radius: 10px;
}

.rectangle-125 {
    height: 231px;
    max-height: 231px;
    width: 187px !important;
    overflow-y: scroll;
    ms-overflow-style: none;
    scrollbar-width: none;
}

    .rectangle-125::-webkit-scrollbar {
        display: none;
    }

.rectangle-101 {
    border: 1px solid white;
    border-radius: 10px;
    width: 398px !important;
    max-width: 398px !important;
    height: 245px !important;
    max-height: 245px !important;
    padding: 10px 10px 4px 12px;
}

.ticket-details-number {
    font-size: 24px;
    line-height: 1;
}

.line1 {
    border-bottom: 1px solid var(--text-707070);
    margin: 0px 10px;
}

.line2 {
    border-right: 1px solid var(--text-707070);
}

.empty-row1 {
    height: 18px;
}

.red-dot {
    background: #E19494;
    height: 15px !important;
    width: 15px !important;
}

.green-dot {
    background: green;
    height: 15px !important;
    width: 15px !important;
}

.blue-dot {
    background: #009BF5;
    height: 15px !important;
    width: 15px !important;
}

.grey-dot {
    background: grey;
    height: 15px !important;
    width: 15px !important;
}

.scroll-sub-row {
    border-radius: 10px;
    min-height: 65px !important;
    cursor: pointer;
}

.scroll-sub-row-active {
    border: 1px solid #009BF5;
}

.line-height-1 {
    line-height: 1;
}

.sub-text {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.custom-line-height {
    line-height: 0.5;
}

.washing-container {
    flex-direction: row;
    flex-wrap: nowrap !important;
}

.process-arrow3 {
    position: relative;
    left: -12px;
}

.process-arrow4 {
    position: relative;
    left: 5px;
}

.process-arrow5 {
    position: relative;
    left: 15px;
}

.col-number-4 {
    margin-left: 16px;
    min-width: 218px;
}

/* Production Items Styling  */
.production-items-container {
    height: 243px;
    width: 218px;
    max-height: 243px;
    max-width: 218px;
    border-radius: 10px;
    overflow-x: auto;
}

    .production-items-container::-webkit-scrollbar {
        display: none;
    }

.empty-row2 {
    height: 23px !important;
}

.bagger-img {
    padding-left: 30px;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }
/* Styling for page no.9 END*/

/* Styling for page no.2 STA0RT*/
.section-left {
    width: 449px;
    max-width: 449px !important;
    /* border-right: 1px solid black; */
}

.section-right {
    width: 575px;
    max-width: 575px !important;
}

.section-left,
.section-right {
    height: 576px;
    max-height: 576px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.breadcrumb-row {
    height: 24px;
    max-height: 24px !important;
    max-width: 100% !important;
}

.section-left .row {
    max-width: 449px !important;
}

.search-row {
    margin-top: 13px !important;
}

.search-button-image {
    padding-left: 3px !important;
}

.custom-left-margin {
    margin-left: 2px !important;
}

.customer-card-row {
    margin-top: 8px !important;
    width: 408px;
    max-width: 408px !important;
    height: 169px;
    max-height: 169px !important;
    margin-left: 28px !important;
}

.cust-card-row1 {
    position: relative;
    height: 40px;
    max-height: 40px !important;
}

.cust-card-row2 {
    height: 139px;
    max-height: 139px !important;
    border: 1px solid white;
    border-radius: 10px;
}

.credit-amount-container {
    width: 126px;
    max-width: 126px !important;
    border: 1px solid white;
    border-radius: 10px;
}

.discount-container {
    width: 91px;
    max-width: 91px !important;
    border: 1px solid white;
    border-radius: 10px;
    margin-right: 6px;
}

.credit-text-container {
    width: 47px;
    max-width: 47px !important;
    height: 30px;
    max-height: 30px !important;
    border-radius: 0px 10px 10px 0px;
}

.credit-amount-container2 {
    background: white;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
}

.text-style-8 {
    color: var(--text-707070);
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
}

.text-style-9 {
    color: var(--confirmation-8ad57b);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.text-style-10 {
    color: var(--attention-e19494);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.text-style-11 {
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.text-style-12 {
    color: var(--text-707070);
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
}

.text-style-13 {
    color: var(--attention-e19494);
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
}

.text-style-14 {
    color: var(--text-707070);
    font-style: normal;
    font-size: 18px;
}

.text-style-15 {
    color: var(--attention-e19494);
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
}

.text-style-16 {
    color: var(--selection-009BF5);
    font-style: normal;
    font-size: 12px;
}

.text-style-17 {
    color: var(--text-707070);
    font-weight: bolder;
    font-style: normal;
    font-size: 57px;
}

.text-style-18 {
    color: var(--selection-009BF5);
    font-weight: bolder;
    font-style: normal;
    font-size: 99px;
}

.text-style-18 {
    color: var(--selection-009BF5);
    font-weight: bolder;
    font-style: normal;
    font-size: 99px;
}

.text-style-19 {
    color: var(--text-707070);
    font-weight: bolder;
    font-style: normal;
    font-size: 24px;
}

.text-style-20 {
    color: var(--text-707070);
    font-style: normal;
    font-size: 20px;
}


.text-style-23 {
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
}

.text-style-24 {
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.text-style-25 {
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.text-style-26 {
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.text-style-27 {
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.text-style-28 {
    color: var(--text-707070);
    font-style: normal;
    font-size: 10px;
}

.discount-text-container,
.discount-text-container {
    width: 49px;
    max-width: 49px !important;
    height: 30px;
    max-height: 30px !important;
    border-radius: 0px 10px 10px 0px;
}

.discount-per-container {
    overflow: hidden;
    background: white;
    border-radius: 10px 0px 0px 0px;
}

.cust-card-left {
    background: white;
    border-radius: 10px 0px 0px 10px;
}

.cust-card-right {
    width: 47px;
    max-width: 47px !important;
}

.profile-image {
    width: 50px;
    max-width: 50px !important;
}

.profile-text-container {
    padding-left: 30px !important;
}

.ellipse56-blue {
    background: #009bf5;
    box-shadow: 0px 3px 6px #009bf580;
    position: absolute;
    top: 27px;
    left: -10px;
    height: 25px;
    max-height: 25px !important;
    width: auto !important;
    z-index: 3;
    /*max-width: 25px !important;*/
}

.ellipse56-white {
    background: white;
    box-shadow: 0px 3px 6px #70707080;
    position: relative;
    top: 4px;
    left: 14px;
    height: 14px;
    max-height: 14px !important;
    width: 14px;
    max-width: 14px !important;
    z-index: 3;
}

.rounded-circle1 {
    border-radius: 15px !important;
}

.cust-card-title {
    position: relative;
    left: -14px;
}

.bag-icon {
    position: relative;
    top: -8px;
}

.profile-name {
    overflow: hidden;
    white-space: nowrap;
    max-width: 265px;
}

.customer-tkt-row {
    width: 408px;
    max-width: 408px !important;
    margin-top: 27px !important;
}

/* .ticket-row{
    height: 59px;
    max-height: 59px !important;
    width: 408px;
    max-width: 408px !important;
    background: white;
    border-radius: 10px;
    border: 1px solid green;
} */

.ticket-row {
    width: 408px;
    max-width: 408px !important;
    height: 272px;
    padding-left: 0 !important;
    margin-top: 28px !important;
    margin-left: 40px !important;
}

.main-ticket-row {
    background: white;
    height: 59px;
    max-height: 59px;
    border-radius: 10px;
    background: white;
}

.ticket-left-div {
    width: 48px;
    max-width: 48px !important;
    border: 1px solid var(--attention-e19494);
    border-radius: 10px 0px 0px 10px;
}

.ticket-middle-div {
    border-top: 1px solid var(--attention-e19494);
    border-bottom: 1px solid var(--attention-e19494);
}

.ticket-right-div {
    width: 35px;
    max-width: 35px !important;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--attention-e19494);
}

.main-ticket-number {
    overflow: hidden;
    white-space: nowrap;
}

.mid-tkt-div-right {
    width: 80.75px;
    overflow: hidden;
}

.euro-amount {
    /* overflow: hidden; */
    white-space: nowrap;
}

.payment-condition-red {
    transform: rotate(-90deg);
    transform-origin: center;
}

.payment-condition-green {
    transform: rotate(-90deg);
    transform-origin: center;
}

.cust-tkt-scroll-div {
    overflow-y: scroll !important;
    max-height: 250px !important;
    ms-overflow-style: none;
    scrollbar-width: none;
}

    .cust-tkt-scroll-div::-webkit-scrollbar {
        display: none;
    }

/* paid ticket makes color red START */

.paid-ticket .text-style-13,
.paid-ticket .text-style-10,
.paid-ticket .text-style-15 {
    color: var(--confirmation-8ad57b) !important;
}

.paid-ticket .ticket-left-div,
.paid-ticket .ticket-right-div {
    border: 1px solid var(--confirmation-8ad57b);
}

.paid-ticket .ticket-middle-div {
    border-top: 1px solid var(--confirmation-8ad57b);
    border-bottom: 1px solid var(--confirmation-8ad57b);
}

/* paid ticket makes color red END */

/* Unpaid ticket makes color red START */
.unpaid-ticket .text-style-13,
.unpaid-ticket .text-style-10,
.unpaid-ticket .text-style-15 {
    color: var(--attention-e19494) !important;
}

.unpaid-ticket .ticket-left-div,
.unpaid-ticket .ticket-right-div {
    border: 1px solid var(--attention-e19494);
}

.unpaid-ticket .ticket-middle-div {
    border-top: 1px solid var(--attention-e19494);
    border-bottom: 1px solid var(--attention-e19494);
}

.cust-tkt-count {
    position: relative;
    max-height: 14px !important;
    max-width: 29px !important;
    top: -5px;
    left: -260px;
}

.section-right {
    /* border-left: 1px solid red; */
    margin-left: 9px !important;
}

.observations-textbox,
.promotions-textbox,
.subscriptions-textbox {
    background: white;
    height: 65px;
    max-height: 65px !important;
    width: 170px;
    max-width: 170px !important;
    border-radius: 10px;
}

.right-mid-row {
    height: 250px;
    max-height: 250px !important;
    width: 547px;
    max-width: 547px !important;
    background: white;
    margin-top: 6px !important;
    border-radius: 10px;
    position: absolute;
    /* border: 1px solid grey;*/
}

.weekly-volume,
.graph-volume {
    width: 265px;
    max-width: 265px !important;
    height: 211px;
    max-height: 211px !important;
    background: white;
    /*border: 1px solid var(--selection-009BF5);*/
    border-radius: 10px;
}

.right-mid-row-main {
    height: 256px !important;
}

.right-bottom-row-main {
    margin-top: 11px !important;
    margin-right: 6px !important;
}

.weekly-volume .area-2 {
    height: 150px;
    max-height: 150x !important;
}

.weekly-volume .area-3 {
    height: 110px;
    max-height: 110px !important;
}

.weekly-volume .area-4 {
    height: 40px;
    max-height: 40px !important;
}

.weekly-volume .week-text {
    border: 1px solid blueviolet;
}

.arrow-up-right-main {
    position: relative;
    z-index: 15;
    height: 16px !important;
    max-height: 16px !important;
    width: 16px !important;
    max-width: 16px !important;
    top: -13px;
    left: -3px;
}

.arrow-up-right0-main {
    position: relative;
    z-index: 15;
    height: 16px !important;
    max-height: 16px !important;
    width: 16px !important;
    max-width: 16px !important;
    top: -17px;
    left: -7px;
}

.arrow-up-right0, .arrow-up-right {
    height: 16px !important;
    max-height: 16px !important;
    width: 16px !important;
    max-width: 16px !important;
}

    .arrow-up-right:hover, .arrow-up-right0:hover {
        opacity: 0.7;
        cursor: pointer;
    }
/* Unpaid ticket makes color red END */

/* Styling for page no.2 END*/


/* Styling for Login Page  START*/
.login-pg-logo {
    height: 78px !important;
    width: 233px !important;
    position: absolute;
    top: -3px;
    left: -10px;
}

.setting-button-main {
    height: 33px !important;
    max-height: 33px !important;
    width: 124px !important;
    max-width: 124px !important;
    border: 1px solid var(--selection-009BF5);
    border-radius: 0px 0px 10px 10px;
    background: var(--selection-009BF54d);
    border-top: none;
    position: absolute;
    top: 0;
    left: 245px;
}

.setting-button-img {
    height: 26px !important;
    max-height: 26px !important;
    width: 26px !important;
    max-width: 26px !important;
}

.auth-left-section {
    margin-left: 80px;
    width: 460px !important;
    max-width: 460px !important;
}

.login-title-row {
    margin-top: 82px !important;
}

.auth-number {
}

.login-code-input {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    width: 100% !important;
    height: 43px !important;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 18px;
}

.login-PIN-input {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    width: 212px !important;
    height: 43px !important;
    border-radius: 10px;
    font-size: 18px !important;
    margin: auto;
    padding: auto;
    text-align: center;
}

    .login-code-input:focus-visible, .login-PIN-input:focus-visible {
        outline: 1px solid var(--selection-009BF5);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }


.login-code-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-707070);
    opacity: 0.4;
    font-size: 18px;
    font-weight: 400;
}

.login-code-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--text-707070);
    opacity: 0.4;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
}

.login-code-input::-ms-input-placeholder {
    color: var(--text-707070);
    opacity: 0.4;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
}


.login-PIN-input::placeholder {
    color: var(--text-707070);
    opacity: 0.4;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.login-PIN-input:-ms-input-placeholder {
    color: var(--text-707070);
    opacity: 0.4;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 10px;
}

.login-PIN-input::-ms-input-placeholder {
    color: var(--text-707070);
    opacity: 0.4;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 10px;
}

.auth-left-col-2, .auth-right-col-2 {
    padding-top: 30px;
}

.login-guide-text {
    opacity: 0.4;
}

.login-PIN-button {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    border-radius: 20px;
    height: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    max-width: 60px !important;
    font-size: 40px;
    font-weight: bolder;
    color: var(--text-707070);
}

    .login-PIN-button:hover {
        background: var(--selection-009BF54d);
    }

.login-PIN-button-col {
    width: 212px !important;
    max-width: 212px !important;
    flex-wrap: wrap;
}

.auth-right-section {
    margin-left: 72px;
}

.x-icon-img {
    width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
    vertical-align: unset !important;
}

.login-button {
    background: var(--selection-009BF5);
    box-shadow: 0px 3px 10px #009bf580;
    width: 210px !important;
    max-width: 210px !important;
    height: 64px !important;
    max-height: 64px !important;
    border: none;
    border-radius: 10px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
}

.create-PIN-button {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    height: 43px !important;
    max-height: 43px !important;
    width: 152px !important;
    max-width: 152px !important;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--text-707070);
}

    .create-PIN-button:hover {
        background: var(--selection-009BF54d);
    }

.login-buttons-div {
    position: absolute;
    top: 559px;
    left: 395px;
}

.create-pin-text {
    position: absolute;
    top: 654px;
    left: 219px;
}
/* Styling for Login Page  END*/

/* Home Page New CSS START*/
.performance-graph-row {
    height: 200px;
    max-height: 200px !important;
    width: 497px;
    max-width: 497px !important;
    background: lightseagreen;
}

.h-graph-headline-text {
    position: absolute;
    top: 0;
    width: 540px;
    z-index: 1;
}
/* Home Page New CSS END*/


/* Styling for invoice Page  START*/
.create-invoice-page .right-sec-col {
    height: 565px;
    margin-top: 5px;
    overflow: hidden;
}

.ci-buttons-row {
    width: 549px;
}

.ci-button1 {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    width: 97px;
    height: 33px;
}

.disable-button {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.ci-button2 {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    width: 161px;
    height: 33px;
    max-width: 161px;
    max-height: 33px;
    margin-left: 20px;
}

.ci-button1 {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    width: 97px;
    height: 33px;
    max-width: 97px;
    max-height: 33px;
}

.ci-button2 {
    background: var(--pagecolor-f8f8f8);
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    width: 161px;
    height: 33px;
    max-width: 161px;
    max-height: 33px;
    margin-left: 20px;
}

    .ci-button1:hover, .ci-button2:hover {
        background: var(--selection-009BF54d);
    }

.ci-company-list-row {
    width: 549px;
    max-width: 549px !important;
    height: 155px !important;
}

.ci-add-company-btn {
    width: 103px;
    max-width: 103px !important;
    height: 155px;
    max-height: 155px !important;
    background: white;
    border-radius: 10px;
    border: none;
}

    .ci-add-company-btn a {
        text-decoration: none;
    }

    .ci-add-company-btn:active {
        opacity: 0.8;
    }

.ci-hr-slider-col {
    width: 434px !important;
    max-width: 434px !important;
    margin-left: auto;
    overflow-x: scroll;
    --ms-overflow-style: none;
    scrollbar-width: none;
}

    .ci-hr-slider-col::-webkit-scrollbar {
        display: none;
    }

.ci-company-card {
    background: white;
    border-radius: 10px;
    min-width: 199px !important;
    max-width: 199px !important;
    height: 155px;
    cursor: pointer;
}

    .ci-company-card:hover {
        border: 1px solid var(--selection-009BF5)
    }

.cust-blue-border {
    border: 1px solid var(--selection-009BF5)
}

.ci-company-id {
    width: 110px;
    max-width: 110px !important;
    overflow: hidden;
    white-space: nowrap;
}

.ci-comapny-name {
    width: 188px;
    max-width: 188px;
    overflow: hidden;
    white-space: nowrap;
}

.ci-comapny-tagline {
    width: 188px;
    max-width: 188px;
    max-height: 37px !important;
    overflow: hidden;
}

.ci-company-text-col {
    height: 80px;
    max-height: 80px;
}

.ci-edit-pen-icon {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
}

.ci-select-tkt-title {
    height: 33px;
    max-height: 33px !important;
}

.ci-selected-tkt-row {
    height: 245px;
    max-height: 245px;
    width: 549px;
    max-height: 549px !important;
}

.ci-selected-tkt-main-row {
    min-height: 65px !important;
    max-height: 65px !important;
    border-radius: 10px;
}

.ci-main-tkt-col {
    min-width: 407px;
    max-width: 407px !important;
}

.forever-dlt-icon:active, .ci-options-icon:active {
    opacity: 0.8;
}

.forever-dlt-icon:hover, .ci-options-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.ci-forever-dlt-btn {
    background: var(--pagecolor-f8f8f8);
    border: none;
}

.ci-selected-tkt-col {
    height: 245px;
    max-height: 245px;
    width: 549px;
    max-height: 549px !important;
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .ci-selected-tkt-col::-webkit-scrollbar {
        display: none;
    }

.ci-calc-text {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.ci-print-button {
    color: white;
    background: var(--selection-009BF5);
    font-size: 20px;
    font-weight: bolder;
    border: none;
    border-radius: 20px;
    height: 64px;
    max-height: 64px;
    width: 161px;
    max-width: 161px;
    box-shadow: 0px 3px 10px #009bf580;
}

.ci-calc-text-col {
    max-width: 100px !important;
}
/* Styling for Login Page  END*/
/* Add Company Modal START*/

.add-company-modal-parent {
    position: absolute;
    top: 0;
    /*left: 0;*/
    height: 700px;
    max-height: 700px !important;
    width: 1024px;
    max-width: 1024px !important;
    background-color: rgba(255,255,255,0.7);
}

.add-company-modal-child {
    position: relative;
    z-index: 21;
    height: 659px;
    max-height: 659px !important;
    width: 987px;
    max-width: 987px !important;
    background: white;
    opacity: 1;
    border-radius: 20px;
}

.ac-title-text-col {
    padding-left: 59px !important;
    padding-top: 51px !important;
}

.ac-content-col {
    margin-left: 139px !important;
    margin-top: 44px !important;
}

.ac-company-name-col {
    width: 430px;
    max-width: 430px !important;
}

.ac-company-name-input {
    width: 430px;
    max-width: 430px !important;
}

    .ac-company-name-input .ac-name-input-col1 {
        width: 54px;
        max-width: 54px !important;
        height: 55px;
        max-height: 55px !important;
        border-radius: 10px 0px 0px 10px;
        border: 1px solid var(--selection-009BF5);
        border-right: none;
        background: var(--pagecolor-f8f8f8);
    }

    .ac-company-name-input .ac-name-input-col2 input {
        width: 100%;
        height: 100%;
        border: 1px solid var(--selection-009BF5);
        border-radius: 0px 10px 10px 0px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-company-name-input .ac-name-input-col2 input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-company-name-input .ac-name-input-col2 input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-company-name-input .ac-name-input-col2 input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-company-name-input .ac-name-input-col2 input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-service-description-col {
    width: 257px;
    max-width: 257px !important;
    height: 55px;
    max-height: 55px !important;
    margin-left: 25px;
}

    .ac-service-description-col input {
        width: 100%;
        height: 100%;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-service-description-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-service-description-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-service-description-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-service-description-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.add-company-modal-child .ac-VAT-col {
    width: 142px;
    max-width: 142px !important;
}

.add-company-modal-child .ac-address-col {
    width: 281px;
    max-width: 281px !important;
}

.ac-VAT-col {
    margin-left: 139px !important;
    margin-top: 19px !important;
}

    .ac-VAT-col input {
        width: 100%;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-VAT-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-VAT-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-VAT-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-VAT-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }


.ac-address-col {
    margin-left: 30px !important;
    margin-top: 19px !important;
}

    .ac-address-col input {
        width: 100%;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-address-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-address-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-address-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-address-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }


.ac-city-col {
    margin-left: 139px !important;
    margin-top: 19px !important;
    width: 196px;
    max-width: 196px !important;
}

    .ac-city-col input {
        width: 196px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-city-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-city-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-city-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-city-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-tax-col {
    margin-left: 29px !important;
    margin-top: 19px !important;
    width: 156px;
    max-width: 156px !important;
}

    .ac-tax-col input {
        width: 156px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-tax-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-tax-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-city-col input:-ms-input-placeholder {
    /* Internet Explorer */
    color: var(--text-7070704d);
    font-size: 18px;
    font-weight: bold;
}

.ac-tax-col input::placeholder {
    color: var(--text-7070704d);
    font-size: 18px;
    font-weight: bold;
}

.ac-zipcode-col {
    margin-left: 29px !important;
    margin-top: 19px !important;
    width: 113px;
    max-width: 113px !important;
}

    .ac-zipcode-col input {
        width: 113px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-zipcode-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-zipcode-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-zipcode-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-zipcode-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-district-col {
    margin-left: 29px !important;
    margin-top: 19px !important;
    width: 158px;
    max-width: 158px !important;
}

    .ac-district-col input {
        width: 158px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-district-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-district-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-district-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-district-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-fixed-phone-col {
    margin-left: 139px !important;
    margin-top: 19px !important;
    width: 156px;
    max-width: 156px !important;
}

    .ac-fixed-phone-col input {
        width: 156px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-fixed-phone-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-fixed-phone-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-fixed-phone-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-fixed-phone-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-mobile-phone-col {
    margin-left: 30px !important;
    margin-top: 19px !important;
    width: 157px;
    max-width: 157px !important;
}

    .ac-mobile-phone-col input {
        width: 157px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-mobile-phone-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-mobile-phone-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-mobile-phone-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-mobile-phone-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-email-col {
    margin-left: 30px !important;
    margin-top: 19px !important;
    width: 339px;
    max-width: 339px !important;
}

    .ac-email-col input {
        width: 339px;
        height: 55px;
        border: 1px solid var(--selection-009BF5);
        border-radius: 10px;
        font-size: 18px;
        color: var(--text-707070);
        font-weight: bold;
        padding-left: 20px;
    }

        .ac-email-col input:focus-visible {
            outline: 2px solid var(--selection-009BF5);
            outline-offset: -2px;
        }

        .ac-email-col input::-webkit-input-placeholder {
            /* Edge */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-email-col input:-ms-input-placeholder {
            /* Internet Explorer */
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

        .ac-email-col input::placeholder {
            color: var(--text-7070704d);
            font-size: 18px;
            font-weight: bold;
        }

.ac-create-button {
    height: 64px;
    max-height: 64px;
    width: 161px;
    max-width: 161px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    background: var(--selection-009BF5);
    box-shadow: 0px 3px 6px #009bf580;
    border-radius: 20px;
    border: none;
    margin-right: 44px;
}

.ac-create-button-row {
    margin-top: 40px !important;
}

.ac-delete-button {
    height: 64px;
    max-height: 64px;
    width: 161px;
    max-width: 161px;
    color: var(--text-707070);
    font-size: 20px;
    font-weight: 500;
    background: white;
    border-radius: 20px;
    border: 1px solid var(--attention-e19494);
    margin-right: 20px;
}

    .ac-create-button:hover, .ac-delete-button:hover {
        opacity: 0.9;
    }

    .ac-create-button:active, .ac-delete-button:active {
        opacity: 0.9;
    }

.close-editModal-button {
    position: absolute;
    border: none;
    background: none;
    right: 15px;
    top: 15px;
    opacity: 0.5;
}

    .close-editModal-button:hover {
        opacity: 1;
    }

    .close-editModal-button:active {
        opacity: 1;
    }
/* Add Company Modal END*/


/* Production Unit START*/

/*datepicker*/

.selected-edit-ticket {
    border: solid 1px #009BF5;
    border-radius: 20px !important;
}

.selected-rework-ticket {
    border: solid 1px #FF0000;
    border-radius: 20px !important;
}

.Edited {
    color: #FF000033 !important;
}

.datepicker-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}

    .datepicker-input::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

.datepicker-toggle {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 19px;
}

.datepicker-toggle-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,...');
}


/* Production Unit START*/
.pu-left-row-main, .pu-left-col-main {
    height: 486px;
    max-height: 486px !important;
    width: 377px;
    max-width: 377px !important;
}

.pu-left-col-main {
    border: 1px solid var(--selection-009BF54d);
    border-radius: 20px;
    padding: 11px 14px 5px 15px !important;
}

.pu-total-count-row {
    width: 348px;
    max-width: 348px !important;
    height: 36px;
    max-height: 36px !important;
}

.pu-total-text-col1 {
    width: 63px;
    max-width: 63px !important;
    height: 36px;
    max-height: 36px !important;
    background: #00000033;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid var(--selection-009BF54d);
}

.pu-total-count-col1 {
    width: 285px;
    max-width: 285px !important;
    height: 36px;
    max-height: 36px !important;
    background: white;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--selection-009BF54d);
    border-left: none;
}

.pu-total-count-col2 {
    width: 285px;
    max-width: 285px !important;
    height: 36px;
    max-height: 36px !important;
    background: white;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid var(--selection-009BF54d);
}

.pu-total-text-col2 {
    width: 63px;
    max-width: 63px !important;
    height: 36px;
    max-height: 36px !important;
    background: #00000033;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--selection-009BF54d);
    border-left: none;
}

.pu-left-scroll-row {
    height: 428px;
    max-height: 428px !important;
    width: 348px;
    max-width: 348px !important;
}

.pu-left-scroll-col {
    height: 428px;
    max-height: 428px !important;
    width: 348px;
    max-width: 348px !important;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 3px !important;
}

    .pu-left-scroll-col::-webkit-scrollbar {
        display: none;
    }

.pu-tkt-main-col {
    min-height: 122px;
    max-height: 122px !important;
    min-width: 168px;
    max-width: 168px !important;
    background: white;
    border-radius: 20px;
    margin-top: 10px !important;
}

.pu-tkt-sub-col1 {
    height: 122px;
    max-height: 122px !important;
    min-width: 114px;
    max-width: 114px !important;
}

.pu-tkt-sub-col2 {
    height: 122px;
    max-height: 122px !important;
    width: 52px;
    max-width: 52px !important;
}

.pu-tkt-row1 {
    margin-left: 13px !important;
    width: 101px;
    max-width: 101px !important;
}

.pu-red-tkt-row1 {
    margin-right: 13px !important;
    width: 101px;
    max-width: 101px !important;
}

.pu-tkt-row1 p {
    width: 95px;
    max-width: 95px !important;
    overflow: hidden;
    white-space: nowrap;
}

.pu-tkt-row2 {
    height: 61px;
    max-height: 61px !important;
    width: 54px;
    max-width: 54px !important;
}

.pu-tkt-col2 {
    height: 61px;
    max-height: 61px !important;
    width: 54px;
    max-width: 54px !important;
    background: #2BFF0033;
    border-radius: 0px 20px 0px 0px;
}

.pu-tkt-red-col2 {
    height: 61px;
    max-height: 61px !important;
    width: 54px;
    max-width: 54px !important;
    background: var(--light-red-background);
    border-radius: 20px 0px 0px 0px;
}

.pu-tkt-col3 {
    height: 61px;
    max-height: 61px !important;
    width: 54px;
    max-width: 54px !important;
    background: #FFCC0033;
    border-radius: 0px 0px 20px 0px;
}

.pu-tkt-red-col3 {
    height: 61px;
    max-height: 61px !important;
    width: 54px;
    max-width: 54px !important;
    background: #FFCC0033;
    border-radius: 0px 0px 0px 20px;
}

.pu-grey-edit-icon {
    height: 20px !important;
    max-height: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
}

.pu-right-arrow-green {
    height: 22px !important;
    max-height: 22px !important;
}

.pu-m-green-row {
    height: 103px;
    max-height: 103px !important;
    width: 207px;
    max-width: 207px !important;
    margin-top: 18px !important;
}

.pu-m-red-row {
    height: 103px;
    max-height: 103px !important;
    width: 207px;
    max-width: 207px !important;
    margin-top: 19px !important;
}

.pu-mid-col {
    width: 237px;
    max-width: 237px !important;
}

.text-style-29 {
    color: var(--dark-green-text);
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

.text-style-30 {
    color: var(--dark-green-text);
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.text-style-31 {
    color: red;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.pu-m-green-col {
    height: 103px;
    max-height: 103px !important;
    width: 207px;
    max-width: 207px !important;
    background: var(--light-green-background);
    border-radius: 20px;
}

.pu-m-red-col {
    height: 103px;
    max-height: 103px !important;
    width: 207px;
    max-width: 207px !important;
    background: var(--light-red-background);
    border-radius: 20px;
}

.pu-m-reworks-row {
    height: 18px;
    max-height: 18px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 16px !important;
}



.pu-m-reworks-col {
    height: 18px;
    max-height: 18px !important;
}

.pu-m-reworks-sub-row {
    height: 220px;
    max-height: 220px !important;
    width: 207px;
    max-width: 207px !important;
    margin-top: 7px !important;
}

.pu-m-reworks-sub-col {
    height: 220px;
    max-height: 220px !important;
    width: 207px;
    max-width: 207px !important;
    border: 1px solid var(--selection-009BF54d);
    border-radius: 20px;
    padding: 5px 0px 5px 0px !important;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .pu-m-reworks-sub-col::-webkit-scrollbar {
        display: none;
    }

.pu-left-column-main, .pu-right-column-main {
    margin-bottom: 4px;
}

.pu-middle-column-main {
    padding-top: 4px !important;
}

.pu-refresh-icon {
    height: 20px;
    max-height: 20px !important;
    width: 20px !important;
    max-width: 20px !important;
}

.pu-calendar-icon {
    opacity: 0.6;
    height: 20px;
    max-height: 20px !important;
    width: 18px !important;
    max-width: 18ppx !important;
}

/* Production Unit END*/


/* Print Invoice START*/
.container-pi-sm {
    min-width: 302px;
    max-width: 302px !important;
    min-height: 560px;
    max-height: 560px !important;
}
/* Print Invoice END*/



/* Print Invoice START*/
.container-pi-sm {
    min-width: 302px;
    max-width: 302px !important;
    min-height: 560px;
    max-height: 560px !important;
}
/* Print Invoice END*/

/* Dispatch Note Modal START */
.dn-modal-parent {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    max-height: 700px !important;
    width: 1024px;
    max-width: 1024px !important;
    background: rgba(112, 112, 112, 0.5);
}

.dn-modal-child {
    position: relative;
    z-index: 21;
    height: 680px;
    max-height: 680px !important;
    width: 713px;
    max-width: 713px !important;
    background: var(--pagecolor-f8f8f8);
    opacity: 1;
    border-radius: 20px;
    border: 1px solid var(--selection-009BF5);
    padding: 10px 25px 9px 29px !important;
}

.dn-left-main-col {
    height: 625px;
    max-height: 625px !important;
    width: 307px;
    max-width: 307px !important;
}

.dn-right-main-col {
    height: 625px;
    max-height: 625px !important;
    width: 324px;
    max-width: 324px !important;
}

.dn-left-row1, .dn-left-col1 {
    height: 19px;
    max-height: 19px !important;
    width: 307px;
    max-width: 307px !important;
}

.dn-left-row2, .dn-left-col2 {
    height: 42px;
    max-height: 42px !important;
    width: 307px;
    max-width: 307px !important;
}

.dn-left-row5, .dn-left-col5 {
    position: relative;
    height: 20px;
    max-height: 20px !important;
    width: 307px;
    max-width: 307px !important;
}

.dn-left-col5 {
    cursor: pointer;
    position: relative;
}

    .dn-left-col5 img {
        height: 3vh;
        width: 1.5vw;
    }

/*.dn-left-col5:after {
        content: '';
        position: absolute;
        width: 0.625vw;
        height: 0.625vw;
        border: 0.20833333333333334vw solid;
        border-color: #979492;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(135deg);
        border-left: 0;
        border-bottom: 0;
        top: -2px;
        left: 5.5vw;
        z-index: 1;
    }*/

.dn-search-left-col {
    height: 42px;
    max-height: 42px !important;
    width: 258px;
    max-width: 258px !important;
}

    .dn-search-left-col input {
        height: 42px;
        max-height: 42px !important;
        width: 258px;
        max-width: 258px !important;
        border: 1px solid white;
        border-radius: 10px 0px 0px 10px;
        padding-left: 15px;
    }

        .dn-search-left-col input:focus-visible {
            outline: none;
        }

.dn-search-right-col {
    height: 42px;
    max-height: 42px !important;
    width: 49px;
    max-width: 49px !important;
    border: 1px solid white;
    border-left: 0;
    border-radius: 0px 10px 10px 0px;
    background: var(--pagecolor-f8f8f8);
}

    .dn-search-right-col:hover {
        background: #ececec;
    }

.dn-left-row3 {
    height: 25px;
    max-height: 25px !important;
    width: 307px;
    max-width: 307px !important;
    margin-top: 14px !important;
    margin-bottom: 6px !important;
}

.dn-left-col3 {
    height: 25px;
    max-height: 25px !important;
    width: 307px;
    max-width: 307px !important;
}

.text-style-32 {
    color: var(--text-707070);
    font-style: normal;
    font-size: 14px;
}

.text-style-33 {
    color: var(--text-707070);
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.text-style-34 {
    color: var(--light-grey-text);
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

.text-style-35 {
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
}

.text-style-36 {
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.dn-left-row4 {
    height: 525px;
    max-height: 525px !important;
    width: 307px;
    max-width: 307px !important;
    overflow-y: scroll;
}

    .dn-left-row4::-webkit-scrollbar {
        display: none;
    }

.dn-garments-card {
    min-height: 242px;
    max-height: 242px !important;
    min-width: 307px;
    max-width: 307px !important;
    background: white;
    border-radius: 10px;
    padding-left: 12px;
    padding-bottom: 6px;
}

.dn-garments-card-row1 {
    height: 47px;
    max-height: 47px !important;
    width: 307px;
    max-width: 307px !important;
}

    .dn-garments-card-row1 p {
        overflow: hidden;
    }

.dn-garments-card-row2, .dn-garments-card-col2 {
    height: 189px;
    max-height: 189px !important;
    width: 295px;
    max-width: 295px !important;
}

.dn-garments-card-col2 {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .dn-garments-card-col2::-webkit-scrollbar {
        display: none;
    }

.garment-type-main-row .form-check-input {
    margin-top: 0 !important;
    width: 30px !important;
    height: 30px !important;
}

    .garment-type-main-row .form-check-input[type=checkbox] {
        border-radius: 0 !important;
    }

.garment-type-main-row .form-check-input {
    border: 1px solid #929292 !important;
}

    .garment-type-main-row .form-check-input:hover {
        background: #f0f0f0;
    }

    .garment-type-main-row .form-check-input:checked {
        border: 1px solid var(--selection-009BF5) !important;
        background-color: var(--selection-009BF5) !important;
    }

.garment-type-main-row .form-check {
    margin-left: 0px !important;
}

.garment-type-main-row label {
    padding-left: 14px;
    /* width: 247px !important;
  max-width: 247px !important; */
    overflow: hidden;
    white-space: nowrap;
}

.garment-type-main-row .form-check-input:focus {
    box-shadow: none;
}

.dn-right-row1 {
    height: 581px;
    max-height: 581px !important;
    width: 324px;
    max-width: 324px !important;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 10px;
}

    .dn-right-row1::-webkit-scrollbar {
        display: none;
    }

.dn-right-col1 {
    min-height: 594px;
    width: 324px;
    max-width: 324px !important;
    padding: 9px 25px 0px 25px !important;
    background: white;
}

.dn-right-sub-row1 {
    height: 75px;
    max-height: 75px !important;
    width: 274px;
    max-width: 274px !important;
    margin-bottom: 15px;
}

    .dn-right-sub-row1 p {
        text-decoration: underline;
    }

.dn-right-address1-row, .dn-right-city1-row, .dn-right-taxVAT1-row, .dn-right-date1-row, .dn-right-time1-row {
    height: 19px;
    max-height: 36px !important;
    width: 274px;
    max-width: 274px !important;
}

.dn-right-address1-col, .dn-right-city1-col, .dn-right-taxVAT1-col, .dn-right-date1-col, .dn-right-time1-col {
    height: 19px;
    max-height: 36px !important;
}

.dn-address-text {
    width: 205px;
    max-width: 205px !important;
    overflow: hidden;
    white-space: pre-wrap;
}

.dn-address-text1 {
    max-width: 69px !important;
    overflow: hidden;
    white-space: nowrap;
}

.dn-city-text, .dn-taxVAT-text, .dn-date-text, .dn-time-text {
    max-width: 135px !important;
    overflow: hidden;
    white-space: nowrap;
}

.dn-city-text1, .dn-taxVAT-text1, .dn-date-text1, .dn-time-text1 {
    max-width: 139px !important;
    overflow: hidden;
    white-space: nowrap;
}

.dn-place-text {
    max-width: 89px !important;
    overflow: hidden;
    white-space: nowrap;
}

.dn-place-text1 {
    width: 150px !important;
    max-width: 150px !important;
}

.dn-right-line1 {
    border: 1px solid #707070;
    opacity: 1 !important;
}


.text-style-37 {
    color: var(--text-707070);
    font-weight: bold;
    font-style: normal;
    font-size: 23px;
}

.text-style-38 {
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 49px;
}

.text-style-39 {
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

.dn-text-with-line1 p {
    display: flex;
    flex-direction: row;
}

    .dn-text-with-line1 p:before, .dn-text-with-line1 p:after {
        content: "";
        flex: 1 1;
        border-bottom: 2px solid #707070;
        margin: auto;
    }

    .dn-text-with-line1 p:before {
        margin-right: 10px
    }

    .dn-text-with-line1 p:after {
        margin-left: 10px
    }

.dn-product-count {
    width: 116px;
    max-width: 116px !important;
    overflow: hidden;
}

.dn-prodcut-count-text {
    width: 158px;
    max-width: 158px !important;
    overflow-wrap: break-word;
}

.dn-right-button1 {
    background: var(--pagecolor-f8f8f8);
    height: 43px;
    max-height: 43px !important;
    width: 152px;
    max-width: 152px !important;
    border: 1px solid var(--selection-009BF5);
}

    .dn-right-button1:hover {
        background: #efefef;
    }

    .dn-right-button1:active {
        background: #efefef;
    }

.dn-right-button2 {
    height: 43px;
    max-height: 43px !important;
    width: 152px;
    max-width: 152px !important;
    background: var(--selection-009BF5);
    color: white;
    font-size: 20px;
    font-weight: 500;
    border: none;
    box-shadow: 0px 3px 6px #009bf580;
}

    .dn-right-button2:hover {
        opacity: 0.9;
    }

    .dn-right-button2:active {
        opacity: 0.9;
    }

.dn-close-icon {
    position: absolute;
    right: 9px !important;
    top: 6px !important;
    opacity: 1 !important;
    cursor: pointer;
}

    .dn-close-icon img {
        height: 2vh;
    }

    .dn-close-icon:hover {
        opacity: 1;
    }

    .dn-close-icon:active {
        opacity: 1;
    }
/* Dispatch Note Modal END */


/*Invoices for Services START */

.ifs-row-parent {
    min-width: 324px !important;
    max-width: 324px !important;
    overflow-y: hidden;
}

.dn-place-text2 {
    width: 213px !important;
    max-width: 213px !important;
    overflow: hidden;
}

.dn-place-text3 {
    max-width: 98px !important;
    overflow: hidden;
    white-space: nowrap;
}

.text-style-40 {
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
}

.dn-service-number {
    width: 60px !important;
    max-width: 60px !important;
    overflow: hidden;
}

.dn-service-text {
    width: 214px !important;
    max-width: 214px !important;
    overflow: hidden;
}

.ifs-service-p1, .ifs-service-p2, .ifs-service-p3 {
    min-width: 40px;
}

.dn-ifs-col1 {
    min-height: 594px;
    width: 324px;
    max-width: 324px !important;
    padding: 9px 25px 9px 25px !important;
    background: white;
}
/*Invoices for Services END */
/*Ticket Details Modal START */
.td-modal-child {
    position: relative;
    z-index: 21;
    /* min-height: 300px;
    max-height: 300px !important;*/
    width: 300px;
    max-width: 300px !important;
    background: var(--pagecolor-f8f8f8);
    opacity: 1;
    border-radius: 20px;
    border: 1px solid var(--selection-009BF5);
    padding: 12px !important;
}

.td-close-icon-col {
    opacity: 0.5;
    cursor: pointer;
}


    .td-close-icon-col:hover {
        opacity: 1;
    }

    .td-close-icon-col:active {
        opacity: 1;
    }

    .td-close-icon-col img {
        width: 22px;
    }

.td-line1 {
    border: 1px solid var(--text-707070);
    margin: 0.5rem 0 !important;
}

.td-scroll-row1 {
    height: 190px;
}

.td-scrollbar-col1 {
    width: 16px;
    max-width: 16px !important;
    height: 190px;
}

.td-scroll-col1 {
    height: 190px;
    max-height: 190px;
    width: 256px;
    max-width: 256px !important;
    padding: 7px 10px 10px 0px !important;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .td-scroll-col1::-webkit-scrollbar {
        display: none;
    }

.form-check-input {
    cursor: pointer;
}

.td-scroll-arrow-up, .td-scroll-arrow-down {
    opacity: 0.5;
    cursor: pointer;
}

    .td-scroll-arrow-up:hover, .td-scroll-arrow-down:hover {
        opacity: 1;
    }

    .td-scroll-arrow-up:active, .td-scroll-arrow-down:active {
        opacity: 1;
    }
/*Ticket Details Modal END */


/*Add Ticket Modal START */
.td-add-tkt-modal-child {
    position: relative;
    z-index: 21;
    min-height: 220px;
    max-height: 220px !important;
    width: 300px;
    max-width: 300px !important;
    background: var(--pagecolor-f8f8f8);
    opacity: 1;
    border-radius: 20px;
    border: 1px solid var(--selection-009BF5);
    padding: 16px !important;
}

.td-add-tkt-input {
    height: 45px;
    max-height: 45px !important;
    width: 220px;
    max-width: 220px !important;
    border: 1px solid var(--selection-009BF5);
    border-radius: 10px;
    padding-left: 15px;
}

    .td-add-tkt-input:focus-visible {
        outline: 1px solid var(--selection-009BF5);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

.td-add-tkt-row2 {
    height: 100px;
}

.td-right-button2 {
    height: 43px;
    max-height: 43px !important;
    width: 140px;
    max-width: 140px !important;
    background: var(--selection-009BF5);
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: none;
    box-shadow: 0px 3px 10px #009bf580;
    border-radius: 15px;
}

    .td-right-button2:hover {
        opacity: 0.9;
    }

    .td-right-button2:active {
        opacity: 0.9;
    }

/*Add Ticket Modal END */

/*custom dropdown*/
.dd-drivers {
    position: absolute;
    display: grid;
    z-index: 100000;
    margin-left: 17vw;
    margin-top: 20vh;
    height: 16vh;
}

.text-style-small {
    font-size: 10px !important;
    font-weight: normal;
}}
