﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: "Gadugi";
    src: url("/fonts/3f3f1a887702b525cda01f7cd776b241.eot"); /* IE9*/
    src: url("/fonts/3f3f1a887702b525cda01f7cd776b241.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/3f3f1a887702b525cda01f7cd776b241.woff2") format("woff2"), /* chrome、firefox */
    url("/fonts/3f3f1a887702b525cda01f7cd776b241.woff") format("woff"), /* chrome、firefox */
    url("/fonts/3f3f1a887702b525cda01f7cd776b241.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("/fonts/3f3f1a887702b525cda01f7cd776b241.svg#Gadugi") format("svg"); /* iOS 4.1- */
}

html{
    height: 100%;
}

@media only screen and (max-width: 700px) {
    #app {
        zoom: 60%;
    }
}

@media only screen and (max-width: 800px) and (min-width: 700px){
    #app {
        zoom: 60%;
    }
}

@media only screen and (max-width: 1150px) and (min-width: 800px) {
    #app {
        zoom: 75%;    
        font-size: 0.8rem;    
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1150px) {
    #app {
        zoom: 90%;        
    }
}

@media only screen and (max-height: 350px) {
    #app {
        zoom: 60% !important;
    }
}

@media only screen and (max-height: 450px) and (min-height: 350px){
    #app {
        zoom: 60% !important;
    }
}

@media only screen and (max-height: 550px) and (min-height: 450px) {
    #app {
        zoom: 75% !important;    
        font-size: 0.8rem;    
    }
}

@media only screen and (max-height: 680px) and (min-height: 550px) {
    #app {
        zoom: 90% !important;        
    }
}

@media only screen and (max-height: 650px) {
    #gerar-relatorio-container{
        width: 420px;
    }
}

@media only screen and (max-height: 455px) {
    #gerar-relatorio-container{
        width: 630px;
    }
}


@font-face {
    font-family: "Gadugi";
    src: url("/fonts/Gadugi.ttf") format("truetype");
}

html:not([dir=rtl]) .wrapper {
    height: 100% !important;
    width: 100% !important;
    padding-left: var(--cui-sidebar-occupy-start, 0);
}

.Centralized {
    display: grid;
    align-content: center;
    justify-content: center;
}

.CentralizeItems {
    display: grid;
    align-items: center;
    justify-items: center;
}

.AlingLeft {
    display: grid;
    align-content: flex-end;
}

.DefaultBackground {
    background-color: white;
    height: 100%;
    width: 100%;
}

.BlackBagroundColor {
    background-color: rgb(33,33,33);
}

.WhiteText {
    color: rgb(255,255,255);
    font-family: Gadugi;
}

.BlackText {
    color: rgb(51,51,51) !important;
    font-family: Gadugi;
}

.GrayText {
    color: #90A0B7;
    font-family: Gadugi;
}

.OrangeText {
    color: rgb(237,204,97);
    font-family: Gadugi;
}

.BackgroundOverlayCinza {
    background-color: rgba(33, 33, 33, 0.5);
}

.LinkDefault {
    text-decoration: none;
    color: rgb(0,179,148);
    cursor: pointer;
}

.LinkVermelho {
    text-decoration: none;
    color: rgb(250, 92, 79) !important;
    cursor: pointer;
    font-family: Gadugi;
}

.LinkVermelho:hover {
    color: rgba(250, 92, 79,0.8) !important;
}

.LinkVermelho:active {
    color: rgba(250, 92, 79,0.5) !important;
}

.LinkDefault:hover {
    color: rgba(0,179,148,0.8);
}

.LinkDefault:active {
    color: rgba(0,179,148,0.5);
}

.active-default {
    color: rgb(0,179,148) !important;
}

    .active-default:hover {
        color: rgba(0,179,148,0.8) !important;
    }

    .active-default:active {
        color: rgba(0,179,148,0.5) !important;
    }

.WhiteBackground {
    background-color: white;
}

.LinkCinza {
    text-decoration: none;
    color: rgb(204,204,204);
    cursor: pointer;
    font-family: Gadugi;
}

