/* ///////  Global Colors  ////*/

:root{
    /* ///////  Conteúdo main.css ////*/
    --blue-link: #1a73e8;
    --contrast-color: #ffffff;
    --default-color: #444444; /*corrigir depois */
    --dark-color: #081e33;     /* #081e33 - cor de  natal: #330808*/
    --hashtag-name-color: #bccdd8;
    --bg-scroll-top-color: #2c4964b0;
    --nav-color: #2c4964;/*--nav-color: #2c4964 - cor de natal:  #7e0606;*/
    --accent-color: #64BEB6;/*--accent-color: #64BEB6 - cor de natal: #ce7a7e;*/

    /* ///////  Conteúdo chat-bot.css ////*/
    --chat-bg-color: #2c4964;
    --chat-toggle-btn-color: white;
    --chat-header-bg-color: #2c4964;
    --chat-header-color: #fff;
    --chat-title-color: #ffffff;
    --chat-input-area-border-color: #e6e6e6;
    --chat-status-color: #d4fff9;
    --chat-input-area-bg-color: #fafafa;
    --chat-user-input-border-color: #ccc;

    /* ///////  Conteúdo admin.css ////*/
    --primary-color: #1a73e8;
    --primary-hover: #1557b0;
    --default-color: #6c757d; /*corrigir depois */
    --secondary-color: #6c757d;
    --secondary-hover: #5a6268;
    --success-color: #28a745;
    --success-hover: #218838;
    --error-color: #c90000;
    --text-color: #333;
    --text-light: #555;
    --star-color: #ffbf00;
    --heading-color: #2c4964;

    /* ///////  Conteúdo all-cookie.css ////*/
    --border-color: #ddd;
    --white-color: white;

    /* ///////  Conteúdo forms.css ////*/
    --color-sections: #007bff;
    --color-error: #b2190e;
    --color-success: #4caf50;
    --color-primary: #2c4964;
    --color-background: #e2eaf1;
    --color-text: #333;

    /* ///////  Conteúdo painel.css ////*/
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary-color: #64748b;
    --success-color: #14b850;
    --danger-color: #e74c3c;
    --danger-color-hover: #c0392b;
    --warning-color: #f59e0b;
    --background-color: white;
    /* #2c3e50 */
    --heading-color: #7e0606;
    /* #64BEB6 */
    --surface-color: #fff;
    /* #081e33 */
    /* #143552 */
    --dark-color-bottom: #2c4964;
    /* #333 */
    --text-color: #8c3c3c;
    /* #ecf0f1 */
    --azul-claro: #ecf0f1;
    /* #34495e */
    --color-hover-menu: #5e3434;
    /* #f4f6f9 */
    --container-login: #f4f6f9;
    /* #f5f5f5 */
    --table-register: #f5f5f5;

   /* ///////  Conteúdo policy.css ////*/
    --default-color: #222; /*corrigir depois */
    --hashtag-name-color: #bccdd8;
    --alert-color: #d91f0a;
    --overlay-background: #1c354c0e;
    --background-blue: #d1dee7;

    /* ///////  Conteúdo registro.css ////*/
    --danger-color: #ef4444;
    --background-color: #f8fafc;
    --text-color: #1e293b;
    --border-radius: 3px;
    --transition: all 0.3s ease;
    /* Background color for the entire website, including individual sections */
    --default-color: #5c5c5c; /*corrigir depois */
    --default-color-2: #444444;
    /* Default color used for the majority of the text content across the entire website */
    /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */

    /* //// terminologias_public.css ////*/
    --primary-color: #143552;
    --secondary-color: #f8f9fa;
    --text-color-light: #b9b7b7;
    --border-color: #dee2e6;
    --hover-color: #e9ecef;
    --danger-color: #dc3545;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --gray-light-color: #a7a7a7;

    /* //// userful-links.css ////*/
    --hashtag-name-color: #bccdd8;
    --alert-color: #d91f0a;
    --overlay-background: #1c354c0e;
    --background-blue: #d1dee7;

    /* /// whatsapp-button.css ////*/
    
    


}