/*
Theme Name: Doctreat Child
Theme URI: http://amentotech.com/projects/doctreat
Author: Amentotech
Author URI: https://themeforest.net/user/amentotech/portfolio
Description: Doctreat is a medical directory WordPress theme.
Tags: Tags: one-column, two-columns, right-sidebar,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
Version: 1.0
Template: doctreat
Text Domain: doctreat-child
Domain Path: /languages
License: 
License URI:
*/





/* =Theme customization starts here
-------------------------------------------------------------- */

/* Ocultar botões de calendário e mensagem na lista de agendamentos */
.dc-btnarea.toolip-wrapo.dc-print-options {
    display: none !important;
}

/* ============================================
   CHAT - Apenas largura maior
   ============================================ */

/* Aumentar largura do chat */
.dc-chatbox {
    width: 480px !important;
}

/* Garantir que área de mensagens tenha scroll */
.dc-chatbox .dc-messages {
    overflow-y: auto !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .dc-chatbox {
        width: calc(100vw - 40px) !important;
    }
}

