:root {
    --primary-color: #533060;
}

select,
input {
    border-radius: 20px !important;
    outline: none;
}

select:focus,
input:focus {
    border: 1px solid var(--primary-color) !important;
}

.dataTables_paginate span {
    text-decoration: none !important;
    font-weight: bold !important;
}

.paginate_button.current {
    /* background-color: var(--primary-color) !important; */
    /* border-radius: 50% !important; */
    /* color: white !important; */
}

table .fa-user-edit {
    color: #f18344 !important;
}

table .fa-trash,
.fa-trash-o,
.fa-ban {
    color: red !important;
}

table .fa-eye {
    color: var(--primary-color);
}

table .fa-thumbs-o-up {
    color: #4fb5a8;
}

.plus {
    width: auto;
    height: auto !important;
    background-color: #4fb5a8 !important;
    text-decoration: none;
    color: white !important;
}

.dropdown-toggle {
    background-color: #e6502e;
    color: white;
    border-radius: 20px;
    border: none;
}

.dropdown-toggle:hover {
    background-color: #8c20b3 !important;
    color: white;
}

.table-card {
    min-height: 80vh !important;
}
.table-responsive{
    min-height: 50vh !important;
}
