@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;700;800;900&display=swap');

* {
    font-family: 'Mulish', sans-serif;
}

.agritec-logo {
    width: 50%;
    margin: auto;
    padding-top: 20px;
}

.button-custom-logout {
    background-color: var(--orange) !important;
    border: 1px solid var(--orange) !important;
    /* border: none; */
    padding: 2px 15px 2px 15px !important;
    border-radius: 15px !important;
    margin: 2px !important;
    color: white !important;
}

.button-custom-logout:hover {
    background-color: white !important;
    color: var(--orange) !important;
    border: 1px solid var(--orange) !important;
    margin: 2px;
}

.menu-link-custom {
    color: rgba(153, 153, 153, 0.9) !important;
    padding: 2px 15px 2px 15px !important;
    border-radius: 15px !important;
    margin: 2px !important;
}

/* .menu-link-header-custom {
    background-color: #4caf50;
} */

.menu-item-active-custom {
    background-color: #eef0f8;
}

.menu-link-custom {
    color: white;
}

.menu-text-custom {
    color: black !important;
}

.green {
    color: #4caf50 !important;
}

.pointer {
    cursor: pointer !important;
}

/* .table-custom {
    background-color: aqua;
} */

.display-flex {
    display: flex;
}

.mr-1 {
    margin-right: 1.25rem;
}