.offcanvas {
  height: 96%;
  width: 0;
  position: fixed;
  top: 2%;
  right: 0;
  background-color: #F6F6F6;
  overflow-x: hidden;
  transition: 0.5s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.offcanvas-content {
  padding: 5px;
}

.offcanvas-content h2 {
  padding: 10px;
  color: #404041;
}

.offcanvas-content ul {  
  text-decoration: none;
  list-style-type: none;    
}

.offcanvas-content ul li {  
  margin-bottom: 10px;    
}


.offcanvas-content a {
  color: #404041;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;  
}

.offcanvas-content a:hover {
  color: #7E7E7E;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;  
}

.offcanvas-content ul li a i {
  font-size: 25px;
}


.close-btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #404041;
}

.open-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-btn:hover,
.open-btn:hover {
  color: #7E7E7E;
  text-decoration: none;
  cursor: pointer;
}

.whats_top_menu {
    background-color: #056056;
    width: 100%;
    padding: 20px 0 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
    cursor: pointer
}

.whats_top_menu .buttons {
    margin: 3px 0 0 20px;
    position: absolute
}

.whats_top_menu .buttons .button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative
}

.whats_top_menu .buttons .button.whats_close {
    background-color: #fff
}

.whats_top_menu .buttons .button.minimize {
    background-color: #fdbf68
}

.whats_top_menu .buttons .button.maximize {
    background-color: #a3d063
}

.whats_top_menu .title {
    text-align: left;
    color: #fff;
    font-size: 18px;
    padding-left: 62px;
    font-weight: 700
}

.whats_messages {
    position: relative;
    list-style: none;
    padding: 10px 0 0 5px;
    margin: 0;
    height: 255px;
    overflow: hidden;
    background: url(/imagens/imagensct/whatsapp_modulo_bg.jpg)
}

.whats_messages .message {
    clear: both;
    overflow: hidden;
    margin-bottom: 7px;
    transition: all .5s linear;
    opacity: 0
}

.whats_messages .message.left .avatar {
    background-color: #f5886e;
    float: left
}

.whats_messages .message.left .text_wrapper {
    background: #fff;
    box-shadow: 1px 1px 2px #ccc;
    margin-left: 20px;
    box-sizing: border-box
}

.whats_messages .message.left .text_wrapper::after,
.whats_messages .message.left .text_wrapper::before {
    right: 95%;
    border-right-color: #fff
}

.whats_messages .message.left .text {
    color: #000
}

.whats_messages .message.right .avatar {
    background-color: #fdbf68;
    float: right
}

.whats_messages .message.right .text_wrapper {
    background-color: #c7eafc;
    margin-right: 20px;
    float: right
}

.whats_messages .message.right .text_wrapper::after,
.whats_messages .message.right .text_wrapper::before {
    right: -15px;
    border-width: 30px 30px 0 0;
    border-color: #c7eafc transparent transparent transparent
}

.whats_messages .message.right .text {
    color: #45829b
}

.whats_messages .message.appeared {
    opacity: 1
}

.whats_messages .message .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block
}

.whats_messages .message .text_wrapper {
    display: inline-block;
    padding: 15px 20px 10px 15px;
    border-radius: 16px;
    width: calc(100% - 70px);
    min-width: 100px;
    position: relative
}

.whats_messages .message .text_wrapper::after,
.whats_messages .message .text_wrapper:before {
    top: 0;
    margin-left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.whats_messages .message .text_wrapper::after {
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent
}

.whats_messages .message .text_wrapper::before {
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent
}

.whats_messages .message .text_wrapper .text {
    font-size: 14px;
    font-weight: 300;
    text-align: left
}

.whats_bottom_wrapper {
    
    width: 100%;
    background-color: #f5f1ee;
    padding: 20px;    
    bottom: 0;
    box-sizing: border-box
}

.whats_bottom_wrapper .message_input_wrapper {
    display: inline-block;
    
    
    border: 1px solid #bcbdc0;
    width: calc(56% - 56px);
    position: relative;
    padding: 0 20px;
    box-shadow: 1px 1px 2px #ccc;
    box-sizing: border-box;
    text-align: left
}

.whats_bottom_wrapper .message_input_wrapper .message_input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    width: calc(100% - 40px);
    position: absolute;
    outline-width: 0;
    color: #000;
    background: #f5f1ee
}

.whats_bottom_wrapper .send_message {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s linear;
    float: right
}

.whats_bottom_wrapper .send_message .text {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    line-height: 48px
}

.whats_message_template {
    display: none
}

.block {
    display: block
}

.whats_close {
    float: right;
    color: #fff;
    font-size: 26px;
    margin: -35px 20px 0 0;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    font-family: Arial;
    text-transform: lowercase;
    font-weight: 400
}

.whats_top_menu .buttons .button.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-top: -10px
}

.time {
    float: right;
    margin: 0 -10px 0 0;
    padding: 0;
    font-size: 12px;
    position: relative;
    color: #929292
}

#btwhatsapp {}

@media only screen and (max-width:719px) {
    .chat_window {
        left: 10px;
        bottom: 30px;
        transform: none
    }
    .whats_top_menu .title {
        font-size: 16px
    }
    .whats_top_menu .buttons {
        margin: 0 0 0 20px
    }
    .whats_close {
        margin: -25px 20px 0 0 !important;
        color: #fff !important;
        padding: 0 !important
    }
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 40;
    cursor: pointer
}

.my-icon-whatsapp {
    margin-top: 15px
}

.pulse {
    font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    box-shadow: 0 0 0 #e91e63;
    animation: pulse 2s infinite;
    z-index: 9999;
    position: absolute
}

.pulse:hover {
    animation: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(233, 30, 99, 1)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, .6);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, .6)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0; /* Inicia a animação com opacidade 0 */
    }
    100% {
        opacity: 1; /* Termina a animação com opacidade 1 */
    }
}

/* Aplica atraso de 1 segundo a cada mensagem */
#message_1 {
    opacity: 0; /* Inicia as mensagens com opacidade 0 */
    animation: fadeIn 1s forwards; /* Animação de fadeIn com duração de 1 segundo */
}

#message_2 {
    opacity: 0; /* Inicia as mensagens com opacidade 0 */
    animation: fadeIn 2s forwards; /* Animação de fadeIn com duração de 1 segundo */
}

#message_3 {
    opacity: 0; /* Inicia as mensagens com opacidade 0 */
    animation: fadeIn 3s forwards; /* Animação de fadeIn com duração de 1 segundo */
}

.card-img-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%; /* Isso garante que o contêiner seja um quadrado */
}

.card-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Agora a altura também será 100% para garantir que cubra toda a área */
    object-fit: cover; /* Esta propriedade faz a mágica: preenche o contêiner sem distorcer */
    object-position: center; /* Centraliza a imagem */
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}

.temperature-label {
    font-size: 1.5em;
    margin-top: 10px;
    font-weight: bold;
}
.align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.full-height {
    height: 100vh; /* ou qualquer altura desejada */
}
.sortable-ghost, .sortable-drag {
    user-select: none; /* Previne a seleção de texto */
}
.ui-autocomplete {
    z-index: 105111; /* Ajuste este valor conforme necessário */
}
.img-cover {
    width: 100%;
    height: 300px; /* Define a altura fixa para todas as imagens */
    object-fit: cover; /* Garante que a imagem cubra o contêiner */
    border-radius: inherit; /* Mantém o arredondamento */
}