.LinkCinza:hover {
    color: rgba(204,204,204,0.8);
}

.LinkCinza:active {
    color: rgba(204,204,204,0.5);
}

.LinkLaranja {
    text-decoration: none;
    color: rgb(237,204,97);
    font-family: Gadugi;
}

.LinkPreto {
    text-decoration: none;
    color: rgb(33,33,33);
    font-family: Gadugi;
}

    .LinkPreto:hover {
        color: rgba(33,33,33,0.8);
    }

    .LinkPreto:active {
        color: rgba(33,33,33,0.5);
    }


.LinkLaranja:hover {
    color: rgba(237,204,97,0.8);
}

.LinkLaranja:active {
    color: rgba(237,204,97,0.5);
}

.tab-inativa{
    text-decoration: none;
    color: rgb(33,33,33) !important;
    border-bottom: solid rgb(233,233,233) 2px;
    font-family: Gadugi;

}

.tab-laranja-ativa{
    text-decoration: none;
    color: rgb(33,33,33) !important;
    border-bottom: solid rgb(237,204,97) 2px;
    font-family: Gadugi;
}

.TitleText {
    font-size: 25px;
    font-weight: 700;
    font-family: Gadugi;
}

.fadeIn {
    animation: fadeInAnimation ease .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.lnk {
    text-decoration: none;
    display: flex;
    align-content: center;
    align-items: center;
    color: rgb(204,204,204);
}

.cli-menu-big-icon {
    width: 30px;
    margin-left: 5px;
}

.yellow-box {
    outline: 0 !important;
}

.yellow-box:focus {
    box-shadow: 0 0 0 0.25rem rgb(243, 190, 18, 0.50) !important;
    border-color: rgb(243, 190, 18, 0.50) !important;
    outline-color: rgb(243, 190, 18, 0.50) !important;
}

.grey-box{
    outline: 0 !important;
} 

.grey-box:focus{
    box-shadow: 0 0 0 0.25rem rgb(170, 170, 170, 0.50) !important;
    border-color: rgb(170, 170, 170, 0.50)  !important;
    outline-color: rgb(170, 170, 170, 0.50)  !important;
} 

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}


.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.btn-icon-principal{
    width: 35px;
}
.cli-menu-icon {
    width: 25px !important;
    height: 25px !important;
    margin-left: 5px;
}

.btn-enviar {
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(237,204,97);
    --cui-btn-border-color: rgb(237,204,97);
    --cui-btn-hover-bg: rgba(237,204,97,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(237,204,97,0.5);
    font-family: Gadugi;
    color: white !important;
    font-weight: bold !important;
    border-width: 3px;
}

.btn-cancelar {
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: transparent;
    --cui-btn-border-color: rgb(233,233,233);
    --cui-btn-hover-bg: rgba(237,204,97,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(237,204,97,0.5);
    font-family: Gadugi;
    border-style: solid !important;
    border-color: rgb(233,233,233);
    border-width: 3px !important;
    font-weight: bold !important;
}

.btn-cancelar:hover {
    border-color: none !important;
}

#btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fill-area{
    width: 100%;
    height: 100%;
}

.red-box{
    outline: 0 !important;
}

.red-box:focus{
    box-shadow: 0 0 0 0.25rem rgb(250, 92, 79, 0.8) !important;
    border-color: rgb(250, 92, 79, 0.8) !important;
    outline-color: rgb(250, 92, 79, 0.8) !important;
}

.tab-vermelha-ativa{
    text-decoration: none;
    color: rgb(33,33,33) !important;
    border-bottom: solid rgb(250, 92, 79) 2px;
    font-family: Gadugi;
}

.comp-corp-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    background-color: rgb(245,245,245);
    width: 100%;
    max-width: 385px;
}

.comp-corp-spacing{
    margin-top: 20px;
}

.comp-corp-textbox{
    padding: 10px;
    background-color: rgb(233,233,233);
    white-space: normal;
    word-break: break-all;
    width: 100%;
    font-size: 0.9rem;
}

.comp-corp-check-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.comp-corp-referencia{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-size: 0.8rem;
}

.icon-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

