.block {
  background: white;
  border-radius: 15px;
  width: 75%;
  border: 2px solid grey;
  border-top: 15px solid #011B66;
  margin: 20px;
  padding: 20px;
  float: inherit;
  margin-left: 13%;
}
.block p{
  font-size: 22px;
}

.block #not_size p{
  font-size:  14px;
}

#log {
    width: 15%;
    position: fixed;
}

.myInput {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  width: 100%;
}


#button{
  background:red;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  color: white;
  font-weight: bold;
  float: left;
  margin-left: 25%;
}

#reset{
  background:white;
  border-radius: 5px;
  border: 0;
  width: 130px;
  height: 40px;
  color: red;
  font-weight: bold;
  float: right;
  margin-right: 21%;
}

#button:hover{
    background:green;
}

#reset:hover{
    border: 2px solid black;
}

#none{
  display: none;
}

#text_dop{
  padding: 10px;
  margin: 10px;
  width: 93%;
  height: 100px;
  display: none;
}

#selectPentest, #selectFishing, #selectNagruzka, #selectStaticAnalysis, #KolUser{
    display: none;
}

#Analis{
  display: none;
}

.date-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
    outline: none;
}
.date-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.select {
    position: relative;
    display: inline-block;
    width: 60%;
}

.select select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #333;
    appearance: none;
}

.select select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
