<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Roboto', sans-serif;
    /*background: url(../img/chat/chat.jpg) center center no-repeat #fff;*/
    margin: 0;
    padding: 0;
}

#main {
    width: 100%;
    border: 1px solid #ccc;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main #box fieldset {
    border: 0;
    padding: 20px;
    margin: 0;
}

#main #box fieldset label {
    display: block;
    color: #161615;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400;
}

#main #box fieldset .txt {
    display: block;
    font-size: 14px;
    line-height: 1em;
    border: none;
    border-bottom: 1px solid #C5C5C5;
    color: #333333;
    margin-bottom: 10px;
    width: 92%;
    padding: 5px 0;
}

input[type="submit"] {
    background: #364854 !important;
    color: #FFF !important;
    border: none !important;
    padding: 9px 15px;
}

#main #box fieldset .entrar {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    margin: 0 auto;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    display: block;
    padding: 9px 50px;
    border-radius: 3px;
    margin-top: 20px;
}

#passo-1 {
    height: 90vh;
    border: 1px solid #364854;
    position: relative;
    width: 50vh;
}

#passo-1 .header-login{
    background-color: #364854;
    padding: 10px;
}

#passo-1 .header-login img{
    width: 60%;
}

#passo-1 fieldset{
    padding: 20px;
}

#passo-1 .bottom-msg{
    color: #FF0000;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 1.063em;
}

#main #box #loading {
    padding: 90px 0 0 40px;
    width: 290px;
}
#main #box #loading p {
    font-size: 11px;
    color: #000;
    line-height: 120%;
}

#main #box #chat_base {
    font-size: 12px;
    color: #333333;
    line-height: 110%;
    background-color: #FFFFFF;
    width: 346px;
    height: 176px;
    overflow: auto;
}

#main #box #chat_base {
    padding: 2px 5px;
}

#main #box.chatbox fieldset {
    padding-top: 6px;
}

#main #box.chatbox fieldset label {
    margin-bottom: 2px;
}

#main #box.chatbox fieldset div {
    overflow: hidden;
    width: 356px;
    padding-top: 2px;
}

label.tit {
    margin: 15px 0;
    font-size: 2.185em !important;
    text-align: center;
    color: #364854 !important;
    font-weight: 700 !important;
    margin-bottom: 40px;
}

#main #box.chatbox fieldset input.txt-chat {
    border: solid 1px #c5c5c5;
    font-size: 12px;
    font-weight: normal;
    width: 344px;
    display: block;
    padding: 5px;
    height: auto;
}

#main #box.chatbox fieldset input.btn-chat, #main #box.chatbox fieldset input.btn-encerrar  {
    float: right;
    display: block;
    cursor: pointer;
    background: #DF1A22 !important;
    color: #FFF !important;
    border: none !important;
    padding: 6px 25px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #000;
}

#main #box.chatbox fieldset input.btn-chat:hover {
    background: #ca0e16 !important;
}

#main #box.chatbox fieldset input.btn-encerrar {
    width: auto;
    color: #333 !important;
    float: left;
    background: #c5c5c5 !important;
    border: none !important;
    font-weight: normal;
    padding: 6px 15px !important;
    border-radius: 3px;
    height: auto;
    text-shadow: 0 1px 0 #fff;
}

#main #box.chatbox fieldset input.btn-encerrar:hover {
    background: #ccc !important;
}

#main #box #passo-4 {
    margin: 0 auto 0;
    width: 320px;
}

#main #box #passo-4 p {
    font-size: 11px;
    color: #333;
}

#main #box #passo-4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main #box #passo-4 ul li {
}

#main #box #passo-4 ul li img {
    margin: 0;
    padding: 0;
    border: none;
}

#main #box #passo-4 ul li label {
    cursor: pointer;
}
#main  #box  #passo-4  ul  li  label  .txt {
    cursor: pointer;
    font-size: 11px;
    color: #333;
}


#main #box #passo-4 #gravar {
    background-color: #FFFFFF;
    border: solid 1px #333333;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    float: left;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

/*chat movidesk*/

#md-chat-iframe{
    height: 100% !important;
}

#md-chat-widget, .md-chat-widget {
    height: 80% !important;
}

.md-chat-widget-container.widget-type-chat.can-animate {
    height: 80% !important;
}
</pre></body></html>