.icon-selected{
    background-color: rgba(255,255,255,0.3);
}

.icon-holder:hover{
    background-color: rgba(255,255,255,0.2);
}

.green-box:focus{
    box-shadow: 0 0 0 0.25rem rgb(0,179,148, 0.8) !important;
    border-color: rgb(0,179,148, 0.8) !important;
    outline-color: rgb(0,179,148, 0.8) !important;
}

.tab-verde-ativa{
    text-decoration: none;
    color: rgb(33,33,33) !important;
    border-bottom: solid rgb(0,179,148) 2px;
    font-family: Gadugi;
}

.btn-confirm-red{
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(250,92,79);
    --cui-btn-border-color: transparent;
    --cui-btn-hover-bg: rgba(250,92,79,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(250,92,79,0.5);
    color: white;
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 3px !important;
    font-weight: bold !important;  
}

.btn-danger {
    margin: 10px;
    margin-bottom: 0px;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    --cui-btn-bg: rgb(250,92,79) !important;
    --cui-btn-border-color: transparent !important;
    --cui-btn-hover-bg: rgba(250,92,79,0.8) !important;
    --cui-btn-shadow: none !important;
    --cui-btn-active-bg: rgba(250,92,79,0.5) !important;
    color: white !important;
    font-family: Gadugi !important;
    border-style: solid !important;
    border-width: 2px !important;
    font-weight: bold !important;
}

.btn-grey{
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: transparent;
    --cui-btn-border-color: transparent;
    --cui-btn-hover-bg: rgba(170,170,170,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(170,170,170,0.5);
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 3px !important;
    font-weight: bold !important;
}

#protocolos-preencheer > span{
    width: 100%;
}

#gerar-relatorio-container{
    max-height: calc(100vh - 220px);;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
}

.gerar-relatorio-bloco{
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: calc(100vh - 300px);;
    flex-wrap: wrap;
}
.gerar-relatorio-subbloco{
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: calc(100vh - 300px);
    flex-wrap: wrap;
}
#gerar-relatorio-enviar{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#gerar-relatorio-grey{
    background-color: rgb(233,233,233);
    padding: 10px;
    margin-top: 10px;
}

h5, h6 {
    color: black;
}

#ev-cli-main-div{
    height: calc(100vh - 265px);
    width: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#ev-cli-headers{
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#ev-cli-infos{
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.ev-cli-item{
    width: 100%;
    padding: 2px 10px;
    height: 30px;
    min-height: 30px;
    background-color: rgb(245,245,245);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#ev-cli-column{
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 150px;
    gap: 5px;
}

.ev-cli-first-line{
    width: 100%;
    padding: 2px 10px;
    background-color: rgb(233,233,233);
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: bold;
}

#ev-cli-headers > .ev-cli-first-line{
    justify-content: flex-start;
}

#ev-cli-headers > .ev-cli-item{
    justify-content: flex-start;
}


@keyframes ShowOpacity {
    from{opacity: 0%;}
    to{opacity: 100%;}
}

@media (max-width: 800px) and (orientation: portrait) {
    #portrait-warning{
        display: flex !important;
        animation-name: ShowOpacity;
        animation-duration: 1s;
        animation-timing-function: ease-in;
    }
}

#portrait-warning{
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    background-color: black;
    align-items: center;
    justify-content: center;
}

#image-rotate-phone{
    width: 50%;
}

