/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.card-filter-links{
    transition: all 120ms ease-in;
}
.card-filter-links:hover{
    transform: scale(1.07);
}
.card-filter-links h2{
    color: #404e67;
}
.ml-btn-salvar{  margin-left: 5px !important; }

.bg-zenit{
    background-color: #0a377c!important;
}

.dropzone-auditoria{
    height: 100% !important;
    align-content: center!important;
    justify-content: center!important;
}

.dropzone-auditoria .dz-message{
    height:auto; display: flex; align-items: center; justify-content: center;
}

.ml-05{
    margin-left: 5px!important;
}

.mr-05{
    margin-right: 5px!important;
}

.bootstrap-duallistbox-container .btn:hover, .bootstrap-duallistbox-container .btn:active{
    background: #1BE7AA !important;
    border-color: #ccd6e6 !important;
}
.bootstrap-duallistbox-container .btn{
    border-color: #ccd6e6;
}
.bootstrap-duallistbox-container select{
    border-color: #ccd6e6;
}
.bootstrap-duallistbox-container select:focus{
    outline: none !important;
}
.bootstrap-duallistbox-container option:focus,
.bootstrap-duallistbox-container option:active,
.bootstrap-duallistbox-container option:checked
{
    /* for IE */
    background: #39DAA9 linear-gradient(#39DAA9, #39DAA9) !important;
    color: #006889;
}
.bootstrap-duallistbox-container option:hover
{
    /* for IE */
    background: #e9e9e9 !important;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.disabled{
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.chatbot-wrapper{
    bottom: 10px;
    display: flex;
    filter: drop-shadow(0 0 12px rgba(29, 30, 32, .16));
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    right: 20px;
    width: auto;
    max-height: calc(80%);
    z-index: 999;
}

.chatbot-wrapper-hidden{
    pointer-events: none;
}

.chatbot{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 700px;
    margin-bottom: 6px;
    position: relative;
    z-index: 999;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: visible;
}

@media (min-width: 1024px) {
    .chatbot {
        width: 600px;
    }
}

.chatbot-hidden {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


.chatbot-header{
    display: flex;
    justify-content: space-between;
    padding: 8px 8px 8px 16px;
}

.chatbot-header p {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 4px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
}

.chatbot-header .actions {
    align-items: center;
    display: flex;
    gap: 4px;
}

.chatbot-header .actions .button-wrapper{
    position: relative;
}

.chatbot-header .actions .button-wrapper button{
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: 700;
    width: 40px;
}

.chatbot-body{
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    overflow-y: auto;
    padding: 0 8px 8px;
}

.chatbot-body .chatbot-assistent{
    align-items: flex-start;
    background-color: #f2f3f6;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 16px;
}

.chatbot-body .chatbot-questions{
    color: #1d1e20;
    font-size: 12px;
    line-height: 24px;
    margin-top: auto;
    padding: 24px 16px 16px;
}

.chatbot-body .chatbot-questions .freq-questions{
    color: #1d1e20;
    font-size: 12px;
    line-height: 24px;
}

.chatbot-body .chatbot-questions .chatbot-question-option{
    border: 1px solid #dadce0;
    border-radius: 10px;
    cursor: default;
    margin-top: 8px;
    padding: 8px 16px;
    transition: border-color .2s ease-in-out;
    vertical-align: baseline;
}

.chatbot-body .chatbot-questions .chatbot-question-option:hover{
    border-color: #0e3e93;
}

.chatbot-footer{
    align-items: flex-end;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.chatbot-footer-wrapper {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dad9da;
    border-radius: 8px;
    display: flex;
    height: 100%;
    margin-bottom: 8px;
    padding: 0 4px 0 8px;
    resize: none;
    transition: border-color .2s ease-in-out;
    width: 100%;
}

.chatbot-footer-textarea{
    background-color: #fff;
    border: none;
    color: #1d1e20;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.7;
    max-height: 192px;
    outline: none;
    overflow: auto;
    overflow-y: auto;
    padding: 12px 8px;
    width: 100%;
}

.chatbot-footer-button-send{
    align-items: center;
    align-self: flex-end;
    background-color: #f2f3f6;
    border-radius: 8px;
    color: #6d7081;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: 4px;
    max-height: calc(100% - 8px);
    max-width: 40px;
    padding: 6px;
    transition: background-color .2s ease-in-out;
    width: 100%;
}

.chatbot-footer-info{
    align-self: center;
    color: #6d7081;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.chatbot-triggers{
    border-radius: 50%;
    display: flex;
    padding: 4px;
    pointer-events: auto;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 999;
    align-self: end;
}

.chatbot-button{
    align-items: center;
    background: linear-gradient(45deg, #3498db, #8e44ad);
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 24px;
    padding: 8px 16px 8px 16px;
    border: none;
    outline: none;
    transition: transform 0.5s ease, background 0.5s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.chatbot-button:hover {
    transform: scale(1.1); /* Aumenta o tamanho ao passar o mouse */
    background: linear-gradient(45deg, #f06595, #ff6b6b); /* Degradê invertido */
}

.chatbot-button:active {
    transform: scale(0.95); /* Reduz um pouco quando clicado */
}

.chatbot-button i {
    transition: transform .3s ease;
    color: #FFF;
    width: 24px !important;
}

.chatbot-button span {
    color: #FFF;
}


