@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: "Nunito", sans-serif;
    width: 100%;
    min-height: 100vh;
    font-size: 100%;
    font-size: 16px;
}


.container, .containerFilho, .menuTopo, .menuLateral, .perfil,.logo, .navegacao, .navegacao a{
    display: flex;
    background: #EBEAF7 ;
}

.container{
    flex-direction: column;
}

.menuTopo{
    display: flex;
    height: 8vh;
    padding: 0 20px 0 5px;
    justify-content: end;
    align-items: center;
}

textarea#motivo_nota {

    height: calc(20vh - 100px);
    width: 100%;

}


.logoNome{
    color: #4B166A;
    font-weight: bold;
}

.perfil{
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfil div{
    padding: 0 10px;
    color: #4B166A;
}

.containerFilho{
    display: flex;
    min-height: 92vh;
}

.menuLateral{
    flex-direction: column;
    flex: 1.1;
}

.imgResponsive{

    padding: 20px 0;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    
}

.navegacao{
    flex-direction: column;
    padding: 15px;
}

.navegacao a{
    padding: 8px 15px;
    margin-bottom: 1px;
    border-radius: 15px;
    font-size: 1.05em;

    display: flex;
    align-items: center;
    justify-content: left;

    text-decoration: none;
    color: #4B166A;
    font-weight: bolder;
}

.navegacao a:hover{
    background:  #6c63ff;
    color: #fff;
}

.margin{
    margin-left: 15px;
}

.svgAlign{
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconMenu{
    margin-right: 15px;    
}

main{
    display: flex;
    flex-direction: column;

    padding: 25px;
    flex: 5.5;
    background: #ffffff;
    border-top-left-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


h1{
    font-size: 1.4em;
    font-weight: bolder;
}

.title{
    background: #EBEAF7;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 5px;
    color: #4B166A;
}

.title p{
    font-size: 0.85em;
}

.svg{
    margin: 0 10px;
}

h3{
    font-size: 1.1em;
    font-weight: bolder;
}

.cardItem p{
    font-size: 0.95em;
}

.cardFlex2 p{
    font-size: 0.95em;
}
.cardBoxMaster1{
    display: flex;
}
.cardBoxMasterVisu{
    display: flex;
    flex: 1;
}
.cardBox1{    
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0 20px;
}

.cardBox2{    
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px;
}

.cardBoxDuo{
    display: flex;
    gap: 20px;
}
.cardFormat{
    background-color: #ebeaf7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    color: #4B166A;
}

.cardFormat2{
    background-color: #ebeaf7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    color: #4B166A;
}

.cardF{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cardFormat3{
    background-color: #ebeaf7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    color: #4B166A;
}



.cardFlex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cardFlex2{
    margin-left: 10px;
}
.envio{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}

.card{
    flex: 1;
}

.flex1{
    display: flex;
    margin-bottom: 5px;
}

.flexCollumn{
    display: flex;
    flex-direction: column;
}

.cardItem{
    display: flex;
    align-items: center;
}

.cardItem2{
    display: flex;
    flex-direction: column;
}


.cardSvg{
    margin: 0 10px 0 5px;
}
.cardSvg2{
    margin: 0 10px 0 0px;
}

.containerDivisor{
    padding: 0 5px;
}
.divisor{
    display: flex;
    border-bottom: solid 2px #ddd;
    margin-bottom: 40px;
}

.containerButton{
    display: flex;
    justify-content: flex-end;
}

.buttonBox {
    border: 1px solid #4b166a65;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 8.5em;
    height: 3.3em;
    background: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.buttonBox:hover {
    background: #ebeaf7;
    color: #4B166A;
    transition: 0.3s ease-in-out;
}

.seta {
    width: 3.6em;
}

button,input[type="submit"] {
    background: #6c63ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover,
input[type="submit"]:hover {
    background: #5757ff;
}


#remover_ultimo {
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.3s;
    background: #ff6c63;
}

#remover_ultimo:hover {
    background: #ff5757;
}

.edit{
    background: #F1AB08;
}

.edit:hover{
    background: #db9c09;
}


fieldset {
    border: 1px solid #70707085;
    margin: 0 0 20px 0;
    padding: 16px;
    border-radius: 2px;
    color: #4B166A;
}

legend {
    color: #707070; 
    padding: 0 8px;
    font-weight: bold;
}

.subtitle{
    font-size: 1.2em;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 16px;
}

.search-container {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
}

.search-input {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 300px;
    height: 30px;
}

.result {
    width: 300px;
    max-height: 150px;
    overflow-y: auto;
    padding:0 5px;
    margin-top: 5px;
    border: none;
    outline: none;
}

.result-item {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 2px 0 2px 5px ;
    cursor: pointer;
}

.pesqAluno{
    flex: 0.5;
}

.tamanho{
    flex: 1;
}

.result-item:hover {
    background-color: #979a9b;
}

.radio-group {
    display: flex;
    height: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -15px;
    gap: 10px;
}

.radio-group input{
    cursor: pointer;
}

.radio-group label {
    margin-right: 5px;
    cursor: pointer;
}

.info {
    background: #e7f3fe;
    color: #31708f;
    padding: 16px;
    border: 1px solid #bce8f1;
    margin-bottom: 16px;
}

.search-container {
    display: flex;
    margin-bottom: 20px;
}


.flex{
    display: flex;
    gap: 20px;
}

.fieldsetFlex1{
    flex: 1;
}

.fieldsetFlex2{
    flex: 1;
}

.titulo input{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 30px;
}
.titulo{
    display: flex;
    flex-direction: column;
}
#disciplina, #termos{
    cursor: pointer;

}

.labelCursor{
    cursor: pointer;
    padding-left: 7px;
}

.align{
    display: flex;
}

.alignItems{
    display: flex;
    align-items: center;
}

.espaco{
    margin-bottom: 20px;
}

select{
    border-radius: 2px;
    color: #4B166A;
}
.projeto{
    color: #ffffff !important;
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
  }
#pageSuporte{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.suportItem{
    display: flex;
    align-items: center;
    
}

.contactText{
    color: #4B166A;
}

.statusBox{
    display: flex;
}

.status1{
    align-items: center;
    flex: 1;
}
.status2{
    align-items: center;
    flex: 1;
}
.status3{
    align-items: center;
    flex: 1;
}
.statusItem{
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #4B166A;
}

.divButton{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px 0;
}
.form{
    color: #4B166A;
} 

.form input{
    color: #4B166A;
}

.form input::placeholder{
    color: #4B166A;
    opacity: 70%;
}

.mensagem{
    font-weight: bold;
    font-size: 1.1em;
    color: #ff3f3f;
  }

.download-icon {
    margin-left: auto;
    font-size: 24px;
    cursor: pointer;
    color: #6c63ff;
}

.link{
    font-weight: bold;
    color:#6c63ff;
}

.download-icon:hover, .link:hover{
    color: #5757ff;
}

.menuIcon{
    display: none;
}

.listBox{
    display: flex;
    margin: 0 20px 0 0;
    gap: 15px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
    color: #4B166A;
  }

  #customers td{
    height: 70px;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #customers tr:nth-child(even){background-color: #f2f2f2;}
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #EBEAF7;
    color: #4B166A;
  }

  .small{
    font-size: 0.85em;
    margin: 20px 0;
  }

@media only screen and (max-width: 1199px){

    .menuTopo{
        justify-content: space-between;
    }

    .menuLateral{
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 100%;
        background-color: #EBEAF7;
        z-index: 10;
    }

    .divIcon{
        display: flex;
        justify-content: end;
    }

    .menuIcon{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: end;
        padding:10px;
        width: 50px;
    }

    main{
        padding: 15px;
    }

    #password{
        width: 60vw !important;
    }

    #enviar{
        width: 60vw !important;
    }

    .statusBox{
        flex-direction: column;
    }

    .cardFormat2{
        flex-direction: column;
        gap: 20px;
    }

    .cardBoxDuo{
        flex-direction: column;
    }

    .cardF{
        gap: 20px;
    }

    .flex{
        flex-direction: column;
        gap: 0;
    }

    .search-container{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 80px;
    }
    select{
        width: 100%;
    }

    #container{
        flex-direction: column;
    }

    #customers td{
        height: 70px;
        font-size: .85em;
      }
      
}

