/* Custom styles goes here */
.tbl-text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px; /* Set a maximum width as per your layout */
}

.tr_delivery_ol {
    border-bottom: solid 1px gray !important;
}

.exceeds-limit {
    border-color: red;
}

#tbl-main-table td {
    padding: 0.384rem 0.55rem !important;
}

#tbl-summary-table td {
    padding: 0.384rem 0.55rem !important;
}
#tbl-bank-detail td, th {
    padding: 0.384rem 0.55rem !important;
}
.is-invalid {
    color: orangered !important;
}

.form-control-disabled {
    background-color: #f2f2f3;
}

.form-control-disabled:focus {
    background-color: #f2f2f3 !important;
}
.nav-link-custom {
    padding: 0.5435rem 0.575rem !important;
}
.mt-negative{
    margin-top:-108px !important; 
}
#show_image_popup {
    width: 380px;
    height: 330px;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 60%;
    right: -12%;
    transform: translate(-50%, -50%);
    background: #e5e5e5;
    display: none;
    z-index:1;
}

#show_image_popup img {
    max-width: 90%;
    height: auto;
}

.close-btn-area {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    animation: fadeInLeft 0.8s ease-out forwards;
    animation-delay: 0.1s;
}

.fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
    animation-delay: 0.2s;
}
.welcome{
    font-size:14px;
    line-height:23px;
}
.welcome ul li{
    line-height:26px;
}