@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');

*{

    margin: 0;

    padding: 0;

    font-family: 'Source Sans Pro', sans-serif;

}

input::placeholder {

    color: rgba(163, 163, 163, 0.671);

  }

  textarea::placeholder {

    color: rgba(163, 163, 163, 0.575);

  }

h1{

    color: #ffffff;

    margin: 0 0 15px 0; 

}

body{

    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgb(2,0,36);

    background: linear-gradient(144deg,rgba(84,105,212,1)  0%, rgb(21, 15, 117) 100%);

   /* background: rgb(2,0,36);

    background: linear-gradient(140deg,rgba(255,111,0,1)  0%,rgba(163,52,13,1) 37%,  

    rgba(73,23,26,1)70% , rgba(2,0,36,1) 100%);*/

}



header{

    top: 0;

    position: fixed;

    height:50px;

    width: 100%;

    background-color: #0000002a;

    z-index: 99;

}

.menu{

    font-size: 1.2rem;

    margin-left: 100px;

    width: 300px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: space-around;

}

.menu a{

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

    text-decoration: none;

    color: rgb(255, 255, 255);

}

.menu a:hover{

    font-weight: 600;

    height: 100%;

    border-bottom: solid 1px #ffffff;

}

.form{

    margin-top: 20px;

    padding: 20px 20px;

    border-radius: 20px;

    background: rgba( 255, 255, 255, 0.15 );

    box-shadow: 0 8px 32px 0 rgba(57, 58, 71, 0.37);

    backdrop-filter: blur( 5px );

    -webkit-backdrop-filter: blur( 5px );

    border-radius: 10px;

    border: 1px solid rgba(255, 255, 255, 0.39);

}



.container-form{

padding: 20px 25px;



}

.form-in{

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    flex-direction: column;

}



.display-flex{

    display: flex;

    padding: 0;

    border-radius: 10px;

}



.form-descri{

 width: 350px;

 background-color: #000000a4;

 box-shadow: inset 15px 0 30px  rgba(0, 0, 0, 0.541);

 border-radius: 0 10px 10px 0;

 padding: 20px 25px;

 color: #ffffff;

 box-sizing: border-box;

}

.form-descri h2{

    font-size: 1.8rem;

}

.form-descri div{

  box-sizing: border-box;

  height:calc(100% - 50px) ;

  display: flex;

  align-items: center;

  justify-content: center;

}



.form-descri div p{

    font-size: 1.2rem;

    height: 400px;

    overflow-y: scroll;

}

 label{

 color: rgb(255, 255, 255);

 padding: 10px 0 10px 5px;

 

}



.txt-resposta{

    min-height: 180px;

    width: 500px;

    border: none;

}



.txt_area{

 color: rgb(255, 255, 255);

 border-radius: 10px;

 background: #0c0c0c3f;

 min-width: 500px;

 width: 500px;

 max-width: 900px;

 padding: 20px;

 font-size: 1rem;

}



.input-sugestao{

    color: rgb(255, 255, 255);

    background: #0c0c0c00;

    border: solid 1px #f0f0f000;

    border-bottom:solid 1px #ffffff70 ;

    min-width: 500px;

    width: 300px;

    max-width: 900px;

    padding: 20px;

    font-size: 1rem;

}

.input-sugestao:focus{

    color: rgb(255, 255, 255);

    background: #ee000000;

    box-shadow: 0 0 0 0;

    outline: 0;

}



.input-login{

    width: 300px;



}



 input{

    padding: 5px 20px !important; 

    min-width: 400px !important;

    margin-bottom: 10px;

 }



 button{

    font-size: 1rem;

     margin-top: 10px;

     color: aliceblue;

     background-color: rgba(0, 0, 0, 0.699);

     border:none;

     padding: 15px 20px;

     border-radius: 10px;

     width: 100%;

     cursor: pointer;

     transition: 0.3s;

     border: solid 1px #00000000;

 }



 button:hover{

     background-color:#000000 ;

     box-shadow: 0 10px 15px #00000067;

}

