.page-title-box {
    margin-top: 10px;
    margin-bottom: 30px;
}

.page-title-box .page-title-right {
    float: right;
    margin-top: 10px;
}

.view_form .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.col-form-label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.card-title {
    font-weight: 600;
    color: #012970;
    padding: 0px;
    margin: 0px;
}



/* loading bar start */
#loading-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #007bff;
    /* Bootstrap Blue */
    z-index: 9999;
    transition: none;
    display: none;
}

@keyframes loading-animation {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 50%;
        left: 25%;
    }

    100% {
        width: 0%;
        left: 100%;
    }
}

.loading {
    display: block !important;
    animation: loading-animation 1.5s infinite linear;
}

/* loading bar end */
/*
.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}
*/

.sales-card .card-body {
    padding: 20px;
}

.form-switch {
    padding-top: 5px;
}

.min-w-fit {
    min-width: fit-content !important;
}
