        <style>
    .notworking {
        color: black;
    }

    input[type=file]::file-selector-button {
        background: #f74fb7 !important;
    }

    input[type=file]::file-selector-button:hover {
        background: #f74fb7 !important;
    }

    .link {
        color: #f74fb7 !important;
    }

    .spinner {
        border: 14.1px solid #f74fb7 !important;
    }

    .commands {
        background-color: #f74fb7 !important;
        border: 1px solid #f74fb7 !important;
    }

    .header-background {
        background: linear-gradient(90deg, #1b246a 0%, #1b246a 50%, #1b246a 100%) !important;
    }

    .form-check-input {
        border: 3px solid #f74fb7 !important;
    }

    .tracking {
        text-transform: capitalize;
        font-weight: bold;
        color: #f74fb7;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .list-group-item-action:hover {
        background-color: #f74fb7 !important;
        color: white !important;
        cursor: pointer;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #f74fb7 !important;
    }

    .dropdown-item:hover {
        background-color: #f74fb7 !important;
        color: white !important;
    }

    .slider .range {
        background: #f74fb7 !important;
    }

    .form-label {
        color: #f74fb7 !important;
        font-weight: 600;
    }
</style>