﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: white !important;
    font-family: 'Poppins', sans-serif !important;
}

html {
    font-size: 16px;
    /* 1rem = 16px */
}

@media (max-width: 1152px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 896px) {
    html {
        font-size: 13px;
    }
}

/* Small screens (Phones) */
@media (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 864px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 10px;
    }
}


.branchState {
    margin-top: 7%;
    color: black;
}

/*.header_vbl h5 {
    font-size: 14px !important;
}*/

.header_vbl ion-icon {
    height: 18px !important;
    color: red;
}

.containerr {
    height: 100vh;
    width: 100%;
}

.Dashboard_cover {
    height: 95%;
    width: 100%;
    background: #f6faffcc;
    display: flex;
    justify-content: space-between;
}


.dashboard_customTbl {
    width: 100%;
}

    .dashboard_customTbl:hover {
    }



    .dashboard_customTbl td {
        width: 200px;
        text-align: center;
        padding: 20px !important;
    }

    .dashboard_customTbl th {
        width: 200px;
        text-align: center;
        padding: 20px !important;
    }

    .dashboard_customTbl tr {
        background: red;
    }


/* colured buttons*/

.completed_btn {
    padding: 9px;
    background: #60bb60;
    border: none;
    color: white;
    border-radius: 50px;
    text-decoration: none;
}


.pending_btn {
    padding: 9px;
    background: #e34f2bb5;
    border: none;
    color: white;
    border-radius: 50px;
    cursor: pointer;
}

.partial_btn {
    padding: 9px;
    background: #cfcb2af0;
    border: none;
    color: white;
    border-radius: 50px;
}

.short_closebtn {
    padding: 9px;
    background: #60bb60;
    border: none;
    color: white;
    border-radius: 10px;
}

.short_close_btn {
    padding: 9px;
    background: #111;
    border: none;
    color: white;
    border-radius: 50px;
}

.short_closedashbordbtn {
    background: #d0cd35;
    border: none;
    color: #ffffff;
    padding: 10px;
    border: 1px solid green;
    border-radius: 50px
}

    .completed_btn:hover, .short_closedashbordbtn:hover, .short_closebtn:hover, .partial_btn:hover, .pending_btn:hover {
        padding: 9px;
        box-shadow: 0 0 10px 0 rgba(255,255,255,.7);
        border: none;
        color: white !important;
        border-radius: 50px;
    }

        .short_closebtn:hover::after {
            content: "➡";
            display: inline-block;
            position: absolute;
            top: 15px;
            right: 10px;
            z-index: 1;
            font-size: 18px;
        }


.sticky-header {
    position: sticky !important;
    /*         top: -7px !important;*/
    text-align: center;
    background-color: #f7f7f7;
}


/*.dashScroll table tr:nth-child(2n+2) {
    background: #fff !important;
}
*/

.dashScroll table {
    width: 100% !important;
}

table {
    width: 100%;
}

.Dashboard_cover .Dashboard_left {
    flex: 0 0 auto;
    width: 100%;
    height: 80vh !important;
    /*  background:red;*/
}

.Dashboard_cover .Dashboard_right {
    flex: 0 0 auto;
    width: 48%;
    /*  background: blue;*/
}

.imgbox img {
    height: 70vh;
    padding-top: 60px;
}

.extra_img {
    position: absolute;
    top: 30%;
    right: 8%;
}

    .extra_img img {
        height: 50px;
        margin-top: 20px;
        transition: 0.3s ease-in;
        cursor: pointer;
    }

        .extra_img img:hover {
            transform: scale(1.2)
        }

.SurWidth {
    width: 80px !important;
}

.nav {
    height: 70px;
    width: 100%;
    /* background-color: rgb(90, 76, 245); */
    /*box-shadow: 6px 6px lightblue;*/
}

.sorting {
    /*    text-align: center !important;*/
    /* removed to make table data left aligned*/
}

.m-2card {
    text-align: center;
    padding-block: 20px;
    box-shadow: 80px;
    border-radius: 25%;
}

ion-icon {
    width: 25px;
    height: 35px;
    /* justify-content: space-between; */
    position: absolute;
}

.list-group {
    position: fixed;
    background: #000000;
    line-height: 12px;
    list-style-type: none;
    /*box-shadow: 2px 1px 13px 2px #b3b2b2e6;*/

    margin-left: -10px;
    margin-top: -3px;
    height: 100vh;
}
    /* .list-group:hover {
        background-color: lightblue;
    }*/

    .list-group .icon {
        position: static;
    }

