.viewContent {
    padding: 15px;
    height: 100vh !important;
    overflow-x: hidden !important;
}


/*text-align: right !important;*/


.area {
    margin: 0px;
    padding: 15px;
    /*background-color: aqua;*/
}



.btn-group, .btn-group-vertical {
    margin-bottom: 10px !important;
}




/*.shippingOrderDetails {
    height: 100vh !important;
    overflow-x: hidden !important;
}*/



.shipping-menu {
    align-items: center;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    height: 90vh !important;
}


.label-right {
    text-align: end !important;
    /*    background-color: rebeccapurple*/
}


.scoll-area {
    height: 100vh !important;
    overflow-x: auto !important;
}


.selected-row {
    font-weight: bold !important;
    background-color: lightblue !important;
}


h3 {
    margin-bottom: 15px;
}

h5 {
    margin-bottom: 25px;
}

.row {
    margin-bottom: 5px
}

/*-------------------------------------------------------------------------------------------------------------------------------------------  ------------*/


.ks-tooltip {
    --bs-tooltip-bg: var(--bs-secondary);
}



.sidebar {
    height: 100vh;
    background-color: #f8f9fa;
    padding: 15px;
}


.customBtn {
    width: 100%;
    margin: 5px 10px;
}


.content {
    height: 100vh;
    overflow-y: auto;
    padding: 15px;
}

.ribbon {
    background-color: lightgoldenrodyellow;
    color: white;
    padding: 10px;
    text-align: center;
}




.grid-container {
    display: grid;
    grid-template-columns: 40px 40% 40px 40%;
    margin-left: -10px;
    margin-bottom: 5px;
    padding: 10px;
    border: solid double;
}




.grid-item-title {
    background-color: #c8d9eb;
    margin: 0px 0px;
    writing-mode: vertical-rl;
    /*text-orientation: sideways;*/
    transform: scale(-1);
    /*  writing-mode: sideways-lr;*/
    /* Fallback for browsers that don't support sideways-lr */
    text-align: center;
    align-content: center;
    font-size: 1em;
    font-weight: 600;
}


.grid-item {
    background-color: #ecf2f9;
    padding: 5px;
}









.custombreadcrumb {
    list-style: none;
    display: inline-block;
    width: 100%;
}

 

    .custombreadcrumb li {
        float: left;
    }

        .custombreadcrumb li .custombreadcrumb-content {
            color: #FFF;
            display: block;
            background: #007bff;
            text-decoration: none;
            position: relative;
            height: 220px;
            padding: 15px 0px 15px 20px;
            margin-right: 65px;
        }

        .custombreadcrumb li:nth-child(even) .custombreadcrumb-content {
          /*  background-color: #0056b3;*/
        }

            .custombreadcrumb li:nth-child(even) .custombreadcrumb-content::before {
              /*  border-color: #0056b3;*/
                /*border-left-color: transparent;*/
            }

            .custombreadcrumb li:nth-child(even) .custombreadcrumb-content::after {
                /*border-left-color: #0056b3;*/
            }

        .custombreadcrumb li:first-child .custombreadcrumb-content {
            padding-left: 25px;
            border-radius: 6px 0 0 6px;
        }

            .custombreadcrumb li:first-child .custombreadcrumb-content::before {
                border: none;
            }

        .custombreadcrumb li:last-child .custombreadcrumb-content {
            padding-right: 25px;
            border-radius: 0 6px 6px 0;
        }

            .custombreadcrumb li:last-child .custombreadcrumb-content::after {
                border: none;
            }

        .custombreadcrumb li .custombreadcrumb-content::before,
        .custombreadcrumb li .custombreadcrumb-content::after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #007bff;
            border-width: 110px 55px;
            width: 0;
            height: 0;
        }

        .custombreadcrumb li .custombreadcrumb-content::before {
            left: -55px;
            border-left-color: transparent;
        }

        .custombreadcrumb li .custombreadcrumb-content::after {
            left: 100%;
            border-color: transparent;
            border-left-color: #007bff;
        }

 /*       .custombreadcrumb li .custombreadcrumb-content:hover {
            background-color: #28a745;
        }*/
/*
            .custombreadcrumb li .custombreadcrumb-content:hover::before {
                border-color: #28a745;
                border-left-color: transparent;
            }

            .custombreadcrumb li .custombreadcrumb-content:hover::after {
                border-left-color: #28a745;
            }
*/
        .custombreadcrumb li .custombreadcrumb-content:active {
            background-color: #1e7e34;
        }

            .custombreadcrumb li .custombreadcrumb-content:active::before {
                border-color: #1e7e34;
                border-left-color: transparent;
            }

            .custombreadcrumb li .custombreadcrumb-content:active::after {
                border-left-color: #1e7e34;
            }



