/*
Copyright (C) 2024 Aeonsoft
www.aeonsoft.it
All rights reserved.
*/
/* 
    Created on : Feb 8, 2025, 10:44:00 AM
    Author     : ramon
*/

#filterForm .row {
    margin-bottom: 6px !important;
}

.dropdown .btn::after {
    position: absolute;
    right: 15px;
    margin-top: 0.7em;
}


[data-bs-theme=dark] {
    .dropdown-menu .search-input {
        background: #313539;
        color: white;
    }

    .select-dropdown .dropdown-menu > li:nth-child(even) {
        background: #252930;
    }
    .select-dropdown .dropdown-menu > li>a:hover {
        background: #414549;
    }

    .login-form {
        background-color: black;
    }

    .positive-amount {
        color: lightgreen;
    }

    .negative-amount {
        color: tomato;
    }
}