.link-categoria-padre {
  text-decoration: none;
  color: #3b3b3b !important;
}
div.active .link-categoria-padre {
  color: #1e22aa !important;
}
.swal2-container {
  z-index: 10000000 !important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.link-text {
  text-decoration: none;
  color: #999;
}
.link-text:hover {
  color: #3b3b3b;
}

/********/
.full-wrapper {
  border-bottom: 15px #1e22aa solid;
  min-height: 100vh;
}
.hdr {
  background-color: #1e22aa;
  color: white;
  position: relative;
  text-align: center;
  padding: 20px 15px;
}

a.back-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

a.back-link img {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: auto;
  margin-right: 3px;
}

.hdr .back-link {
  margin-bottom: 25px;
}

.hdr .logo a {
  display: inline-block;
  width: 134px;
}

.login-header {
  max-width: 540px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hdr .back-link {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-bottom: 0;
  }
}

.error-message {
  color: #dc3545 !important;
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
}