.headerColor {
    background: transparent !important;
}

.headingColor {
    color: #005CB4;
    padding: 10px;
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: 600;
    animation: multicolor 10s linear infinite;
}

.red {
    color: red !important;
}

@keyframes multicolor {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.submitBtn {
    background-color: #69bcc5;
    color: white;
}

    .submitBtn:hover {
        background-color: #69bcc5;
        color: white;
    }

.subHeadingColor {
    color: #d5376a;
}

.btnSuccess {
    background-color: #5fbf5f !important;
    border-color: #5fbf5f !important;
}

.btnReject {
    background-color: #df4c2a !important;
    border-color: #df4c2a !important;
}

.linkShow {
    color: blue;
    text-decoration: underline;
}

.nav-link i {
    letter-spacing: 7px;
    color: #fff;
}


.nav-item a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 13px !important;
    padding-left: 16px !important;
}

nav_name {
    display: block !important;
    position: absolute;
    left: 70px;
    color: #005cb4;
    padding-left: 20px;
    border-radius: 10px;
    width: 200px;
    background: #fff;
    margin-top: -40px;
    transition: 0.3s ease-in;
    z-index: 9999 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0,0,0.9);
}

.nav_name:hover {
    color: #ffffff;
}

.red {
    color: red;
}

.green {
    color: green;
}

.width_of_long_col {
    font-size: 14px;
    min-width: 150px !important;
    text-align: center !important;
}

.width_of_long_colu {
    font-size: 12px;
    min-width: 120px !important;
    text-align: center !important;
}

.width_of_long_coluFull {
    width: 100% !important;
}

.width_of_long_coluSmall {
    font-size: 12px;
    min-width: 50px !important;
    text-align: center !important;
}


table {
    border-collapse: collapse;
}

    table tr:nth-child(2n+2) {
        background: #b9c2cf !important;
    }


.filterselect_MU {
    float: right;
    width: 107px;
    height: 35px;
    margin-left: 12px;
    box-shadow: 0 0 20px 0 rgb(165 158 158 / 90%);
    border: 2px solid transparent;
}

.MUfiltersBox p {
    color: #227983;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: -20px;
}

.superFORdistributor {
    display: none;
}




input[type = submit] {
    font-size: 16px !important;
}
.mainLoader {
    position: absolute;
    display: none;
    height: 100vh;
    left: 17%;
    width: -webkit-fill-available;
    z-index: 999 !important;
    perspective: 1000px; /* for 3D rotation effect */
}

    .mainLoader::before {
        content: '';
        position: absolute;
        top: 0;
        left: 4%;
        opacity: 0.5;
        height: 100vh;
        width: 92%;
        animation: L 0.5s ease-in;
    }

@keyframes L {
    0% {
        filter: blur(2px);
    }

    50% {
        filter: blur(2.2px);
    }

    100% {
        filter: blur(1px);
    }
}

.mainLoader img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height:250px;
    animation: flipBoth 4s linear infinite;
    transform-style: preserve-3d;
}


@keyframes flipBoth {
    0% {
        transform: translate(-50%, -50%) rotateY(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotateY(180deg);
    }

    50% {
        transform: translate(-50%, -50%) rotateY(360deg);
    }

    75% {
        transform: translate(-50%, -50%) rotateX(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateX(360deg);
    }
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Will be shown via JS */
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 7px solid rgba(0, 0, 0, 0.1);
    border-top-color: #0056b3;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Center using margin */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px; /* Half of spinner height */
    margin-left: -50px; /* Half of spinner width */
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}








label {
    display: flex !important;
    color: #252b3b !important;
    margin-bottom: 0.25rem !important;
}

    label::before {
        content: '';
        position: absolute;
        margin-top: 25px;
        opacity: 0.5;
        background: rgb(0 92 180);
        animation: L 0.5s ease-in;
    }



.tracking-in-expand-fwd-top {
    -webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}



@-webkit-keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}




.multiselect {
    width: 178px;
}

.selectsaledekstop {
    width: 100px !important;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }



label {
    font-size: 0.875rem !important;
}

input {
    font-size: 0.875rem !important;
}

.MUfiltersBox {
    display: flex;
    justify-content: space-around !important;
    width: 100%;
}

.updateSapOrder {
    display: flex;
    justify-content: space-between;
    width: 43%;
    margin: auto;
}

    .updateSapOrder h4 {
        font-size: 12px
    }

    .updateSapOrder span {
        font-size: 14px;
        color: blue;
        margin-left: 20px;
    }

@media only screen and (max-width: 600px) {
    .MUfiltersBox {
        display: grid;
    }

        .MUfiltersBox > div {
            width: 80% !important;
        }

    .scrollable-tbl {
        width: 95%;
        overflow-y: scroll;
    }

    .filterselect_MU {
        float: right;
        width: 363px;
    }

    .px-3 {
        display: block;
    }
}

.welcomeLogin {
    height: 100%;
    width: 60%;
    margin-left: -38px;
    background: blue;
}

    .welcomeLogin img {
        margin-top: 70px !important;
    }

    .welcomeLogin h2 {
        position: absolute;
        top: 6%;
        margin-left: 60px;
        color: #fff;
    }

    .welcomeLogin p {
        margin-left: 100px;
        color: grey;
    }



#checkboxe li {
    display: block !important;
    border: 1px solid grey;
    padding: 5px;
}

