/* your styles go here */

html,
body {
    overflow-x: hidden;
}

.approve {
    margin-right: 10px;
    transition: 0.5s;
}

.approve:hover {
    background-color: rgba(67, 236, 0, 0.541);
    color: black;
    border: 2px solid black;
}

.decline {
    margin-right: 10px;
    transition: 0.5s;
}

.decline:hover {
    background-color: rgb(236, 8, 0, 0.541);
    color: black;
    border: 2px solid black;
}

.table-paginator {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.pagination {
    margin-bottom: 0px !important;
}

.observacoes {
    border-top: 1px solid #db6574;
    padding: 5px;
}

.tdCPE a {
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    background-color: black;
    border-radius: 5px;
}

.reunioes {
    border-top: 1px solid #db6574;
    padding: 5px;
    font-size: 13px;
}

.form-check-justify {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #444951;
    padding-bottom: 25px;
}

.form-check {
    width: 50%;
}

.restricted {
    height: 100%;
    width: 100%;
    background-image: url('/img/login-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.restricted h3,
.restricted h4,
.restricted h2 {
    margin: 0;
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.restricted img {
    max-width: 300px;
    width: 50%;
}

.restricted-content {
    width: 100%;
    z-index: 1;
}

.shadow {
    height: 100%;
    width: 100%;
    background-color: #d5010160;
    position: absolute;
}

.tryAgain {
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 1px solid black;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
    background-color: white;
    transition: 0.5s;
}

.tryAgain:hover {
    background-color: rgb(199, 199, 199);
    cursor: pointer;
}

.workplace {
    width: 100%;
    display: flex;
    justify-content: left;
}

.workplace-item {
    width: 220px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.workplace-item:hover {
    background-color: #97979726;
    cursor: pointer;
}

.workplace-item img {
    width: 100%;
    padding: 5px;
    max-height: 300px;
}

.workplace-item video {
    width: 100%;
    padding: 5px;
    max-height: 300px;
}

.workplace-item p {
    font-size: 11px;
    text-align: center;
    margin: 0;
    line-height: normal;
    margin-top: 5px;
    width: 100%;
}

.reunioes-data {
    display: flex;
    justify-content: space-between;
}

.profile-content {
    display: flex;
}

nav#sidebar .sidebar-header .avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.row img {
    object-fit: cover;
}

.sidebar.show {
    display: block;
}


@media (max-width: 575px) {
    .row {
        padding-bottom: 10px;
    }
}

code {
    color: #429244;
}

#masterContent,
#agenteContent,
#subAgenteContent {
    display: none !important;
}

.hidden {
    display: none;
}

#map { height: 280px; }
