body {
    background-color: #f3f4f8 !important;
    font-family: "Roboto", sans-serif;
}

body, html {
    height: 100%;
}


h1 {
    font-size: 21px;
}

.add-btn i {
    margin-right: 6px;
}

.add-btn {
    background-color: #4CAF50;
    padding: 8px 14px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
}

.content {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 20px #e1e1e1;
}


#navigator ul li a:hover {
    background-color: #212429;
}

#navigator ul li a i {
    color: #ffcd3f;
    font-size: 17px;
}

#navigator ul li a {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #212429;
}

#navigator {
    background-color: #2a2d32;
}

#navigator .nav-item button a:hover {
    background-color: transparent;
}

#navigator .nav-item button a {
    border: 0;
}

#navigator h4 {
    font-size: 13px;
    color: white;
    padding-right: 14px;
    padding-bottom: 10px;
    font-weight: 400;
    text-align: end;
}

#navigator .nav-item button {
    background-color: #F44336;
    border: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    border-radius: 12px;
}

#navigator .logo {
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #212429;
}


.content table thead th {
    background-color: #2a2d32;
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.content table tbody td:last-child {
    border: 0;
}

.content table tbody td {
    border-bottom: 1px solid #f3f4f8;
    font-size: 14px;
    padding: 14px !important;
    color: #636981;
}

#myTable_paginate a {
    font-size: 14px;
    margin-bottom: 20px;
    color: #636981;
}

table.dataTable.no-footer {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 4px 12px;
    border-radius: 12px;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    padding: 4px 12px;
    border-radius: 12px;
    background: #ffcd3f !important;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #636981;
    border-radius: 12px;
    background: #ffcd3f !important;
    border: 0 !important;
}


#myTable_length, #myTable_info {
    font-size: 14px;
    margin-bottom: 20px;
    color: #636981;
}

label.form-label {
    font-size: 14px;
    color: #636981;
}

input.form-control {

    font-size: 14px;
    color: #636981;
}

#myTable_filter {
    font-size: 14px;
    margin-bottom: 20px;
    color: #636981;
}

#myTable_filter input {
    font-size: 14px;
    color: #636981;
    border-radius: 8px;
}

#myTable_filter input:focus {
    outline: 0;
    box-shadow: none;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f3f4f8 !important;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f3f4f8 !important;
}

.content table tbody tr:nth-child(odd) td {
    background-color: #f3f4f8;
}

.content table tbody tr:hover td {
    background-color: #e9eaed !important
}

.content table tbody tr .edit {
    color: white;
    padding: 6px 12px;
    background-color: #4caf50;
    border-radius: 4px;
    margin-right: 8px;
    text-decoration: none;
}

.content table tbody tr .delete {
    color: white;
    padding: 6px 12px;
    background-color: #f44336;
    border-radius: 4px;
    margin-right: 8px;
    text-decoration: none;
}


#tema-suggestions .list-group {
    font-size: 12px;
}

#tema-suggestions {
    position: absolute;
    width: 100%;
}


@media only screen and (max-width: 991px) {
    .add-btn {
        padding: 6px;
        font-size: 12px;
        display: inline-block;
    }

    .d-mobile {
        display: block;
    }

    ul.nav.flex-column.d-mobile li {
        display: inline-block;
    }

    ul.nav.flex-column.d-mobile form {
        display: inline;
    }

    ul.nav.flex-column.d-mobile button {
        margin: 0 !important;
        border-radius: 0;
    }

    ul.nav.flex-column.d-mobile li i {
        display: none;
    }
}


@media only screen and (min-width: 992px) {
    .d-mobile {
        display: none;
    }
}

label.form-check-label {
    font-size: 14px;
    color: #636981;
}