.onlyMobile {
    display: none;
}

/*responsive mediaquery*/



@media screen and (max-width: 990px) {
    #myViewContainer {
        width: 100%;
    }

    .mobilehide {
        display: none !important;
    }

    #Navlogoutbtn {
        position: absolute;
        right: 0;
    }

    .itemmasterDiv .filterselect_MU {
        width: 96% !important;
        margin-left: 176px;
        font-size: 12px !important;
    }

    .MUfiltersBox {
        display: block;
        width: 98% !important;
        line-height: 45px !important;
    }



    .neworderpageFormMobile input, select {
        width: 100% !important;
    }

    .MUfiltersBox p {
        float: left;
    }

    .multiselect {
        width: 100%;
    }

    .myordersTopTable {
        overflow: scroll !important;
    }

    .pagename {
        display: block !important;
    }

    .Orderdetailspageval {
        display: contents !important;
        width: 100% !important;
    }

    .hiddentbl {
        overflow: scroll;
    }

    .mainLoader img {
        position: absolute;
        top: 28%;
        left: 35%;
    }

    .fullPOUP {
        position: fixed;
        top: 7%;
        left: 60px;
        width: 89%;
        height: 100%;
        z-index: 1;
        display: none;
    }
}

.neworderform input, .neworderform select {
    font-size: 12px !important;
}

#containers_orderDD, #brand_orderDD, #pack_size_orderDD {
    width: 100px;
}

#Packing_orderDD, #itemcode_orderDD {
    width: 80px;
}

#itemDesc_orderDD {
    width: 130px;
}

#ItemWeight, #ItemQuantity {
    width: 80px;
}


@media only screen and (max-width: 987px) {
    .myViewContainer {
        width: 92% !important;
        margin-left: 64px !important;
    }

    .welcomeLogin {
        display: none;
    }

    .loginForm {
        position: absolute;
        /* right: 0%; */
        top: 237px;
        transform: scale(2);
    }

    .neworderpageconatainer {
        height: auto;
    }
}

#uploadCustomerForm {
    display: flex;
    justify-content: space-between;
}

.neworderDetailsArea {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .neworderDetailsArea {
        display: block;
    }

        .neworderDetailsArea p {
            text-align: start;
        }

    .nav_name {
        display: none;
    }

    .mainLoader img {
        position: absolute;
        top: 28%;
        left: 20%;
    }

    .loginForm {
        top: 0;
        transform: none;
    }

    .d-fJcenter {
        display: block;
    }

    .list-group {
        width: 56px;
    }

    .myViewContainer {
        width: 88% !important;
        margin-left: 47px !important;
    }


    .leftNav ul {
        width: 494px;
    }

    #Navlogoutbtn {
        position: absolute;
        right: 0;
    }

    .screen {
        display: none;
    }

    .loginForm {
        position: absolute;
        right: 0;
    }

    .BRANCHstate {
        margin-left: 60px;
    }

    .onlyMobile {
        display: block;
        text-decoration: underline;
        color: blue;
        font-weight: 800;
    }

    .DashboardBTNgrp {
        width: 101%;
        display: flex;
        font-size: 10px;
    }

    .materials-input {
        display: block !important;
    }


    #uploadCustomerForm {
        display: block !important;
        line-height: 60px;
    }

    .itemmasterDiv input {
        width: 100% !important;
    }

    .neworderform {
        margin-left: 20px !important;
    }

    .fullPOUP {
        position: fixed;
        top: 12%;
        left: 61px;
        width: 82%;
        height: 100%;
        z-index: 1;
        display: none;
    }
}


