﻿/* Login Page Degine"*/
/*This css use to custom css */


/*---------------------------- Font css code --------------------------*/

/*@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('~/font/Poppins/Poppins-Black.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-ExtraBold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url('~/font/Poppins/Poppins-ExtraLight.ttf');
    font-weight: 200;
}*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900');

/*------------- Global CSS ----------------*/
.bg-opicty {
    background: #0000004f;
}

.w100 {
    width: 100% !important;
}

.popup-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    text-align: center;
    margin: 0 auto !important;
}


/*----------------------- fixed table head and body scrollable -----------------*/
.gridtable tbody {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}

    .gridtable thead, .gridtable tbody tr {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
/*
.gridtable thead {
    width: calc(100% - 5px);
}*/

.gridtable thead {
    position: relative;
}
/*----------------- Loder-----------------------------*/
.loader-wrapper {
    position: fixed;
    z-index: 1090;
    height: 100vh;
    width: 100vw;
    background-color: rgba(240,240,240,0.5);
    top: 0;
}

.truck-wrapper {
    height: 200px;
    width: 200px;
    border: 4px solid #03236c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    background: white;
    animation: bg 0.5s linear infinite;
    /* border-bottom:3px solid #404143; */
    border-radius: 100%;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.3),inset 0px 0px 5px 0px #03236c;
}

    .truck-wrapper:after {
        content: 'Loading';
        font-size: 20px;
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        border-top: 1px solid #03236c;
        background: rgb(30,252,200);
        background: -moz-linear-gradient(left, rgba(30,252,200,1) 0%, rgba(29,211,214,1) 100%);
        background: -webkit-linear-gradient(left, rgba(30,252,200,1) 0%,rgba(29,211,214,1) 100%);
        background: linear-gradient(to right, rgb(0 9 255) 0%, rgb(83 94 120) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1efcc8', endColorstr='#03236c',GradientType=1 );
        color: white;
        padding-top: 8px;
        padding-bottom: 18px;
        animation: bg 3s linear infinite;
    }

.truck {
    height: 110px;
    width: 150px;
    position: absolute;
    bottom: 48px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
}


    .truck > .truck-container {
        background: rgb(175,189,195);
        background: -moz-linear-gradient(-45deg, rgba(175,189,195,1) 0%, rgba(175,189,195,1) 50%, rgba(143,163,173,1) 51%, rgba(143,163,173,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
        background: linear-gradient(135deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afbdc3', endColorstr='#8fa3ad',GradientType=1 );
        height: 50px;
        width: 80px;
        position: absolute;
        top: 10px;
        left: 10px;
        animation: container 0.4s linear infinite;
    }

    .truck > .glases {
        background: rgb(40,181,245);
        background: -moz-linear-gradient(-45deg, rgba(40,181,245,1) 0%, rgba(40,181,245,1) 50%, rgba(2,153,227,1) 52%, rgba(2,153,227,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(40,181,245,1) 0%,rgba(40,181,245,1) 50%,rgba(2,153,227,1) 52%,rgba(2,153,227,1) 100%);
        background: linear-gradient(135deg, rgba(40,181,245,1) 0%,rgba(40,181,245,1) 50%,rgba(2,153,227,1) 52%,rgba(2,153,227,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b5f5', endColorstr='#0299e3',GradientType=1 );
        position: absolute;
        height: 25px;
        width: 25px;
        border: 4px solid #FBD734;
        border-bottom: none;
        top: 35px;
        left: 95px;
        border-top-right-radius: 6px;
        animation: updown-half 0.4s linear infinite;
    }

        .truck > .glases:after {
            content: '';
            display: block;
            background-color: #FBD734;
            height: 13px;
            width: 10px;
            position: absolute;
            right: -10px;
            bottom: 0px;
            border-radius: 10px / 15px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .truck > .glases:before {
            content: '';
            display: block;
            background-color: #F9BF2C;
            height: 12px;
            width: 16px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            border-top-right-radius: 4px;
        }

    .truck > .bonet {
        background-color: #F9BF2C;
        position: absolute;
        width: 124px;
        height: 15px;
        top: 64px;
        left: 10px;
        z-index: -1;
        animation: updown 0.4s linear infinite;
    }

        .truck > .bonet:after {
            content: '';
            display: block;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
            background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
            height: 10px;
            width: 6px;
            position: absolute;
            right: 0px;
            bottom: 2px;
            border-top-left-radius: 4px;
        }

    .truck > .base {
        position: absolute;
        background-color: #445A64;
        width: 106px;
        height: 15px;
        border-top-right-radius: 10px;
        top: 70px;
        left: 14px;
        animation: updown 0.4s linear infinite;
    }

        .truck > .base:before {
            content: '';
            display: block;
            background-color: #E54A18;
            height: 12px;
            width: 5px;
            position: absolute;
            left: -4px;
            bottom: 0px;
            border-bottom-left-radius: 4px;
        }

        .truck > .base:after {
            content: '';
            display: block;
            background-color: RGB(84,110,122);
            height: 10px;
            width: 20px;
            position: absolute;
            right: -16px;
            bottom: 0px;
            border-bottom-right-radius: 4px;
            z-index: -1;
        }

    .truck > .base-aux {
        width: 82px;
        height: 8px;
        background-color: #F9BF2C;
        position: absolute;
        top: 65px;
        left: 14px;
        border-bottom-right-radius: 4px;
        animation: updown 0.4s linear infinite;
    }

    .truck > .wheel-back {
        left: 20px
    }

    .truck > .wheel-front {
        left: 95px;
    }

    .truck > .wheel-back, .truck > .wheel-front {
        border-radius: 100%;
        position: absolute;
        background: rgb(84,110,122);
        background: -moz-linear-gradient(-45deg, rgba(84,110,122,1) 0%, rgba(84,110,122,1) 49%, rgba(68,90,100,1) 52%, rgba(68,90,100,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(84,110,122,1) 0%,rgba(84,110,122,1) 49%,rgba(68,90,100,1) 52%,rgba(68,90,100,1) 100%);
        background: linear-gradient(135deg, rgba(84,110,122,1) 0%,rgba(84,110,122,1) 49%,rgba(68,90,100,1) 52%,rgba(68,90,100,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546e7a', endColorstr='#445a64',GradientType=1 );
        top: 80px;
        height: 22px;
        width: 22px;
        animation: spin 0.6s linear infinite;
    }

        .truck > .wheel-back:before, .truck > .wheel-front:before {
            content: '';
            border-radius: 100%;
            left: 5px;
            top: 5px;
            position: absolute;
            background: rgb(175,189,195);
            background: -moz-linear-gradient(-45deg, rgba(175,189,195,1) 0%, rgba(175,189,195,1) 50%, rgba(143,163,173,1) 51%, rgba(143,163,173,1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
            background: linear-gradient(135deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afbdc3', endColorstr='#8fa3ad',GradientType=1 );
            height: 12px;
            width: 12px;
        }

@keyframes spin {
    50% {
        top: 81px;
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes container {

    30% {
        transform: rotate(1deg);
    }

    50% {
        top: 11px;
    }

    70% {
        top: 10px;
        transform: rotate(-1deg);
    }
}

.truck > .smoke {
    position: absolute;
    background-color: #AFBDC3;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 90px;
    left: 6px;
    animation: fade 0.4s linear infinite;
    opacity: 0;
}

    .truck > .smoke:after {
        content: '';
        position: absolute;
        background-color: RGB(143,163,173);
        border-radius: 100%;
        width: 6px;
        height: 6px;
        top: -4px;
        left: 4px;
    }

    .truck > .smoke:before {
        content: '';
        position: absolute;
        background-color: RGB(143,163,173);
        border-radius: 100%;
        width: 4px;
        height: 4px;
        top: -2px;
        left: 0px;
    }

@keyframes fade {

    30% {
        opacity: 0.3;
        left: 7px;
    }

    50% {
        opacity: 0.5;
        left: 6px;
    }

    70% {
        opacity: 0.1;
        left: 4px;
    }

    90% {
        opacity: 0.4;
        left: 2px;
    }
}

@keyframes bg {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: -400px;
    }
}

@keyframes updown {
    50% {
        transform: translateY(-20%);
    }

    70% {
        transform: translateY(-10%);
    }
}

@keyframes updown-half {
    50% {
        transform: translateY(-10%);
    }

    70% {
        transform: translateY(-5%);
    }
}



/*-------------------- Responsive Code ------------------------*/
/* Extra Small Devices, Phones */

@media only screen and (min-device-width: 350px) and (max-device-width: 480px) {
    .wms-bg {
        background-size: cover !important;
    }

    .open-ord-bg {
        min-height: auto !important;
        height: auto;
    }

    .f1 {
        float: left;
        width: 40% !important;
    }

    img.img-calendar {
        left: 164px !important;
    }

    .view-qr-box {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 481px ) and (max-device-width: 767px) {
    .f1 {
        float: left;
        width: 40% !important;
    }

    img.img-calendar {
        left: 166px !important;
    }

    .view-qr-box {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .f1 {
        float: left;
        width: 40% !important;
    }

    .dashboard-box1 {
        min-width: auto !important;
    }

    .dashboard-box2 {
        min-width: auto !important;
    }

    .dashboard-box3 {
        min-width: auto !important;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
    .dashboard-box1 {
        min-width: auto !important;
    }

    .dashboard-box2 {
        min-width: auto !important;
    }

    .dashboard-box3 {
        min-width: auto !important;
    }
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
}

@media (min-width: 1401px ) and (max-width: 2560px) {
}


/*----------------- Responsive end -------------------*/

* {
    //padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: 'Poppins';
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif;
    font-family: 'Poppins';
    font-style: normal;
}


/*---------------- Global Class ------------------*/


.wms-flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.mt-28 {
    margin-top: 28px;
}

.wms-flexend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wms-flex1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-70 {
    margin-bottom: 70px !important;
}
/*---------------- Global Class End ------------------*/




/*-------------------- Dock allocation ---------------------*/


/*Dock Allocation*/
h4.dock-alloc {
    color: #000;
    font-size: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

/*.dock-alloc-align {
    display: flex;
    width: 1181px;
    min-height: 54px;
    flex-shrink: 0;
    align-items: center;
    height: 100%;
}*/

.dock-alloc-align {
    min-height: 54px;
}

.mt-24 {
    margin-top: 24px;
}

td.dock-rb:last-child {
    display: none !important;
}

table.dock-table td, table.dock-table th {
    padding: 0 !important;
}

.dock-table td:first-child, .dock-table th:first-child {
    background: #fff;
    width: 80px !important;
    border: 1px solid #ddd;
    color: #495057;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
}

th.dock-h {
    min-width: 150px;
    vertical-align: middle;
    background: #f2f2f2;
}

.dock-para {
    color: #343434;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .dock-para span {
        color: #343434;
        font-size: 10px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

td.dock-bg {
    border: 1px solid #DCDCDC;
    background: #FFECEC;
}

.dock-table tr {
    width: 150px;
    height: 42px;
    flex-shrink: 0;
    vertical-align: middle;
}

.dock-scrollbar {
    max-width: 100%;
    overflow-y: auto;
    height: 100%;
    max-height: 500px;
}

.dock-rb:nth-child(2n+1) {
    background: #fff !important;
}

.btn-block.back-btn {
    width: 120px !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c59e7 !important;
    border: 1px solid #2c59e7 !important;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.19), 0 6px 6px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

    .btn-block.back-btn:hover {
        box-shadow: none !important
    }

td.dock-bg {
    border: 1px solid #DCDCDC;
    background: #FFECEC;
}

.dock-rb {
    background: #fff !important;
    width: 10px !important;
}

th.dock-h {
    min-width: 150px;
}

.datepicker-qr-code {
    direction: rtl;
    width: 170px;
    height: 40px;
    flex-shrink: 0;
    background: #FFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
}

.datepick-input {
    border: 0 !important;
}

.datepicker-qr-code span.input-group-text {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #444;
    background: #495057;
}

.datepicker-qr-code .input-group-append {
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.fa.fa-calendar {
    color: #fff;
}

.datepick-input::placeholder {
    color: #495057;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.chevron-arrow {
    position: absolute;
    right: 10px;
}
/*-----  modal design ------*/
.dock-allocate-popup {
    color: #343434;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dock-title {
    color: #000;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.close-dock {
    width: 24px !important;
    height: 24px !important;
    background: #FF2626 !important;
    border-radius: 50%;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
}

.modal-dock-size {
    width: 377px;
    height: 48px;
    flex-shrink: 0;
    max-width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.dock-header {
    width: 375px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px 8px 0px 0px;
    background: rgba(0, 0, 0, 0.06);
}

span.dock-times {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-top: 1px;
    opacity: 1 !important;
}

button.btn.btn-del- {
    width: 109px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #EB5757;
    color: #FFF;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

button.btn.btn-update {
    width: 109px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #2FA3E6;
    color: #FFF;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

button.btn.btn-save {
    width: 109px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #2FA3E6;
    color: #FFF;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

button.close {
    opacity: 1 !important;
}

select#supervisor-list {
    width: 204px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-size: 11px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

label.supervisor-title {
    display: block;
    color: #495057;
    font-size: 11px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 3px 0;
}

.modal-body.dock-body {
    padding: 5px 16px;
}

.dock-f1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px !important;
}

.labour-input {
    width: 97px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
}

.modal-footer.dock-foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 0;
    border-top: 0 !important;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 10px;
}

.date-time-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.datetime-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

.datetime-list1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

select.time-list {
    width: 92px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    margin-right: 8px;
    color: #343434;
    font-size: 11px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

select.tdate-list {
    width: 192px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    margin-top: 10px;
    color: #343434;
    font-size: 11px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

font.v-align {
    font-size: 12px;
    font-weight: 400;
}

.vehic-align {
    background-color: pink;
    height: 100%;
    padding: 0 !important;
    margin: 0;
    line-height: 12px;
    font-size: 10px;
    padding: 3px 6px 6px !important;
}

.no-margin {
    margin: 0 0 0 0;
}

table.table.table-bordered.dock-table td, table.table.table-bordered.dock-table th {
    border: 1px solid #dee2e6;
    padding: 0 !important;
    margin: 0 !important;
}

.full-height {
    height: 100% !important;
}

.td-height {
    height: 60px;
}


/*------------- Left Sidebar Menu ----------------*/
html {
    overflow: hidden !important;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
    background-color: #fcfcfc !important;
}

.menu-collapsed {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sidebar-container {
    min-height: 100vh;
    background-color: #2D373c;
    padding: 0;
}

.img-logo {
    width: 124px;
    /* width: 110.1px;
    height: 40px;*/
    flex-grow: 0;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 250px;
}

span#collapse-icon.fa-angle-left:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: 800;
    margin-top: 0px;
    margin-right: 0px;
}

.fa-angle-right:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: 800;
    margin-top: 0px;
    margin-right: 0px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 36px;
    color: white;
    margin-top: 7px;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 36px;
    padding-left: 45px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #090936;
    ;
    height: 35px;
}

.sidebar-separator {
    background-color: #090936;
    height: 25px;
}

.logo-separator {
    background-color: #090936;
    height: 60px;
}

.bg-dark {
    background-color: #2D373c !important;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: "\f055";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 14px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: "\f056";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 14px;
}

#wms-left-slidbar a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1F282D !important;
    /* border-left: 4px solid #fff !important*/
}

.wms-navbar {
    width: 100%;
    height: 60px;
    flex-grow: 0;
    background-color: #eee !important;
    margin: 0 !important;
}

*/

span.menu-collapsed {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.img-user {
    width: 40px;
    height: 40px;
}

a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
    top: 60px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    max-height: 100vh;
    height: auto;
    margin-left: -250px;
/*    overflow-y: auto;
    overflow-x: hidden;*/
    background: #222;
    transition: all 0.5s ease;
    top: 50px;
    bottom: 0;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 250px;
    text-align: center;
    padding: 20px 0;
}

/*#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}*/

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 60px;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 55px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

        /* #content-wrapper {
        position: relative;
        top: 0;
    }*/

        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 60px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }


    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

/*----------------------- left side menu bar end ---------------------*/




.padding-0-10 {
    padding: 0 0 10px !important;
}

.wms-bg {
    /* background-image: url(/images/wms.png);*/
    background-image: url(/images/WMSBackground.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
/* .wms-logo {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.card-padding {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

form.wms-form {
    margin-top: 30px;
}

h3.login-title {
    margin: 10px 0;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.login-form {
    height: 100%;
    max-width: 411px;
    width: 100%;
    min-height: 100%;
    flex-grow: 0;
    padding: 0;
    border-radius: 12px;
    background-color: #fff;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
}

label.wms-label {
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
    margin-top: 0px;
    margin-bottom: 5px !important;
    margin-right: 5px;
}

input.form-control.wms-input {
    height: 40px;
    margin: 5px 0 0;
    border-radius: 6px;
    border: solid 1px #d6d6d6 !important;
    background-color: #fff !important;
}

input.form-control.wms-input {
    height: 40px;
    margin: 5px 0 0;
    border-radius: 6px;
    border: solid 1px #d6d6d6 !important;
    background-color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}

button.sign-btn {
    border-radius: 6px;
    background-color: #2c59e7;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    height: 47px;
}

a.forget-pwd {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c00;
    margin-top: 5px;
}

.sign-up {
    text-align: center;
    padding: 30px 0 0;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4f4f4f;
}

/*--- capthca ------*/

input#cpatchaTextBox {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100% !important;
}

/*button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}*/

.cpatcha-text {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #2c59e7;
}

/*------------------------- Open Order Details ----------------------------*/
.open-ord-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #090936;
}

.open-ord-bg {
    width: 100%;
    padding: 16px 15px 35px 16px;
    background-color: rgba(44, 89, 231, 0.05);
}

.search-bar-head {
    position: relative !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: stretch !important;
    align-items: center !important;
    width: 97% !important;
    background: #fff !important;
    margin: 0 auto;
    border-radius: 6px !important;
    border: solid 1px #e9e9e9 !important;
    min-height: 40px;
    height: 100%;
}

.search-input::placeholder {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #afafaf;
}

.search-input:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: unset !important;
    box-shadow: unset !important;
}

.open-ord-table .table thead th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #dee2e6; */
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #747379;
    text-transform: uppercase;
}

.open-ord-table table td {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #828282;
}

    .open-ord-table table td:first-child, .open-ord-table table th:first-child {
        padding-top: 10px;
        border: 0 !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .open-ord-table table td input[type='checkbox'] {
        accent-color: #000;
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

.open-ord-bg1 {
    height: 100vh;
    /* background-color: #fcfcfc;*/
}

.open-ord-table table tbody tr {
    height: 40px;
    box-shadow: 0 4px 12px 0 rgba(112, 144, 176, 0.32);
    background-color: #fff;
    border-radius: 12px 12px 0 0;
}

.open-ord-table table {
    border-collapse: separate;
    border-spacing: 0 3px;
    background: #fff;
}

.f1 {
    float: left;
    width: 30%;
}

.form-control:focus {
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

input.form-control.wms-input::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

i.open-ord-plus {
    font-size: 16px;
}

i.open-ord-eye {
    font-size: 16px;
}

.submit-btn {
    width: 120px !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #2c59e7 !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #2c59e7 !important;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
    margin-right: 5px;
}

    .submit-btn:hover {
        color: #fff !important;
        text-decoration: none;
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

    .submit-btn.focus, .submit-btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

/*------------ Submit Button with Auto Width*/
.submit-auto-btn {
    width: auto !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #2c59e7 !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #2c59e7 !important;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
}

    .submit-auto-btn:hover {
        color: #fff !important;
        text-decoration: none;
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

    .submit-auto-btn.focus, .submit-btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

/*------ Dispath Modal ---------*/
.dispatch-modal {
    position: fixed;
    top: 22%;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    width: 45%;
    height: auto;
    flex-grow: 0;
    padding: 15px 12px 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
}

.dispatch-modal {
    position: fixed;
    top: 24%;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    width: 45%;
    height: auto;
    flex-grow: 0;
    padding: 15px 12px 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
}

.batch-details-table table thead th {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #747379;
}

.batch-details-table table tbody tr td {
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    line-height: 30px;
    padding: 0;
}

input.batch-details-input {
    width: 100%;
    border: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #090936;
    padding: 0 10px;
}

/*------------- List Vendor ------------------*/


button.add-btn {
    width: 139px;
    height: 40px;
    flex-grow: 0;
    margin: 0 20px 0px 6px;
    border-radius: 6px;
    background-color: #2c59e7;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

label.inactive-h {
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #495057;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

label.active-h {
    color: #495057;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}

.custom-wms.focus, .custom-wms:focus {
    outline: 0;
    box-shadow: none !important;
}

.search-bar-head1 {
    position: relative !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: stretch !important;
    align-items: center !important;
    width: 100% !important;
    background: #fff !important;
    margin: 0 auto;
    border-radius: 6px !important;
    border: solid 1px #e9e9e9 !important;
    min-height: 40px;
    height: 100%;
}

.list-vendor-table table tbody td {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9;
    cursor: pointer !important;
    word-wrap: break-word;
}

.table-responsive.list-vendor-table table tbody tr {
    box-shadow: none !important;
    width: 100%;
    flex-shrink: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    height: 42px;
    vertical-align: middle;
}

td.list-active {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #34b53a !important;
}
/*
img.img-copy-icon {
    margin-right: 10px;
    filter: invert(1);
}*/
img.img-copy-icon {
    /* margin-right: 10px; */
    /* filter: invert(1); */
    width: 10px;
}

td.icon-edit-img img {
    width: 20px !important;
    height: 20px !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.table-responsive.list-vendor-table table {
    border-collapse: separate;
    border-spacing: 0 0px;
    /*  background: #fff;*/
}

.pagination-results {
    margin-right: 24px;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

select#number {
    appearance: none;
    width: 78px;
    height: 33px;
    margin: 0px 0px 0px 6px;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgb(34, 34, 34);
    /*box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;*/
}

    select#number:hover {
        /*  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;*/
        border: 1px solid rgb(221, 221, 221) !important;
    }

/*  select#number option {
        font-family: Poppins;
        font-size: 10.7px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: #322b7c;
    }*/

/*---------------------  Add Vendor ----------------------*/

.add-vendor-bg {
    height: 81px;
    flex-grow: 0;
    padding: 16px 0;
    background-color: rgba(44, 89, 231, 0.05);
}

.add-vendor-bg1 {
    max-height: 100%;
    height: auto;
    flex-grow: 0;
    margin: 10px 20px;
    padding: 16px 0;
    border-radius: 12px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.14) !important;
    background-color: #fff !important;
}

label.msme-label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
    margin-right: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.msme-r {
    margin-right: 20px;
}

input#radio2 {
    margin-left: 6px;
}

label.mesme-yn {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}

.msme-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

h4.per-details {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2c59e7;
}

select#state {
    display: block;
    width: 100%;
    height: 40px;
    flex-grow: 0;
    margin: 5px 0 0;
    padding: 8px;
    border-radius: 6px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
}

    select#state option {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1d1d1d;
    }

        select#state option::placeholder {
            font-family: Poppins;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #1d1d1d;
        }

select#city option {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
}

select#city {
    display: block;
    width: 100%;
    height: 40px;
    flex-grow: 0;
    margin: 5px 0 0;
    padding: 8px;
    border-radius: 6px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

button.btn.cancel-btn {
    width: 120px;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background: #FF2626;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    margin-right: 5px;
}

button.btn.cancel-btn {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

/* ---------------------------------------------------------------------------------- */

button.btn.cancel-auto-btn {
    width: auto !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background: #FF2626;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

button.btn.cancel-auto-btn {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

button.cancel-auto-btn-confi {
    width: auto !important;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FF2626;
    color: #FFF;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*-----------------------------------------------------------------------*/

.add-vendor-bg-1 {
    background-color: #fcfcfc;
}

input.msme-input[type=checkbox], input.msme-input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #232323;
}

footer.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    background: #fcfcfc;
    padding: 12px 0 10px;
}

select.sel-yn {
    display: block;
    width: 100%;
    height: 40px;
    flex-grow: 0;
    margin: 5px 0 0;
    padding: 8px;
    border-radius: 6px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
}

/*------------------------ Vendor ASN Report --------------------------*/
.f2 {
    float: left;
    width: 65%;
}

.wms-label1 {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}

input.form-control.wms-input1 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    height: 40px;
}

.vendor-ASN-report table {
    border-collapse: separate;
    border-spacing: 0 3px;
    background: #fff;
}

    .vendor-ASN-report table tbody tr {
        height: 40px;
        box-shadow: 0 4px 12px 0 rgba(112, 144, 176, 0.32);
        background-color: #fff;
        border-radius: 12px 12px 0 0;
    }

.vendor-ASN-report .table thead th {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #747379;
    text-transform: uppercase;
    vertical-align: bottom;
}

.vendor-ASN-report table td {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #828282;
}

.wms-pos {
    position: relative;
}

img.img-calendar {
    position: absolute;
    left: 140px;
    width: 20px;
    height: 20px;
    flex-grow: 0;
    object-fit: contain;
}

select#reason-return {
    width: 100%;
    display: flex;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    height: 40px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    padding: 10px;
}
/*--------------------------- Generate ASN----------------------*/
.f3 {
    float: left;
    width: 45%;
}

.generate-ASN-bg {
    width: 100%;
    min-height: 76px;
    height: 76px;
    background-color: rgba(44, 89, 231, 0.05);
    padding: 10px 15px;
}

.generate-ASN-bg1 {
    background-color: #fcfcfc;
}

label.ASN-label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #747379;
}

#gen-asn-details input.form-control.wms-input1 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    height: 40px;
}

#gen-asn-details img.img-calendar {
    position: absolute;
    left: 33%;
    width: 20px;
    height: 20px;
    flex-grow: 0;
    object-fit: contain;
}

.next-btn {
    width: 139px;
    height: 40px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #090936;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
/*-------------------- Vendor Dashboard ---------------------*/

.dashboard-bg {
    min-height: 140px;
    padding: 24px;
    background-color: rgba(44, 89, 231, 0.05);
    height: 100%;
    max-height: 100%;
    margin-top: -18px;
}

.dash-title {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.dash-title {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

img.img-details {
    width: 24px !important;
    height: 16.8px !important;
    float: left;
    margin-right: 8px;
}

.dashboard-box1 {
    /* min-width: 100%; */
    height: 50px;
    flex-grow: 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #2c59e7;
    /* max-width: 100%; */
    line-height: 50px;
    margin-right: 10px;
}

.dashboard-box2 {
    /* min-width: 100%; */
    height: 50px;
    flex-grow: 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #7149c6;
    /* max-width: 100%; */
    line-height: 50px;
    margin-right: 10px;
}

.dashboard-box3 {
    /*   min-width: 100%;*/
    height: 50px;
    flex-grow: 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #34b53a;
    /*max-width: 100%;*/
    line-height: 50px;
}

.dash-title {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 6px;
}

img.img-details {
    width: 24px !important;
    height: 16.8px !important;
    float: left;
}

/*----------------- Qr Code ----------------------*/
.wms-qr-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.view-qr-box {
    width: 456px;
    height: auto;
    flex-grow: 0;
    padding: 14px 16px 51px 20px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.qr-text {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #747379;
}

img.img-qr-code {
    width: 256px;
    height: 256px;
    flex-grow: 0;
    margin: 20px 0;
}

.print-btn {
    width: 139px;
    height: 40px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #090936;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-right: 15px;
}

    .print-btn:hover {
        color: #fff !important;
        text-decoration: none;
    }

    .print-btn.focus, .print-btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

.wms-flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#view-qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    height: 100vh;
}

.f-4 {
    float: left;
    width: 17.5% !important;
}

.fa-white {
    color: #fff;
}

.pad0 {
    padding: 0 !important;
}

.editable-nowrap {
    white-space: nowrap;
}

#create-new .list-vendor-table table thead th {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #747379;
}

div#dashboard {
    margin-left: -15px;
}

.index-h {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #0069d9 !important;
}

#btnSave {
    /* width: 13% !important;*/
    margin-right: 8px;
}


h4.wms-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

span.edit-conf {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #2FA3E6;
}

span.active-conf {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #34B53A;
}

.img-upload-confi {
    position: absolute;
    right: 8%;
    top: 15px;
}

label.wms-label-confi {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2D373C;
    margin-right: 8px;
}

.mb-24 {
    margin-bottom: 24px;
    padding: 0rem 2rem !important;
}

#content-wrapper .wms-flex {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 4px 10px;
    margin-top: -5px;
}

label.wms-label-confi.f1_confi {
    float: left !important;
    width: 50% !important;
    margin-left: 5px;
}

/*----------- other Details ----------------*/
/*.upload-pos {
    position: relative;
}*/
.upload-btn {
    width: 74px !important;
    height: 30px;
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upld-file {
    position: relative;
    top: 10px;
}

.upload-input {
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
}

select#reason-return {
    width: 100%;
    display: flex;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    height: 30px;
    padding: 0;
}

    select#reason-return option span {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
    }

input.form-control.submit-input {
    width: 105px;
    height: 32px;
    flex-grow: 0;
    border: solid 1px #e1e1e1;
    background-color: #f9f9f9;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #090936;
}
/*------------- Sales Return ASN ----------------*/

.img-algn {
    margin-right: 5px;
}

.sales-retrn-asn-table .table thead th {
    min-width: 140px;
}
/*----------------- Qr Code ----------------------*/
.wms-qr-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.view-qr-box {
    width: 456px;
    height: auto;
    flex-grow: 0;
    padding: 14px 16px 51px 20px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.qr-text {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #747379;
}

img.img-qr-code {
    width: 256px;
    height: 256px;
    flex-grow: 0;
    margin: 20px 0;
}

.print-btn {
    width: 139px;
    height: 40px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #090936;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-right: 15px;
}

    .print-btn:hover {
        color: #fff !important;
        text-decoration: none;
    }

    .print-btn.focus, .print-btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

.wms-flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#view-qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    height: 100vh;
}

.f-4 {
    float: left;
    width: 17.5% !important;
}

/*------ WMS configration ----------------*/
h4.wms-title {
    font-style: normal;
    line-height: 30px;
    color: #000;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 500;
}

span.edit-conf {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #2FA3E6;
}

span.active-conf {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #34B53A;
}

.f1_confi {
    float: left;
    width: 30%;
}

img.img-upload-confi {
    position: absolute;
    right: 8%;
}

label.wms-label-confi {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2D373C;
    margin-right: 8px;
}

.wms-configuration-bg {
    width: 100%;
    height: 54px;
    flex-shrink: 0;
    background: #fff;
}

/*------------- modal ---------------*/

.wms-integration {
    position: fixed;
    top: 24%;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    flex-grow: 0;
    padding: 0;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
    width: 275px;
    max-height: 343px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
}

.wms-flexend button.add-btn {
    flex-grow: 0;
    margin: 0 0px 0px 6px;
    border-radius: 6px;
    background-color: #2c59e7;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 139px;
    height: 40px;
    flex-shrink: 0;
}

.wms-configuration-bg {
    background: #fff;
    width: 100%;
    min-height: 54px !important;
    background-color: #fff;
    height: 100%;
    max-height: 54px !important;
    padding-top: 6px;
}

.wms-flex1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input.form-control.wms-input-confi {
    height: 30px;
    margin: 5px 0 0;
    border-radius: 4px;
    border: solid 1px #d6d6d6 !important;
    background-color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}

.select-confi {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    height: 30px;
}

input.wms-upload-confi1 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    height: 30px;
}

input.form-control.wms-input-confi::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.wms-configuration-list .f1_confi {
    float: left;
    width: 34%;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background: #f9f9f9 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px letter-spacing: .0178571429em;
    width: 100%;
    margin-bottom: 55px;
}
/*body {
    font-family: 'Poppins', sans-serif !important;
    background: #f2f2f2 !important;
    width: 99.1%;
}*/

.wms-configuration-list .open-ord-bg {
    width: 100%;
    padding: 4px 15px 0px 8px;
    background-color: #fff;
    height: auto !important;
    margin-top: 6px;
}

a.integration-header {
    color: #2D373C;
    font-size: 15px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #e2e2e2;
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border-radius: 4px;
    background: #0028A5;
}

.tab-content.integration-content .custom-control {
    position: relative;
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

label.custom-control-label.integration-radio-list span {
    color: #495057;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

label.integration-radio-list span {
    color: #495057;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: top;
}

div#integration {
    padding: 0 !important;
}

.wms-confi-mar {
    margin-top: -14px;
    margin-bottom: 4px;
}

button.cancel-btn-confi {
    width: 139px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FF2626;
    color: #FFF;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.submit-btn-confi {
    flex-grow: 0;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    width: 139px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #2FA3E6;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff !important;
}

ul.nav.nav-pills.integration-list {
    display: flex;
    flex-wrap: initial;
    align-items: flex-start;
}
/*li.nav-item {
    min-width: 146px !important;
    text-align: center;
    width: 100%;
    float: left;
}*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border-radius: 0px 0px 4px 4px;
    background: #0028A5;
    text-align: center;
}
/*----  Gate Entry  ----*/

.gate-entry-table.table td, .gate-entry-table.table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 0 !important;
}
/*------------ 3 dot Modal --------------*/
.sort-series-header {
    padding: 6px 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sort-series {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 1px 0 !important;
}

.modal-dialog.confi-list-pos {
    height: auto !important;
    flex-shrink: 0;
    background: #FFF;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important;
    border-radius: 0.3rem;
    outline: 0;
    min-width: 130px !important;
    max-width: 210px !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f !important;
}

label.filter-title {
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}

.modal-footer.modal-footer-filter {
    display: block;
}

input.form-control.filter-input {
    width: 98%;
    min-height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
    height: 36px;
}

hr.footer-hr {
    color: #dfe4e4 !important;
    margin-top: 0;
}

.filter-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal-footer.modal-footer-filter {
    display: block;
    border: 0 !important;
}

button.btn.btn-secondary.btn-done {
    flex-shrink: 0;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #2c59e7 !important;
    margin-right: 7px;
    width: 64px !important;
    height: 34px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    font-size: 14px !important;
    font-weight: 400;
    color: #9b9292 !important;
    letter-spacing: 1px;
}

.sorting-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accend-descending-list {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.sorting-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sorting-list-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    left: 94px;
    top: 9px;
}

.accend-descending-list {
    display: block;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.ascending-head {
    color: #343434;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-left: 0;
    position: relative;
    left: -38px;
    top: -3px;
}

label.arrow-rule {
    display: block;
    border-left: 1px dotted #3e3e3e;
    height: 32px;
    margin-left: -1px;
}

img.img-copy-sort-1 {
    width: 8px;
    height: 8px;
    margin: 0 8px;
}

img.img-copy-sort {
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

.arr-frwd {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4e4;
    width: 36px;
    height: 42px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    position: absolute;
    right: 21px;
    top: 11px;
}

img.img-copy-icon-1 {
    width: 18px;
}

.sorting-list li:nth-child(3) {
    margin-left: 24px;
}

/*.confi-list-modal .modal-dialog {
    position: absolute !important;
    left: 222px !important;
    top: 92px !important;
    margin: 0 !important;
}*/


.captcha1-img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.modal-body.QrCode {
    max-height: 290px;
    overflow-y: auto;
    height: 100%;
}

#myModalQR .modal-dialog {
    margin-top: 7%;
}

.click-down-pos {
    position: relative;
}

    .click-down-pos .chev-down {
        position: absolute;
        top: 12px;
        right: 20px;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

.chev-down1 {
    position: absolute;
    top: 55px;
    right: 20px;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-backdrop.show {
    position: relative;
    z-index: 1 !important;
}

.branch-zindex .modal-backdrop.show {
    position: relative;
    z-index: 1 !important;
}


.img-soc {
    width: 28px;
    height: 28px;
    margin-right: 14px;
}


li.nav-item.avatar:last-child {
    border: 0;
}
/*-------------------  Navbar issue  -----------------------*/
.wms-navbar {
    width: 100%;
    max-height: 70px;
    flex-grow: 0;
    margin: 0 !important;
    background: #f7f7f7;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navbar-f1 {
    max-width: 250px;
    width: 100%;
    float: left;
    margin: 0 !important;
    background: #f9f9f9;
    height: 60px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-logo-1 {
    width: 88%;
    height: auto;
    margin-top: 3px;
}

.navbar-f2 {
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wms-navbar a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.img-soc {
    width: 28px;
    height: 28px;
    margin-right: 14px;
}

li.nav-item.avatar {
    border-right: 1px solid #d9d9d9;
    margin-right: 8px;
    margin-left: 13px;
}

    li.nav-item.avatar:last-child {
        border: 0;
    }

div#sidebar-container .list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #2D373c;
}

div#sidebar-container .list-group-item-action:active {
    background-color: #1F282D;
}

div#sidebar-container .list-group-item {
    border: 0;
    margin-bottom: 5px;
}


/*-------------------------  Scrollbar thin ------------------------*/

::-webkit-scrollbar {
    width: 9px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }

/*-------------------------  Scrollbar thin end  ------------------------*/

/*h6.arealist-title {
    color: #222;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: -7px;
}*/
.area-list-bg {
    width: 100%;
    height: 56px;
    flex-shrink: 0;
    /* background: #FFF; */
    padding: 0;
    margin-left: 0;
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
    padding-right: 10px;
    /* border-radius: 6px; */
    /* border: 1px solid #e5e5e5; */
    /* margin-bottom: 10px; */
}

ul.area-list-v {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

button.view-qr {
    width: 139px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #444;
    background: #FFF;
    color: #444;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    button.view-qr:hover {
        background-color: #fff !important;
        border: 1px solid #444 !important;
        color: #444 !important;
    }

.create-new-area {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #2C59E7;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

    .create-new-area:hover {
        color: #fff !important;
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

input.msme-input[type=checkbox], input.msme-input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #232323;
}

ul.area-list-v li {
    margin-right: 7px;
    margin-top: 10px;
}

    ul.area-list-v li:last-child {
        margin-right: 0;
    }

/*-------------------- Switch Buttom --------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
    flex-shrink: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 0px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2c59e7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

img.edit-img + a {
    color: #2FA3E6;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.qr-view-t {
    color: #2FA3E6 !important;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
    border: 0 !important;
    background: #fff;
}
/*
.list-vendor-table table thead th:last-child {
    width: 50px;
}*/
.action-w {
    width: 50px;
    text-align: center;
}

.list-vendor-table table tbody td:first-child {
    background: #f9f9f9;
}

/*----------------- view qr design ------------------ */
.view-qr-modal {
    /*position: absolute;*/
    right: 0;
    margin: 0 auto;
    top: 8%;
    left: 0;
    bottom: 0;
}

    .view-qr-modal .modal-content {
        border: 0 !important;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    }

.modal-header.view-qr-header {
    width: 100%;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px 12px 0px 0px;
    background: #657688;
    overflow: hidden;
    border: 0 !important;
}

.view-qr-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.view-qr-close {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
}

    .view-qr-close span {
        font-size: 24px;
        font-weight: 300;
        margin-left: 0px;
        margin-top: 1px;
    }

.view-qr-type {
    padding: 10px 16px;
    margin: 0 auto;
    position: relative;
}

label.view-qr-label {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    width: 100%;
}


.view-qr-copies {
    padding: 10px 16px;
    margin: 0 auto;
}

.view-qr-noofcopies {
    width: 100%;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}

.view-qr-type .chev-down {
    position: absolute;
    top: 14px;
    right: 13px;
}

.view-qr-dropdwn {
    width: 100%;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    margin-top: 5px;
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
}

.view-qr-noofcopies::placeholder {
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.add-area-bg {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    padding: 12px 30px 12px 18px;
}

.add-area-text {
    color: #2D373C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mt-10 {
    margin-top: 10px;
}

.add-area-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.add-area-fl select {
    width: 100%;
    height: 35px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.save-add-btn {
    width: 139px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #2FA3E6;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/*
footer.fixed-bottom-p {
    position: fixed;
}*/

.view-qr-code-title {
    color: #444;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.modal-content.view-qr-code-align {
    width: 70%;
}

#myModalQR .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: 0 !important;
}

.access-detail-table table tbody td:first-child {
    background: #f9f9f9 !important;
    padding-left: 16px;
}

svg.action-list-bg {
    color: #2FA3E6 !important;
}

    svg.action-list-bg + a {
        color: #2FA3E6 !important;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-transform: capitalize;
    }

.confi-title {
    color: #2D373C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 24px;
}

.cmt-14 {
    margin-top: 14px;
}

.confi-input::placeholder {
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.confi-input {
    width: 100%;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    line-height: 30px;
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

select#ConfigurationGroupId {
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chev-down-pos {
    position: absolute;
    top: 7px;
    right: 55px;
    font-size: 14px;
    font-weight: 300;
}

.mt-18 {
    margin-top: 18px;
}

.list-vendor-table.confi-table table tbody td {
    text-transform: capitalize;
    color: #2D373C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #f9f9f9;
}

span.isnext::before {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 14px;
}

.list-vendor-table.confi-table table tbody td:nth-child(3) {
    color: #2C59E7;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.list-vendor-table.confi-table table tbody td:nth-child(4) input {
    width: 275px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

select.valid {
    /*width: 100%;*/
    height: 35px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
}

.table-responsive.list-vendor-table.confi-table table tbody tr {
    vertical-align: middle !important;
}

/*.isnext::after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
}*/
.toast-pos {
    position: absolute;
    top: 2%;
    right: 24px;
    display: none;
}

    .toast-pos .toast-green {
        background: #008000;
        color: #fff;
    }

.toast-pos1 {
    position: absolute;
    top: 2%;
    right: 24px;
    display: none;
}

    .toast-pos1 .toast-red {
        background: red;
        color: #fff;
        display: none;
    }

.save-add-btn:hover {
    color: #fff;
}

li .refresh-h::before {
    content: "\f021";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
}

/*----------- Sorting Series --------------------*/
/*.confi-list-modal .modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    min-width: 112px;
    max-width: 280px;
    -webkit-overflow-scrolling: touch;
    position: relative;
}*/

.confi-list-pos .modal-body {
    padding: 0;
}

.ascending-head span {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    top: -4px;
}

.confi-list-pos .modal-body {
    padding: 0;
    left: 6px;
}

.confi-list-pos .modal-footer > * {
    margin: 0;
}

.btn-danger.btn-close-1 {
    background-color: #fff;
    border-color: #dc3545;
    width: 100px;
    color: #333;
    font-weight: 400;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dc3545 !important;
    margin-right: 7px;
    width: 64px !important;
    height: 34px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    font-size: 14px !important;
    font-weight: 400;
    color: #dc3545 !important;
}

.action-list-bg {
    color: #2FA3E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: none;
}

    .action-list-bg + a {
        /*   color: #2FA3E6;*/
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-transform: capitalize;
    }


/*------------------------- Pagination --------------------------------*/


.paginate {
    text-align: center;
}

.pagination {
    font-family: Poppins;
    display: inline-flex;
    position: relative;
}

    .pagination li a.page-link {
        line-height: 41px;
        height: 42px;
        width: 42px;
        padding: 0;
        margin: 0 18px 0 18px;
        border: none;
        border-radius: 50% !important;
        overflow: hidden;
        position: relative;
        color: #fff;
        background-color: #0e13af;
        font-size: 20px;
        font-weight: 600;
        z-index: 1;
        transition: all 0.3s ease 0s
    }

        .pagination li a.page-link:hover,
        .pagination li a.page-link:focus,
        .pagination li.active a.page-link:hover,
        .pagination li.active a.page-link {
            color: #222;
            background: transparent;
            box-shadow: 0 0 10px #0e13af;
        }

        .pagination li a.page-link:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            height: 100%;
            width: 100%;
            border: 5px solid #0e13af;
            border-top-color: transparent;
            border-right-color: transparent;
            border-radius: 50%;
            opacity: 0;
            transform: rotate(155deg);
            transition: all 0.3s ease 0s;
        }

        .pagination li a.page-link:hover:before,
        .pagination li a.page-link:focus:before,
        .pagination li.active a.page-link:before {
            opacity: 1;
            transform: rotate(-15deg);
        }
/*.zoom-in-zoom-out {
            margin: 24px;
            width: 50px;
            height: 50px;
            background: green;
            animation: zoom-in-zoom-out 2s ease-out infinite;
        }*/
a.page-link:hover {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        border: none;
        display: inline-block;
    }

        .pagination li {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 10px;
        }
}

a.page-link1 {
    background: none !important;
    border: 0 !important;
    font-size: 35px !important;
    color: #333 !important;
}

li.page-item1 a {
    margin-right: 18px;
    text-decoration: none;
}

.tcount {
    text-align: right;
}
/*------------ chips Design on configration Group ------------------*/

.conf-chips {
    position: relative;
    top: 3px;
    margin: 10px 0;
}

ul.chip-list-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.chip-list-d {
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
    min-width: 110px;
    width: auto;
    height: 42px;
    flex-shrink: 0;
    background: #090936 !important;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
    padding: 3px 6px !important;
    border-radius: 26px !important;
}

.chips-title {
    text-transform: capitalize;
    color: #ccc !important;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
}

h6.chips-title span {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

div#dvChipList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#dvChipListCFL {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.chips-bg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px;
    padding: 3px 6px;
    margin-top: 8px;
}

.chips-cross {
    position: absolute;
    right: 6px;
    top: 11px;
    width: 16px;
    height: 16px;
}

ul.chip-list-flex li {
    margin-right: 5px;
}

/*---------- Configration Group Css ---------*/
.icon-edit {
    color: #F44336;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.icon-details {
    color: #F44336;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.icon-del {
    color: #F44336;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.area-list-f {
    position: relative;
    top: 3px;
}

.refresh-h {
    color: #000;
    margin-top: -4px;
}

.create-new-area:hover {
    background: rgb(0,3,255);
    background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}

.del-confi {
    color: #F44336;
}

.fa-trash.action-list-bg {
    color: #F44336;
}

.pointer {
    cursor: pointer;
}

.action_btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: 0 0;
    line-height: 30px;
    text-align: center;
    color: #67349d;
    font-size: 12px;
    transition: .3s;
    display: inline-block;
    flex: 32px 0 0;
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-info-circle:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-trash:before {
    content: "\f1f8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---------- New Table Design Configration ---------------*/
.list-vendor-table table thead th {
    font-family: Poppins;
    font-style: normal;
    text-transform: capitalize;
    color: #333;
    font-size: 12px !important;
    font-weight: 600;
    border-bottom: 0 !important;
}

.list-vendor-table table thead tr {
    background: #cdcdcd !important;
    line-height: 10px !important;
}

*/
.action-fs {
    font-size: 18px;
    color: #222;
}

.action_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-responsive.list-vendor-table table thead tr th:first-child {
    border-radius: 4px 0 0px 4px !important;
    padding-left: 16px;
}

.table-responsive.list-vendor-table table thead tr th:last-child {
    border-radius: 0px 4px 4px 0px !important;
    padding-right: 24px;
}
/*
.fixed-bottom-confi {
    position: fixed;
    bottom: 0px;
    width: 81%;
    left: 250px;
    z-index: 1000;
    height: 50px;
    background: #fff;
    margin-top: 12px;
    line-height: 50px;
    display: flex;
    align-items: center;
}*/

.fixed-bottom-1 {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.inner {
    position: absolute;
    width: 100%;
    height: 80%;
    background: grey;
    top: 13%;
    box-shadow: 0px 0px 30px 20px grey;
}

.pagi-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

img.ïmg-home1 {
    width: 32px;
    margin-right: 5px;
    height: 32px;
}

.pagi-flex-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.pagination-range {
    display: flex;
    align-items: center;
}

.pagi-flex-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.pagination-range .dropdown label {
    font-family: Poppins;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.67;
    letter-spacing: normal;
    text-align: left;
    color: #222 !important;
}

.pagi-caret {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
    display: none;
}
/*select#number::before {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
}*/
/*option.pagi-dropdwn {
    background: #fff !important;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 12px 10px !important;
    align-items: stretch;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    min-height: 48px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    height: 50px !important;
    max-height: 50px !important;
}*/

option.pagi-dropdwn span {
    background: rgba(0,0,0,.04);
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    align-items: stretch;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    min-height: 48px;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    height: 40px !important;
}
/*.confi-list-modal {
    position: absolute;
    top: 0px;
    left: 148px;
}*/
.table-responsive.list-vendor-table.access-detail-table {
    position: relative;
}

hr.footer-hr {
    margin-top: -8px;
    margin-bottom: 5px;
}

.icon-box {
    border: solid 1px #dfe4e4;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.arrw-icon {
    font-size: 18px;
    font-weight: 600;
}

.confi-img-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input.form-control.filter-input:active, input.form-control.filter-input:hover {
    border: 2px solid #ddd !important;
}

input.form-control.filter-input:focus {
    border: 1px solid #ddd !important;
}

/*------------------ Configration Entry Form -------------------*/
.arealist-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    line-height: 28px;
    letter-spacing: .009375em;
    margin-top: 8px;
    /* margin-left: 12px;*/
}

.w-50 {
    width: 50% !important;
}

.page-content {
    padding: 0px 24px 76px;
}

.confi-label {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.mt-12 {
    margin-top: 12px;
}

.chips-cross:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.add-area-fl input::placeholder {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #090936;
    font-weight: 400;
}

.add-area-fl input:hover {
    border: solid 1px #ddd !important;
}

.add-area-fl input {
    font-family: Poppins;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #090936;
    font-size: 13px !important;
    min-height: 36px;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ddd !important;
    font-weight: 400 !important;
}

.mt-26 {
    margin-top: 26px;
}

.full-width {
    width: 100%;
}

.uploadbtn {
    background-color: #090936 !important;
}

.t-icon {
    position: absolute;
    bottom: 12px;
    right: 10px;
    width: 18px !important;
    cursor: pointer;
}

.field-hint {
    font-size: 10px !important;
    color: #222 !important;
    font-family: Poppins;
    font-weight: 400 !important;
    padding-left: 2px !important;
}

.t-icon {
    width: 16px !important;
    height: 16px !important;
}

.f-label {
    /* margin-bottom: 8px;*/
    font-size: 12px;
    font-weight: 600;
}

.add-detail-files {
    background-color: #f7f7f7;
    border: #ddd;
    border: 0px !important;
    box-shadow: none !important;
}
/*
.attach-btn {
    background: #2c59e7 !important;
}*/
/*--------Dock allocation end code -----------*/

.img-upload {
    position: absolute;
    top: 28px;
    left: 26px;
    width: 16px !important;
    height: 16px !important;
    z-index: 100;
}

.upload-input-1::file-selector-button {
    content: 'Upload File';
    padding: 4px !important;
    /*border: 1px solid #222;*/
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .0178571429em;
    width: 11%;
    background: #2c59e7 !important;
    color: #2c59e7 !important;
    border: 1px solid #2c59e7 !important;
    height: 36px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 16px 0 16px !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    min-width: 150px !important;
    border: none;
    outline: none;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: rgba(0,0,0,0);
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 4px !important;
    letter-spacing: 1px;
}

.
.upload-input-1 {
    border: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #444 !important;
    background: none !important;
}

upload-input-2 {
    border: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #444 !important;
    background: none !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.upload-pos1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -22px;
}

/*#content-wrapper {
    height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
}*/
table#tblBatchesDetails tr th {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    min-width: 108px;
}

.add-detail-files {
    border: 0px !important;
    box-shadow: none !important;
    background-color: #ddd !important;
    border-radius: 8px !important;
    padding: 0 16px;
    display: block;
}

/*#content-wrapper {
    height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
    padding: 0px !important;
    max-height: 100%;
}*/
table#tblBatchesDetails tr th:nth-child(2) {
    min-width: 45px;
}


table#tblSerialDetails td input {
    width: 100%;
    font-size: 12px;
    min-width: 85px;
}

table#tblSerialDetails tr th {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #555 !important;
}

table#tblSerialDetails tr th {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    min-width: 108px;
}



    table#tblSerialDetails tr th:nth-child(2) {
        min-width: 45px;
    }
/*table#tblSerialDetails td input {
    width: 100%;
    font-size: 12px;
    min-width: 85px;
}*/
.attach-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.config-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    line-height: 28px;
    letter-spacing: .009375em;
    margin-bottom: 12px !important;
}

.conf-del {
    width: 16px;
    height: 16px;
}

.divider {
    border-top: 1px solid #eee !important;
}

.footer-confi {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: -webkit-fill-available;
    padding: 0px 24px;
    box-shadow: 0 -5px 13px -2px #ddd;
    border-radius: 6px;
    z-index: 999;
    left: 250px;
}

#tblListView {
    position: relative !important;
}

.confi-list-pos.pos-1 {
    position: absolute;
    top: 123px;
    left: 369px;
}

input#FileUpload::before {
    content: 'Upload File';
    position: relative;
    z-index: 1000;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 23px;
    left: 35px;
}

.entry-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wms-confi .chev-down-pos {
    position: absolute;
    top: 32px;
    right: 12px;
    font-size: 12px;
    font-weight: 300;
}

.glb-sync {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
}

.confi-global-sync {
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.confi-global-sync {
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #444 !important;
}

#ProcessData tbody td {
    position: relative !important;
}

/*-------------- configration Master table ----------------------------*/


.confi-master-table table tbody td {
    color: #2D373C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9;
    white-space: nowrap !important;
    vertical-align: middle;
}

.table-responsive.confi-master-table table {
    border-collapse: separate;
    border-spacing: 0 0px;
    /*  background: #fff;*/
}

    .table-responsive.confi-master-table table tbody tr {
        box-shadow: none !important;
        width: 100%;
        flex-shrink: 0;
        background: #FFF;
        border-bottom: 1px solid #ddd !important;
        height: 42px;
        vertical-align: middle;
    }

td.list-active {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #34b53a !important;
}

.confi-master-table {
    position: relative !important;
}

    .confi-master-table.confi-table table tbody td {
        text-transform: capitalize;
        color: #2D373C;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #f9f9f9;
    }

        .confi-master-table.confi-table table tbody td:nth-child(3) {
            color: #2C59E7;
            font-family: Poppins;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

table#tblBatcheseditDetails tr th {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #555 !important;
}
/*------------accordion----------- */
.accordion .card-header::after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.confi-master-table.confi-table table tbody td:nth-child(4) input {
    width: 275px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table-responsive.confi-master-table.confi-table table tbody tr {
    vertical-align: middle !important;
}

.accordion .card-header.collapsed::after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* table#tblBatcheseditDetails tr th:nth-child(2) {
        min-width: 45px;
    }*/



.confi-master-table table thead th {
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #444;
    font-size: 12px !important;
    font-weight: 700;
    background-color: #eee !important;
    position: relative;
    height: 36px;
    white-space: nowrap;
}

.table-responsive.confi-master-table table thead tr th:first-child {
    border-radius: 4px 0 0px 4px !important;
    padding-left: 16px;
}

.table-responsive.confi-master-table table thead tr th:last-child {
    border-radius: 0px 4px 4px 0px !important;
    padding-right: 24px;
}

.table-responsive.confi-master-table.access-detail-table {
    position: relative;
}

.bin-input {
    height: 36px;
    width: 140px;
    font-size: 14px;
    font-weight: 400;
}

.validation-type-size {
    max-width: 75vw !important;
    height: auto;
    z-index: 11002 !important;
    border-radius: 14px !important;
    overflow: unset !important;
    margin: 58px auto 0;
    margin-left: 294px;
    min-height: 100%;
    max-height: 100%;
}

    .validation-type-size .modal-header-1 {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 20px;
        line-height: 50px;
        margin-top: 10px;
    }

.valid-type-head {
    font-size: 18px;
    font-weight: 700;
    color: #265ba4;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.outer {
    width: 1px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.inner {
    position: absolute;
    width: 100%;
    height: 88%;
    background: #dee2e6;
    top: 0;
    box-shadow: 0px 0px 30px 20px grey;
}

tbody#validationbody tr td:first-child {
    padding-left: 16px !important;
}

tbody#validationbody tr td:last-child {
    padding-left: 16px !important;
}

table#validationbodyUser tr th {
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #444;
    font-size: 12px !important;
    font-weight: 700;
    background-color: #eee !important;
    position: relative;
    height: 36px;
    padding: 10px 12px;
}
/*div#validationModelbody {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}*/
table#validationbodyUser {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
}

.validation-type-size .modal-content {
    background-color: #f9f9f9 !important;
}

table#validationbodyUser tr td {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9;
    padding: 4px 10px;
}

table#validationbodyUser tr {
    box-shadow: none !important;
    width: 100%;
    flex-shrink: 0;
    background: #FFF;
    border-bottom: 1px solid #ddd !important;
    height: 42px;
    vertical-align: middle;
}

    table#validationbodyUser tr td:first-child, table#validationbodyUser tr td:nth-child(3), table#validationbodyUser tr td:nth-child(4) {
        text-align: center;
    }

    table#validationbodyUser tr th:first-child {
        border-radius: 4px 0 0px 4px !important;
        padding-left: 12px !important;
    }

    table#validationbodyUser tr th:last-child {
        border-radius: 0px 4px 4px 0px !important;
        padding-right: 14px !important;
        white-space: nowrap !important;
    }

.tabl-shadow {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    /*  border: 1px solid #dee2e6;*/
}
/*table#validationbodyUser tr th {
        border-right: 1px solid #dee2e6;
    }
    table#validationbodyUser tr td {
        border-right: 1px solid #dee2e6;
    }*/
table#validationbodyUser tr th:last-child {
    border-right: 0 !important;
}

table#validationbodyUser tr td:last-child {
    border-right: 0 !important;
}

div#wmsValidationData {
    height: 70vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
    padding: 0px !important;
    max-height: 100%;
    margin-top: 0px;
}

/*button#btnSaveSAP {
    background: #265ba4 !important;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500;
    width: 100px;
    height: 36px;
    border: 1px solid #265ba4 !important;
}

button#CloseModelValidation {
    background: #dc3545 !important;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500;
    width: 100px;
    height: 36px;
    border: 1px solid #dc3545 !important;
}*/

.integration-list li.nav-item {
    width: 50% !important;
}

.add-step-popup {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    width: 53vw;
}

.confi-mar1 {
    float: left;
    width: 47.9%;
    background: #f9f9f9;
    padding: 6px 10px;
    margin: 2px;
    margin-right: 1%;
    border-radius: 4px !important;
}

label.integration-radio-list {
    margin-bottom: 0 !important;
}

.modal-dialog.step-modal {
    max-width: 40% !important;
}

.proc-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .proc-flex input {
        margin-right: 5px;
    }

.draft-h {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: 49%;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin-bottom: 10px;
}

    .draft-h input {
        margin-right: 5px;
    }

div#myModalSAPColumn .modal-header-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 0;
    height: 40px;
}

.sap-col-name {
    font-size: 18px;
    font-weight: 700;
    color: #265ba4;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/*button#CloseModelSAP {
    background: #dc3545 !important;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500;
    width: 100px;
    height: 36px;
    border: 1px solid #dc3545 !important;
}*/

.sapdata-h label {
    margin-right: 5px;
}

div#wmsStepData {
    padding: 10px 16px !important;
}

.sapdata-h {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: 48%;
    background: #f9f9f9;
    padding: 6px 13px;
    margin: 2px;
    margin-right: 1%;
    border-radius: 4px !important;
}

select.General {
    width: 182px;
    font-size: 14px;
    font-weight: 400;
}

td.del-confi-mast {
    text-align: center;
}

.removebtn {
    color: red;
    font-size: 20px;
}

table#tblAccessDetaillist th {
    width: 45px !important;
}

table#validationbodyUser tr td:nth-child(2):hover {
    cursor: pointer;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

    .nav-pills-custom .nav-link.active {
        color: #45b649;
        background: #fff;
    }


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 0%;
        right: -10px;
        transform: translateY(-0%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.label-gen-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

.label-gen-flex {
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

.p-5 {
    padding: 0px 12px 8px !important;
}


.label-gen-list li {
    margin-right: 2%;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
    cursor: pointer;
}

.table-gen-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.input-flex span {
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
}

.input-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.table-gen-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.label-gen-table1 {
    width: 30%;
}

.label-gen-table2 {
    width: 100%;
}

table#tbllistview thead th:last-child {
    /* width: 210px !important; */
}


/*----------------  Label Qr BAtch Table* -------------------*/
tbody#ClickDocumentGetsapLineDataGetBatchesOrSerial tr th {
    font-size: 12px;
    font-weight: 600;
}

tbody#ClickDocumentGetsapLineDataGetBatchesOrSerial tr td {
    font-size: 12px;
    font-weight: 400;
}

table#tblGetBatchesLineDatabasedonItem thead tr th {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

table#tblGetBatchesLineDatabasedonItem tr td {
    font-size: 12px;
    font-weight: 400;
}

table#tblBatchesDetails td input {
    width: 100%;
    font-size: 12px;
    min-width: 85px;
}

table#tblBatchesDetails tr th {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #555 !important;
}

