﻿/*#||###############################################*/
/*# STILI MULTISCHERMO #############################*/
/*#||###############################################*/
/*#|CHAT - Miniatura|###############################*/
.chat_trigger { position: fixed; bottom: 0; right: 0; width: 100%; max-width: 30rem; z-index: 10; }
    .chat_trigger .alert { position: absolute; top: 0; right: 0; height: 4rem; aspect-ratio: 1/1; border-radius: 50%; transform: translate(-0.5rem,-80%); }
        .chat_trigger .alert span { }
/*#||###############################################*/
/*#|Popup|##########################################*/
.chat_popup { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 20; transform: translateY(110%); }
#chat_popup_trggr:checked ~ .chat_popup { transform: translateY(0); }
    .chat_popup .background_closing_label { backdrop-filter: blur(10px) brightness(0.25); }
    .chat_popup .contained { }
        .chat_popup .contained .bkg_clr_bw_fff { padding: 2rem; }
/*#||###############################################*/

/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi DESKTOP --------*/
@media (min-width: 769px) {
    /*#||###############################################*/
    .chat_trigger { transform: translate(-8rem, -0.5rem); }
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi PORTABLE -------*/
@media (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI ESCLUSIVI GRANDI SCHERMI -----------------*/
@media (min-width: 1281px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI SCHERMI MEDI --------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI PICCOLI SCHERMI --------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI TABLET -----------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI MOBILE -----------------------------------*/
@media (max-width: 480px) {
    /*#||###############################################*/
}
/*--------------------------------------------------*/