.orderDetailsBtn {
    height: 31px;
    text-align: left;
    font-size: 13px;
    width: 120px;
}


.OrderDescription {
    width: 100% !important;
}

#SelectSaleOffice option {
    font-size: 18px;
    font-weight: 500;
}

.nav-item .fa {
    margin-top: 3px !important;
}

.cost {
    position: absolute !important;
    /* margin-top: 20px; */
    z-index: 999 !important;
    color: #fff;
    background: #111;
    margin-left: 27%;
    margin-top: 6px;
    font-size: 13px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#myViewContainer {
    margin-top: 78px !important;
}

.list-group {
    margin-top: 76px;
    z-index: 1;
}

.headerColor {
    background: #7c7c7c !important;
}

#totalweightofOrdering {
    color: green;
    font-weight: 700;
}

#totalqtyofOrdering, #totaleightyZ {
    color: green;
    font-weight: 700;
}

#totalDealerRate {
    color: red;
    font-weight: 700;
}

.weightandqtybox {
    display: flex !important;
    margin-top: -51px;
    padding: 10px;
    justify-content: space-between;
    width: 90%;
}


.fullPOUP {
    position: fixed;
    top: 12%;
    left: 17%;
    width: 82%;
    height: 100%;
    z-index: 1;
    display: none;
}


.itemmasterDiv .form-select {
    font-size: 12px !important;
}


#checkboxex {
    display: none;
}

    #checkboxex li {
        display: block !important;
    }

.wsmall {
    width: 100px !important;
}

.btnUpdate {
    display: none;
}

.MUfiltersBox .filterselect_MU {
    width: 78px;
}

#OrderRemark, #EmptyComit {
    padding: 10px;
}

.Submit_order {
    height: 40px !important;
    resize: none !important;
}


.Orderdetailspageval {
    padding: 10px;
    width: 99%;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(45deg, black, #a58d8d);
    color: #fff;
    border-radius: 8px;
    font-size: 12px !important;
}

    .Orderdetailspageval > span > span {
        text-decoration: underline;
    }


#CustdateOD {
    font-weight: 800;
}

#CustorderOD {
    font-weight: 800;
}

#CustcodeOD {
    font-weight: 800;
}

#CustnameOD {
    font-weight: 800;
}

.hiddentbl {
    display: none;
}

#SapDetailsPagePopup {
    width: 100% !important;
}

#createSCheader {
    display: none;
}

.newordertextarea {
    justify-content: space-between;
}

    .newordertextarea #OrderRemark {
        width: 430px !important;
    }

    .newordertextarea #EmptyComit {
        width: 430px !important;
    }


.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding: 10px;
    z-index: 1;
}

    .dropdown-menu.show {
        display: block;
    }

/*// custom animation class*/



.animatingTop {
    -webkit-animation: animatingTop 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingTop 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}



@-webkit-keyframes animatingTop {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes animatingTop {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}



.animatingBottom {
    -webkit-animation: animatingBottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingBottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}



@-webkit-keyframes animatingBottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes animatingBottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.animatingRight {
    -webkit-animation: animatingRight 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingRight 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes animatingRight {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(500px);
        transform: translateZ(-700px) translateX(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes animatingRight {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(500px);
        transform: translateZ(-700px) translateX(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}


.animatingLeft {
    -webkit-animation: animatingLeft 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingLeft 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes animatingLeft {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(-500px);
        transform: translateZ(-700px) translateX(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
        z-index: 9999 !important;
    }
}

@keyframes animatingLeft {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(-500px);
        transform: translateZ(-700px) translateX(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}



.mastertbl {
    margin-top: 20px;
    width: 100% !important;
    height: 350px;
}


.hiddenBottomTbl {
    display: none;
}

#staticBackdropnewordermodal {
    height: auto !important;
}

.reverse {
    cursor: pointer !important;
}

    .reverse:hover {
        color: #fff !important;
    }


#checkboxe {
    height: 200px;
    overflow: scroll;
}

#checkboxex {
    height: 300px;
    overflow: scroll;
}

    #checkboxex li {
        border: 1px #dadada solid;
    }

.tbl {
    height: 363px;
}

.selectsaledekstop #checkboxex {
    width: 174px;
    height: 147px;
}

#customersOrder {
    position: absolute !important;
    right: 40px;
}

.plus_icon {
    right: 150px !important;
    height: 48px;
    width: 48px;
}

.foundCustomePosition {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(124%, 19%);
}


.neworderpageconatainer {
    height: 80vh;
    background: white !important;
}

.nav-link {
    color: #fff;
}


.floating-button {
    position: absolute;
    bottom: 20px;
    right: 36px;
    display: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    background: #111;
    font-size: 22px;
}


.errorli {
    display: block !important;
    text-align: start;
    width: 63%;
    margin: auto;
}

#messageList {
    display: none;
    height: auto;
    overflow-y: scroll;
    max-height: 230px;
}

