@media only screen and (max-width: 600px) {
    .row .custom-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #menu-usuario {
        width: 50%;
    }

}

 body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Arbeit', sans-serif;
 }

 @font-face {
    font-family: 'Arbeit';
    src: url('./fonts/Arbeit/Arbeit-Regular.otf') format('opentype');
    font-weight: 400; 
}

@font-face {
    font-family: 'Arbeit';
    src: url('./fonts/Arbeit/Arbeit-Bold.otf') format('opentype');
    font-weight: 700;
}

.modal-content {
    background-color: #0F0F0F !important; 
    color: white !important; 
    border-width: 2px !important; 
    border-color: gray !important;
}

/* Background login/menu */
.bg-fundo {
    background: url('../imgs/bg2.jpg') no-repeat center center fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#box-login {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu {
    padding-right: 6px;
    background-color: #1a1a1a;
}

#video-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

h5 {
    font-family: 'Arbeit';
    font-weight: 700;
}

p {
    font-family: 'Arbeit';
}

.fontes-filter {
    font-family: 'Arbeit';
}

/* Barra Usuário */
.hover-pointer {
    cursor:pointer
}

.hover-pointer:hover {
    cursor: pointer;
}

.card-header.bg-dark.text-white.d-flex.justify-content-between {
    background-color: black !important;
}

.btn.btn-dark.btn-sm.me-3 {
    background-color: black !important;
    border-color: black !important;
}

.btn.btn-dark.btn-sm {
    background-color:black !important;
    border-color: black !important;
}

.btn.btn-dark.btn-sm.me-3:hover {
    background-color:#555555 !important;
    border-color: #555555 !important;
    color: white !important;
}

.btn.btn-dark.btn-sm:hover {
    background-color:#555555 !important;
    border-color: #555555 !important;
    color: white !important;
}

#filtro_botoes {
    background-color: #0F0F0F;
    color: white;
}

.close-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
  }
  
  .close-button::before {
    content: "\f00d"; 
    font-family: "Font Awesome 5 Free";
    color: white;
    font-size: 24px;
  }

.dropdown.bootstrap-select.show-tick.form-control {
    background-color: #D0D0D0;
}

.btn.dropdown-toggle.bs-placeholder.btn-light.show {
    background-color: #2B2B2B;
    border-color: grey; 

}

.btn.dropdown-toggle.bs-placeholder.btn-light {
    background-color: #2B2B2B;
    border-color: grey; 

}

#menu-usuario {
    display: none;
    position: absolute;
    right: 0;
    width: 250px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px;
    margin-right: 20px;
    margin-top: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#menu-usuario a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

#menu-usuario {
    background-color: #f0f0f0;
}

.custom-rounded {
    object-fit: cover;
    width: 60px;
    margin-right: 10px;
}

.img-fluid.rounded-circle {
    transition: padding 0.3s;
    box-sizing: border-box;
}

.img-fluid.rounded-circle.clicked {
    padding: 5px;
}

.custom-logo {
    object-fit: cover;
    width: 150px;
    margin-left: 20px;
    margin-top: 8px;
    padding-bottom: 7px;
}

.user-info {
    display: block;
}

.user-details {
    text-align: left;
    margin-top: -5px;
    margin-left: 4px;
    padding-top: 5px;
    padding-right: 3px;
}

.user-details p {
    margin-bottom: 5px;
}

.user-confing-senha {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    text-align: left;
}

.user-confing-senha a {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
}

.user-confing-senha a:hover {
    background-color: #969696;
    color: #333;
    z-index: 1;
}

.user-confing-senha i {
    margin-right: 5px;
}

.user-confing-senha span {
    flex-grow: 1;
}

.divisor {
    margin: 10px 0;
    border-top: 1px solid #333;
    width: 100%;
}

/* Botões área de login */
.custom-btn-1 {
    display: inline-block;
    text-align: center;
    background-color: black;
    color: white;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 30px;
    padding: auto;
    font-size: 18px;
    width: 100%;
    height: 50px;
}

.custom-btn-1:hover {
    background-color: #555555;
    transition: 0.2s;
}

.custom-link {
    color: black;
    font-size: 18px;
    transition: color 0.3 ease;
    text-decoration: none;
}

.custom-link:hover {
    color: #555555;
    transition: 0.2s;
}

/* Botão barra de pesquisa */
.icone-lupa {
    background-color: black;
    padding: 15px 20px 15px 20px;
    border-radius: 7%;
    cursor: pointer;
}

