/* line 4, app/assets/stylesheets/capsules.scss */
.capsule-card {
  border: 1px transparent solid;
  transition: border 0.3s ease;
}

/* line 7, app/assets/stylesheets/capsules.scss */
.capsule-card:hover {
  border-color: #a1a5b7;
}

/* line 12, app/assets/stylesheets/capsules.scss */
.btn-edit:hover {
  transition: color 0.3s ease, border 0.3s ease;
  color: #7239ea !important;
  border: 1px solid #7239ea !important;
}

/* line 18, app/assets/stylesheets/capsules.scss */
.btn-delete:hover {
  transition: color 0.3s ease, border 0.3s ease;
  color: #f1416c !important;
  border: 1px solid #f1416c !important;
}

/* line 24, app/assets/stylesheets/capsules.scss */
.btn-create:hover {
  transition: color 0.3s ease, border 0.3s ease;
  color: #50cd89 !important;
  border: 1px solid #50cd89 !important;
}
/* app/assets/stylesheets/login.css */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  z-index: -5;
}

.bg-active {
  opacity: 1;
}

.bg-glass {
  background-color: hsla(255,255,255,0.9) !important;
  backdrop-filter: saturate(200%) blur(25px);
  border-radius: .5rem;
}

.logo-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}

#logo {
  max-width: 300px;
  z-index: 1;
}

body.login {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow-y: auto;
  
}

.form-outline {
  margin-bottom: 1rem;
}

/* .form-label {
  color: #696969;
} */

/* .form-control {
  border-radius: .5rem;
  border-color: #e0b6bf;
  background-color: #fdfeff;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.form-control::placeholder {
  color: #DAA520;
} */

/* .btn-primary {
  background-color: #008000;
} */

.text-muted {
  color: #228B22;
}

.display-5 {
  color: hsl(218,81%,95%);
}

.opacity-70 {
  opacity: .7;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; /* Asegura que el footer ocupe todo el ancho */
  background-color: rgba(255, 255, 255, 0.651);
  padding: 2px 15px;
  z-index: -1; /* Cambia a un valor positivo para que sea visible */
}

.footer .container {
  display: flex; /* Usa flexbox para alinear los elementos */
  justify-content: space-between; /* Espacio entre los elementos */
  align-items: center; /* Alinea verticalmente al centro */
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho */
}

.photo-info {
  text-align: left; /* Alinea el texto a la izquierda */
}

.copyright-text {
  text-align: right; /* Alinea el texto a la derecha */
}

@media (max-width:768px) {
  #radius-shape-1, #radius-shape-2 {
    display:none;
  }
}

.office365-button {
  display: inline-flex; /* Para alinear icono y texto */
  align-items: center; /* Centrar verticalmente */
}

.office365-icon {
  width: 20px; /* Ajusta el tamaño del icono */
  height: 20px; /* Ajusta el tamaño del icono */
  margin-right: 5px; /* Espacio entre icono y texto */
}
@media (max-width: 576px) {
  .card {
    width: 95%; /* Ocupa el 95% del ancho de la pantalla */
    padding: 25px; /* Aumenta el padding */
    margin-bottom: 20px;
  }
  .form-control {
    font-size: 1.2rem; /* Aumenta el tamaño de la fuente */
  }
  .btn {
    font-size: 1.2rem; /* Aumenta el tamaño de la fuente */
  }
  #logo {
    max-width: 80%; /* Aumenta el tamaño del logo */
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

#mta_evidence_preview
{
  position:absolute;
  border:1px solid #ccc;
  background:#ddd;
  padding:1px;
  display:none;
  color:#fff;
}

.floatWapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  right:20px;
  background-color:#25d366;
  color: beige;
  border-radius:50%;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  display: none;
}

i.fa-whatsapp {
  font-size: 1em;
  color: #ffffff;
}
 
.my-floatWapp{
  margin-top:15px;
}

/*# sourceMappingURL=application.css-61b40b0e372666f2bb1d152e14d7b1102204d1e832cad8a991db18d55c93952b.map */