/*#content-wrapper {
    height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
}*/
#content-wrapper {
    overflow-x: hidden;
    height: 90vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
    /* padding: 0px !important; */
    max-height: 100%;
    padding-bottom: 15px;
}

table#tblBatchesDetails tr th {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    min-width: 108px;
}

.add-detail-files {
    border: 0px !important;
    box-shadow: none !important;
    background-color: #ddd !important;
    border-radius: 8px !important;
    padding: 0 16px;
    display: block;
}
/*
#content-wrapper {
    height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
    padding: 0px !important;
    max-height: 100%;
}*/
#content-wrapper {
    overflow-x: hidden;
    height: 90vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
    /* padding: 0px !important; */
    max-height: 100%;
    padding-bottom: 15px;
}

table#tblBatchesDetails tr th:nth-child(2) {
    min-width: 45px;
}

table#tblSerialDetails td input {
    width: 100%;
    font-size: 12px;
    min-width: 85px;
}

table#tblSerialDetails tr th {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    min-width: 108px;
}

    table#tblSerialDetails tr th:nth-child(2) {
        min-width: 45px;
    }
/*table#tblSerialDetails td input {
    width: 100%;
    font-size: 12px;
    min-width: 85px;
}*/
.attach-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.config-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    line-height: 28px;
    letter-spacing: .009375em;
    margin-bottom: 0px !important;
}

