#jivo_chat_widget {
    display: none;
}

#jivo_custom_widget {
    background-color: #999;
    background-image: url(images/jivo_widget_offline.png);
    background-repeat: no-repeat;
    bottom: -3px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    position: fixed;
    right: 15px;
    width: 215px;
    z-index: 300000;
}

#jivo_custom_widget span {
    padding-left: 51px;
}

#jivo_close_button {
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: -2px;
    z-index: 30000000000;
}

#header-avatar #callme {
    display: block;
}

#jivo_action #jivo_close_button:hover {
    position: absolute !important;
    z-index: 3000000000000 !important;
}

.jivo-iframe-container-bottom.jivo-expanded div#jivo-drag-handle {
    width: 81% !important;
}

#jivo_custom_widget.jivo_online {
    background-color: #049B4F;
}

#jivo_action .limparESair {
    color: #000;
    font-size: 11px;
    position: absolute;
    right: 126px;
    text-decoration: underline;
    top: 14px;
}

.jivo-iframe-container-bottom.jivo-expanded.escondeChat {
    display: none !important;
}

#jivo_action .limparESair:hover, #jivo_action .limparESair:after {
    cursor: pointer;
}

.md-chat-widget-btn-container.ui-draggable {
    width: 0 !important;
    height: 0 !important;
    bottom: 70px !important;
    right: 60px !important;
    z-index: 99999000 !important;
}

.md-chat-widget-btn-close-icon.md-chat-widget-icon-svg {
    filter: invert(61%) sepia(67%) saturate(2658%) hue-rotate(113deg) brightness(98%) contrast(105%) !important;
}

body {
    font-family: "Linotte", "Lato", sans-serif;
    background: #f1f1f1;
}

a:link,
a:visited {
    color: #444;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

#whatsapp-chat h1 {
    font-size: 20px;
    text-align: center;
    display: block;
    background: linear-gradient(to right top, #6f96f3, #164ed2);
    padding: 20px;
    color: #fff;
    border-radius: 50px;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 73px;
    right: 30px;
    overflow: hidden;
    z-index: 999999;
    animation-name: showchat;
    animation-duration: 0.7s;
    transform: scale(1);
}

#feedback-options {
    width: 445px;
    height: 252px;
    outline: none !important;
    box-sizing: border-box !important;
    background-color: #18181B;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    position: fixed;
    bottom: 74px;
    right: 10px;
    overflow: hidden;
    z-index: 999999;
    flex-direction: column;
    animation-name: showchat;
    animation-duration: 0.7s;
    transform: scale(1);
}

#feedback-options header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    display: flex;
    color: #F4F4F5;
}

#feedback-options #close-feedback {
    color: #A1A1AA;
    position: absolute;
    right: 16px;
    top: 18px;
    background: unset;
    outline: unset;
    border: unset;
    cursor: pointer;
    transition: color .2s ease;
}

#feedback-options #close-feedback:hover {
    color: #ff304f;
    transition: color .2s ease;
}

#feedback-options .feedback-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#feedback-options .feedback-content .feedback-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 12px;
    width: 82px;
    height: 104px;
    background: #27272A;
    border-radius: 8px;
    cursor: pointer;
    color: #F4F4F5;
    transition: all .1s ease;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

#feedback-options .feedback-content .feedback-option:hover {
    border: 2px solid #00D26E;
    cursor: pointer;
    transition: all .2s ease;
}

#feedback-options footer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A1A1AA;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#feedback-options footer a {
    color: #A1A1AA;
}

#feedback-options #sugestao-feedback {
    height: 100%;
    width: 100%;
}

#feedback-options #treinamento-content {
    height: 100%;
    width: 100%;
}

#feedback-options #sucesso-feedback {
    height: 100%;
    width: 100%;
}

#sucesso-feedback .sucesso-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#sucesso-feedback .sucesso-content h3 {
    color: #F4F4F5;
}

#sucesso-feedback #send-other-feedback {
    width: 162px;
    height: 40px;
    background-color: #27272A;
    border-radius: 4px;
    outline: none;
    border: none;
    color: #F4F4F5;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease;
}

#sucesso-feedback #send-other-feedback:hover {
    background-color: #3F3F46;
    transition: all .2s ease;
}

#sugestao-feedback .sugestao-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sugestao-feedback #back-feedback {
    color: #A1A1AA;
    position: absolute;
    left: 16px;
    top: 18px;
    background: unset;
    outline: unset;
    border: unset;
    cursor: pointer;
    transition: color .2s ease;
}

#treinamento-content .treinamento-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#treinamento-content #back-treinamento {
    color: #A1A1AA;
    position: absolute;
    left: 16px;
    top: 18px;
    background: unset;
    outline: unset;
    border: unset;
    cursor: pointer;
    transition: color .2s ease;
}

.sugestao-content textarea::placeholder {
    color: #A1A1AA;
    opacity: 1;
    /* Firefox */
}

.sugestao-content textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A1A1AA;
}

.sugestao-content textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A1A1AA;
}

.treinamento-content textarea::placeholder {
    color: #A1A1AA;
    opacity: 1;
    /* Firefox */
}

.treinamento-content textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A1A1AA;
}

.treinamento-content textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A1A1AA;
}

#sugestao-feedback .sugestao-content textarea {
    height: 85px;
    width: 393px;
    resize: none;
    outline: none;
    padding: 5px;
    background-color: unset;
    border: 1px solid #52525B;
    border-radius: 4px;
    color: #F4F4F5;
    font-weight: 400;
    font-size: 14px;
}

#sugestao-feedback .options-envio {
    width: 406px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sugestao-feedback .options-envio #print-sugestao {
    width: 16%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27272A;
    opacity: 0.5;
    border-radius: 4px;
    color: #F4F4F5;
    cursor: pointer;
}

