<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chat-container a:link, .chat-container a:visited {
    text-decoration: underline;
    color: #edfc21;
    background-color: transparent;
}


a.menu_button, a.menu_button:link, a.menu_button:visited{
	text-decoration: none !important;
	color:#fff !important;
}



.chat-with-me {
    max-width: 70px;
    position: fixed;
    bottom: 5px;
    left: 5px;
    cursor:pointer;
}

.chat-container {
    position: fixed;
    /*border: 1px solid #05214e;
    border-top: hidden;*/
    background: #fff;
    width: 370px;
    height: 445px;
    bottom: 8px;
    left: 8px;
    transition: height 2s;
    border-radius:5%;
    /*-webkit-box-shadow: 0px 1px 7px 4px rgba(81, 81, 81, 0.7);
-moz-box-shadow:    0px 1px 7px 4px rgba(81, 81, 81, 0.7);
box-shadow:         0px 1px 7px 4px rgba(81, 81, 81, 0.7);*/
-webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.67);
-moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.67);
box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.67);
z-index: 80000;
}

.chat-container select, .chat-container button{
    border-color: #edfc21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.chat-header {
    position: relative;
    font-family: Arial;
    font-weight: bold;
    /*background-color: #05214e;*/
    color: #fff;
}

.chat-header-btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    font-weight: bold;
}

.chat-close-btn {
    left: 90%;
}

.chat-min-btn {
    left: 84%;
}

.chat-phone-btn {
    left: 75%;
    color: transparent;
    text-shadow: 0 0 0 white;
}

.chat-header img {
    width: 100%;
}

.chat-messages-container {
    margin: 0 auto;
    max-height: 330px;
    min-height: 330px;
    /* padding: 10px; */
    overflow-y: auto;
    transition: display 2s;
}

    .chat-messages-container ul {
        padding: 0px;
    }

.chat-messages-container-open {
    display: block;
}

.chat-messages-container-close {
    display: none;
}

.chat-footer {
    color: #fff;
    padding: 10px;
    border-top:2px solid #05214e ;
}

    .chat-footer input {
        height: 15px;
        border-radius: 5%;
        border: solid 1px #05214e;
        padding: 5px;
        display: inline-grid;
    }

    .chat-footer .footer-one-opt {
        width: 87%;
    }

    .chat-footer .footer-two-opt {
        width: 80%;
    }
/*.chat-footer img {
        max-height: 40px;
        max-height: 40px;
        margin-left: 10px;
        position: fixed;
    }*/

.chat-message-container {
    font-family: "Roboto Condensed", sans-serif;
    font-size: small;
    padding: 10px;
    min-height: 50px;
    border: 2px solid #314c9a;
    background-color: #314c9a;
    border-radius: 0px 25px 25px 25px;
    margin: 10px 30px 10px 10px;
}

.darker {
    border-color: #05214e;
    background-color: #05214e;
    border-color: #05214e;
    background-color: #05214e;
    border-radius: 25px 0px 25px 25px;
    margin: 10px 10px 10px 30px;
    color: #fff;
}

.writing {
    border-color: transparent;
    background-color: transparent;
    color: #05214e;
}

.chat-container ul &gt; li {
    list-style: none;
}

.chat-message-container::after {
    content: "";
    clear: both;
    display: table;
}

