
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


.bg-login {
    background: #ffffffc2;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    z-index: 10;
}


.filter-div {
    display: flex;
}

.date-div {
    display: flex;
    width: 70%;
}

.date-div p {
    text-align: center;
}

.correcao {
    display: flex;
}

.correcao small {
    text-align: left;
}
@media (max-width:920px) {

    .correcao {
        display: block;
    }
    .correcao h4 {
       width: 100% !important;
    }

    #Wrapper .Pricing .pricing-category .join h4 a {
        background-color: #2c6ef1;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        font-weight: 400;
        padding: 0px 0px;
        width: 100% !important;
        font-size: 16px;
        font-weight: 600;
        border-radius: 3px;
        text-decoration: none;
        position: relative;
        transition: all linear .2s;
    }

    .correcao small {
        text-align: center;
    }

    .correcao i {
        margin-top: 10px;
    }

    .pricing-category  h5 {
        font-size: 15px;
        margin: 0px 8px 8px;
    }

    .date-div input {
       width: 98%;
       height: 45px !important;
       margin-top:15px;
       margin-bottom: 15px;
    }

    canvas {
        height: 300px;
    }
    .filter-div {
        display: block;
    }


    .filter-item {
        width: auto;
        
        padding-left: 5px;
        padding-right: 5px;
        background-color: #FFF;
        border:1px solid #F26B35;
        color: #F26B35;
        border-radius: 5px;
        margin-right: 7px;
        margin-top: 5px;
        padding:8px !important;
        height: 40px;
        cursor: pointer;
    }
    
}

canvas {
    height: 400px;
}

.selected-filter {
  
    background-color: #F26B35 !important;
    border:1px solid #F26B35 !important;
    color: #fff !important;
 
}
.filter-item {
    width: auto;
    padding:2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
    border:1px solid #F26B35;
    color: #F26B35;
    border-radius: 5px;
    margin-right: 7px;
    cursor: pointer;
}
.bg-orange {
    background-color: #dbac56;

}
.text-orange {
    color: #dbac56;

}

.text-orange:hover {
    color: #dbac56;

}

.bg-blue {
    background-color: #F26B35;
}

.text-blue {
 color: #F26B35;
}


.bg-login input {
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 25%) !important;
    border: 0px;
    width: 100%;
    height: 50px;
    outline: none !important;
    padding: 12px;
    font-size: 20px;
    color: #555;
    display: block;
    border-radius: 5px;
}

.bg-login button {
    background: #F26B35;
    border:3px solid #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 25%) !important;
   
    width: 100%;
    height: 50px;
    outline: none !important;
   
    font-size: 20px;
    color: #fff;
    font-weight:500;
    display: block;
    border-radius: 5px;
}


/* Redacao */
.pricing-category img {
width: 80%;
max-width: 80%;

}

/* Administrador Home */

.pagamentos {

    display: block;
}
.pagamentos-div {

    height: 45px;
    width: 80%;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #F26B35;
}

.pagamentos-div p {
    color:#FFF;
   font-size: 20px;
   display: block;
   justify-content: center;
   padding-top: 5px;

}

.pagamentos-div i {
    color:#FFF;
   font-size: 20px;
   padding-top: 10px;
   margin-right: 15px;
}