.Newtoast {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

/* Hide columns in print view */
@media print {
    .print-hidden {
        display: none !important;
    }
}

.form-label.compulsory::after {
    content: "*";
    /* Add asterisk */
    color: red;
    /* Set color to red */
    margin-left: 4px;
    /* Add some spacing between label and asterisk */
}

.action {
    white-space: nowrap;
}

/* .action,
.table th {
    white-space: nowrap;
} */

.nav-link:hover {
    background-color: #f8f9fa;
    color: #1b68ff;
}


.vehicle-icon {
    width: 100px;
    /* Adjust this value to make the icons bigger or smaller */
    height: 100px;
    /* Adjust this value to make the icons bigger or smaller */
    margin-right: 0.5em;
    /* Adjust spacing between icon and text */
}

.logo-icon {
    width: 200px;
    height: 200px;
}

.logo {
    width: 80px;
    height: 80px;
}


#vehicle_no::placeholder {
    color: #dadcdf;

}