.conf-del {
    width: 16px;
    height: 16px;
}

.divider {
    border-top: 1px solid #eee !important;
}

.datepicker-pos {
    position: relative;
}

.calend-pos {
    position: absolute;
    right: 0;
    z-index: 9 !important;
}

    .calend-pos .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 36px;
        color: #212529;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        height: 36px;
    }

.w-100 {
    width: 100%;
}
/*table#tbllistview thead th:last-child {
    width: 210px !important;
}*/
/*----------------  Label Qr BAtch Table* -------------------*/
/*tbody#ClickDocumentGetsapLineDataGetBatchesOrSerial tr th {
    font-size: 12px;
    font-weight: 600;
}

tbody#ClickDocumentGetsapLineDataGetBatchesOrSerial tr td {
    font-size: 12px;
    font-weight: 400;
}

table#tblGetBatchesLineDatabasedonItem thead tr th {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

table#tblGetBatchesLineDatabasedonItem tr td {
    font-size: 12px;
    font-weight: 400;
}


.input-flex span {
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
}
.input-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

select.range-page {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 45px;
    padding: 0 3px;
    height: 24px;
    border-radius: 2px;
    cursor: pointer;
}

/*------------- toast css ----------------------*/
.toast-lay button {
    background-color: darkslategrey;
    color: white;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    padding: 10px 10px;
    cursor: pointer;
    white-space: nowrap;
}

