/* PRIMARY #11455B */
/* SECONDARY #E04A2A */

/* ROXO #7347C1 */

body {
    --primary-color: #FF3131 !important;
    --primary-color-hover: #D42828 !important;

    --secondary-color: #CE6ABB4D !important;
    --tertiary-color: #89B226 !important;
}


/*


.bg-primary{
    background:var(--primary-color) !important;
    color:#fff !important;
}

.bg-secondary{
    background:var(--secondary-color) !important;
    color:var(--primary-color) !important;
}


.color-primary{
    color:var(--primary-color) !important;
}

.color-secondary{
    background:var(--secondary-color) !important;
}


.btn-default{
    background:#ddd !important;
    color:#333;
}

.btn-secondary{
    background:var(--secondary-color) !important;
    color:var(--primary-color) !important;
}

*/
.btn-primary{
    background:var(--primary-color) !important;
    border:none;
    color: white !important;
}
.btn-primary:hover{
    background:var(--primary-color-hover) !important;
    border:none;
    color: white !important;
}

a{
    color:var(--primary-color) !important;
}

a:hover{
    color:var(--primary-color-hover) !important;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    border-left: 4px solid #ddd;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
}

/* Sintaxe personalizada para códigos */
.ql-syntax {
    background: #272822;
    color: #f8f8f2;
    padding: 10px;
    border-radius: 4px;
}


.color-white{
    color:#fff !important;
}


input:disabled, textarea:disabled {
    background-color: #eee !important; /* Cinza escuro */
    color: #333 !important; /* Texto branco */
    opacity: 1 !important; /* Remove a transparência */
}