.btn-admin{
    position: absolute;
    top: 30px;
    left: 50px;
    width: 100px;
    opacity: 0;
    transition: 0.4s;
 }
 .btn-admin:hover{
     opacity: 1;
 }



*::-webkit-scrollbar {

    width: 3px;

  }



  *::-webkit-scrollbar-thumb {

    border-radius: 20px;

    border: 3px solid rgba(0, 0, 0, 0.548);

  }



/*--================admin=================--*/

.error{

    color: #ff0000;

    font-weight: 700;

}

.admin{

    align-items: flex-start;

    justify-content:first baseline;

    flex-wrap: wrap;

    padding: 50px;

}

.resposta{

    width: 280px !important;

    padding: 15px;

    color: #ffff;

    margin: 10px 10px;

}



.resp{

    position: relative;

   height: 200px;

   margin: 0px 0 5px 0;

   padding: 15px 20px;

   background-color: rgba(0, 0, 0, 0.178);

   border-radius: 10px;

   overflow-x: none;

   overflow-y: scroll;

   color: #ffffff;

}



.resp button{

    padding: 0;

    padding: 10px 20px 10px 20px;

    position: absolute;

    text-align: center;

    width: 100px;

    bottom: 10px;

    left: 10px;

}

.obs{

    position: absolute;

    width: 300px;

    height: 100%;

    top: 0px;

    right: 0px;

    background-color: #0000009c;

    border-radius:10px;

    transition: all 0.5s;

    opacity: 0;

    z-index: -1;

    color: #ffffff;

    padding: 15px;

    box-sizing: border-box;

}  



.obs form{

    height: 83%;

}



.obs textarea{

    margin-top: 15px;

    box-sizing: border-box;

    height: 90%; 

    width: 100%;

    background-color: #292929b4;

    border: none;

    color: white;

    padding:15px;

    border-radius: 10px;

}

.obs textarea:focus{

    box-shadow: 0 0 0 0;

    outline: 0;

    border:1px solid #555555 ;

}



.obs-anime{

   

    right: -300px;

    opacity: 1;

   

}



.date{

    font-size: 0.8rem;

    text-align: right;

    padding: 0 3px 2px 0;

}



/*--=================== Respostas ======================--*/



.form_resp{

  width: 500px !important;

  display: flex;

  justify-content: space-around;

  flex-direction: column;

}

.resposta{

    width: 700px;

    min-height: 200px;

    

}



.txt_res{

    min-width: 300px;

    max-width: 300px;

    height: 275px;

}



.space{

    width: 10px;

}

.arrow{
    position: absolute;
    width: 75px;
    height: auto;
    left: 100px;
     top: 100px;
}

.btn-res{

    padding:10px 0 0 0;

}



.btn-obs{

    

    border-radius: 5px;

    padding: 3px;

    position: absolute;

    top: 0;

    right: 25px;

    width: 50px;

   

}



/*--===============index==================--*/

.index{

    display: flex;

    flex-direction: column !important;

    color: aliceblue;

}

.index h1{

    font-size: 3.3rem;

}



  .index p span{

    position: relative;

    width: 40px;

    height: 10px;

    color: #00000000;

}



.index p{

    width: 820px;

    margin: 30px 0 90px 0;

    text-align: justify;

    font-size: 1.3rem;

}

.icon-suges{

    height: 150px;

    width: auto;

    cursor: pointer;

    transition: 0.6s all;

}



.icon-suges:hover{

    transform: translate3d(0, -15px,0);

}



.container-icon{

    display: flex;

    flex-direction: column;

    align-items: center;

}



.shadown-icon{

    height: 2px;

    width: 80%;

   box-shadow: 0 10px 10px #00000000;

   transition: 0.6s;

}

.container-icon:hover .shadown-icon{

    box-shadow: 0 10px 10px #000000;

}



.btn-respondido{

    font-size: 1rem;

    color:#ffffff;

    font-weight: 700;

    text-shadow: 0px 0px 10px #ffffff

    

}

.btn-respondido:hover{

    color:#ffffff;

    font-weight: 700;

    text-shadow: 0.1em 0.1em 0.2em #ff3c00be

    

}