#success {
    background: green;
}

#error {
    background: red;
}

#warning {
    background: coral;
}

#info {
    background: cornflowerblue;
}

#question {
    background: grey;
}

.footer-confi .mt-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

tbody#QRbody tr td:first-child {
    padding: 16px !important;
    text-align: left !important;
}

tbody#QRbody tr td:last-child {
    padding-left: 7px !important;
    text-align: left !important;
}



.integration-content {
    height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ColumnHeaderDisplay {
    display: flex;
    width: 100% !important;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 500;
    color: #00124b;
}

/*------------- Link Item Series -----------------*/
.line-after {
    position: relative;
    overflow: hidden;
    display: block;
    margin-left: 24px;
    /*  margin-right: 80px;*/
}

    .line-after span {
        vertical-align: baseline;
        display: block;
        position: relative;
    }

        .line-after span:after {
            content: "";
            position: absolute;
            width: 87%;
            top: 50%;
            margin-left: 10px;
            border-top: 1px solid #ccc;
        }

    .line-after.l1 span:after {
        content: "";
        position: absolute;
        width: 94%;
        top: 50%;
        margin-left: 10px;
        border-top: 1px solid #ccc;
    }

hr.link-rule {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 1px;
    background: #212B3C;
}

.link-invoice span {
    color: #212B3C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link-item-text {
    color: #343434;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link-item-box {
    width: 100%;
    height: 44px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #07415F;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    /* opacity: 1; */
    z-index: 9;
    cursor: pointer !important;
    position: relative;
}

.link-item-head {
    margin-top: 20px;
    margin-bottom: 10px;
}

.link-item-series-table table tbody td:first-child {
    background: #f9f9f9 !important;
    padding-left: 18px;
}

.link-item-series-table .list-vendor-table table tbody td:last-child {
    color: #0051CA;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

th.item-series-w {
    width: 180px !important;
}

.link-item-series-table table tbody td {
    height: 42px !important;
}

/*    .link-item-series-table table tbody td:first-child {
        padding-left: 18px;
    }*/
/*button.btn.print-btn-item {
    width: 76px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #0051CA;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
}*/
button.btn.print-btn-item span {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.link-item-series-table-1 table tbody td:first-child {
    padding-left: 18px;
    background: #f9f9f9 !important;
}

.link-item-series-table-2 table tbody td, .link-item-series-table-2 table thead th {
    white-space: nowrap !important;
    padding-left: 12px !important;
}

.mb-20 {
    margin-bottom: 20px;
}
/*.link-item-series-table-2 table tbody td:first-child { 
    background: #fff !important;
}*/
h6.item-title {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.link-item-table-box {
    width: 95%;
    height: 79px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 12px 18px 0px;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
    border: 1px solid #c9ccd3;
    margin: 0px auto 24px;
    height: auto;
}

.btn-submit-item span {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-submit-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #0051CA;
    margin-right: 15px;
    margin-left: 15px;
}

button.btn.btn-cancel-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FF2626;
    margin-right: 15px;
}

    button.btn.btn-cancel-item span {
        width: 120px;
        height: 36px;
        flex-shrink: 0;
        border-radius: 6px;
        background: #FF2626;
        margin-right: 15px;
    }

button.btn.btn-cancel-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FF2626;
    margin-right: 15px;
}

.btn-cancel-item span {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-back-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #0051CA;
    background: #FFF;
}

    .btn-back-item span {
        color: #0051CA;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.footer-buttom {
    width: 80%;
    height: 76px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
}

.batch-entry-form .config-title {
    color: #212B3C;
    font-family: Poppins;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

.batch-entry-form .confi-label {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.calend-pos .input-group-text {
    height: 40px !important;
    width: 40px !important;
    flex-shrink: 0;
    border-radius: 0px 4px 4px 0px !important;
    border: 1px solid #DCDCDC !important;
    background: #E9ECEF !important;
}

.btn-createbatches {
    width: 159px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #0051CA;
}

    .btn-createbatches span {
        color: #FFF;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.mr-10 {
    margin-right: 16px;
}

.border-rem {
    border-bottom: 0 !important;
}

.list-vendor-table table tbody tr.border-rem td {
    border-bottom: 0 !important;
}

.wms-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------------- Link Item Series -----------------*/
.line-after {
    position: relative;
    overflow: hidden;
    display: block;
    margin-left: 24px;
    /*  margin-right: 80px;*/
}

    .line-after span {
        vertical-align: baseline;
        display: block;
        position: relative;
    }

        .line-after span:after {
            content: "";
            position: absolute;
            width: 87%;
            top: 50%;
            margin-left: 10px;
            border-top: 1px solid #ccc;
        }

    .line-after.l1 span:after {
        content: "";
        position: absolute;
        width: 95%;
        top: 50%;
        margin-left: 10px;
        border-top: 1px solid #ccc;
    }

hr.link-rule {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 1px;
    background: #212B3C;
    margin-left: 6px !important;
}

.link-invoice span {
    color: #212B3C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*.link-item-text {
    color: #343434;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}*/

/*.link-item-box {
    width: 100%;
    height: 44px;*/
/* flex-shrink: 0; */
/*border-radius: 4px;
    border: 1px solid #07415F;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;*/
/* opacity: 1; */
/*z-index: 9;
    position: relative;
}*/

/*.link-item-head {
    margin-top: 20px;
    margin-bottom: 10px;
}*/

/*.link-item-series-table table tbody td:first-child {
    background: unset;
}*/

/*.link-item-series-table .list-vendor-table table tbody td:last-child {
    color: #0051CA;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}*/

/*th.item-series-w {
    width: 180px !important;
}*/

/*.link-item-series-table table tbody td {
    height: 42px !important;
    width: 22.3%;
}*/

/*    .link-item-series-table table tbody td:first-child {
        padding-left: 18px;
    }*/

button.btn.print-btn-item {
    flex-shrink: 0;
    border-radius: 4px;
    background: #0051CA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px !important;
    height: 36px;
    margin-left: 10px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

    button.btn.print-btn-item span {
        color: #FFF;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.link-item-series-table-1 table tbody td:first-child {
    padding-left: 18px;
    background: #f9f9f9 !important;
}

.link-item-series-table-2 table tbody td, .link-item-series-table-2 table thead th {
    white-space: nowrap !important;
    padding-left: 12px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.link-item-series-table-2 table tbody td:first-child {
    background: #f9f9f9 !important;
}

h6.item-title {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.link-item-table-box {
    width: 95%;
    height: 79px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.btn-submit-item span {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-submit-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #0051CA;
    margin-right: 15px;
    margin-left: 15px;
}

button.btn.btn-cancel-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FF2626;
    margin-right: 15px;
}

    button.btn.btn-cancel-item span {
        width: 120px;
        height: 36px;
        flex-shrink: 0;
        border-radius: 6px;
        background: #FF2626;
        margin-right: 15px;
    }

button.btn.btn-cancel-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FF2626;
    margin-right: 15px;
}

.btn-cancel-item span {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-back-item {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #0051CA;
    background: #FFF;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

    .btn-back-item:hover {
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

    .btn-back-item span {
        color: #0051CA;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.footer-buttom {
    width: 80%;
    height: 76px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
}

.batch-entry-form .config-title {
    color: #212B3C;
    font-family: Poppins;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

.batch-entry-form .confi-label {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.calend-pos .input-group-text {
    height: 36px !important;
    width: 40px !important;
    flex-shrink: 0;
    border-radius: 0px 4px 4px 0px !important;
    border: 1px solid #DCDCDC !important;
    background: #E9ECEF !important;
}

.btn-createbatches {
    width: 159px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #0051CA;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    margin-top: 20px;
}

    .btn-createbatches:hover {
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
    }

    .btn-createbatches span {
        color: #FFF;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.mr-10 {
    margin-right: 16px;
}

/*--------------- Batch file ------------------------*/
.batch-series-entry .list-vendor-table table tbody td:first-child {
    background: #f9f9f9 !important;
    min-width: 60px !important;
    text-align: center;
}

.batch-series-entry table thead th:first-child {
    min-width: 60px !important;
    padding-right: 0 !important;
    text-align: center;
    padding-left: 0;
}

.calend-pos {
    position: absolute;
    right: 0;
}

.expiry-calender {
    width: 80px !important;
    height: 40px !important;
    flex-shrink: 0;
    border-radius: 4px !important;
    border: 1px solid #DCDCDC !important;
    background: #FFF !important;
    color: #343434 !important;
    font-family: Poppins !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 36px !important;
}

    .expiry-calender.form-control {
        position: static !important;
    }

.add-area-fl.batch-series-cal .calend-pos {
    position: absolute;
    left: 0;
}

.expiry-calender::placeholder {
    padding-left: 30px !important;
}

/*------------ Batch Generate Popup ------------*/
.batch-title {
    color: #03236c;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.batch-header button.close {
    border: 0;
    background: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 17px 20px 0;
}

    .batch-header button.close.lab-prnt {
        position: absolute;
        top: 0;
        right: 10px;
    }

.batch-bg-size {
    width: 46vw;
    height: auto;
    /* height: 550px;*/
    margin-top: 22%;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.batch-generate-table table tbody td:nth-child(2) {
    text-align: center;
}

.batch-generate-table table thead th:nth-child(2) {
    text-align: center;
}

.batch-gen-input {
    width: 100%;
    border: 1px solid #ddd;
    height: 36px !important;
    color: #343434;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
}

.batch-gen-select {
    width: 100% !important;
    height: 36px !important;
    border-radius: 4px !important;
    color: #343434;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .batch-gen-select option {
        color: #343434;
        font-family: Poppins;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.batch-header {
    padding: 10px !important;
}

.open-ord-bg-1.batch-generate-table {
    padding: 10px;
}

.batch-entry-form .click-down-pos .chev-down {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.batch-entry-form .calend-pos {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

    .batch-entry-form .calend-pos .input-group-text {
        height: 36px !important;
        width: 40px !important;
        flex-shrink: 0;
        border-radius: 0px 4px 4px 0px !important;
        border: 1px solid #DCDCDC !important;
        background: #E9ECEF !important;
    }

.disabled {
    background: #ececec;
}

/*---------- Batch Item code Popup --------------*/
.batch-itemcode-table table thead th:last-child {
    width: 60%;
}

.batch-itemcode-table table thead th:first-child {
    text-align: center;
    width: 13%;
}

.batch-itemcode-table table thead th:nth-child(2) {
    text-align: left;
    width: 27%;
}

.batch-itemcode-table table tbody td:first-child {
    background: #f9f9f9;
    text-align: center;
    width: 13%;
}

.batch-itemcode-table table tbody td:nth-child(2) {
    text-align: left;
    width: 27%;
}

.batch-itemcode-table table tbody td:last-child {
    width: 60%;
}

.batch-itemcode-size {
    width: 46vw;
    height: auto;
    margin-top: 0;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.mrb-10 {
    margin-right: 10px;
}

/*.gridtable tbody {
    display: block;
    max-height: 348px;
    overflow-y: scroll;
    overflow-x: hidden;
}*/

.gridtable thead, .gridtable tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: middle;
}
/*
.gridtable thead {
    width: calc(100% - 10px);
}*/

.gridtable thead {
    position: relative;
}

/* .gridtable thead th:last-child:after {
        content: ' ';
        position: absolute;
        background-color: #337ab7;
        width: 1.3em;
        height: 38px;
        right: -1.3em;
        top: 0;
        border-bottom: 2px solid #ddd;
    }*/
/*.batch-ic-none {
    width: 87% !important;
}*/

.batch-itemcode-size .modal-body {
    padding: 0 12px !important;
}

.close-ic-btn {
    width: 120px;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background: #FF2626;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

    .close-ic-btn:hover {
        color: #fff;
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

.batch-ic-fade .modal-dialog {
    margin: 20px auto !important;
}

.batch-ic-fade {
    background: #0000002e !important;
}

.create-bat-tblbody td {
    width: 18% !important;
    vertical-align: middle !important;
    padding: 8px 0 0px !important;
}

.create-bat-tblbody th {
    width: 15.3% !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 18px;
    color: #3a3a3a !important;
    font-weight: 400 !important;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.create-bat-tblbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    flex-direction: row !important;
    justify-content: flex-start;
}

#BatchSeriesEntry .page-content {
    padding: 0px 24px 18px !important;
}

.create-batches-box {
    padding: 7px 10px 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
    margin-bottom: 10px;
    border: 1px solid #ffc1076b;
    width: 99.6%;
    margin: 0 auto 20px;
}

.datepcker-btch-crte .input-group-append.calend-pos {
    display: none !important;
}
/*table#tblBatchesDetails tr th:after {
    content: " :";
    font-size: 12px;
    font-weight: 400;
}*/
.datepicker-pos.datepcker-btch-crte {
    position: relative;
    width: 90%;
    top: 0px !important;
    margin: 0 !important;
}

.batch-create-bdrless {
    color: #3a3a3a !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    position: relative !important;
    top: -4px !important;
    height: 36px;
    padding: 0 10px !important;
    width: 90% !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
}

/*.create-batches-table tr td, .create-batches-table tr th {
    line-height: 30px !important;
    height: 40px;
}*/
.create-batches-table td input {
    width: 100%;
    font-size: 12px;
    /* min-width: 107px !important; */
    padding: 0px 4px;
    /*background: #ededed;*/
}

.create-batches-table tr th {
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #555 !important;
}

.create-bat-tblbody td label {
    margin-left: 12px;
}

.disabled-click {
    display: block;
    position: relative;
}

.disabled-fix {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.create-bat-tblbody td label {
    margin-left: 12px;
    line-height: 18px !important;
    color: #3a3a3a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 5.9px;
}

.datepicker-pos {
    margin: 0 !important;
}
/*-------------- Serial Entry form -----------------------*/
.serial-entry-form .click-down-pos .chev-down {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.page-content.serial-entry-form {
    padding: 0px 24px 4px !important;
}

.serial-series-table .create-bat-tblbody td {
    width: 15.6% !important;
}

.serial-series-table .create-bat-tblbody th {
    width: 17% !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 18px;
    color: #3a3a3a !important;
    font-weight: 400 !important;
}
/*.serial-series-tables tr th:after {
    content: " :";
    font-size: 12px;
    font-weight: 400;
}*/
.create-batches-box:last-child {
    margin: 0 auto 60px !important;
}

img.cal-h {
    right: 3px;
    position: relative;
}

th.datepicker-switch {
    font-size: 13px;
    font-weight: 800;
}

th.dow {
    font-size: 12px;
    font-weight: 700;
}

td.day {
    font-size: 13px;
    font-weight: 500;
}

select.range-page {
    /* -moz-appearance: none;*/
    text-align: left;
    width: 46px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #322B7C;
    background: #FFF;
    margin-left: 4px;
    padding-left: 5px;
    color: #322B7C;
    font-family: Poppins;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.7px;
}
/*select.range-page option.pagi-dropdwn {
    background: #fff !important;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 17px 10px !important;
    align-items: stretch;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    min-height: 48px !important;
    line-height: 24px !important;
    height: 50px !important;
    max-height: 50px !important;
    color: #322B7C;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
}*/
/*---------------- Employee Master List ----------------*/
.table-responsive.employee-master-list td:first-child {
    width: 80px;
}

.table-responsive.employee-master-list td:nth-child(2) {
    width: 120px;
}

.table-responsive.employee-master-list table tbody td {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9;
    cursor: pointer !important;
}

.table-responsive.employee-master-list table thead th {
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #444;
    font-size: 13px !important;
    font-weight: 700;
    background-color: #eee !important;
    position: relative;
    height: 36px !important;
    border-bottom: 0 !important;
}

.btn-invite {
    width: 130px !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #2d373c !important;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #2d373c !important;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
}

    .btn-invite:hover {
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
        color: #fff;
    }

.modal-body.batch-body p {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    padding: 10px 20px;
    line-height: 30px;
}

.invite-bg-size {
    width: 32vw;
    height: auto;
    margin-top: %;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.invite-generate-popup-s .add-step-modal {
    background: #0000004f;
    /*display: flex !important;
    align-items: center;
    justify-content: center;*/
}

.invite-generate-popup-s .modal-dialog.step-modal {
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.emp-act-flex {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.act-flex {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.click-dropdwn {
    color: #090936;
    font-size: 13px !important;
    min-height: 36px;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ddd !important;
    font-weight: 400 !important;
}

.chk-status {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.gen-pos {
    position: absolute;
    top: -42px;
    z-index: 9;
}

.open-ord-bg-1.batch-itemcode-table {
    margin-top: 18px;
}

.add-area-status input {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
/* ------------ Role Authorization List View ------------------*/
.role-authorization-table .action-w {
    width: 90px;
    max-width: 160px;
    text-align: center;
}

.role-authorization-table .action-w1 {
    width: 108px;
    max-width: 160px;
    text-align: center;
}

.role-authorization-table .action-w2 {
    width: 168px;
    max-width: 170px;
    text-align: center;
}

.role-list li {
    list-style: none !important;
}

.role-chkbox {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.role-auth-pad {
    padding: 12px 24px;
}

.role-auth-title {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}

.role-auth-head {
    color: #001869;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.Role-authorization-popup-s .batch-bg-size {
    width: 46vw;
    height: auto;
    margin-top: 6%;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.role-auth-pad {
    padding: 0px 24px;
    max-height: 400px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.role-au-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}
/*--------- user warehouse list -----------*/
.user-list-table thead th:last-child, .user-list-table tbody td:last-child {
    text-align: center;
}

.user-list-table table tbody td:first-child {
    background: #f9f9f9 !important;
    padding-left: 10px;
}

.create-user-warehouse-table table thead th {
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #444;
    font-size: 12px !important;
    font-weight: 700;
    background-color: #eee !important;
    position: relative;
    height: 36px !important;
    border-bottom: 0 !important;
}

.create-user-warehouse-table table tbody td {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9;
}

.create-user-warehouse-table tr td:first-child {
    text-align: left !important;
    padding-left: 16px;
}

.create-user-warehouse-table tr td:last-child {
    text-align: left !important;
    padding-left: 10px;
}

.create-user-warehouse-table table thead th:nth-child(2) {
    width: 180px;
}

.create-user-warehouse-table table thead th:nth-child(3) {
    width: 280px;
}

.create-user-warehouse-table table thead th:nth-child(4) {
    width: 180px;
}

.create-user-warehouse-table table tbody td:nth-child(2) {
    width: 180px;
}

.create-user-warehouse-table table tbody td:nth-child(3) {
    width: 280px;
}

.create-user-warehouse-table table tbody td:nth-child(4) {
    width: 180px;
}

.create-user-warehouse-table tbody#QRbody tr td:last-child {
    text-align: left !important;
    padding-left: 10px !important;
}

.create-user-warehouse-table tbody#QRbody tr td:first-child {
    padding-left: 16px !important;
    text-align: left !important;
}
/*------------------ Configuratioon Entry Form  -------------------------*/
.config-isactive {
    width: 18px;
    height: 18px;
    position: relative;
    top: 6px;
}

.configuration-img {
    width: 300px;
    height: 200px;
    border: 1px solid #bcd1ff;
    border-radius: 8px;
}

.confi-attachment .upload-pos1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
}

form#SettingEntryForm .page-content {
    padding: 0px 24px 18px !important;
}

.table-responsive.configuration-setting-entry-table table thead tr th:first-child {
    border-radius: 4px 0 0px 4px !important;
    padding-left: 16px;
    width: 10%;
}


.table-responsive.configuration-setting-entry-table table tbody#validationbody tr td:last-child {
    padding-left: 7px !important;
}

.globalsync-chk {
    margin-left: 0 !important;
}

/*---------------- Box Search Code ----------------------*/


.boxcode-search-form .page-content {
    padding: 0px 24px 18px !important;
}

.boxcodesearch-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

label.box-code-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #03236c;
    margin-left: 6px;
}

.box-search-icon {
    position: absolute;
    left: 14px;
    font-size: 16px;
    color: #03236c;
}

.box-search {
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #fff;
    background: #03236c;
    border-radius: 0 50px 50px 0;
    height: 36px;
}

.search-boxbtn:hover, .search-boxbtn:active {
    border: 1px solid #03236c !important;
    background: #f9f9f9 !important;
}

input.search-boxbtn {
    width: 100%;
    height: 36px;
    border: 1px solid #03236c;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 20px 0 40px;
}

i.fa.fa-refresh.ref-icon {
    font-size: 15px;
    font-weight: 400;
    color: #03236c;
}

button.btn.box-search:hover {
    color: #fff;
}

.ref-btn {
    position: relative;
    left: 12px;
}

.box-code-details ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 25px;
}

    .box-code-details ul li:first-child {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 30%;
    }

    .box-code-details ul li:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 39%;
    }

    .box-code-details ul li:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 13%;
        padding: 0;
    }

    /*label generation header text css*/

/*.firstchild.box-code-details ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 40%;
}
.firstchild.box-code-details .sub-box-code ul li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 60%;
}

.secondchild.box-code-details ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 30%;
}

.secondchild.box-code-details ul li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 23%;
}

.secondchild.box-code-details ul li:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 23%;
    padding: 0;
}
.secondchild.box-code-details ul li:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 23%;
    padding: 0;
}

.thirdchild.box-code-details ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 30%;
}

.thirdchild.box-code-details ul li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 23%;
}

.thirdchild.box-code-details ul li:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 23%;
    padding: 0;
}*/




.item-tile {
    border: 1px solid #2c5aa0;
    border-radius: 10px;
    padding: 12px 15px;
    background-color: #f9fbff;
    transition: all 0.3s ease;
    cursor: pointer;
}

    /* Hover */
   /* .item-tile:hover {
        background-color: #e6f0ff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }*/

/* Row layout */
.tile-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

/* Column */
.tile-col {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 200px;
}

/* Row specific control */
.row-1 .tile-col {
    width: 100%;
}

.row-2 .tile-col {
    width: 32%;
}

.row-3 .tile-col {
    width: 32%;
}
.row-4 .tile-col {
    width: 32%;
}

/* Label */
.tile-col span:first-child {
    font-weight: 600;
    color: #1a3c7d;
}

/* Value */
.tile-col span:last-child {
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .tile-col {
        width: 100% !important;
    }
}

/*END*/
.box-code-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #03236c;
    margin-right: 10px;
    float: left;
    width: 48%;
    text-align: right;
    white-space: nowrap;
    display: flex;
    justify-content: right;
}

.sub-box-code {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #01175c;
    margin-right: 10px;
    float: left;
    width: 42%;
    text-align: left;
    white-space: nowrap;
    background: none;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

input:-internal-autofill-selected {
    border: 1px solid #03236c !important;
    background: #f9f9f9 !important;
}

/*----------- Dock Master -----------------*/
.page-content.dock-master-entry-form {
    padding: 0px 24px 18px !important;
}

.dock-mas-table thead tr th:first-child {
    border-radius: 4px 0 0px 4px !important;
    padding-left: 16px;
    width: 80px !important;
}

.dock-mas-list-table thead tr th:last-child {
    width: 145px !important;
}
/*-------------------- Manage Dimensions -------------------*/
.whssublevel-table thead tr th:last-child {
    width: 80px;
}

.whs-sub-label-table tbody td label {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.printqrcode {
    width: 130px !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #2d373c !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #2d373c !important;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
}

.whs-sub-input {
    width: 100%;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
}

.btn-danger.btn-close-2 {
    width: 120px;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background: #FF2626;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
}

.gen-qr-btn {
    width: 120px !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #2c59e7 !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #2c59e7 !important;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
}

    .gen-qr-btn:hover {
        color: #fff;
    }

.logout-btn {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    right: 7px;
    top: 2px;
    color: #03236c;
}

.add-vendor-bg11.mt-15 .modal-footer.view-qr-footer {
    padding: 12px 0;
}

.printqrcode:hover {
    color: #fff;
}

form#SettingEntryForm #myModalQR .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: 0 !important;
}
/*------------------------- UL User Wharehouse -----------------------*/
.uluserwharehouse-entry-form .confi-flex {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.uluserwharehouse-entry-form .batch-entry-form .confi-label {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}

.uluserwharehouse-entry-form .user-fl1 {
    float: left;
    /* width: 28%;*/
    text-align: right;
    margin-right: 10px;
}

.uluserwharehouse-entry-form .add-area-fl.user-warhuse-box.user-fl2 {
    float: right;
    width: 72%;
    padding: 0;
    border-radius: 4px;
}

.uluser-box {
    padding: 24px 18px 24px;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
    border: 1px solid #03236c;
    width: 99.6%;
    margin: 24px auto 30px;
    height: auto;
}

label.user-warhuse-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.business-partner-master-list thead th:last-child {
    width: 80px !important;
    text-align: center;
    padding-right: 0;
}

.business-partner-master-list tbody td:last-child {
    text-align: center;
}

.logout-btn {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    right: 7px;
    top: 2px;
    color: #333;
}

.img-soc1 {
    width: 28px;
    height: 28px;
    margin-right: 14px;
    border-radius: 50px !important;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt12-1 {
    margin-top: 0px;
}

.page-content.boxcode-search-form.mt-12 table#tbllistview thead th:last-child {
    width: 160px !important;
}

input.search-boxbtn:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: none !important;
    color: fieldtext !important;
}

.add-area-con {
    margin-top: 0;
    position: relative;
    top: -14px;
}

.dock-entry-table table thead th:nth-child(2) {
    text-align: left;
    width: 34%;
}

.dock-entry-table table tbody td:nth-child(2) {
    text-align: left;
    width: 34%;
}

.footer-confi-dock {
    position: relative;
    bottom: 0;
    margin: 10px !important;
    background-color: #fff;
    width: -webkit-fill-available;
    padding: 0px 24px;
    box-shadow: 0 -5px 13px -2px #ddd;
    border-radius: 6px;
    z-index: 999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

}

.dock-pad {
    padding: 10px 10px 18px;
}

.uluser-box1 {
    padding: 4px 18px 6px;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
    border: 1px solid #03236c;
    width: 99.6%;
    margin: 0px auto 24px;
    height: auto;
}

.assign-role {
    background: #0000004f;
}

.modal-content.ass-content {
    width: 39vw;
    height: auto;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.assign-role .modal-dialog {
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}

.sel-role {
    color: #03236c;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.batch-ic-fade .modal-dialog {
    /*  max-width: 100% !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}

.assign-role-body .click-down-pos .chev-down {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.dock-entry-table table tbody#dvListTableCFL {
    display: block;
    max-height: 290px;
    min-width: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

form#ItemMasterEntryForm .config-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    line-height: 28px;
    letter-spacing: .009375em;
    margin-bottom: 2px !important;
}
/*----------------- Item Master -----------------*/
.page-content.item-master-entry-form hr.link-rule {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 1px;
    background: #212B3C;
}

.item-master tbody#validationbody tr td:first-child {
    padding-left: 16px !important;
    background: #f9f9f9;
}

.item-master tbody#validationbody tr td:nth-child(3) {
    width: 75px;
}

.item-master tbody#validationbody tr td:nth-child(5) {
    width: 85px;
}

.item-master tbody#validationbody tr td:nth-child(6) {
    width: 150px;
}

.item-master tbody#validationbody tr td:nth-child(7) {
    width: 150px;
}

.item-master tbody#validationbody tr td:nth-child(8) {
    width: 150px;
}

.item-master tbody#validationbody tr td:nth-child(9) {
    width: 200px;
}

.item-master-1 table tr td:first-child {
    background: #f9f9f9 !important;
    padding-left: 16px !important;
}

.item-master-1 table tr td:nth-child(3) {
    width: 75px;
}

.item-master-1 table tr td:nth-child(5) {
    width: 85px;
}

.item-master-1 table tr td:nth-child(6) {
    width: 150px;
}

.item-master-1 table tr td:nth-child(7) {
    width: 150px;
}

.item-master-1 table tr td:nth-child(8) {
    width: 150px;
}

.item-master-1 table tr td:nth-child(9) {
    width: 200px;
}

.itm-master-text {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: #f9f9f9;
    cursor: pointer !important;
    height: 36px;
}

.item-master-1 table .click-down-pos .chev-down {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.item-master table .click-down-pos .chev-down {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/*------------------ fixed header ------------------*/
.header-fixed {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

    /*   .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: inline-table;
        width: 100%;
    }*/

    .header-fixed > tbody > tr:after,
    .header-fixed > thead > tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 59vh;
        max-height: 100%;
    }

/* .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            width: 25%;
            float: left;
        }*/

/*-------------------------- header-fixed-popup ---------------------------------*/
.header-fixed-popup {
    width: 100%;
    margin-bottom: 0px;
    table-layout: fixed;
    border-collapse: collapse;
}

    .header-fixed-popup > thead,
    .header-fixed-popup > tbody,
    .header-fixed-popup > thead > tr,
    .header-fixed-popup > tbody > tr,
    .header-fixed-popup > thead > tr > th,
    .header-fixed-popup > tbody > tr > td {
        display: block;
    }

        .header-fixed-popup > tbody > tr:after,
        .header-fixed-popup > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed-popup > tbody {
        overflow-y: auto;
        height: 100%;
        max-height: 290px;
    }

        .header-fixed-popup > tbody > tr > td,
        .header-fixed-popup > thead > tr > th {
            width: 25%;
            float: left;
        }

.table-responsive.configuration-setting-entry-table table tbody#validationbody tr td:first-child {
    padding-left: 16px !important;
    width: 10% !important;
    border: 0 !important;
    padding-top: 13px !important;
}

.table-responsive.configuration-setting-entry-table table thead tr th:last-child {
    /* width: 210px !important; */
    width: 90%;
}

.table-responsive.configuration-setting-entry-table table tbody#validationbody tr td:last-child {
    padding-left: 7px !important;
    width: 90%;
    border: 0 !important;
    padding-top: 10px;
}

.confi-textarea {
    height: 80px !important;
    max-height: 100% !important;
    padding: 10px 10px;
}

.InputContainer {
    height: 600px;
    width: 600px;
    border: solid 1px #ddd !important;
    margin-bottom: 100px;
    border-radius: 4px;
    margin-left: 24px;
}

}
/*----------------- Item Goup Master -------------------------*/
.item-group-entry-table tbody td:first-child {
    background: #f9f9f9;
    width: 80px;
}

.item-group-entry-table tbody#validationbody tr td:last-child {
    padding-left: 10px !important;
}

.item-group-entry-table tbody#validationbody tr td:last-child {
    padding-left: 8px !important;
}

.item-group-entry-table tbody td:first-child {
    background: #f9f9f9;
    width: 80px;
    padding-left: 16px;
}

.item-master.list-vendor-table table tbody tr td:nth-child(4) {
    width: 80px;
}

.item-master-1.list-vendor-table table tbody tr td:nth-child(4) {
    width: 80px;
}

table#tblSerialDetails .create-bat-tblbody th {
    width: 17.3% !important;
}

table#tblSerialDetails .create-bat-tblbody td {
    width: 16% !important;
    vertical-align: middle !important;
    padding: 8px 0 0px !important;
}

/*---------------------------------  Link Item Series ----------------------------*/
.link-item-series-table3 tr td:first-child {
    width: 110px !important;
    /*max-width: 123px;*/
}

.link-item-series-table3 tr td:last-child {
    width: 90px;
}
/*----------------------- Link Iterm Series -----------------------*/

.lebel-gen-qr-table table thead tr th:first-child {
    width: 20%;
}

.lebel-gen-qr-table table thead tr th:nth-child(2) {
    width: 29%;
}

.lebel-gen-qr-table table thead tr th:nth-child(3) {
    width: 20%;
}

.lebel-gen-qr-table table thead tr th:nth-child(4) {
    width: 20%;
}


.lebel-gen-qr-table table thead tr th:nth-child(5) {
    width: 11%;
}



.lebel-gen-qr-table table tbody tr td:first-child {
    width: 20%;
}

.lebel-gen-qr-table table tbody tr td:nth-child(2) {
    width: 29%;
}

.lebel-gen-qr-table table tbody tr td:nth-child(3) {
    width: 20%;
}

.lebel-gen-qr-table table tbody tr td:nth-child(4) {
    width: 20%;
}

.lebel-gen-qr-table table tbody tr td:nth-child(5) {
    width: 11%;
}

.confi-textarea {
    height: 70px;
    max-height: 100%;
}

.InputContainer {
    height: 600px;
    width: 600px;
    border: solid 1px #ddd !important;
    margin-bottom: 100px;
    border-radius: 4px;
    margin-left: 24px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
    margin: 0 auto;
    padding: 24px 0;
}
/*--------------------UMReport Generator List View ---------------------------*/
.umreport-gen-list-table table thead th:last-child {
    width: 70px !important;
    text-align: center;
}

.umreport-gen-list-table table tbody td:last-child {
    text-align: center;
}
/*------------ Query Popup ---------------------*/
.query-table table thead th:first-child {
    text-align: center;
    width: 15%;
}

.query-table table thead th:nth-child(2) {
    text-align: left;
    width: 35%;
}

.query-table table thead th:last-child {
    width: 50%;
}

.query-table table tbody td:first-child {
    text-align: center;
    width: 15%;
    border: 0 !important;
}


.query-table table tbody td:nth-child(2) {
    text-align: left;
    width: 35%;
    border: 0 !important;
}


.query-table table tbody td:last-child {
    width: 50%;
    border: 0 !important;
}

.query-table table tbody tr {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    /*line-height: 15px !important;*/
}

div#rootContainer {
    border: solid 1px #ddd !important;
    margin-bottom: 18px !important;
    border-radius: 4px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
    margin: 0 auto;
    padding: 24px;
}

label#duplicatebtn {
    float: right;
    width: 18px;
    font-size: 18px;
    height: 18px;
    background: #070fff;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin-right: 6px;
}

.makeMeDraggable.ui-draggable {
    border: solid 1px #ddd !important;
    margin-bottom: 18px !important;
    border-radius: 4px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
    margin: 0 auto;
    padding: 12px;
}

.link-item-table-box-22 {
    margin: 0px 24px;
}

.box-code-details ul li:nth-child(2) .box-code-label {
    width: 22%;
}

.box-code-details ul li:nth-child(2) .sub-box-code {
    /* width: 78%; */
    padding-left: 6px;
}
/*.fixed-bottom-confi.item-s-footer {
    position: relative;
    bottom: 0px;
    width: 97%;
    left: 25px;
    right: 24px;
    z-index: 1000;
    height: 50px;
    
    margin-top: 12px;
    line-height: 50px;
    display: flex;
    align-items: center;
}*/
/*.fixed-bottom-confi.item-s-footer {
    position: fixed;
    bottom: 70px;
    width: 77%;
    left: 266px;
    right: 24px;
    z-index: 1000;
    height: 50px;
    background: #fff;
    margin-top: 12px;
    line-height: 50px;
    display: flex;
    align-items: center;
}*/
input.input-eq {
    width: 100px;
    margin-right: 5px;
    border-radius: 4px;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px !important;
}

.minus-item-icon {
    /* color: #dc3545; */
    margin-right: 10px;
    font-size: 16px;
}

.plus-itm-icon {
    /* color: #ff0037; */
    margin-left: 6px;
    font-size: 16px;
}

div#wmsStepData .sap-int-tab ul li {
    width: 50%;
}

.link-item-table-series tr {
    vertical-align: middle;
    padding: 4px 10px !important;
}

/*------------Process Configuration Entry Form ----------*/
.table-responsive.confi-master-table table tbody tr td:first-child {
    width: 80px;
    min-width: 80px;
    padding-left: 16px;
}
/*
.table-responsive.confi-master-table table tbody tr td:nth-child(2) {
    
}
.table-responsive.confi-master-table table tbody tr td:nth-child(3) {
}*/
.table-responsive.confi-master-table table tbody tr td:nth-child(4) {
    width: 100%;
    min-width: 290px;
}
/*.table-responsive.confi-master-table table tbody tr td:nth-child(5) {
}
.table-responsive.confi-master-table table tbody tr td:nth-child(6) {
}
.table-responsive.confi-master-table table tbody tr td:nth-child(7) {
}
.table-responsive.confi-master-table table tbody tr td:nth-child(8) {
}
.table-responsive.confi-master-table table tbody tr td:nth-child(9) {
}
.table-responsive.confi-master-table table tbody tr td:nth-child(10) {
}*/
.confi-mas-text {
    font-size: 12px;
    font-weight: 500;
}

.confi-master-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .confi-master-flex lable {
        margin-left: 5px;
    }

.integration-content {
    overflow-x: hidden;
    height: 64vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
    /* padding: 0px !important; */
    max-height: 100%;
    padding-bottom: 15px;
}

/*----------------------------- Generate Qr Code ---------------------------------*/

.batch-ic-fade .generate-qr-size {
    width: 39vw !important;
    height: auto;
    margin-top: 1%;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
    border-radius: 8px;
}

.gen-qr-scroll {
    overflow-y: auto;
    height: 100%;
    max-height: 380px;
}

.gen-type-head {
    font-size: 18px;
    font-weight: 500;
    color: #03236c;
    line-height: 0;
    letter-spacing: 0.5px;
}

.add-exl-text {
    height: 40px;
    flex-shrink: 0;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-left: 10px;
    margin: 0;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.create-new-area .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
    margin: 0;
}

.page-content.batch-entry-form {
    padding: 0 24px !important;
}

.configuration-setting-entry-table .gridtable tbody {
    display: block;
    /*max-height: 271px;*/
    max-height: 55vh;
    overflow-y: scroll;
}

.btch-series-list-table thead th:last-child {
    width: 80px !important;
    text-align: center;
    margin: 0 auto;
    padding-right: 0 !important;
}



/*---------------------------  Batch Excel Entry Form  -----------------------------------*/

input#fileInput::before {
    content: 'Upload File';
    position: relative;
    z-index: 1000;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 23px;
    left: 35px;
}

.upload-input-excel1 {
    border: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0232cb !important;
    background: none !important;
}

.upload-input-excel2 {
    border: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0232cb !important;
    background: none !important;
}

/*------------- box search code --------------------*/
.page-content.boxcode-search-form .box-code-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #03236c;
    margin-right: 10px;
    float: left;
    width: 30%;
    text-align: right;
    white-space: nowrap;
    display: flex;
    justify-content: right;
}

.page-content.boxcode-search-form .sub-box-code {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #01175c;
    margin-right: 10px;
    float: left;
    width: 70%;
    text-align: left;
    white-space: nowrap;
    background: none;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
}

.page-content.boxcode-search-form .box-code-details ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 42%;
}

.page-content.boxcode-search-form .box-code-details ul li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 28%;
}

.serialserieslistView-table thead th:last-child {
    width: 100px !important;
    text-align: center;
    padding-right: 0 !important;
}

.serialserieslistView-table thead th:last-child {
    width: 100px !important;
    text-align: center;
    padding-right: 0 !important;
}

/*----------------------------- Generate Qr Code ---------------------------------*/

.generate-qr-size {
    width: 39vw !important;
    height: auto;
    margin-top: 1%;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.gen-qr-scroll {
    overflow-y: auto;
    height: 100%;
    max-height: 380px;
}

.gen-type-head {
    font-size: 18px;
    font-weight: 700;
    color: #265ba4;
    line-height: 0;
    letter-spacing: 0.5px;
}

.add-exl-text {
    height: 40px;
    flex-shrink: 0;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-left: 10px;
    margin: 0;
}



.bg-opicty {
    background: #0000004f;
}

.w100 {
    width: 100% !important;
}

.popup-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh !important;
    text-align: center;
    margin: 0 auto !important;
}

.sig-size {
    max-width: 75vw !important;
    height: auto;
    z-index: 11002 !important;
    border-radius: 14px !important;
    overflow: unset !important;
    margin: 58px auto 0;
    margin-left: 294px;
    min-height: 100%;
    max-height: 100%;
}

.sig-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sig-img {
    width: 40%;
}

.gen-qr-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gen-qr-space {
    margin-right: 5px;
}

.gen-qr-list {
    width: 100%;
    display: block;
    padding: 5px;
}


/*----------------------------- Generate Qr Code ---------------------------------*/

.generate-qr-size {
    width: 52vw !important;
    height: auto;
    margin-top: 1%;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    border: 0;
}

.gen-qr-scroll {
    overflow-y: auto;
    height: 100%;
    max-height: 380px;
}

.gen-type-head {
    font-size: 18px;
    font-weight: 700;
    color: #265ba4;
    line-height: 0;
    letter-spacing: 0.5px;
}

.add-exl-text {
    height: 40px;
    flex-shrink: 0;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-left: 10px;
    margin: 0;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.create-new-area .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
    margin: 0;
}

.page-content.batch-entry-form {
    padding: 0 24px !important;
}



/*---------------------------  Batch Excel Entry Form  -----------------------------------*/

input#fileInput::before {
    content: 'Upload File';
    position: relative;
    z-index: 1000;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 29px;
    left: 52px;
}

}