.chat-message-container .chat-avatar {
    float: left;
    max-width: 40px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

    .chat-message-container .chat-avatar.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

    .chat-message-container .chat-avatar.loader {
        float: right;
    }

.chat-avatar-send-message {
    border-radius: 5%;
    max-height: 30px;
    margin-left: 5px;
    position: fixed;
    cursor: pointer;
    margin-top:-1px;
}

.chat-main-menu {
    text-align: center;
    border-radius: 50%;
    border: solid 1px #fff;
    background: #05214e;
    height: 30px;
    width: 30px;
    display: inline-grid;
    margin-left: 5px;
    position: fixed;
}

    .chat-main-menu .main-voice {
        font-weight: bold;
        font-size: 20px;
    }        

.menu-voice-attachment-close {
    display: none;
    transition: 2s;
}

.menu-voice-attachment-open {
    font-size: 20px;
    display: inline-block;
    margin: -40px 0px 0px -30px;
    transition: 5s;
}

.menu-voice-emoji-close {
    display: none;
    transition: 2s;
}

.menu-voice-emoji-open {
    font-size: 20px;
    display: inline-block;
    margin: -40px 0px 0px 5px;
}

.menu-voice-emoji-tab-line {
    display: inline;
}

.menu-voice-emoji-tab-close {
    display: none;
}

.menu-voice-emoji-tab-open {
    position:relative;
    border: solid 1px #05214e;
    border-radius: 2px;
    background: #fff;
    font-size: 20px;
    margin: -130px 0px 0px 200px;
    transition: 5s;
}

.chat-avatar-switch {
    border-radius: 5%;
    max-height: 30px;
    margin-left: 35px;
    position: fixed;
}

.time-right {
    float: right;
    font-size: smaller;
    color: #fff;
}

.speech-right {
    color: #fff;
    /* width: 80%; */
    /* margin-left: 45px; */
    /* border: 2px solid #dedede; */
    /* background-color: #dedede; */
    /* border-radius: 0px 15px 15px 15px; */
    /* padding: 0px 15px 15px 15px; */
}

.time-left {
    float: left;
    font-size: smaller;
    color: #fff;
}

.speech-left {
    color: #fff;
    /* background-color: #05214e; */
    /* width: 80%; */
    /* border: 2px solid #05214e;	 */
    /* border-radius: 15px 0px 15px 15px; */
    /* padding: 15px 0px 15px 15px; */
}

.chat-collapse {
    display: none;
}

.dialer-container {
    margin-top: 40px;
    text-align: center;
}

.dialer-label-container {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

.dialer-line-container {
    display: inline-block;
}

.dialer-container-action-button {
    margin-top: 10px;
}

.lbl-phone-info {
    font-family: 'Courier New';
    font-size: 10px;
    font-weight: bold;
}

/*web phone buttons*/
.btn-phone {
    box-shadow: 0px 10px 14px -7px #276873;
    background: #05214e;
    background-color: #05214e;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

    .btn-phone:hover {
        background: linear-gradient(to bottom, #4d79ff 5%, #4d79ff 100%);
        background-color: #4d79ff;
    }

    .btn-phone:active {
        position: relative;
        top: 1px;
    }

.btn-phone-call {
    background: #008000;
    background-color: #008000;
    box-shadow: 0px 10px 14px -7px #276873;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

    .btn-phone-call:hover {
        background: #004d00;
        background-color: #004d00;
    }

    .btn-phone-call:disabled {
        background: #ccccb3;
        background-color: #ccccb3;
    }

.btn-phone-hangup {
    background: #cc0000;
    background-color: #cc0000;
    box-shadow: 0px 10px 14px -7px #276873;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

    .btn-phone-hangup:hover {
        background: #800000;
        background-color: #800000;
    }

    .btn-phone-hangup:disabled {
        background: #ccccb3;
        background-color: #ccccb3;
    }

/*AGENT*/
.agent-left-bar {
    height: 100%;
    color: #4d4d33;
}

    .agent-left-bar button {
        width: 100%;
        margin: 2px;
    }

.agent-left-bar-center {
    height: 90%;
}

    .agent-left-bar-center ul {
        height: 100%;
        padding: 15px;
        background: #dedede;
    }

.agent-left-bar-bottom {
    position: fixed;
    bottom: 15px;
}

.agent-tabs {
    height: 100%;
}

.agent-tab {
    height: 90%;
}

.agent-chat-messages-container {
    margin: 0 auto;
    max-height: 450px;
    padding: 10px;
    overflow-y: auto;
}
@media screen and (max-width: 479px){
    .chat-messages-container {
        max-height: 250px;
    }
    .chat-with-me{
        max-width: 20%;
    }
    .chat-min-btn{
        font-size: 18px;
    }
    .chat-footer{
       
        border-bottom-left-radius: 75%;
        border-bottom-right-radius: 75%;
    }
    
    
}

@media screen and (max-width: 760px) {
    .chat-avatar {
        /* nasconde l'avatar di sinistra (utente) */
        display: none;
    }

    .chat-avatar-right {
        /* nasconde l'avatar di destra (bot) */
        display: none;
    }

   /*  .chat-with-me {
        intestazione, contiene immagine 
        max-width: 50%;
    }*/

    .chat-container {
        /* TUTTO il blocco chat */
        width: 95%;
        min-height: 90%;
    }

    .chat-messages-container {
        /* Il blocco chat che contiene SOLO l'elenco messaggi (sia utente che bot)*/
        margin: 0 auto;
        min-height: 80%;
        padding: 10px;
        max-height: 350px;
    }

        .chat-messages-container text, .chat-messages-container p, .chat-messages-container a, .chat-messages-container b, .chat-messages-container ul, .chat-messages-container li {
            font-size: 12px;
            /* font-weight: bold; */
        }

    .chat-footer {
        /* 
			Il piè di pagina, contiene la casella di testo in cui si scrive e il bottone "Invia"
		*/
        background: #fff;
        color: #fff;
        padding: 10px;
        position: fixed;
        bottom: 10px;
        width: 90%;
      
    }

        .chat-footer img {
            display: inline-table;
        }
        .chat-footer .footer-one-opt {
            width: 90%;
        }
    
}



</pre></body></html>