#sugestao-feedback .options-envio #send-sugestao {
    height: 100%;
    background: #00D26E;
    opacity: 0.5;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: not-allowed;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

#sugestao-feedback header .select-icon {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#sugestao-feedback header select {
    width: 188px;
    height: 29px;
    font-size: 16px;
    font-weight: 500;
    background-color: #18181b;
    outline: none;
    border-radius: 4px;
    border: 1px solid #35353b;
    color: #F4F4F5;
    cursor: pointer;
    padding-left: 3px;
}

/* -------------------- Treinamento ------------------ */
#treinamento-content .treinamento-content textarea {
    height: 34px;
    width: 393px;
    resize: none;
    outline: none;
    padding: 5px;
    background-color: unset;
    border: 1px solid #52525B;
    border-radius: 4px;
    color: #F4F4F5;
    font-weight: 400;
    font-size: 14px;
}

#treinamento-content .options-envio {
    width: 406px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#treinamento-content .options-envio #print-treinamento {
    width: 16%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27272A;
    opacity: 0.5;
    border-radius: 4px;
    color: #F4F4F5;
    cursor: pointer;
}

#treinamento-content .options-envio #send-treinamento {
    height: 100%;
    background: #00D26E;
    opacity: 0.5;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: not-allowed;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

#treinamento-content header .select-icon-treinamento {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#treinamento-content header select {
    width: 210px;
    height: 29px;
    font-size: 16px;
    font-weight: 500;
    background-color: #18181b;
    outline: none;
    border-radius: 4px;
    border: 1px solid #35353b;
    color: #F4F4F5;
    cursor: pointer;
    padding-left: 3px;
}

.treinamento-content .text-telefone {
    padding: 5px;
    background-color: unset;
    border: 1px solid #52525B;
    border-radius: 4px;
    color: #F4F4F5;
    font-weight: 400;
    font-size: 14px;
}

/* ---------------- FIM DO TREINAMENTO ------------------ */

.blantershow-chat {
    position: fixed;
    display: flex;
    font-weight: 400;
    z-index: 999999;
    font-size: 15px;
    border-radius: 30px;
}

.icon-faleconosco {
    padding: 12px 12px;
    background: transparent;
    color: #FFFFFF !important;
    justify-content: center !important;
    font-weight: 500 !important;
    align-items: center;
    /*border: 1px solid #00d26e;*/
    text-align: center;
    bottom: 20px;
    right: 10px;
    width: 0;
    min-width: 24px;
    height: 24px;
    transition: min-width 0.5s ease;
    cursor: pointer;
    transition: background 0.2s ease;
}

.icon-faleconosco:hover {
    background: #00d26e;
}

.icon-faleconosco svg {
    color: #00d26e;
}

.icon-faleconosco:hover svg {
    color: #fff;
}

.pageLicenca .icon-faleconosco {
    padding: unset !important;
}

.icon-faleconosco .novoContato {
    position: absolute;
    top: -6px;
    background-color: #00003c;
    border-radius: 4px;
    font-size: 12px;
    left: -10px;
    padding: 1px 5px;
}

.icon-faleconosco .contatoP {
    display: none !important;
}

.blantershow-chat svg {
    transform: scale(1.2);
}

.whatsapp-chat-header {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.whatsapp-chat-header h3 {
    margin: 0 0 10px;
}

.whatsapp-chat-header p {
    font-size: 14px;
    line-height: 1.3;
    margin: -10px;
    margin-left: 0px;
}

.whatsapp-chat-header .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.8;
}

.whatsapp-chat-avatar {
    position: relative;
}

#whatsapp-chat .whatsapp-chat-header .status {
    bottom: 0px;
    right: 0px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 37px;
    top: 36px;
}

.wrapper-chatwpp .icon-faleconosco {
    cursor: pointer;
    width: 45px !important;
    height: 45px !important;
    z-index: 9999999999999;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.hide-recente {
    display: none !important;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: white;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.contornoDlg-divGenProdutoEstabelecimento .menufor .icoForm a[target="_blank"] {
    /* display: none; */
}

#bodyUsoNaoAutorizado .wrapper-feedback .feedback-content {
    width: 100%;
}

#bodyUsoNaoAutorizado .wrapper-feedback .feedback-content .feedback-option {
    width: 92px;
    height: 112px;
}

#bodyUsoNaoAutorizado .wrapper-feedback #feedback-options footer {
    width: 100%;
}

#bodyUsoNaoAutorizado .wrapper-feedback #back-feedback {
    top: 20px;
}

#bodyUsoNaoAutorizado .wrapper-feedback #close-feedback {
    top: 23px;
}

#bodyUsoNaoAutorizado #sugestao-feedback .sugestao-content {
    top: 51%;
}

#bodyUsoNaoAutorizado #sugestao-feedback header select {
    font-size: 15px;
}

#bodyUsoNaoAutorizado #feedback-options {
    width: 222px;
}

#bodyUsoNaoAutorizado #feedback-options #sugestao-btn {
    display: none;
}

#feedback-options footer a:hover {
    color: #00d26e;
}

#bodyUsoNaoAutorizado .icon-faleconosco {
    width: 54px;
    height: 54px;
    bottom: 11px;
}

#bodyUsoNaoAutorizado .wrapper-feedback header {
    width: 100%;
    justify-content: center;
}

#user-password {
    position: relative;
}

#user-password #senhaOlho {
    position: absolute;
    right: 8px;
    top: 15px;
    color: #8d8d8d;
}

#user-password #senhaOlho svg {
    cursor: pointer;
}

#user-password [icon="warning"] {
    right: 3.2rem;
}

body:not(.usuario-mogo) p[onclick="MVCEstabelecimento.NovoItem()"] {
    display: none;
}