body {
  margin: 0;
  font-family: sans-serif;
  background: rgb(5, 5, 20);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: auto;
  height: auto;
}
head {
  overflow: auto;
  height: auto;
}
input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}
button {
  padding: 10px 20px;
  background-color: rgb(50,50,100);
  color: rgb(225, 225, 225);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 2px;
}
button:hover {
  background-color: rgb(50,50,120);
  border-radius: 50px;
}
button:active {
  box-shadow:  2px 2px rgba(150, 150, 150, 0.4);
}
.container {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 30px;
  margin-right: 30px;
  background: rgb(22,22, 30);
  padding: 30px;
  border-radius: 50px;
  text-align: left;
  width: 750px;
  position: relative;
}
@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;

}
.container::after, .container::before{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: red;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 5px;
  border-radius: 55px;
  background-image: conic-gradient(from var(--angle),red,yellow,green,blue,red );
  animation: 3s spin linear infinite;
}
.container::before{
  filter: blur(1.5rem);
  opacity: 0.4;
}
@keyframes spin{
  from{
    --angle:0deg;
  }
  to{
    --angle: 360deg;
  }
}
.header_text {
  text-align: center;
  line-height: 0px;
  color: rgb(225, 225, 225);
}
.signature {
  text-align: center;
  line-height: 1px;
  color: rgba(100, 100, 100, 1);
}
.TEXT_small_text_above_sections {
    text-align: left;
    color: rgb(225, 225, 225);
    line-height: 5px;
    margin-bottom: 0px;
}
.TEXT_tutorial_ho_to_use{
  text-align: left;
  color: rgb(225, 225, 225);
  line-height: 5px;
  margin-bottom: 0px;
}




#DIV_hidden_tutorial{
  display: none;
}
.DIV_row {
  display: flex;
}
.DIV_center{
  text-align: center;
}
.DIV_block_first{
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 15px;
}
.DIV_block_continue{
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 15px;
  margin-right: 15px;
}
.DIV_2_input_box_in_one_row{
  max-width: 400px;
}
.DIV_eigrp_ospf_in_one_row{
  min-width: 50%;
}
.DIV_script_container{
  text-align: left;
  color: rgb(225, 225, 225);
  line-height: 20px;
  margin-bottom: 0px;
}




.INPUT_BOX_hostname {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
  height: 15px;
  width: 150px;
}
.INPUT_BOX_password {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 20px;
  height: 15px;
  width: 150px;
  display: block;
}
.INPUT_BOX_message {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
  height: 15px;
  width: 300px;
}
.INPUT_BOX_sshv2{
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right: 5px;
  font-size: 20px;
  height: 15px;
  width: 170px;
}
.INPUT_BOX_DHCP_count {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
  height: 15px;
  width: 100px;
}
.INPUT_BOX_DHCP {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 15px;
  height: 15px;
  width: 116px;
  margin-right: 10px;
}
.INPUT_BOX_EIGRP_count {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
  height: 15px;
  width: 100px;
}
.INPUT_BOX_EIGRP {
  background-color: rgb(22,22, 22);
  color: rgb(225, 225, 225);
  border-color:  rgb(50,50,70);
  border-width: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
  height: 15px;
  width: 150px;
  margin-right: 10px;
}



.BUTTON_generate_script{
  margin-top: 20px;
}



.P_script_container {
  white-space: pre-line;
}
