#loader{
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#loader .loader-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.custom-login{
    background-image: url('../img/traffic-card.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brand{
    width: 50%;
}

.card-custom{
    text-align: center;
    background-image: url('../img/traffic-card.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    border-radius: 10px;
    margin: 1% 0;
}

.card-custom h2{
    color: white;
    font-weight: lighter;
}

.card-custom:hover{
    opacity: .9;
}

.callout .btn{
    text-decoration: none;
}

/* Isolando os estilos do Summernote para que não sejam sobrepostos pelo Bootstrap */
.summernote-wrapper .summernote {
    font-family: 'Arial', sans-serif; /* Defina uma fonte específica */
    font-size: 14px;  /* Defina o tamanho da fonte */
    line-height: 1.5; /* Controle da altura da linha */
    padding: 10px; /* Defina o preenchimento desejado */
    background-color: white; /* Evita conflitos de fundo */
}

/* Você pode adicionar mais regras para garantir que o Summernote tenha uma aparência consistente */
.summernote-wrapper .note-editable {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #000;
}

/* Isolando estilos dos headings (h1, h2, h3...) para garantir a aparência correta dentro do Summernote */
.summernote-wrapper .note-editable h1,
.summernote-wrapper .note-editable h2,
.summernote-wrapper .note-editable h3,
.summernote-wrapper .note-editable h4,
.summernote-wrapper .note-editable h5,
.summernote-wrapper .note-editable h6 {
    font-family: 'Arial', sans-serif;  /* Forçando uma fonte específica */
    font-weight: bold;  /* Tornando os títulos mais fortes */
    margin: 10px 0;  /* Definindo uma margem personalizada */
    color: #333;  /* Cor para os títulos */
    line-height: 1.3;  /* Controlando a altura da linha */
}

/* Se necessário, adicione mais estilos específicos para títulos, como tamanho de fonte */
.summernote-wrapper .note-editable h1 {
    font-size: 32px;
}
.summernote-wrapper .note-editable h2 {
    font-size: 28px;
}
.summernote-wrapper .note-editable h3 {
    font-size: 24px;
}
.summernote-wrapper .note-editable h4 {
    font-size: 20px;
}
.summernote-wrapper .note-editable h5 {
    font-size: 18px;
}
.summernote-wrapper .note-editable h6 {
    font-size: 16px;
}
