@charset "UTF-8";
/**
* ! =========================================================
* ! cm-styles-buzon.scss - Estilos base para limpieza de etiquetas style
* !
* ! Autor: David Murillo | Frontend Developer
* ! Versión: v1.0.0 | Fecha: 11/05/2024
* !
* ! Última Actualización: 22/05/2024 por David Murillo
* ! Changelog:
* ! - [v1.0.0] Versión inicial. Limpieza de etiquetas style.
* !
* ! Dependencias:
* ! - _variables.scss (colores, tipografía, espaciados)
* ! - _mixins.scss (flex-center, box-shadow)
* !
* ! Notas:
* ! - Este archivo contiene estilos generales para el sitio de Buzón.
* !
* ! =========================================================
*/
/* ====================================================
*                     SYSTEM STRUCTURE
*
* 0. LIMPIEZA DE ETIQUETAS STYLE
* 1. IMPORTE EL CORE DE ESTILOS CORPORATIVO MERLOS
* 2. ABSTRACTS ESPECÍFICOS DEL PROYECTO
* 3. TEMAS
* 4. COMPONENTES ESPECÍFICOS DEL PROYECTO
* 5. LAYOUT ESPECÍFICO DEL PROYECTO
* 6. ESTILOS DE PÁGINAS ESPECÍFICAS
* ====================================================
*/
.page-404--background {
  background-image: url("/media/photos/photo14.jpg");
}

.page-backend--background {
  background-image: url("/media/various/bg_side_overlay_header.jpg");
}

.page-login--background {
  background-image: url("/media/photos/photo14@2x.jpg");
}

.page-password--background {
  background-image: url("/media/photos/photo14.jpg");
}

.page-simple--background {
  background-image: url("/media/photos/photo14.jpg");
}

.page-auth--background {
  background-image: url("/media/photos/photo22@2x.jpg");
}

.bloque-ta-ff {
  text-align: center;
  font-family: "arial", sans-serif;
}

.bloque-w-0 {
  width: 0%;
}

.bloque-w-5 {
  width: 5%;
}

.bloque-w-15 {
  width: 15%;
}

.bloque-w-20 {
  width: 20%;
}

.bloque-w-25 {
  width: 25%;
}

.bloque-w-30 {
  width: 30%;
}

.bloque-w-35 {
  width: 35%;
}

.bloque-w-40 {
  width: 40%;
}

.bloque-w-70 {
  width: 70%;
}

.bloque-w-80 {
  width: 80%;
}

.bloque-w-100 {
  width: 100%;
}

.bloque-mt-8 {
  margin-top: 8px;
}

.logo-icon {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
}
.logo-icon img {
  width: 100%;
  height: auto;
}

ul.list-unstyled {
  list-style: none;
  list-style-type: none;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.requerido {
  color: red;
}

.hide {
  display: none !important;
}

.show {
  display: inline !important;
}

.select2-selection__choice {
  background: #0665d0 !important;
  border-color: #0665d0 !important;
  color: white !important;
}

.modal div.modal-dialog div.modal-content div.modal-body div span {
  display: block;
  width: 100%;
  text-align: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

.sidebar-user-info {
  padding: 30px 10px;
  background-color: #2c3e50;
  color: #ecf0f1;
  border-bottom: 1px solid #34495e;
  font-size: 13px;
}

.sidebar-user-info-inner {
  text-align: center;
}

.user-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ecf0f1;
  margin-bottom: 15px;
}

.user-profile img {
  border: 2px solid #3498db;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.user-profile img:hover {
  transform: scale(1.1);
  border-color: #2980b9;
}

.user-profile span {
  margin-left: 8px;
  text-align: left;
  font-size: 10px;
}

.user-profile span strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.user-profile span strong, .user-profile span {
  transition: color 0.3s ease;
}

.user-profile:hover span strong, .user-profile:hover span {
  color: #3498db;
}

.user-links {
  margin-top: 8px;
  padding: 0;
}

.user-links li {
  width: 50%;
  margin-bottom: 8px;
  float: left;
}

.user-links li a {
  color: #ecf0f1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  font-size: 12px;
}

.user-links li a:hover {
  color: #3498db;
}

.user-links li a i {
  margin-right: 6px;
  font-size: 12px;
}

.logout-link a {
  color: #e74c3c;
  font-size: 12px;
}

.logout-link a:hover {
  color: #c0392b;
}

.user-profile img {
  border: 2px solid #3498db;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.user-profile img:hover {
  transform: scale(1.1);
  border-color: #2980b9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.row-squares {
  align-items: center;
  justify-content: center;
}

.logo-icon {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
}
.logo-icon img {
  width: 100%;
  height: auto;
}

/* ==================================
 * Página: two-factor (v1.0.0)
 * Estilos específicos para /two-factor.blade.php
 * ================================== */
:root {
  --primary-color: #4285f4;
  --primary-dark: #3367d6;
  --error-color: #ea4335;
  --success-color: #34a853;
  --text-color: #202124;
  --secondary-text: #5f6368;
  --border-color: #dadce0;
  --bg-color: #f8f9fa;
}

.two-factor-container {
  width: 100%;
}

.two-factor-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center;
}

.two-factor-header {
  margin-bottom: 30px;
}

.two-factor-header h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.two-factor-header p {
  color: var(--secondary-text);
  font-size: 16px;
}

.two-factor-form {
  margin-bottom: 30px;
}

.code-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}

.code-inputs input {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 24px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: all 0.3s;
}

.code-inputs input:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.code-inputs input.invalid {
  border-color: var(--error-color);
  animation: shake 0.5s;
}

.verify-button {
  width: 100%;
  padding: 12px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.verify-button:hover {
  background-color: var(--primary-dark);
}

.verify-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.two-factor-footer {
  font-size: 14px;
  color: var(--secondary-text);
}

.two-factor-footer a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.two-factor-footer a:hover {
  text-decoration: underline;
}

.timer {
  margin-top: 15px;
  color: var(--secondary-text);
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-5px);
  }
  40%, 80% {
    transform: translateX(5px);
  }
}
/* Responsive Design */
@media (max-width: 480px) {
  .two-factor-card {
    padding: 30px 20px;
  }
  .code-inputs input {
    width: 40px;
    height: 50px;
    font-size: 20px;
  }
}
.bzn-title-breadcrumb {
  font-size: 1.5em;
}
.bzn-title-breadcrumb a:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.bzn-options-top {
  display: flex;
}
.bzn-options-top button {
  width: 30px !important;
  height: 30px !important;
  margin: 5px !important;
}

ul.pass--list li {
  font-size: 13px;
  color: red;
  padding-left: 30px;
}
ul.pass--list li.pass--ok {
  color: green !important;
}

/*# sourceMappingURL=cm-styles-buzon.css.map */
