*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html, body{
    width: 100%;
    height: 100%;
}

.container{
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
}

.clear{
    clear: both;
}

/* BOX ALERT*/

.erro{
    width: 100%;
    height: 50px;
    background-color: #f44336;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
}

.erro i{
    margin-right: 8px;
}

.sucesso i{
    margin-right: 8px;
}

.sucesso{
    width: 100%;
    height: 50px;
    background-color: #00c853;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
}

/*LOGIN*/

.container-login{
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.webp');
    background-size: cover;
    background-position: center;
}

.box-login{
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: white;
    border-radius: 30px;
    transform: translate(-50%,-50%);
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.40)) drop-shadow(0px 34px 75px rgba(0, 0, 0, 0.39)) drop-shadow(0px 137px 137px rgba(0, 0, 0, 0.34)) drop-shadow(0px 308px 185px rgba(0, 0, 0, 0.20)) drop-shadow(0px 548px 219px rgba(0, 0, 0, 0.06)) drop-shadow(0px 856px 240px rgba(0, 0, 0, 0.01));
}

.logo-box-login{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.logo-box-login img{
    max-width: 100%;
    max-height: 100%;
}

.box-login form{
    margin: 20px 0;
}

.form-group-login input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color:#E4E4E4 ;
    color: #63338A;
    margin:15px 0;
    padding-left: 10px;
    font-size: 14px;
}

.form-group-login input::placeholder{
    color: #63338A;
}

