.dados-servidor{
    padding: 0px 10px;
    font-size: 15px;
}
.dados-servidor h3{
    font-weight: 500;
    font-size: 15px;
    color: #169e57;
    margin-bottom: 10px;
}

.card-questions{
    text-align: center;
    padding: 60px 15px 100px!important;
    position: relative;
}
.card-questions .lock{
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 17px;
    color: #414141;
    width: 35px;
    height: 35px;
    background: #eeeeee;
    border-radius: 50px;
    padding: 5px;
}
.card-questions .check{
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 17px;
    color: white;
    width: 35px;
    height: 35px;
    background: #169e57;
    border-radius: 50px;
    padding: 5px;
}
.bi-x-circle-fill{
    color: red;
}
.card-questions .icon{
    font-size: 33px;
    color: #4ba8f7;
    width: 60px;
    height: 75px;
    display: block;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
}
.card-questions .custom-content{margin: 15px 0 20px;}
.card-questions span{
}
.card-questions h3{}
.card-questions .q-lock{color: #caa041; font-size: 14px; padding: 6px; display: block;}
.card-questions .q-unlock{color: #169e57; font-size: 14px; padding: 6px; display: block;}

/* .chart-js-pie-chart{
    background: white;
    border-radius: 10px;
    padding: 1.5rem 1rem 0;
    text-align: center;
    margin: 5px;
    height: 28rem;
    // width: 31rem; 
    min-width: 31rem;
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.col-25.dashAdmin{
    min-width: 18.5vw;
}
.justify-around{
    justify-content: space-around;
}
.row.row-spacing-bottom{
    margin-bottom: 2vh;
}
/* .highcharts-figure{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
} */
.grafic-container{
    min-width: 20vw;
    display: flex;
    height: 40vh;
}
#column-graph{
    width: 50vw;
    height: 44vh;
}

.colors{
    color: rgb(251,185,9);
    color: rgb(255,87,34);
    color: rgb(16,66,148);
    color: rgb(85, 102, 0);
}

.grafic-container-atendentes{
    height: 100%;
}

.atendentes-dash-line .highcharts-figure{
    border-radius: 10px;
    overflow: hidden;
    min-width: 26vw;
    height: 65vh;
}

.atendentes-dash-line .highcharts-figure{ margin: 0vw 1vw 2vh; }





/* responsividade do dassboard do 'admin'*/

@media (max-width: 1107px){ 
    #column-graph{ width: 100vw !important;}
}

@media(min-width: 1311px){
    .admin-dash-line .col-25{ width: 25% !important; }
    .admin-dash-line .grafic-container{width: 24vw !important;height: 40vh;margin-bottom: 1rem !important;}
}

@media (min-width: 671px) and (max-width: 1310px){
    .admin-dash-line .col-25{ width: 50% !important; }
    .admin-dash-line .grafic-container{width: 40vw !important;height: 40vh;margin-bottom: 1rem !important;}
    .admin-dash-line #column-graph{width: 100% !important;height: 50vh;}
    .grafic-container{ margin-bottom: 1rem !important; }   
}

@media (min-width: 375px) and (max-width: 670px){
    .admin-dash-line .col-25{ width: 90vw !important }
    .admin-dash-line .grafic-container{width: 90vw !important;height: 50vh;margin-bottom: 1rem !important;}
    .admin-dash-line #column-graph{width: 90vw !important;height: 50vh;}
}


@media (min-width: 320px) and (max-width: 450px){
    #main .login {margin-top: 50px !important;}
}


/* configuração do header de algumas tabelas que contem exportação de dados*/
@media (min-width: 276px) and (max-width: 944px){
    .dt-layout-cell .dt-start{
        justify-content: center;
        display: flex;
    }

    div.dt-buttons {
        position: initial;
        width: 22rem;
        justify-content: space-evenly;
        display: flex;
    }

      .table-wrapper.datatables .dt-layout-row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        justify-content: center;
    }

    #table_wrapper .dt-layout-row .dt-layout-cell.dt-start{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #table_wrapper .dt-layout-row .dt-layout-cell.dt-end .dt-search{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
}