.upload-input-excel1 {
    border: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0232cb !important;
    background: none !important;
}

.mb-21 {
    margin-bottom: 16px;
}

input#ToDate {
    cursor: pointer;
}

.create-new-area.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.gen-qr-space {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.gen-qr-text {
    font-size: 13px;
    font-weight: 500;
    color: #202020;
}

.lebel-gen-qr-table {
    width: 100%;
}

.gen-qr-text ul li {
    text-decoration: none;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.gen-qr-head {
    color: #202020;
    font-size: 13px;
    font-weight: 500;
}

.gen-qr-flexiable {
    display: flex;
    align-items: center;
}

.gen-qr-list ul li {
    list-style: none;
}

ul#ULList input.checkboxes {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

ul.gen-qrcode-list {
    margin-bottom: 2px;
}

.modal-content.view-qr-code-align .modal-body.QrCode {
    max-height: 370px;
    overflow-y: auto;
    height: 100%;
}

.modal-content.view-qr-cod .modal-body.Qr-Code {
    max-height: 100%;
    overflow-y: unset;
    height: 100%;
}

.configurator-entry-table tr td:first-child {
    width: 100px;
    padding: 16px !important;
    text-align: left !important;
}

.configurator-entry-table table thead tr th:first-child {
    border-radius: 4px 0 0px 4px !important;
    padding-left: 16px !important;
    text-align: left;
    width: 100px;
}

.configurator-entry-table table thead tr th:last-child {
    text-align: left !important;
}

.configurator-entry-table tr td:last-child {
    padding-left: 8px !important;
    text-align: left !important;
}

/*----------------- Tab List of Document Type List -----------------*/
.sap-int-tab .nav-tabs {
    border-bottom: 1px solid #e2e2e2;
}

.sap-int-tab ul li.nav-item {
    background: #f9f9f9;
    width: 13%;
    border: 1px solid #e2e2e2;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
}

    .sap-int-tab ul li.nav-item a {
        font-size: 15px;
        font-weight: 500;
        color: #03236c;
        letter-spacing: 0.5px;
    }

.gate-entry-table-list table tbody td:last-child {
    width: 120px;
}

.validationcheckbox {
    width: 16px;
    height: 16px;
}

.bar-code-popup .bar-chart-ppup {
    width: 100% !important;
    margin: 0 auto !important;
    height: 100vh !important;
}

.modal-content.view-qr-cod {
    height: 94vh;
}

.bar-code-popup .bar-chart-ppup .modal-dialog {
    max-width: 100% !important;
    height: 100vh !important;
}

.modal-content.view-qr-cod .modal-body.Qr-Code {
    max-height: 80vh;
    overflow-y: auto;
    height: 100%;
}
/*----------------------------Dock Allocation ---------------------------*/
th.dock-h span {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    padding: 0 10px;
    line-height: 27px;
}

.dock-table tbody tr td:nth-child(2n+2) {
    background: #f2f2f2;
}

td.td-height span {
    color: #495057;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px !important;
}

table.table.table-bordered.dock-table td:last-child {
    display: none !important;
}
/*input[type="date"].dock-alloc-date::-webkit-calendar-picker-indicator {
   display: none;
    -webkit-appearance: none;
    width: 18px;
    height: 40px;
    padding: 6px 10px 10px;
    margin-right: 20px;
    margin-top: 0px;
    position: absolute;
    left: 0;
    background: #495057;
    color: #fff !important;
    z-index: 9999;
}

.dock-alloc-date {
    padding: 10px !important;
    padding-left: 50px;
}

.dock-alloc-date {
    padding: 10px !important;
}*/

.dock-body {
    padding: 10px 14px;
}

.click-down-pos .chev-down-dock {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.dock-pad-alloc {
    padding: 10px 10px 3px;
}

.time-alloc-list {
    margin-right: 10px;
}

.time-alloc {
    width: 100px;
    height: 30px;
    border: 1px solid #ced4de;
    border-radius: 4px;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
}

.time-alloc-inpt {
    width: 112px;
    height: 30px;
    border: 1px solid #ced4de;
    border-radius: 4px;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
}

.labour-input {
    width: 97px;
    height: 30px;
    border: 1px solid #ced4de;
    border-radius: 4px;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
}

.footer-confi-dock-alloc {
    position: relative;
    bottom: 0;
    background-color: #fff;
    width: -webkit-fill-available;
    /*    padding: 0px 24px;
    box-shadow: 0 -5px 13px -2px #ddd;*/
    border-radius: 6px;
    z-index: 999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lev-gen-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dock-alloc-date {
    border: 1px solid #444444 !important;
    max-width: 170px !important;
    height: 40px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}


    /*input[type="date"].dock-alloc-date::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    width: 18px;
    height: 40px;
    padding: 6px 10px 10px;
    margin-right: 20px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    background: #495057;
    color: #fff !important;
    z-index: 9999;
}*/

    /*input[type="date"] {
    -webkit-appearance: none;
    width: 18px;
    height: 40px;
    padding: 6px 10px 10px;
    margin-right: 20px;
    margin-top: 0px;
    position: relative;
    right: 0;
    z-index: 9999;
    padding-left:45px;
}*/
    /*input[type="date"].dock-alloc-date::-webkit-calendar-picker-indicator :before {
    content: '';
    background: url(../Images/datepick.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0px;
    background-position: center center;
    background-size: 50%;
}*/

    /*   input[type="date"]::-webkit-calendar-picker-indicator {
        visibility: hidden;
    }*/
    /*  .dock-alloc-date:after {
        content: '';
        background: #444444;
        position: absolute;
        right: 0;
        top: 0px;
        background-position: center center;
        background-size: 50%;
        width: 44px;
        height: 40px;
        background-position: center center;
        background-size: 50%;
        color: #fff !important;
        z-index: 0;
    }*/
    .dock-alloc-date:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0px;
        background-position: center center;
        color: #fff !important;
        z-index: 0;
        height: 36px !important;
        width: 40px !important;
        flex-shrink: 0;
        border-radius: 0px 4px 4px 0px !important;
        border: 1px solid #DCDCDC !important;
        background: #E9ECEF !important;
    }

.datepick-input.dock-alloc-date {
    font-family: Poppins;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #090936;
    font-size: 13px !important;
    min-height: 36px;
    padding: 0 10px;
    width: 100%;
    /* background: #fff; */
    border-radius: 4px;
    border: solid 1px #ddd !important;
    font-weight: 400 !important;
    margin-top: 1px;
}


.datepicker-qr-code.date input[type="date"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 1000;
    filter: invert(1);
}

.back-arrw {
    padding-right: 19px;
}

.tablget-batches tbody th:first-child {
    width: 20% !important;
}

.tablget-batches tbody td:nth-child(2) {
    width: 80%;
    border: 0 !important;
}

.paper-size {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #265ba4;
    color: #3F51B5;
}

.lebel-gen-qr-table tfoot {
    display: table-caption;
    width: 100%;
}

.link-item-hr hr.link-rule {
    margin-left: 14px !important;
}
/*------------- batch and serial  table ------------------------*/
/*.serial-batch-table.header-fixed > tbody > tr > td, .serial-batch-table.header-fixed > thead > tr > th {
    float: left !important;
    width: auto;
}
.serial-batch-table thead tr th:first-child {
    width: 3%;
}

.serial-batch-table thead tr th:nth-child(2) {
    width: 8%;
}

.serial-batch-table thead tr th:nth-child(3) {
    width: 8%;
}

.serial-batch-table thead tr th:nth-child(4) {
    width: 9%;
}

.serial-batch-table thead tr th:nth-child(5) {
    width: 8%;
}

.serial-batch-table thead tr th:nth-child(6) {
    width: 9%;
}

.serial-batch-table thead tr th:nth-child(7) {
    width: 9%;
}

.serial-batch-table thead tr th:nth-child(8) {
    width: 7%;
}

.serial-batch-table thead tr th:nth-child(9) {
    width: 9%;
}
.serial-batch-table thead tr th:nth-child(10) {
    width: 9%;
}
.serial-batch-table thead tr th:nth-child(11) {
    width: 8%;
}

.serial-batch-table thead tr th:nth-child(12) {
    width: 8%;
}

.serial-batch-table thead tr th:nth-child(15) {
    width: 8%;
}

.serial-batch-table thead tr th:last-child {
    width: 7%;
}*/

/*------- td -----------*/
/*.serial-batch-table tbody tr td:first-child {
    width: 3%;
}


.serial-batch-table tbody tr td:nth-child(2) {
    width: 8%;
}

.serial-batch-table tbody tr td:nth-child(3) {
    width: 8%;
}

.serial-batch-table tbody tr td:nth-child(4) {
    width: 9%;
}

.serial-batch-table tbody tr td:nth-child(5) {
    width: 8%;
}

.serial-batch-table tbody tr td:nth-child(6) {
    width: 9%;
}

.serial-batch-table tbody tr td:nth-child(7) {
    width: 9%;
}

.serial-batch-table tbody tr td:nth-child(8) {
    width: 7%;
}

.serial-batch-table tbody tr td:nth-child(9) {
    width: 9%;
}

.serial-batch-table tbody tr td:nth-child(10) {
    width: 9%;
}

.serial-batch-table tbody tr td:nth-child(11) {
    width: 8%;
}

.serial-batch-table tbody tr td:nth-child(12) {
    width: 8%;
}

.serial-batch-table tbody tr td:nth-child(15) {
    width: 8%;
}

.serial-batch-table tbody tr td:last-child {
    width: 7%;
}
*/
/*------------------  Batches table --------------*/
/*.batchnew-batch-table.header-fixed > tbody > tr > td, .batchnew-batch-table.header-fixed > thead > tr > th {
    float: left !important;
    width: auto;
}

.batchnew-batch-table thead tr th:first-child {
    width: 3%;
}

.batchnew-batch-table thead tr th:nth-child(2) {
    width: 8%;
}

.batchnew-batch-table thead tr th:nth-child(3) {
    width: 8%;
}

.batchnew-batch-table thead tr th:nth-child(4) {
    width: 9%;
}

.batchnew-batch-table thead tr th:nth-child(5) {
    width: 8%;
}

.batchnew-batch-table thead tr th:nth-child(6) {
    width: 9%;
}

.batchnew-batch-table thead tr th:nth-child(7) {
    width: 9%;
}

.batchnew-batch-table thead tr th:nth-child(8) {
    width: 7%;
}

.batchnew-batch-table thead tr th:nth-child(9) {
    width: 9%;
}

.batchnew-batch-table thead tr th:nth-child(10) {
    width: 9%;
}

.batchnew-batch-table thead tr th:nth-child(11) {
    width: 8%;
}

.batchnew-batch-table thead tr th:nth-child(12) {
    width: 8%;
}

.batchnew-batch-table thead tr th:nth-child(15) {
    width: 8%;
}

.batchnew-batch-table thead tr th:last-child {
    width: 7%;
}
*/
/*------- td -----------*/
/*.batchnew-batch-table tbody tr td:first-child {
    width: 3%;
}

.batchnew-batch-table tbody tr td:nth-child(2) {
    width: 8%;
}

.batchnew-batch-table tbody tr td:nth-child(3) {
    width: 8%;
}

.batchnew-batch-table tbody tr td:nth-child(4) {
    width: 9%;
}

.batchnew-batch-table tbody tr td:nth-child(5) {
    width: 8%;
}

.batchnew-batch-table tbody tr td:nth-child(6) {
    width: 9%;
}

.batchnew-batch-table tbody tr td:nth-child(7) {
    width: 9%;
}

.batchnew-batch-table tbody tr td:nth-child(8) {
    width: 7%;
}

.batchnew-batch-table tbody tr td:nth-child(9) {
    width: 9%;
}


.batchnew-batch-table tbody tr td:nth-child(12) {
    width: 8%;
}

.batchnew-batch-table tbody tr td:nth-child(15) {
    width: 8%;
}

.batchnew-batch-table tbody tr td:last-child {
    width: 7%;
}
*/

.header-fixed.scrolldown tbody td {
    border-bottom: 0 !important;
}

.header-fixed.scrolldown > thead, .header-fixed > tbody, .header-fixed.scrolldown > thead > tr, .header-fixed > tbody > tr {
    display: block;
    width: 100%;
}



.qccheck-title {
    color: #2D373C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 24px;
}


.qccheck-table table tbody td {
    color: #2D373C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: #f9f9f9;
    white-space: nowrap !important;
    vertical-align: middle;
}

.table-responsive.qccheck-table table {
    border-collapse: separate;
    border-spacing: 0 0px;
    /*  background: #fff;*/
}

    .table-responsive.qccheck-table table tbody tr {
        box-shadow: none !important;
        width: 100%;
        flex-shrink: 0;
        background: #FFF;
        border-bottom: 1px solid #ddd !important;
        height: 42px;
        vertical-align: middle;
    }

.qccheck-table {
    position: relative !important;
}

    .qccheck-table table tbody td {
        text-transform: capitalize;
        color: #2D373C;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #f9f9f9;
    }

        .qccheck-table table tbody td:nth-child(3) {
            color: #2C59E7;
            font-family: Poppins;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }



.table-responsive.qccheck-table table tbody tr {
    vertical-align: middle !important;
}

.qccheck-table table thead th {
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #444;
    font-size: 12px !important;
    font-weight: 700;
    background-color: #eee !important;
    position: relative;
    height: 36px;
    white-space: nowrap;
}


.table-responsive.qccheck-table.access-detail-table {
    position: relative;
}






.qc-model1 {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.19), 0 6px 6px rgb(0 0 0 / 10%);
}


.submitstocktransfer-btn {
    width: 137px !important;
    height: 36px;
    flex-grow: 0;
    border-radius: 6px;
    background-color: #364c8f !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #2c59e7 !important;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
}

    .submitstocktransfer-btn:hover {
        color: #fff !important;
        text-decoration: none;
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

    .submitstocktransfer-btn.focus, .submitstocktransfer-btn:focus {
        outline: 0;
        box-shadow: none !important;
    }


.create-copy {
    width: 140px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #2C59E7;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    margin-top: 7%;
}

    .create-copy:hover {
        color: #fff !important;
        box-shadow: 0 5px 24px rgba(0,0,0,0.19), 0 6px 6px rgb(0 0 0 / 10%);
    }

.qcinput {
    font-size: 13px !important;
}


.QCConsume-entry-table .gridtable tbody {
    display: block;
    max-height: 271px;
    overflow-y: scroll;
}


.table-responsive.QCConsume-entry-table table thead tr th:first-child {
    border-radius: 4px 0 0px 4px !important;
    padding-left: 16px;
    width: 15%;
}


.table-responsive.QCConsume-entry-table table tbody#BoxListForConsume tr td:last-child {
    padding-left: 7px !important;
}

.table-responsive.QCConsume-entry-table table tbody#BoxListForConsume tr td:first-child {
    padding-left: 16px !important;
    width: 15% !important;
    border: 0 !important;
    padding-top: 13px !important;
}

.table-responsive.QCConsume-entry-table table thead tr th:last-child {
    /* width: 210px !important; */
    width: 85%;
}

.table-responsive.QCConsume-entry-table table tbody#BoxListForConsume tr td:last-child {
    padding-left: 7px !important;
    width: 85%;
    border: 0 !important;
    padding-top: 10px;
}

}