.form-group-login input[type=submit]{
    background-color: #63338A;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

/*ALERTAS*/

.erro-box{
    padding: 10px 10px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    background-color: #e57373;
    text-align: center;
}


/*MAIN PAGE*/

.side-bar{
    width: 200px;
    height: 100%;
    position: fixed;
    border-right: 1px solid #63338A;
}

.logo-side-bar{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #63338A;
    text-align: center;
}

.logo-side-bar img{
    width: 100%;
    max-width: 130px;
    height: auto;
    margin: 10px auto;
}

.menu{
    width: 100%;
    margin: 30px auto;
}

.item-menu{
    width: 100%;
    height: 40px;
    margin: 20px auto;
    text-decoration: none;
    font-size: 14px;
    color: #63338A;
    font-weight: 600;
    line-height: 40px;
    padding-left: 30px;
}

.item-menu a{
    text-decoration: none;
    color: #63338A;
}

.item-menu i{
    padding-right: 10px;
    font-size:14px;
}

.icon-side-bar{
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.icon-side-bar img{
    width: 100%;
    max-width: 100px;
}

/*HEADER*/

.header{
    width: calc(100% - 200px);
    height: 60px;
    position: absolute;
    right: 0;
    border-bottom: 1px solid #63338A;
    display: inline-block;
}

.btn-menu{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #63338A;
    text-align: center;
    float: left;
}

.btn-menu i{
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.btns-header{
display: flex;
height: 60px;
position:absolute;
top: 0;
right: 0;
line-height: 60px;
padding-right: 2%;
}

.btns-header i{
    font-size: 16px;
    padding: 0 10px;
    color: #63338A;
}

.user-info{
    width: calc(100% - 200px);
    height: 60px;
    left: 200px;
    position: relative;
    top: 60px;
    line-height: 60px;
    padding-left: 2%;
    color: #63338A;
}

.user-info h2{
    font-weight: 300;
    font-size: 14px;
}

/*CONTENT PAGINAS*/

.content{
    width: calc(100% - 200px);
    position: relative;
    left: 200px;
    top: 60px;
}

.box-content{
    width: 100%;
}

.bar{
    width: 100%;
    height: 60px;
    background-color: #63338A;
    text-align: center;
    font-size: 16px;
    color: white;
    line-height: 60px;
}

.bar h2{
    font-size: 16px;
}

/*box-metricas*/

.metricas{
    width: 100%;
    display: flex;
    margin: 30px auto;
}

.box-single-metricas{
    width: 33.33%;
    height: 125px;
    max-width: 410px;
    background-color: #63338A;
    color: white;
    text-align: center;
    padding: 25px;
    margin: 0 auto;
}

.green{
    background-color: #D2D70C;
    color:#202020;
}

.box-single-metricas h3{
    font-size: 14px;
}

.box-single-metricas h2{
    font-size: 28px;
    padding: 30px;
}


/*SEARCH BAR*/

.search-bar{
    margin: 25px 0;
    width: 100%;
    height: 50px;
    display: inline-block;
}

.search-bar input{
    width: 50%;
    height: 50px;
    background-color: #E4E4E4;
    color: #63338A;
    border: none;
    font-weight: 400;
    padding-left: 10px;
    font-size: 14px;
    float: left;
}


.search-bar input::placeholder{
    color: #63338A;
    font-weight: 400;
}

.btn-add{
    float: right;
}

.btn-add i{
    cursor: pointer;
    color: #63338A;
    font-size: 40px;
    line-height: 50px;
}

/*TABLES*/

.table-view{
    width: 100%;
    margin: 50px auto;
}

table{
    width: 100%;
    overflow:scroll;
}

table tr:nth-of-type(1){
    color: #63338A;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

table tr{
    color: #63338A;
    font-weight: 400;
    padding: 10px 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

table tr a{
    text-align: center;
    text-decoration: none;
}

table tr i{
    color: #63338A;
    font-size: 16px;
    margin-left: 5px;
}

table tr:nth-child(even) {
    background:#ECECEC;
  }

/*CADASTRAR ALUNOS*/

.form-content{
    width: 100%;
    margin: 30px 0;
    display: flex;
}

.col-left{
    width: 50%;
}

.col-right{
    width: 50%;
    margin-left: 4%;
}

.form-group{
    margin: 15px 0;
}

.form-group label{
    display: block;
    color: #63338A;
    font-weight: 700;
    font-size: 12px;
    margin-top: 10px;
}

.form-group input{
    width: 100%;
    height: 35px;
    background-color: #ECECEC;
    border:none;
    font-size: 12px;
    color: #63338A;
    font-weight: 400;
    padding-left: 10px;
}

.form-group textarea{
    width: 100%;
    height: 100px;
    background-color: #ECECEC;
    border:none;
    font-size: 12px;
    color: #63338A;
    font-weight: 400;
    padding-left: 10px;
    resize: none;
    padding-top: 8px;
}

.form-group input::placeholder{
    font-size: 12px;
    color: #63338A;
    font-weight: 400;
}

.form-group select{
    width: 100%;
    height: 35px;
    background-color: #ECECEC;
    border:none;
    font-size: 12px;
    color: #63338A;
    font-weight: 400;
    padding-left: 10px;
}

.checbox{
    display: inline-block;
}
.form-group input[type=checkbox]{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    font-size: 12px;
}

.form-group .checkbox label{
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
}

.form-group .checkbox label:nth-of-type(1){
    font-weight: 700;
    font-size: 12px;
}

.submit{
    display: flex;
}

.form-group .submit input[type=submit]{
    width: 90%;
    height: 50px;
    border: none;
    background-color: #63338A;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.form-group .submit input[type=submit]:nth-of-type(1){
    background-color: #D3D80F;
    margin-right: 15px;
}

.w50{
    width: 50%;
}

.w50:nth-of-type(1){
    margin-right: 20px;
}

.flex{
    width: 100%;
    display: flex;
}

.form-group p{
    width: 100%;
    height: 35px;
    background-color: #ECECEC;
    border:none;
    font-size: 12px;
    color: #63338A;
    font-weight: 400;
    padding-left: 10px;
    line-height: 35px;

}

/* BTNS PAGAMENTOS*/ 

.btn-status{
    display: flex;
}

.btn-status a{
    text-decoration: none;
    background-color: #63338A;
    padding: 10px ;
    margin-right: 10px;
    color: white;
}


/*RESPONSIVO*/


@media screen and (max-width:768px){

    .box-login{
        width:80%;
        height: auto;
    }

    .logo-box-login{
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .form-group-login input{
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: none;
        background-color:#E4E4E4 ;
        color: #63338A;
        margin:15px 0;
        padding-left: 10px;
        font-size: 12px;
    }
    
    .form-group-login input::placeholder{
        color: #63338A;
    }
    
    .form-group-login input[type=submit]{
        background-color: #63338A;
        color: white;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
    }

    .user-info h2{
        font-size: 12px;
    }

    .bar h2{
        font-size: 14px;
    }
    

.metricas{
    display: block;
}

.box-single-metricas{
    width: 100%;
    max-width: 100%;
    height: 90px;
    margin: 30px 0;
    padding: 10px 0;
}

.box-single-metricas h3{
    font-size: 12px;
}

.box-single-metricas h2{
    font-size: 14px;
    padding: 20px;
}

/*SEARCH BAR*/

.search-bar{
    margin: 25px 0;
    width: 100%;
    height: 50px;
    display: block;
}

.search-bar input{
    width: 100%;
    height: 50px;
    background-color: #E4E4E4;
    color: #63338A;
    border: none;
    font-weight: 400;
    padding-left: 10px;
    font-size: 12px;
    float: none;
}

.table-view{
    width: 100%;
    margin: 25px auto;
}


.search-bar input::placeholder{
    color: #63338A;
    font-weight: 400;
    font-size: 12px;
}

.btn-add{
    float: right;
    margin: 10px 0;
}


table td{
    font-size: 8px;
    line-height: 10px;
}

table tr:nth-of-type(1){
    line-height: 10px;
}

.btn-status a{
    text-decoration: none;
    background-color: #63338A;
    padding: 5px ;
    margin-right: 10px;
    color: white;
    font-size: 10px;
}

.form-content{
    display: block;
}

.col-right{
    width: 100%;
    margin-left: 0%;
}

.col-left{
    width: 100%;
}

             
        


}





