.markRed {
    background-color: rgba(255, 159, 159, 0.623) !important;
}

.markOrange {
    background-color: rgba(243, 205, 170, 0.832) !important;
}

.markGreen {
    background-color: rgba(159, 255, 162, 0.623) !important;

}
.markBlue {
    background-color: rgba(140, 183, 247, 0.716) !important;

}

.markWarning {
    background-color: rgba(224, 137, 56, 0.997) !important;
}

.highlightRow {
    background-color: rgba(154, 250, 175, 0.997) !important;
}

.poMainContainer {
    position: relative;
}

.fontRed,
.fontRed td {
    color: red !important;
}
.fontOrange,
.fontOrange td {
    color: rgb(225, 105, 0) !important;
}

.copyCustomerCode {
    cursor: pointer;
}

/* .containerPopup {
    position: relative;
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    z-index: 10000;
} */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    /* hide it by default */
}

.popup {
    position: fixed;
    bottom: 20%;
    left: 60%;
    color: #ffffff;
    font-weight: bold;
    transform: translate(-50%, -50%);
    padding: 5px;
    background-color: #414141ba;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    /* Initially hidden */
    z-index: 30000;
}


#overlay {
    display: none;
    position: absolute;
    /* Position relative to .card-body */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.548);
    /* Semi-transparent white overlay */
    z-index: 9998
        /* Ensure it appears above the content but below the loading container */
}

#loading-container {
    display: none;
    position: fixed;
    /* Position it relative to the card-body */
    top: 50%;
    left: 56.5%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* Ensure it appears above the overlay */
    background: none;
    border-radius: 5px;
    padding: 20px;
    z-index: 9999;
}

#loading-gif {
    display: block;
    margin: 0 auto;
}

#popupMenu {
    position: absolute;
    display: none;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 150px;
    padding: 5px 0;
}


#popupMenu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#popupMenu li button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
}

#popupMenu li button:hover {
    background-color: #f0f0f0;
}


.extruckNavBtnContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Center horizontally and vertically */
    display: flex;
    justify-content: flex-start;
    /* Align buttons to the start (left) of the container */
    align-items: center;
    /* Center buttons vertically within the container */
    z-index: 101;
    overflow-x: auto;
    /* Enable horizontal scroll when the content overflows */
    max-width: 80%;
    /* Set the maximum width to 80% */
    max-height: 60px;
    white-space: nowrap;
    /* Prevent text from wrapping */
    padding-bottom: 20px;
    padding-left: 80px;
}

.extruckNavBtns {
    display: flex;
    /* Display buttons horizontally */
    gap: 10px;
    /* Add some spacing between buttons */
}

.extruck-exist {
    pointer-events: none;
}

.extruck-exist::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 82, 82, 0.293);
    /* Black with 50% opacity */
    pointer-events: none;
    /* Ensure that the overlay doesn't interfere with interactions */
    z-index: 100;
}

.extruck-exist::after {
    content: "PO Exist";
    /* Replace with your desired watermark text */
    position: absolute;
    top: 50%;
    /* Adjust as needed for vertical positioning */
    left: 50%;
    /* Adjust as needed for horizontal positioning */
    transform: translate(-50%, -50%);
    /* Center the text in the container */
    opacity: 0.5;
    /* Adjust the opacity to your preference */
    font-size: 5em;
    /* Adjust the font size */
    color: rgb(224, 28, 28);
    /* Adjust the text color and opacity */
    z-index: 100;
}

.custom-tooltip .tooltip-inner {
    /*    background-color: #ffcc00;
    color: #333; */
    font-size: 0.75em;
    padding: 5px;
    max-width: 300px;
}

table.tablesorter-dropbox tr td.highlightAmountNotEqual {
    color: red;
}

.datetime-container input {
    height: 25px;
    font-size: 1em;
    text-align: center;
}

.date-picker-wrapper.single-month {

    position: absolute;
    width: 260px;
    z-index: 22;
    background-color: #002553ff;
    border-radius: 5px;

}

.date-picker-wrapper.single-month {

    position: absolute;
    width: 260px;
    z-index: 22;
    background-color: #002553ff;
    border-radius: 5px;

}

.date-picker-wrapper .default-top,
.date-picker-wrapper .normal-top,
.date-picker-wrapper .start-day,
.date-picker-wrapper .end-day,
.date-picker-wrapper .normal-top,
.date-picker-wrapper .selection-top {
    color: white !important;
}

.date-picker-wrapper b {
    color: white !important;
}

.datetime-calendar {
    z-index: 30;
    width: 100%;
    position: relative;
    /*   top: -140px;
right: 0%;
left: 0%; */
    padding: 0px;
    margin: 0px;
}

.month-wrapper {
    color: #661e0a;
    z-index: 22;
}

.date-picker-wrapper .month-wrapper table .day {
    font-size: 1.1em;
}

.date-picker-wrapper .month-wrapper table {
    width: 100%;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
  }
  
  .nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
  }
  
  .nav-tabs-bordered .nav-link:hover,
  .nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
  }
  
  .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
  }