.modal-dialog qc-model11 {
    position: fixed;
    top: 0px;
    left: 400px;
    z-index: 1055;
    display: none;
    width: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.form-control-inventory {
    display: block;
    /*width: 100%;*/
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
}

.img-upload-upload {
    position: absolute;
    top: 28px;
    left: 24px;
    width: 16px !important;
    height: 16px !important;
    z-index: 100;
}

.stat-flex {
    display: flex;
    justify-content: flex-start;
}


/*----------------------- fixed table head and body scrollable -----------------*/ /*
.fixedheader tbody {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}

    .fixedheader thead, .fixedheader tbody tr {
        display: table;
        table-layout: fixed;
        width: 100%;
        vertical-align: middle;
    }

.fixedheader thead {
    width: calc(100% - 5px);
}

.fixedheader thead {
    position: relative;
}*/

/*----------------- Loder-----------------------------*/


/*--------------------- Stock statement popup table ------------------ */
.stock-stat-table table thead th:first-child {
    text-align: center;
    width: 15%;
}

.stock-stat-table table thead th:nth-child(2) {
    text-align: left;
    width: 27%;
}

.stock-stat-table table thead th:nth-child(3) {
    text-align: left;
    width: 28%;
}

.stock-stat-table table thead th:nth-child(4) {
    text-align: left;
    width: 30%;
}

.stock-stat-table table tbody td:first-child {
    text-align: center;
    width: 15%;
    border: 0 !important;
}

.stock-stat-table table tbody td:nth-child(2) {
    text-align: left;
    width: 27%;
    border: 0 !important;
}

.stock-stat-table table tbody td:nth-child(3) {
    text-align: left;
    width: 28%;
    border: 0 !important;
}

.stock-stat-table table tbody td:last-child {
    width: 30%;
    border: 0 !important;
}

.stock-stat-table thead {
    width: calc(100% - 0px);
}

.stock-stat-table thead, .stock-stat-table tbody tr {
    background: #f9f9f9;
}

/*----------------- fixed table  ------------------------*/
.batch-itemcode-size {
    min-width: 36vw !important;
}

.table-container {
    max-width: 100%;
    overflow-y: auto;
    height: 100%;
    max-height: 290px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-table thead {
        position: sticky;
        top: 0;
        /*  background-color: #333;
        color: #fff;*/
        z-index: 1;
    }


    .responsive-table tbody tr:hover {
        background-color: #f1f1f1;
    }

@media screen and (max-width: 768px) {
    .responsive-table th,
    .responsive-table td {
        padding: 8px;
        font-size: 14px;
    }
}

.scrollbar-des {
    max-width: 100%;
    overflow: auto;
    height: 100%;
    max-height: 265px;
    overflow-x: auto;
}
/*----------------- table header and column fixed table ------------------*/


table {
    border-collapse: collapse;
    font-family: helvetica
}

.unfixed-table td, .unfixed-table th {
    /*border: 1px solid;
    padding: 10px;*/
    min-width: 65px;
    /*background: #f9f9f9;*/
    box-sizing: border-box;
    text-align: left;
}
/*
.table-container {
    position: relative;
    max-height: 300px;
    width: 500px;
    overflow: scroll;
}*/

.unfixed-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    /*  background: hsl(20, 50%, 70%);*/
}

    .unfixed-table thead th:first-child {
        left: 0;
        z-index: 3;
    }

    .unfixed-table thead th:nth-child(2) {
        left: 65px;
        z-index: 3;
    }
/*
tfoot {
    position: -webkit-sticky;
    bottom: 0;
    z-index: 2;
}*/

/* tfoot td {
        position: sticky;
        bottom: 0;
        z-index: 2;
        background: hsl(20, 50%, 70%);
    }*/

/* tfoot td:first-child {
            z-index: 3;
        }*/

.unfixed-table tbody {
    overflow: scroll;
    height: 200px;
}

/* MAKE LEFT COLUMN FIXEZ */
.unfixed-table tr > :first-child {
    position: -webkit-sticky;
    position: sticky;
    /*   background: hsl(180, 50%, 70%);*/
    left: 0;
}

.unfixed-table tr > :nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    /* background: hsl(180, 50%, 70%);*/
    left: 65px;
}
/* don't do this */
/*.unfixed-table tr > :first-child {
    box-shadow: inset 0px 1px black;
}*/
.unfixed-table .confi-label {
    color: #202020;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.qty-input {
    width: 121px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #01175c;
}