---------------------------------------------------------------------------------------------------

.mycontainer {
    position: relative;
    color: white;
    /*    width: 300px;
    height: 200px;*/
}

.mybase {
    background-color: lightblue;
    color: white;
    width: 100%;
    height: 100%;
}

.myoverlay {
    position: absolute;
    top: 35px;
    left: 22%;
    /*background-color: rgba(255, 0, 0, 0.6);*/
    width: 69%;
    height: 200px;
    pointer-events: none; /* optional: lets clicks pass through */
}



/*------------------------------------------------------------------------------------------------------------------------------------------- Table ------------*/
.tableContent {
    max-height: 50px !important;
}


th, td {
    font-size: 1em;
    text-align: center;
    padding: 8px 16px;
    vertical-align: middle;
}



.tableFixHead {
    overflow: auto;
    max-height: calc(100vh - 305px) !important;
}


    .tableFixHead table {
        /*min-height: 80vh;*/ /*calc(100vh - 200px)!important;*/
        /*max-height: 80vh;*/
    }

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        max-height: 50px !important;
        height: 50px;
        background-color: lavender
    }





/*------------------------------------------------------------------------------------------------------------------------------------------- Modal ------------*/

.modal-full {
    /* width: 100%!important;*/
    /*height: 100vh!important;*/
    /*margin: 20px;*/
    max-width: 100%;
    width: 99% !important;
    /*max-height: 90vh !important;
    height: 90vh !important;*/

    max-height: 100% !important;
    height: 100% !important;
    margin: auto;
}



    .modal-full .modal-content {
        /* width: 100%!important;*/
        /*height: 100vh!important;*/
        /*margin: 20px;*/
        /*max-width: 100%;
        width: 98% !important;*/
        /*max-height: 90vh !important;
    height: 90vh !important;*/

        max-height: 98% !important;
        height: 98% !important;
        margin: auto;
    }


    .modal-full .modal-body {
        padding: 0px;
    }






.modal-half {    
    max-width: 60%;
    width: 66% !important;
    
    max-height: 75% !important;
    height: 75% !important;
    margin: auto;
}

    .modal-half .modal-content {
        max-height: 59% !important;
        height: 74% !important;
        margin: auto;
    }





.flying-button {
    position: absolute;
    top: 14px; /* Move down 20 pixels */
    Left: 92%; /* Move right 10 pixels */
}


.pdfViewerFrame {
    max-width: 100%;
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    margin: auto;
}







/*------------------------------------------------------------------------------------------------------------------------------------------- View/Ribbon ------------*/

.ui-component {
    /*    background-color: red!important;
*/ height: 96vh;
    overflow-x: hidden !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
}

/*.flex-1 {*/
/*flex: 1;*/
/*}*/




/* Styles for the ribbon container */
.ribbon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
}

    /* Styles for the left, center, and right divs */
    .ribbon .left {
        flex: 1;
        text-align: left;
    }

    .ribbon .center {
        flex: 1;
        text-align: center;
    }

    .ribbon .right {
        flex: 1;
        text-align: right;
        max-width: 200px
    }



/*------------------------------------------------------------------------------------------------------------------------------------------- Commponents ------------*/


.invalid-input {
    color: red !important;
}



input, textarea {
    background-color: rgb(255, 255, 224);
    border: 1px solid #ccc;
}

    input:read-only, input:disabled, textarea:read-only, textarea:disabled {
        background-color: transparent;
    }



.input-text, .input-select, .input-date {
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px
}

.input-textarea {
    padding: 8px;
    margin-bottom: 10px;
    /* border: 1px solid #ccc;
    border-radius: 4px;*/
    width: 100%;
}



label {
    padding-left: 5px;
    padding-bottom: 3px;
    font-weight: bold;
}


/*.lefSite {
    padding-top: 6px !important;
}*/


.numberText {
    text-align: right !important;
    padding-right: 10px;
}


textarea {
    resize: none;
}



button {
    min-width: 120px;
}



    button:disabled,
    button[disabled] {
        background-color: lightgray !important;
        color: black !important;
    }




.drag-over {
    background-color: #eef7ff;
    border-color: #0078d4;
}







/*-------------------------------------------------------*/

.file-input-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: blue;
    color: white;
    cursor: pointer;
    position: relative;
    width: 45px;
    /*height: 30px;*/
}

    .file-input-zone:hover {
        background-color: lightblue;
    }

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }