.login.login-v1 .login-container .login-body .login-content .form-floating.is-invalid .form-control {
    border-color: #ff5b57;
    padding-right: calc(1.5em + .875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5b57'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5b57' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem);
}

.form-floating > label {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
}

.form-floating.is-invalid > .invalid-feedback {
    display: block;
}

.btn-xl {
    --bs-btn-padding-y: 2.5rem;
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-font-size: 24px;
}

.amfp-button-row {
    --bs-gutter-y: .9375rem;
}

table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: right !important;
}

#customer-signature {
    border: 1px solid var(--bs-component-table-border-color);
    width: 100%;
    height: 150px;
}

.amfp-work-assignment-images img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.amfp-daily-rate {
    display: none;
}

.app-header .navbar-brand img {
    margin-inline-end: 10px;
}

.app-header .navbar-header {
    width: auto;
}

@media (min-width: 576px) {
    .amfp-work-assignment-images > div {
        max-width: 50%;
    }
}

@media (max-width: 389px) {
    .pagination {
        --bs-pagination-padding-x: .25rem;
    }

    .page-item:not(:first-child) .page-link {
        margin-left: .2rem;
    }

    .active > .page-link,
    .page-link.active {
        padding: var(--bs-pagination-padding-y) .75rem;
    }
}