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