#createScheaerBTNUpdateSap, #afterErrorShowBtn {
    display: none;
}

input[type="file"] {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(205 205 205 / 90%);
    border-radius: 8px;
    padding: 5px;
    width: 16rem;
}




/*CVustom  select option css */


.itemAnalysi p {
    text-align: start;
    font-weight: 800;
    margin: 10px 0;
}

.custom-p {
    max-height: 300px;
    overflow-y: scroll;
}

    .custom-p p {
        text-align: left;
        margin: 0;
        padding: 4px 20px;
        border: 0.8px solid #ddd6d6;
    }

#blankdiv {
    position: absolute;
    margin-left: 134px;
    margin-top: -37px;
    font-size: 26px;
}

.myordersTopTable {
    overflow-x: scroll;
}

#ExportsaleRate,
#ExportCustomerRate,
#ExportTerritoryRate,
#ALLExportsaleRate,
#ALLExportCustomerRate,
#ALLExportTerritoryRate {
    background: #111;
    border-radius: 6px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    z-index: 1000;
}


.defaultDataTBL {
    max-height: 300px;
    overflow-x: hidden;
}

.footerr {
    /*    margin-left: 25% !important;*/
}

.footerr {
    margin-left: 240px;
    margin-top: 1px;
    color: black;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-collpsed .footerr {
    margin-left: 70px;
}
/* Style the logout text */
#Navlogoutbtn b {
    color: black;
}

.colr {
    color: black;
}

#fottr {
    margin-top: 80px;
    overflow-y: auto;
    /*    min-height: calc(100vh - 70px);*/
}

.MRN {
    margin-top: 10px;
}

.MRN1 {
    margin-top: 10px;
}

.page-content {
    margin-top: -90px !important;
}

.tblStyle {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}



.tb-c {
    overflow: scroll;
}

.tb-c {
    overflow: auto;
    scrollbar-gutter: stable; /* Prevents layout shift */
    margin-top: 1rem;
}

    .tb-c::-webkit-scrollbar {
        width: 0.25rem;
    }

    .tb-c::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0.625rem;
    }

    .tb-c::-webkit-scrollbar-track {
        background: transparent;
    }

.tb {
    background-color: rgb(209, 218, 235) !important;
    border: 1px solid rgb(209, 218, 235) !important;
    border-radius: 0.5rem !important;
}

    .tb > .tb-head {
        background-color: rgb(246, 246, 246) !important;
        position: sticky;
        top: 0;
        /*    background-color: red;*/
    }

    .tb > .tb-body, .tb > .tb-body * {
        background-color: rgb(255, 255, 255) !important;
    }




    .tb > .tb-head > tr > * {
        font-size: 0.8rem;
        font-weight: 600;
        color: rgb(99, 99, 99) !important;
        text-align: left;
        padding: 0.2rem 0.2rem;
    }

    .tb > .tb-body > tr > * {
        font-size: 0.8rem;
        font-weight: 400;
        color: rgb(15, 5, 50);
        text-align: left;
        padding: 0.3rem 0.2rem;
    }

        .tb > .tb-body > tr > * > * {
            font-size: 0.9rem;
            font-weight: 400;
            color: rgb(15, 5, 50);
            text-align: left;
            padding: 0.2rem 0.2rem;
        }

    .tb > * > tr > * {
        padding-left: 1rem !important;
    }

.tb-head > tr > .action {
    min-width: 7rem;
}

