@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

@keyframes fadeOut {
    
    from {opacity: 1;}
    to {opacity: 0;}
  }


a{

    color: white;
 
}

a:hover{

    color: white;
 
}

.hide{
    visibility: hidden;
}

.fadeOut{
    animation-name: fadeOut;
    animation-duration: 0.5s;
}

.fadeIn{
    animation-name: fadeIn;
    animation-duration: 0.5s;
}

[data-task="1"]{
    height: 79.5vh;
    background-image: url(../img/balloon.jpg);
    background-size: cover;
    overflow-y: auto;
    
  
}
.id{
    color:white;
    font-weight: bold;
    background-color:#226eb9;
    padding: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

    
}

.btnG{
  margin: 8px 5px; 
  
}



[data-form="1"]{
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color:#f7f7f7;
    border: solid 2px #2020204f;
    padding: 1em;
    margin-top: 1em;
    border-radius: 20px;
 

}

.modal-t{
    border-bottom:  #d4d4d4 dotted 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    
}

.sideMenu{
    background-color: #dfdddd;
    text-align: center;
    line-height: 50px;
}
.relogio{
    background-color: white;
    font-weight: bold;
    text-align: center;
    margin-top:10px;
    font-family:Helvetica, sans-serif;
    border-radius: 10px;
}

.task{
    margin-top: 5px;
    padding-top: 5px;
    background-color: whitesmoke;
    font-weight: bold;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    
 
}

.task li{
    margin-top: 0.7em;;
    list-style: none;
    display: inline-block;
    
}


footer{
    background-color: #343a40;
    color: white;
    text-align: center;
    height: 5em;
    padding-top: 1em;
}


.msg{
    width: 100%;
    padding:1px;
}

