@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.main-style {

}

.style-main{
    position: absolute;
    height: 90%;
    overflow-y: initial;
    overflow-x: hidden;
    box-shadow: 0 0 0rem 0 rgba(0, 0, 0, .05) !important;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
    margin-left: 230px;
    width: calc(100% - 255px);
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    border-radius: 6% !important;
    transform: scale(1.03);
}

.list-group-item-action
.list-group-item-action {
    border-radius: 6% !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}


.botao-verde {
    background-color: #4CAF50 !important;
    color: white !important;
}

.botao-vermelho {
    background-color: #f44336 !important;
    color: white !important;
}


body .ui-widget {
    font-family: 'Poppins' !important;
}

.cor-fundo{
    background: radial-gradient(farthest-side at 50% 100%, #1288ff, #06c);
    height: 16rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.sidebar-brand-styler{

}

.ui-float-label>input:focus ~ label,.ui-float-label>input.ui-state-filled ~ label,.ui-float-label>textarea:focus ~ label,.ui-float-label>textarea.ui-state-filled ~ label,.ui-float-label>.ui-inputwrapper-focus ~ label,.ui-float-label>.ui-inputwrapper-filled ~ label {
    font-size: 0.999rem !important;
    /*    font geral dos campos*/
}

.titulo-filtro-main{
    position: relative;
    bottom: 5px;
}

.custom-file-upload .ui-fileupload {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    background: transparent !important;
}

.custom-file-upload .ui-fileupload-content {
    border: none !important;
    background: transparent !important;
}

.custom-file-upload .ui-fileupload-buttonbar {
    border: none !important;
    background: transparent !important;
}

.sidebar-brand-styler img{
    width: 100%;
    height: auto;
    max-width: 244px;
    object-fit: cover;

}
.head-styler-cor {
    background: transparent !important;
    margin-left: 212px;
    width: calc(100% - 205px);
    transition: background-color 0.3s ease, position 0.3s ease, width 0.3s ease;
    z-index: 20;
}

.container-fluid{
    margin-top: 45px;
}


.header{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    position: relative !important;
}

.header-title {
    margin-top: 3rem !important;
}


.style-main {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}


.style-main::-webkit-scrollbar {
    width: 1px !important;
    background: transparent !important;
}

.style-main::-webkit-scrollbar-track {
    background: transparent !important;
}

.style-main::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.style-main::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}



#sidebar{
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: initial;
    overflow-x: hidden;
    z-index: 20;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.sidebar-hidden-volta{
    transform: translateX(0)!important;
}

.sidebar-hidden {
    transform: translateX(-100%)!important;
    margin-left: 0px !important;
}


#sidebar {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    width: 210px !important;
}

#sidebar::-webkit-scrollbar {
    width: 1px;
    background: transparent;
}

#sidebar::-webkit-scrollbar-track {
    background: transparent;
}

#sidebar::-webkit-scrollbar-thumb {
    background: transparent;
}

#sidebar::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .style-main{
        margin-left: 0px;
        width: 100%;
    }
    .head-styler-cor{
        margin-left: 0px ;
        width: 100%;
    }

    #sidebar {
        transform: translateX(-100%);
    }

    .card-styler {
        position: relative !important;
        width: 100% !important;
        top: 27px !important;
        scrollbar-width: auto;
        scrollbar-color: auto;
    }

    .card-respo{
        width: 100% !important;
    }


    .acoes-respo{
        top: 1rem !important;
    }


    .container-login{
        width: 100% !important;
    }

    .titulo-login{
        position: relative;
        top: 15px !important;

    }

    .margir-campo{
        margin-top: 40px;
    }


}

@media (max-width: 767px)  {
    .style-main{
        margin-left: 0px ;
        width: 100%;
    }

    .head-styler-cor{
        margin-left: 0px;
        width: 100% ;
    }

    #sidebar {
        transform: translateX(-100%);
    }

    .card-styler {
        position: relative !important;
        width: 100% !important;
        top: 27px !important;
    }
    .card-respo{
        width: 100% !important;
    }

    .acoes-respo{
        top: 1rem !important;
    }

    .container-login{
        width: 100% !important;
    }

    .titulo-login{
        position: relative;
        top: 15px !important;
    }

    .margir-campo{
        margin-top: 40px;
    }

}

@media (max-width: 1354px)  {
    .header-title-respo {
        margin-left: 13px  !important;
        display: flex  !important;
        flex-direction: column  !important;
        align-items: center  !important;
    }

    .titulo-login{
        position: relative;
        top: 15px !important;
    }

    .margir-campo{
        margin-top: 40px;
    }

}


@media (max-width: 990px)  {
    .style-main{
        margin-left: 0px;
        width: 100%;
    }


    .head-styler-cor{
        margin-left: 0px;
        width: 100%;
    }

    #sidebar{
        transform: translateX(-100%);
    }

    .card-styler {
        position: relative !important;
        width: 100% !important;
        top: 27px !important;
    }

    .card-respo{
        width: 100% !important;
    }

    .acoes-respo{
        top: 1rem !important;
    }

    .confi{
        position: relative !important;
    }

    .confi-relative{
        position: relative !important;
        width: 100% !important;
    }

    .confi-header{
        position: relative !important;
        top: 3rem  !important;

    }

    .container-login{
        width: 100% !important;
    }

    .titulo-login{
        position: relative;
        top: 15px !important;
    }

    .margir-campo{
        margin-top: 40px;
    }

}