.tb tr > .action > button {
    width: 1.5rem;
    aspect-ratio: 1/1;
    border: 1px solid rgb(209, 218, 235);
    margin: 0.25rem;
    border-radius: 0.25rem;
    background-color: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .tb tr > .action > button > img {
        width: 0.9rem;
        aspect-ratio: 1/1;
    }

.tb-heading {
    width: 100%;
    padding: 0.4rem 0.63rem;
    background: rgb(233, 232, 232);
    color: rgb(72, 72, 72);
    border: 1px solid rgb(209, 218, 235);
    height: 2.67rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.export-btn-left {
    float: left !important;
    margin-right: 10px;
}


.success-message {
    display: none;
    gap: 0.625rem;
    flex-flow: row;
    position: fixed;
    top: 12vh;
    right: 30px;
    background-color: rgb(32, 43, 73);
    color: rgb(242, 254, 247);
    z-index: 1005;
    border: 1px solid rgb(32, 43, 73);
    padding: 0px 10px;
    border-radius: 8px;
    box-shadow: black;
    box-shadow: 0 0 29px 12px #e81111, 0 0 0px 0px #f0f, 0 0 0px 0px #0ff;
    align-items: center;
}

    .success-message img {
        display: block;
        border-radius: 20%;
        width: 1.5rem;
        aspect-ratio: 1/1;
        box-shadow: 0 0 74px 15px rgb(44, 74, 72);
    }

.fade-out.op-hidden {
    opacity: 0;
    pointer-events: none;
    /* Optional: Prevents interaction */
}

.success-message > div > * {
    margin: 2px;
}

.success-message h4 {
    /*    font-size: 2.5vh;*/
    color: rgb(242, 254, 247);
}

.success-message p {
    /*    font-size: 1.9vh;*/
    color: rgb(242, 254, 247);
}

.msg-container {
    padding: 4px;
}

    .msg-container > .ss {
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: -0.5px;
    }

.show {
    display: flex;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.page-name {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page-name span {
        text-align: center;
    }

/*footer{
        position: absolute;
    bottom: 0;
}
*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.select2-selection__placeholder {
    font-size: 0.9rem !important;
    color: #4d4444 !important;
}

.select2-selection__rendered {
    color: black !important;
}

.n-w-w {
    white-space: nowrap;
}

.sm-txt {
    font-size: 12px;
}

.tb-c::-webkit-scrollbar {
    width: 8px; /* vertical scrollbar */
    height: 8px; /* horizontal scrollbar */
}

.tb-c::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.5);
    border-radius: 4px;
}

.tb-c::-webkit-scrollbar-track {
    background-color: transparent;
}

button, button * {
    white-space: nowrap;
}

.exc-handler {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

    .exc-handler > * {
        display: inline-block;
        width: fit-content;
    }

        .exc-handler > * button {
            background: #2E4053;
        }

    .exc-handler > .up-c {
        display: inline-flex;
        gap: 1.5rem;
        width: fit-content;
        flex-wrap: wrap;
    }

        .exc-handler > .up-c > * {
            display: inline-block;
            margin: auto;
        }

@media (max-width: 401px) {
    .exc-handler > .dld-btn {
        margin: 0 auto; /* center it only on screens ≤ 768px */
    }

    .exc-handler > .up-c {
        display: inline-flex;
        gap: 1.5rem;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

hr {
    border: 1px solid #2E4053 !important;
    opacity: 0.9 !important;
}

.e-s-c {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    .e-s-c > .e-c > .dt-buttons > .dt-button {
        background-color: #2E4053;
        white-space: nowrap;
        padding: 0.5rem 0.7rem;
    }

    .e-s-c > * {
        display: inline-block;
    }

    .e-s-c > .s-c > input {
        height: 2.25rem;
        color: black;
        border-radius: 0.3rem;
        border: 1px solid black;
        padding: 0 0.5rem;
    }

.container {
    max-width: unset !important;
    padding: 0 1rem;
}

.table-responsive {
    margin-top: 1rem;
}

.select2 {
    width: 100% !important;
}

.btn-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: end;
}


.form-main {
    flex-flow: row;
}

.inp-c {
    display: flex;
    flex-flow: row;
    gap: 1rem;
    width: fit-content;
}

    .inp-c > * {
        display: inline-block !important;
    }

    .inp-c > label {
        white-space: nowrap;
        display: inline-flex !important;
        flex-wrap: wrap;
        align-content: center;
        margin-bottom: 0 !important;
    }

#uploadMsgsForm {
    text-align: center;
}

.inp-c > input {
    width: 200px;
}

.v-m-cont {
    flex-flow: row;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.v-inp-cont {
    width: fit-content;
}

    .v-inp-cont > label {
        width: fit-content;
        display: inline-block;
    }

    .v-inp-cont > input {
        width: 175px;
    }

.btn-b {
    display: flex;
    align-items: end;
    width: fit-content;
}

.btn-primary {
    background-color: #2E4053;
}

.hide {
    display: none !important;
}
