.footer-row2 .navbar-brand img{
    width: 200px;
    height:165px !important
}

.text-justify{
    text-align: justify;
}
.main-header{
    background-color: #fff;
}
.nav-bg-b .custom-nav .nav-list li a.menu-links{
    color:#050748
}

.ptb-30{
    padding : 30px 0;
}

.ptb-60{
    padding : 60px 0;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.2); /* Reduce opacity */
}

.bg-gradient-info {
    background-image: radial-gradient(515px at 48.7% 52.8%, rgb(239, 110, 110) 0%, rgb(230, 25, 25) 46.5%, rgb(154, 11, 11) 100.2%);
}

.circle-badge {
    border-radius: 50%;
}
.truck {
    position: relative;
    right: -197;
    top: 50%;
    width: 360px;
    height: 30px;
    background-size: contain;
    transform: translateY(-50%);
    /* animation: moveTruck 6s linear infinite; */
    z-index: 2;
}
.pending-highlight {
    background-color: #ffd700; /* soft yellow */
    border: 1px solid #856404; /* dark amber */
    padding: 4px;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
}
.pendings-highlight {
    background-color: #4D4C48; /* grey */
    border: 1px solid #856404; /* dark amber */
    padding: 4px;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
}
p {
    text-align: left;
}

.label-width {
    width: 130px;
    /* Adjust the width according to your preference */
    display: inline-block;
}

span {
    display: inline-block;
    text-align: left;
    margin-left: 30px;
    /* Adjust the margin to add space between label and value */
}
