img, video{
    max-width: unset !important;
}

.login-container{
    max-width: 460px;
    display: block;
    margin: auto;
}
.main-login-page-container{
    background-color: #5D59F4;
    height: 100vh;
    padding: 32px;
}
.login-container h1{
    color: #FFF;
    font-family: Roboto;
    font-size: 87.311px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
}
.login-container label, .login-container a{
    color: #fff;
}


/*****DASHBOARD****/
body{
    background-color: #F7F7F7 !important;
}
.left-user-bar{
    border-radius: 42px;
    background: #5D59F4;  
    padding: 24px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;  
    width: 56px;
    height: 270px;
    overflow: visible;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
.left-user-bar svg:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.container-dashboard{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 84px 32px 32px 124px;
    justify-content: space-between;
    gap: 32px;
}
.container-estoque{
    height: 100vh;
    width: 58%;
}
.container-historico{
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    height: 100%;
}
.container-historico-30w{
    background-color: #fff;
    width: 30%;
    border-radius: 8px;
    height: auto;
}
.w-38-h-80vh{
    width: 38%;
    height: 80vh;
}
.input-buscar-insumo{
    padding-left: 42px !important;
    background-color: #D9D9D9 !important;
    border: none !important;
    width: 100% !important;
}
.svg-lupa-input-buscar-insumo{
    position: absolute; 
    left: 12px; 
    top: 50%; 
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
}
.buscar-input-insumo{
    border-radius: 0px 8px 8px 0px;
    background: #5D59F4;
    display: inline-flex;
    height: auto;
    padding: 1px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.container-geral{
    display: inline-flex;
    height: 80vh;
    overflow-y: auto;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 8px;
}
.container-geral::-webkit-scrollbar {
    width: 6px;
}

.container-geral::-webkit-scrollbar-track {
    background-color: #707070;
}

.container-geral::-webkit-scrollbar-thumb {
    background-color: #0CF6C0;
    height: 10px;
    width: 20px;
}
.container-relatorios{
    display: flex;
    width: 30%;
    height: 40vh;
    padding: 9px 23px;
    align-items: flex-start;
    overflow-y: auto;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #FFF;
}
.container-relatorios-2xh{
    display: inline-flex;
    height: 80vh;
    overflow-y: auto;
    width: 30%;
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 8px;
}
.container-relatorios-1xh{
    display: inline-flex;
    height: 40vh;
    overflow-y: auto;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 8px;
}
.container-relatorios::-webkit-scrollbar {
    width: 6px;
}

.container-relatorios::-webkit-scrollbar-track {
    background-color: #707070;
}

.container-relatorios::-webkit-scrollbar-thumb {
    background-color: #0CF6C0;
    height: 10px;
    width: 20px;
}
.container-relatorios-2xh::-webkit-scrollbar {
    width: 6px;
}

.container-relatorios-2xh::-webkit-scrollbar-track {
    background-color: #707070;
}

.container-relatorios-2xh::-webkit-scrollbar-thumb {
    background-color: #0CF6C0;
    height: 10px;
    width: 20px;
}
.container-relatorios-1xh::-webkit-scrollbar {
    width: 6px;
}

.container-relatorios-1xh::-webkit-scrollbar-track {
    background-color: #707070;
}

.container-relatorios-1xh::-webkit-scrollbar-thumb {
    background-color: #0CF6C0;
    height: 10px;
    width: 20px;
}
.container-entrada-saida-timeline{
    width: 40%;
}
.container-alerta-estoque-baixo{
    background-color: #FFFCE2 !important;
}
.container-alerta-proximo-validade{
    background-color: #FFEBE2;
    width: 30%;
}
.container-alerta-vencidos{
    background-color: #FFD5D5;
    width: 30%;
}
 .timeline-visual{
    background-color:#0CF6C0;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: relative;
}
.timeline-visual-line{
    left: 50%;
    height: 140px;
    background-color: #707070;
    width: 1px;
    position: absolute;
    top: 100%;
}
.container-input-buscar-insumo{
    display: flex;
    margin-bottom: 30px;
}
.flex-medins-data{
    display: flex;
}
.flex-medins-relatorios{
    display: flex;
    justify-content: space-between;
}
.fmd-border-bottom{
    border-bottom: 1px solid #0CF6C0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.ins-n{
    width: 40%;
}
.ins-q{
    width: 30%;
    text-align: center;
}
.ins-dv{
    width: 30%;
    text-align: center;
}
.wd-ibi{
    display: flex;
    width: 100%;
    position: relative;
    height: 42px;
}
.pos-stky{
    position: sticky;
    top: -20px;
    height: 80px;
    background-color: #fff;
}
.container-charts-ms{
    width: 25%;
    display: flex;
    align-items: center;
}

/*IMAGES*/
.user-image{
    border-radius: 50%;
    border: 4px solid #0CF6C0; 
    width: 83px;
    height: 83px;
    object-fit: cover;
}



/*TEXTO*/
.h3-topic-medins-list{
    font-weight: 700;
    font-size: 22px;
}
.flex-medins-data p{
    font-size: 22px;
    font-weight: 400;
}
.flex-medins-relatorios p{
    font-size: 22px;
    font-weight: 400;
}
.fl{
    color: #5D59F4;
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
}
.h5-entrada{
    color: #00BC1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h5-saida{
    color: #FF4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-entrada-saida-timeline p{
    height: 100px;
    overflow: hidden;
}

/*BUTTONS*/
.btn-cadastrar-nova-remessa{
    display: inline-flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10.479px;
    border-radius: 8.383px;
    background-color: #5D59F4;
    color: #fff;
    margin: 16px 0 16px 0;
    width: 100%;
}
.btn-cadastrar-nova-remessa-manual{
    display: block;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10.479px;
    border-radius: 8.383px;
    background-color: #5D59F4;
    color: #fff;
    margin: auto;
    width: 20%;
    border: none;
}
.btn-exportar-dados{
    display: inline-flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10.479px;
    border-radius: 8.383px;
    background: #5D59F4;
    height: 48px;
    color: #fff;
    position: absolute;
    left: 350px;
}
.btn-voltar{
    display: inline-flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10.479px;
    border-radius: 8.383px;
    background: #5D59F4;
    height: 48px;
    color: #fff;
    position: absolute;
    left: 146px;
}