.icone-lupa:hover {
    background-color: #555555;
    transition: 0.2s;
}

/* select2 */
.select2-container--default .select2-selection--single {
    width: 250px !important;
}

/* Configurações do usuário */
#foto_menu {
    border-radius: 50%;
    width: 80px;
    height: 70px;
    display: block;
    margin-left: 830px;
    object-fit: cover;
}

#barras-config {
    font-size: 25px;
    margin-top: 13px;
    margin-right: 20px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    color: #fff;

}

#barras-config:hover {
    color: #cccccc;
}


.foto-user-config {
    margin-top: 30px;
    width: 200px;
    height: 38% !important;
    border-radius: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50% important;
    border: 1px solid #dee2e6;
}

.swal2-styled {
    background-color: black !important;
}

.swal2-styled:hover {
    background-color: #555555 !important;
    transition: 0.2s;
}

/* Configurações blocos */

.card.custom-card {
    width: 100%;
    margin: 0 auto;
    background: black;
    color: white;
    border: none;
}

.custom-card {
    max-height: 320px;
    transition: filter;
    cursor: pointer;
}

.card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color;
    text-align: center;
}

.custom-card:hover .card-body {
    filter: brightness(100%);
    background-color: #555555;
    color: white;
    transition: 0.3s;
    border-radius: 0.25rem;
}

.card-footer {
    transition: filter;
}

.custom-card:hover .card-footer {
    filter: brightness(100%);
    background-color: #555555;
    color: white;
    transition: 0.3s;
}

/* Configurações da paginação */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a:hover {
    color: black;
    background-color: white;
    transition: 0.2s;
}

.pagination a {
    padding: 8px 12px;
    margin: 0 4px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 7px;
}

.pagination a.active {
    background-color: black;
    color: #fff;
}

.pagination:hover {
    color: black; 
}

.pagination-button {
    padding: 8px 12px;
    margin: 0 4px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 7px;
    background-color: transparent;
    cursor: pointer;
}

.pagination-button:hover {
    color: black; 
}

.pagination-button.current-page {
    background-color: black;
    color: #fff;
}

#save_btn {
    background-color: #fff;
    border-color: #fff;
    color: black;
    margin-right: 15px;
    border-radius: 7px;
    border-width: 2px;
}

#back_btn {
    color: black;
    background-color: #fff;
    border-color: #fff;
    border-radius: 7px;
    border-width: 2px;
}

#save_btn:hover {
    color: white;
    background-color: black;
    transition: 0.2s;
}

#back_btn:hover {
    color: white;
    background-color: black;
    transition: 0.2s;
}

#compartilha_whatsapp:checked {
    accent-color: white; 
}

#compartilha_instagram:checked {
    accent-color: white; 
}

#compartilha_linkedin:checked {
    accent-color: white; 
}

#compartilha_galeria {
    padding-left: 0;
    accent-color: white; 
}

#galeria:checked {
    accent-color: white;
    padding-left: 0;
}

.social-input {
    width: 200px;
}

.social-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.social-container label {
    font-family: 'Arbeit';
    font-weight: bold;
    margin-bottom: 5px;
}

.social-container input {
    font-family: 'Arbeit';
    font-weight: bold;
    margin-bottom: 10px;
}

.form-check {
    display: inline-flex;
    align-items: center;
}

.form-check label {
    margin-left: 5px;
}

#filter_write {
    box-shadow: none;
}

.input-cidade {
    font-family: 'Arbeit', sans-serif;
    width: 500px;
}

.input-descricao {
    font-family: 'Arbeit', sans-serif;
    width: 500px;
}

.input-colaboradores {
    font-family: 'Arbeit', sans-serif;
    width: 500px;
}

.input-emp {
    font-family: 'Arbeit', sans-serif;
    width: 500px;
}

#preloader {
    background: #1a1a1a url(./gifs/load.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-size: 30%;
}

#boxVazio {
    position: relative;
}

#filtro-loader {
    background: #1a1a1a url(./gifs/load.gif) no-repeat center top;
    display: none;
    position: absolute;
    margin-top: 515px;
    margin-left: 490px;
    height: 1000px;
    width: 100%;
    transform: translate(-50%, -50%);    
    z-index: 100;
    background-size: 70%;
}

.membros {
    color: white;
    text-align: center;
    padding-top: 100px;
    font-style: normal;
    font-size: 18px;
}