html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* CSS TEMPORÁRIO */
.user-index input::placeholder {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.table .thead-dark th a {
    color: #fff !important;
    font-weight: 500;
}

.select2-container--bootstrap span.select2-selection--single {
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--bootstrap span.select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--bootstrap span.select2-selection {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: inherit;
}

input.select2-search__field {
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
}

#modal-membros .modal-dialog, div[id^="modal-reuniao"] .modal-dialog {
    max-width: 95%;
}

#modal-membros .modal-body, div[id^="modal-reuniao"] .modal-body {
    max-height: calc(100vh - 128px);
    overflow-y: auto;
}

#modal-membros .modal-content, div[id^="modal-reuniao"] .modal-content {
    background-color: transparent;
}

/* background home */
body.bg-home {
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bg-black {
    background-color: #000000;
}

/* icones redes sociais colors */
.icon-globe {
    color: #ff9300;
}

.icon-instagram {
    color: #c42e9a;
}

.icon-facebook {
    color: #3b5998;
}

.icon-twitter {
    color: #1da1f2;
}

.icon-youtube {
    color: #ff0000;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #0d0d0d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.bg-danger-with-opacity {
    background-color: rgba(220, 53, 69, 0.5);
}
