.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px;
    padding-left: 0px;
}

.content-header {
    padding: 15px 0.5rem !important;
}

/* Estilo para resolução de celular */
@media (max-width: 767px) {
    .content-wrapper > .content {
        padding: 1rem 0.3rem;
    }
}

/* Estilo para tela maior */
@media (min-width: 768px) {
    .content-wrapper > .content {
        padding: 4rem 0.5rem;
    }
}


input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
}

.list-group-item-action:hover {
    background-color: #e9ecef;
}

.pendent {
    position: relative;
    left: 40px;
    top: -10px;
    margin-top: -20px;
}

label, th {
    color: #565656;
}

.card-primary.card-outline {
    border-top: 3px solid #04538e !important;
}

.btn-primary {
    color: #fff;
    background-color: #04538e;
    border-color: #04538e;
    box-shadow: none;
}

.btn-outline-primary {
    color: #04538e;
    border-color: #04538e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #04538e;
    border-color: #04538e;
}

.btn-link {
    font-weight: 400;
    color: #04538e;
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #04538e;
    border-color: #04538e;
}

.text-primary {
    color: #04538e !important;
}

.bg-primary {
    background-color: #04538e !important;
}


.dropdown-menu.loading::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    width: 1.5em;
    height: 1.5em;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="50" cy="50" r="45" fill="none" stroke-width="10" stroke-linecap="round"%3E%3Canimate attributeName="stroke-dashoffset" dur="2s" values="0;502.65" repeatCount="indefinite" /%3E%3Canimate attributeName="stroke-dasharray" dur="2s" values="150.6 100.4;1 250" repeatCount="indefinite" /%3E%3C/circle%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.adsbygoogle {
    max-height: 70px !important;
}

.profile-cover {
    height: 300px;
    background-color: #f2f2f2;
    position: relative;
}

.profile-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-picture {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .profile-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .profile-tabs .nav-item {
        flex: 0 0 auto;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .profile-picture {
        width: 150px;
        height: 150px;
    }
}

.img-responsive img {
    width: 99% !important;
}

.slick-item img {
    height: 250px;
    object-fit: cover;
}

.slick-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.slick-item .overlay h5,
.slick-item .overlay p {
    margin: 0;
    text-align: center;
}


.layout-top-nav .wrapper .main-header .brand-image {
    margin-top: .0rem;
}

.table td, .caixa-geral .table th {
    padding: .15rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.btn {
    padding: .175rem .55rem !important;
}


.rat {
    color: #0e0d0d;
    background-color: #fafafa;
    border-color: #148ea1;
}
