#app .row .col-12 {
  padding: 3rem;
}

main {
  color: white;
}

.btn-outline-light {
  color: #858688 !important;
  font-size: 1.2rem;
}

.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: black !important;
  background-color: #51b3c5 !important;
  border-color: #858688 !important;
  font-weight: bold;
}

.btn-outline-light:hover {
  color: #858688 !important;
  background-color: black !important;
  border-color: white !important;
}

@media only screen and (max-width: 480px) {
  .logotipo {
    width: 200px;
  }

  .div-buttons {
    text-align: center;
  }
}

@media only screen and (min-width: 481px) {
  .div-buttons {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  main.row .col-12 {
    text-align: center !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .logotipo {
    width: 300px;
  }

  #app .row .col-12 {
    padding: 2rem;
  }
}

.btn-success.hovered {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  transform: scale(1.3);
}
.btn-danger.hovered {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  transform: scale(1.3);
}

#bi-arrow.hovered {
  transform: scale(1.2);
}

.label,
.data-red {
  display: inline-block;
  color: #fff;
  text-align: left;
  border-radius: none;
  border: 1.5px solid #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.label {
  border-right: none;
  padding: 0.375rem 0.75rem;
  width: 47%;
}

.data-red {
  background: none;
  border-left: none;
  width: 53%;
}

input[type="text"],
input[type="password"] {
  color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(132, 175, 240, 0.848);
}

.form-select {
  border: solid 1px #858688;
  color: #858688 !important;
  font-size: 1.2rem;
  background-color: black;
  overflow-y: scroll;
  scrollbar-color: #51b3c5 black;
}

.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

select option {
  border: solid 0.5px gray !important;
}

option:focus-visible {
  border: none !important;
}

select option:checked {
  background: #51b3c5 -webkit-linear-gradient(bottom, #51b3c5 0%, #51b3c5 100%);
  color: black;
  font-weight: bold;
}

select option:focus{
  color: red !important;
}

#a-ip-address,
#a-network-mask,
#a-gateway {
  color: gray;
}

.ok {
  font-size: 1.2rem;
  color: #51b3c5;
  padding-left: 10px;
}

.ko {
  font-size: 1.2rem;
  color: red;
  padding-left: 10px;
}

.btn {
  width: 120px;
}