.btn-orange{
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(237,204,97);
    --cui-btn-border-color: rgb(237,204,97);
    --cui-btn-hover-bg: rgba(237,204,97,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(237,204,97,0.5);
    font-family: Gadugi;
    color: white !important;
    font-weight: bold !important;
    border-width: 3px;
}

.btn-red{
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(250,92,79);
    --cui-btn-border-color: transparent;
    --cui-btn-hover-bg: rgba(250,92,79,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(250,92,79,0.5);
    color: white !important;
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 3px !important;
    font-weight: bold !important;
}
.tab-azul-ativa{
    text-decoration: none;
    color: rgb(33,33,33) !important;
    border-bottom: solid rgb(43,87,99) 2px;
    font-family: Gadugi;
}

.blue-box {
    outline: 0 !important;
}

.blue-box:focus {
    box-shadow: 0 0 0 0.25rem rgb(86,174,198, 0.50) !important;
    border-color: rgb(86,174,198, 0.50) !important;
    outline-color: rgb(86,174,198, 0.50) !important;
}

.btn-enviar-azul {
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(86,174,198);
    --cui-btn-border-color: transparent;
    --cui-btn-hover-bg: rgba(86,174,198,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(86,174,198,0.5);
    color: white;
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 3px !important;
    font-weight: bold !important;
}

.LinkAzul {
    text-decoration: none;
    color: rgb(86,174,198);
    font-family: Gadugi;
}


.LinkAzul:hover {
    color: rgba(86,174,198,0.8);
}

.LinkAzul:active {
    color: rgba(86,174,198,0.5);
}

.ev-cli-align-center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.btn-disable {
    pointer-events: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.7;
}

.scrollbar-personalizado::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

.scrollbar-personalizado::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scrollbar-personalizado::-webkit-scrollbar-thumb {
    background: rgb(203,203,203);
    border-radius: 10px;
}

.scrollbar-personalizado::-webkit-scrollbar-thumb:hover {
    background: rgb(180,180,180);
}

.table-select-div {
    background-color: white;
    /*border: 1px solid #b5b5b5;*/
    /*border-radius: 5px;*/
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    z-index: 1000;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#div-suggestions-holder {
    position: absolute;
    background-color: white;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    z-index: 1000;
    width: 100%;
}

.table-item-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.LinkCinzaActive {
    text-decoration: none;
    color: rgba(194, 207, 224);
    font-family: Gadugi;
}


    .LinkCinzaActive:hover {
        color: rgba(194, 207, 224,0.7);
    }

    .LinkCinzaActive:active {
        color: rgba(194, 207, 224,0.7);
    }

.btn-secondary {
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: transparent;
    --cui-btn-border-color: rgba(170,170,170,0.8);
    --cui-btn-hover-bg: rgba(170,170,170,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(170,170,170,0.5);
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 1px !important;
    font-weight: bold !important;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.btn-confirm-cinza {
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(170,170,170);
    --cui-btn-border-color: transparent;
    --cui-btn-hover-bg: rgba(170,170,170,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(170,170,170,0.5);
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 1px !important;
    font-weight: bold !important;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.btn-verde {
    margin: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    --cui-btn-bg: rgb(0,179,148);
    --cui-btn-border-color: transparent;
    --cui-btn-hover-bg: rgba(0,179,148,0.8);
    --cui-btn-shadow: none;
    --cui-btn-active-bg: rgba(0,179,148,0.5);
    color: white;
    font-family: Gadugi;
    border-style: solid !important;
    border-width: 1px !important;
    font-weight: bold !important;
}

.body{
    height: 100% !important;
    width: 100% !important;
    max-height: calc(100% - 71px) !important;
}

main{
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
}

.container-fluid{
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
}

#content-wrapper{
    height: 100% !important;
    width: 100% !important; 
    max-height: 100% !important;
}

#app {
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
}

html{
    overflow: hidden;
}


.error-container{
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 15vw;
    left: 15vw;
}

.error-message-box{
    width: 430px !important;
    position: relative !important;
    background: white !important;
    border-radius: 10px 10px 0px 0px !important;
    box-shadow: 0 -3px 9px rgb(0 0 0 / 35%) !important;
}

.error-message-box > a {
    color: rgb(0,179,148);
    text-decoration: none;
}

.disable-content {
    pointer-events: none !important;
}

.sidebar{
    background-color: transparent !important;
}

pre{
    white-space: break-spaces;
    word-break: normal;
    margin-bottom: 0px;
}

.messages-container > div {
    flex-shrink: 0;
}

* {
    word-break: normal !important;
    word-wrap: normal !important;
}

label {
    -webkit-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
}

.lista-adiconar-alimento > ul {
    margin: 0 !important;
}

.large{
    height: calc(100% - 60px);
    width: calc(100% - 60px);
}

.word-pdf-div{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.8rem;
}