* {
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: aliceblue;
}

*::-webkit-scrollbar-thumb {
    background-color: #239645 !important;
    border-radius: 20px;
    border: 3px solid aliceblue;
}

.textConfirmação {
    background-color: #fff;
    width: 700px;
    margin: 25px auto;
    padding: 2px 10px;
    text-align: left;
    border-radius: 12px;
    font-size: 20px;
    margin-left: -0%;
    font-weight: 700;
}

.containerTable {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 100px;
}

.containerTableFullScreen {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: scroll;
}

body {
    height: 100vh;
}

.fullScreenMode {
    padding: 15px;
    position: fixed;
    box-shadow: 2px 2px 10px #908f8f;
    background-color: #ffffff !important;
    bottom: 10px;
    border-radius: 12px;
    right: 10px;
    transition: 400ms;
    z-index: 999999;
}
.fullScreenMode:active {
    box-shadow: inset 0px 0px 10px #908f8f;
    scale: 0.8;
    transition: 400ms;
    z-index: 999999;
}

.tooltipReload,
.tooltipFullScreen,
.tooltipGrafic {
    display: none;
}

.fullScreenMode:hover>.tooltipFullScreen {
    display: block;
}

.tooltipFullScreen {
    z-index: 999;
    position: absolute;
    width: 120px;
    padding: 3px;
    background-color: rgb(0, 0, 0) !important;
    bottom: 30px;
    right: 50px;
    border-radius: 6px 6px 0 6px;
    color: #fff;
}

.filtroProposta {
    display: flex;
    border-radius: 0.8rem;
    width: 100%;
    height: 3rem;
    align-items: center;
    justify-content: center;
}

.filtroProposta input {
    outline: none;
    border: none;
    border-bottom: 1px solid #011e0a;
    margin: 0 1rem;
    width: 6rem;
    height: 90%;
    transition: 600ms;
}

.filtroProposta input:focus {
    border-color: #239645;
    font-size: 18px;
    transition: 600ms;
    width: 10rem;
}

.filtroProposta input::placeholder {
    font-size: 16px;
}

.filtroProposta input:focus::placeholder {
    font-size: 11px;
    position: relative;
    bottom: 0.5rem;
    color: #239645;
    transition: 600ms;
}

.filtroProposta button {
    position: absolute;
    right: 3rem;
    top: 9rem;
    background-color: #229544;
    color: #ffffff;
    padding: 0 0.5rem;
    border-radius: 0.6rem;
    height: 2rem;
    transition: 400ms
}

.filtroProposta button:hover {
    scale: 1.05;
    transition: 400ms;
}

.filtroProposta button:focus {
    scale: 1;
    transition: 400ms;
}

.container-LT {
    padding-top: 2rem;
    width: 100%;
    margin: 0 auto;
    margin-left: 8rem;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    display: flex;
}

.LT {
    display: flex;
    flex-direction: column;
    width: 85%;
    align-items: center;
    justify-content: center;
}

.LT>* {
    margin-top: -0.75rem;
}

.LT .data-LT {
    position: relative;
    right: 29rem;
    top: 0.4rem;
    font-weight: 700;
    color: #011e0a;
}

.LT .marco-LT {
    position: relative;
    right: 23.45rem;
    background-color: #ffffff;
    border: 2px solid #229544;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.LT .log-LT {
    position: relative;
    right: -2.75rem;
    background-color: #2295440d;
    border-left: 2px solid #229544;
    min-height: 6rem;
    max-height: 10rem;
    width: 80%;
    padding: 0.5rem;
    z-index: 1;
    font-size: 12px;
    overflow-y: scroll;
    transition: 400ms;
}

.LT .log-LT:hover {
    border-left: 4px solid #229544;
    transition: 600ms;
    font-size: 14px;
}

.LT .log-LT .title-LT {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    color: #011e0a;
}

.LT .log-LT .text-LT ul {
    margin-top: 0.3rem;
}

.LT .log-LT .text-LT ul li {
    list-style: none;
    color: #011e0a;
}

.progress-data {
    border-radius: 10px;
    width: 7rem;
    height: 16.8px;
    margin-right: 0.5rem;
    background: linear-gradient(#229544 50%, #0000 0),
        linear-gradient(#0000 50%, #229544 0),
        linear-gradient(#229544 50%, #0000 0),
        linear-gradient(#0000 50%, #229544 0),
        linear-gradient(#229544 50%, #0000 0),
        linear-gradient(#0000 50%, #229544 0) #dbdcef;
    background-size: calc(100%/6 + 1px) 200%;
    background-repeat: no-repeat;
    animation: progress-qh65fe 2s infinite;
}

@keyframes progress-qh65fe {
    0% {
        background-position: 0% 100%, 20% 0%, 40% 100%, 60% 0%, 80% 100%, 100% 0%;
    }

    16.67% {
        background-position: 0% 0%, 20% 0%, 40% 100%, 60% 0%, 80% 100%, 100% 0%;
    }

    33.33% {
        background-position: 0% 0%, 20% 100%, 40% 100%, 60% 0%, 80% 100%, 100% 0%;
    }

    50% {
        background-position: 0% 0%, 20% 100%, 40% 0%, 60% 0%, 80% 100%, 100% 0%;
    }

    66.67% {
        background-position: 0% 0%, 20% 100%, 40% 0%, 60% 100%, 80% 100%, 100% 0%;
    }

    83.33% {
        background-position: 0% 0%, 20% 100%, 40% 0%, 60% 100%, 80% 0%, 100% 0%;
    }

    100% {
        background-position: 0% 0%, 20% 100%, 40% 0%, 60% 100%, 80% 0%, 100% 100%;
    }
}