/*--===================Msg de cadastro=======================--*/

@keyframes msg-sucess{

    0%{

        opacity: 0;

        top: -15px;

    }



    30%{

        top: 30px;

        opacity: 1;

    }

    75%{

        top: 30px;

        opacity: 1;; 

    }

    100%{

        opacity: 0;

        top: -15px;

        display: none;

    }

}



.msg-sucess{

 animation-name: msg-sucess;   

  animation-duration: 6s;   

  position: absolute;

  background-color: #00000088;

  border: solid 1px #313131;

  box-shadow: 0 0 20px #2727275e;

  backdrop-filter: blur( 10px );

  -webkit-backdrop-filter: blur( 10px );

  color: antiquewhite;

  min-width: 400px;

  height: 100px;

  border-radius: 10px;

  display: flex;

  text-align: center;

  align-items: center;

  justify-content: center;

  font-size: 1.2rem;

  font-weight: 600;

  top: 30px;

  left: 50%;

  transform: translate3d(-50%, 0, 0);

  opacity: 0;

  z-index: 999999999999999999999999;

}



/*--=================Prioridades=================--*/



/*--=================Config=================--*/

.body-config{

   padding: 50px;

}



/*--=================Config=================--*/



.btn-emergencia:hover{

 border: solid 1px #ff00009d;

 background-color: rgba(0, 0, 0, 0.699);

 box-shadow: 0 0 10px #ff00007e;

}

.btn-atencao:hover{

 border: solid 1px #ffe6009d;

 background-color: rgba(0, 0, 0, 0.699) !important;

 box-shadow: 0 0 10px #ffe6009d;

}

.btn-resolvido:hover{

 border: solid 1px #08ec009d;

 background-color: rgba(0, 0, 0, 0.699);

 box-shadow: 0 0 10px #08ec009d;

}



.emergencia{

  border: solid 1px #ff00009d; 

}



.atencao{

  border: solid 1px #ffe6009d;

}



.concluido{

  border: solid 1px #08ec009d;

}



.alert{

    position: absolute;

    top: 20px;

    right: 20px;

    height: 15px;

    width: 15px;

    border-radius: 50%;

    box-shadow: inset 2px 3px 5px  rgb(22, 22, 22);

}

.alert-emergencia{

    background-color: #ff00009d;

    border: solid 1px #ff00009d;



}

.alert-atencao{

    background-color: #ffe6009d;

    border: solid 1px #ffe6009d;



}

.alert-concluido{

    background-color: #08ec009d;

    border: solid 1px #08ec009d;



}





/*--=====================PopUp concluido==========================--*/

.backDesfoco{

    position: absolute;

    height: 100vh;

    width: 100vw;

    background: rgba( 255, 255, 255, 0.15 );

    box-shadow: 0 8px 32px 0 rgba(57, 58, 71, 0.37);

    backdrop-filter: blur( 5px );

    -webkit-backdrop-filter: blur( 5px );

    display: none;

    z-index: 10;

}

.popUp-concluido{

    position: absolute;

    background: rgb(2,0,36);

    background: linear-gradient(144deg,rgba(84,105,212,1)  0%, rgb(21, 15, 117) 100%);

    color: rgb(255, 255, 255);

    padding: 10px;

    top: calc(20% - 100px);

    right: calc(50% - 200px);

    width:400px;

    height:200px;

    text-align: center;

    border-radius: 10px;

    display: none;

    z-index: 11;

}



.popUp-concluido p:nth-child(1){

  font-size: 20px;

  font-weight: 600;

}

.popUp-concluido p:nth-child(2){

    margin: auto;

  width: 300px;

}

.popUp-concluido div button{

    background-color: #ffffff;

    color: #252525;

    width: 70%;

    font-size: 17px;

    font-weight: 600;

 



}

.popUp-concluido div button:hover{

    background-color: #ffffff;

    color: #252525;

    width: 70%;

    font-size: 17px;

    font-weight: 600;

    box-shadow: inset 0 0 10px  rgba(56, 56, 56, 0.644);



}