.dock-rb:first-child {
    background: #fff !important;
    min-width: 80px !important;
}

.list-vendor-table table thead th:first-child {
    white-space: nowrap !important;
}

}

.modal-footer-grpo {
    flex-wrap: nowrap !important;
}
/*-------------------------------------------------Login Page-----------------------------------------------*/
.navbar-f3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

table.branch-popup-table thead tr th:first-child {
    width: 20%;
}

table.branch-popup-table tbody tr td:first-child {
    width: 20%;
}

table.branch-popup-table thead tr th {
    background: #2d373c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

table.branch-popup-table tbody tr td {
    font-size: 12px;
    font-weight: 400;
}

.batch-table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: fit-content;
}

.wms-configuration-bg .coldEx-flexend {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-fixed.scrolldown tbody td {
    border-bottom: 0 !important;
}

.header-fixed.scrolldown > thead, .header-fixed > tbody, .header-fixed.scrolldown > thead > tr, .header-fixed > tbody > tr {
    display: block;
    width: 100%;
}

.header-fixed.scrolldown tbody {
    overflow-y: auto;
    overflow-x: unset !important;
}

.header-fixed.scrolldown > tbody {
    overflow-y: auto;
    height: 42vh !important;
    max-height: 100%;
}

input#finalQtyForQr {
    width: 70px !important;
    height: 20px;
    font-size: 12px;
    padding: 11px 6px;
    font-weight: 400;
    color: #01175c;
}

