﻿.container-bg-inicio{
    background-image: url('imagens/bg-inicio.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: auto;
    border-radius: 0 !important;
}

.footer-form-btn {
    background-color: #edf1f6;
    border-radius: 0.4375rem;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.mr-10{
    margin-right: 10px; 
}

.cursor-default{
    cursor: default;
}

.cursor-pointer{
    cursor: pointer;
}

.logo {
    width: 50px;
    height: 36px;
    background: url(Imagens/logo_oficial_bg_branco_2.png) no-repeat;
    background-size: contain;
}

.text-underline-none{
    text-decoration: none !important;
}

a, a:hover {
    text-decoration: none;
}

.default-color-gray {
    color: #7a878e !important;
}

.menu-navegacao-ativo {
    color: #227ad2 !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.lista-notificacoes {
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: auto !important;
    scrollbar-color: #c1c4c7 #ffffff !important;
}

    /* Chrome, Edge, and Safari */
    .lista-notificacoes::-webkit-scrollbar {
        width: 10px;
    }

    .lista-notificacoes::-webkit-scrollbar-track {
        background: #ffffff;
    }

    .lista-notificacoes::-webkit-scrollbar-thumb {
        background-color: #c1c4c7;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,.07);
    padding-top: 2px !important;
}

.select2-container .select2-selection--single {
    min-height: calc(1.3em + 0.9rem + 2px) !important;
}

.select2-dropdown {
    border: 1px solid rgba(0,0,0,.07) !important;
}

select[readonly] {
    background: #f3f5f9; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}


.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,.07);
    padding-top: 2px !important;
}

.select2-container .select2-selection--single {
    min-height: calc(1.3em + 0.9rem + 2px) !important;
}

.select2-dropdown {
    border: 1px solid rgba(0,0,0,.07) !important;
}

.select2-container {
    z-index: 100000;
}

.select2-container {
    width: 100% !important;
}

.select2 {
    z-index: 1000 !important;
}
