.nav-item .active {
    color: #083458;
}
#modallogo {
    padding-left: 0 !important;
}
.bg-dark,
.navbar-dark {
    background-color: #004d8f !important;
}
.bg-dark,
.bg-dark a {
    color: #fff !important;
}
.navbar-dark .navbar-text {
    color: #004d8f !important;
}
#geral-row {
    height: 100vh !important;
}
#table-select-posts {
    color: #000 !important;
}
body {
    background-color: #102538 !important;
    color: #fff;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
form {
    color: #102538 !important;
}
.table-hover tbody tr:hover,
h1,
h2,
h3,
h4,
h5,
h6,
table {
    color: #fff !important;
}
#table-select-posts tr:hover {
    color: #000 !important;
}
.container-check {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-check input:checked ~ .checkmark {
    background-color: #2196f3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-check input:checked ~ .checkmark:after {
    display: block;
}
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 800px) {
    #area-button-save-title-c {
        text-align: center !important;
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100% !important;
    }
}
