.modaltask {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modaltask-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    border-radius: 8px;
  }

  /* The Close Button */
  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    margin-left: 96%;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
 .grid-con{
     position:static;
     display: grid;
     grid-template-columns:28% 27% 28%;
     padding: 1%;
     padding-right: 0%;
     margin-left: 0%;
     grid-column-gap:50px;
     align-items:center;
 }

 .grid-label{
    width: 100%;
    height: 100%;
    background-color:#FFFFFF;;
    padding-top: 10px;
    border-radius:5px;
 }
 .grid-label-1{
    width: 95%;
    height: 100%;
    background-color:#FFFFFF;
   padding-left: -20px;
    padding-top: 10px;
    border-radius:5px;

 }
 .grid-label-4{
    width: 100%;
   }
 .grid-label-4 >textarea{
  width: 95%;
  height: 100%;
  max-width: 100%;
  min-width: 30%;
 }
 input[type=text] {
    width: 100%;
    padding: 2px 5px;
    margin: 5px 0;
    border: none;
    border-bottom: 2px solid black;
  }
  .no-outline:focus {
    outline: none;
  }
  .underline{
      width:90%;
  }
  .center-button {
    background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px;
    width: 40%;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35) ;
  }
  .center-button1 {
    height: 20em;
    display: flex;
    align-items: center;
    justify-content: center;

  }

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

    .grid-con{
        position:static;
        display: grid;
        grid-template-columns:auto auto auto;
        padding: 1%;
        padding-right: 0%;
        margin-left: 0%;
        grid-column-gap:10px;
        align-items:center;
    }

    .grid-label{
       width: 100%;
       height: 100%;
       background-color:#FFFFFF;
       font-size: 10px;
       padding-top: 10px;
       border-radius:5px;
    }
    .grid-label-1{
       width: 95%;
       height: 100%;
       background-color:#FFFFFF;
       font-size: 10px;
      padding-left: -20px;
       padding-top: 10px;
       border-radius:5px;

    }
    input[type=text] {
       width: 100%;
       padding: 2px 5px;
       margin: 5px 0;
       border: none;
       border-bottom: 2px solid black;
     }
     .no-outline:focus {
       outline: none;
     }
     .underline{
         width:90%;
     }
  }
  @media screen and (max-width: 1116px) {
    .grid-con{
        position:static;
        display: grid;
        grid-template-columns:auto;
        padding: 1%;
        padding-right: 0%;
        margin-left: 0%;
        grid-column-gap:10px;
        align-items:center;
    }

}
  /* @media screen and (max-width: 450px) {

    .grid-con{
        position:static;
        display: grid;
        grid-template-columns:auto auto auto;
        padding: 1%;
        padding-right: 0%;
        margin-left: 0%;
        grid-column-gap:10px;
        align-items:center;
    }

    .grid-label{
       width: 100%;
       height: 100%;
       background-color:#FFFFFF;
       font-size: 8px;
       padding-top: 10px;
       border-radius:5px;
    }
    .grid-label-1{
       width: 95%;
       height: 100%;
       background-color:#FFFFFF;
       font-size: 8px;
      padding-left: -20px;
       padding-top: 10px;
       border-radius:5px;

    }
    input[type=text] {
       width: 100%;
       padding: 2px 5px;
       margin: 5px 0;
       border: none;
       border-bottom: 2px solid black;
     }
     .no-outline:focus {
       outline: none;
     }
     .underline{
         width:90%;
     }
  } */