.partiallabel-click {
    cursor: pointer;
    text-decoration: none;
    justify-items: center;
    font-size: 12px;
    min-width: 90px !important;
    width: 100%;
    height: 24px;
    flex-grow: 0;
    border-radius: 6px;
    font-family: Poppins;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* text-align: center; */
    color: #2c59e7 !important;
    border: 1px solid #2c59e7 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .partiallabel-click:hover {
        background-color: #fbfbfb;
    }


/*--------------  dummy Table ------------*/




.batch-table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 350px;
}

    .batch-table-scroll table {
        width: 100%;
        min-width: 1280px;
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

.table-wrap {
    position: relative;
}

.batch-table-scroll th, .batch-table-scroll td {
    padding: 4px 10px !important;
    vertical-align: middle;
}

.batch-table-scroll thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
    /*.batch-table-scroll tfoot, .batch-table-scroll tfoot th, .batch-table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 4;
    background: #eee;
    color: #444;
}*/
    /*tfoot, tfoot th, tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 4;
    background: #eee;
    color: #444;
}*/


    /* safari and ios need the tfoot itself to be position:sticky also */



    .batch-table-scroll thead th:first-child {
        z-index: 5;
    }

.batch-table-scroll table tbody td {
    color: #333;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9;
    cursor: default !important;
}

.checkboxesHeader {
    margin-right: 5px;
}

.can-pos-btn {
    position: relative;
    left: -30px;
}

.batch-s-edit-body {
    padding: 16px 16px 3px !important;
}

.link-item-table-series tr {
    vertical-align: middle;
    padding: 4px 10px !important;
}

.list-vendor-table table thead th:first-child {
    white-space: nowrap !important;
}

}

.modal-footer-grpo {
    flex-wrap: nowrap !important;
}
/*-------------------------------------------------Login Page-----------------------------------------------*/
.navbar-f3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

table.branch-popup-table thead tr th:first-child {
    width: 20%;
}

table.branch-popup-table tbody tr td:first-child {
    width: 20%;
}

table.branch-popup-table thead tr th {
    background: #2d373c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

table.branch-popup-table tbody tr td {
    font-size: 12px;
    font-weight: 400;
}

.batch-table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: fit-content;
}
/*---------------    -------------------*/
div#tbllistview1 {
    margin-top: 8px;
    margin-bottom: 6px;
}

.palletcodebox {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 0px 0 24px;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
}

.palletcodeflx {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
}

.palletcode-left {
    float: left;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.palletcode-right {
    float: right;
    width: 40%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.palletcode_sel {
    border: 1px solid #d5cbcb;
    border-radius: 4px;
    padding: 2px;
    width: 110px;
}

.mt-8 {
    margin-top: 8px;
}

/*---------------------- Fixed Table --------------------*/
.fixTableHead {
    overflow-y: auto;
    height: 60vh;
    min-height: 100%;
    max-height: max-content;
}

    .fixTableHead thead th {
        position: sticky;
        top: 0;
        background: #cdcdcd !important;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

#tblListViewbinLineDetails thead th {
    white-space: nowrap;
}

img.exl-dwld.img-fluid {
    width: 36px;
}

.pallet-flx {
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 12px;
}

.palletcode_table tbody td {
    white-space: nowrap;
}

.datalistpallet-dw {
    background: #f9f9f9;
    padding: 10px 20px;
    position: absolute;
    top: 36px;
    left: 11px;
    width: 97%;
    height: 300px;
    max-height: fit-content;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

    .datalistpallet-dw li {
        font-size: 12px;
        font-weight: 600;
        padding: 5px 0;
        color: #333;
    }

.pallet-flx1 {
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
}

.palletcodeflx1 span {
    margin-left: 5px;
}

.palletcodeflx1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    width: 100%;
}

    .palletcodeflx1 strong {
        font-size: 12px;
        font-weight: 700;
    }

.palletcodeflx strong {
    font-size: 12px;
    font-weight: 700;
}

.palletcodeflx1 span {
    margin-left: 5px;
}

.mt-8 {
    margin-top: 8px;
}

.calend-pos {
    position: absolute !important;
    right: 0;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 9999 !important;
}

.pos-r {
    position: absolute;
    right: 14px;
    align-items: center;
    top: 8px;
}

hr.car-rule {
    width: 100%;
    padding: 0 !important;
    margin: 4px;
}

tbody#idtbodyUOMheaderTreeView tr:first-child td:first-child {
    padding-left: 10px;
}

ul {
    list-style: none;
}

.print-icon {
    width: 18px;
}

.qr-icon {
    width: 20px;
}

button:focus {
    outline: 0 !important;
    outline: 0 !important;
}

.rd-cen {
    display: flex;
    align-items: center;
    height: 24px;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    height: 36px !important;
    flex-grow: 0 !important;
    border-radius: 6px !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    border: 1px solid #28a745 !important;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.19), 0 6px 6px rgb(0 0 0 / 10%) !important;
    margin-right: 5px !important;
}

.sidebar-menu-overflow {
    overflow-y: auto !important;
    overflow-x: hidden;
    max-height: 75vh;
}

.list-group-item {
    padding: .48rem .50rem !important;
}