*{ margin: 0; box-sizing: border-box;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  min-width: 900px; }


.header {
  height:200px;
  background-image: linear-gradient( 135deg, #086609 10%, #086609 100%);
  background-size: cover;
  background-position: top;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 150px, 0 100%);
}

.divlogo{
  background-image: url(images/idas.png);
  background-repeat: no-repeat;

  height: 12em;
  top: 11px;
  position: absolute;

  background-size:11em ;
}

.h1header{
  color: white;
  padding-left: 6em;
  padding-top: 2em;
  font-size: 2em;
}
.h2header{
  padding-left: 10em;
  padding-top: 0.001em;
  font-size: 1.2em;
  color: white;
}
.hrc{
  width: 600px;
  position: relative;
  left: 190px;
  height: 2px;
border-width:0;
color:white;
background-color:white;
}

.button {color:#ffffff;
  background:transparent;
  border-width:2px;
  border-style: solid;
  border-color: #ffffff;position:relative;
  margin:1em;display:inline-block;
  padding:0.5em 1em;
  transition:all 0.3s ease-in-out;
  text-align:center;
  font-family:comfortaa;
  font-weight:bold;
  font-size: 0.7em;
  width: 10em;
height: 4vh;
min-height: 30px;
}
  

  .button:before, .button:after {content:'';display:block;position:absolute;border-color:#ffffff;box-sizing:border-box;border-style:solid;width:1em;height:1em;transition:all 0.3s ease-in-out}
  .button:before {top:-6px;left:-6px;border-width:2px 0 0 2px;z-index:5;}
  .button:after {bottom:-6px;right:-6px;border-width:0 2px 2px 0;}
  .button:hover:before, .button:hover:after {width:calc(100% + 12px);
    height:calc(100% + 12px);border-color:#ffffff}
  .button:hover {color:#000000;background-color:#ffffff;border-color:#ffffff}

  .panel {
    width: 100vh;
    text-align:center;
    position:absolute;
    right:0;
    margin-right:10px ;
    border-bottom: 1px solid ffffff ;}

  .install{
    width: 70px;
    height: 30px;
    border: 1px solid black;
    border-radius: 5px;
    background-color:#086609;
    color: white;
  }

  .install:hover{
    background-color: rgb(0, 155, 155);
  }

  .setup{
    width: 10px;
    height: 10px;
    background-color: #086609;
  }

  .default{
    width: 80%;
  }
  .support{
    width: 80%;
    text-align: left;
   
  }

  .divdownload{
width: 80%;
    text-align: left;
  }

  .first{

    text-align: right;
    
  }
.txt{
  width: 300px;
}
  .second{
   width: 100%;
  }

  .areas{
    width: 100%;
    height: 200px;
    resize: none;
  }

  .Manual{
    width: 400px;
    height: 210px;
    padding-bottom: 10px;
    border: 2px solid black;
    background-color: rgba(0, 155, 155, 0.068);
  }

.controlresources{
  text-align:center ;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
}
.installr{
  height: 50px;
  width: 100px;
  border: 1px solid black;
  border-radius: 5px;
  background-color:#086609;
  color: white;
}
.installr:hover{
  background-color: rgb(0, 155, 155);
}

