.pagination-admin{
    margin-top: 20px;
}

.elements-subheader{
  display: flex;
  align-items: center;
  margin: 10px 0px 20px 0px;
}

.btn-add-admin{
    margin-bottom: 30px;
}

.space-btns-admin{
    justify-content: space-evenly;
}

.space-btns-admin button{
    color: white !important;
    margin: 0px 2px;
}

.input-filter{
    border-radius: 7px;
    border: 1px solid #d2bcbc;
}

.preview-img-edit{
    width: 50%;
    height: auto;
}

.item-document{
    display: flex;
    margin: 10px 0px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 0px 10px;
    justify-content: space-between;
}

.item-document a{
    color: black;
    text-decoration: underline;
}

.item-document span{
    margin-left: 10px;
    cursor: pointer;
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.icon-asc{
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.filter-style-in-ou{
    width: 150px;
    height: 25px;
    border: 3px solid red !important;
    font-size: 17px;
}

.progress-bar{
  background-color: white !important;
}

.progress{
  display: flex;
  border-radius: 3px;
  height: 16px !important;
  font-size: 15px !important;
}

/* SWITCH */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* SWITCH */

#modal-resumen-poliza .card .card-body{
    padding: 0.175rem 1.875rem !important;
}

#modal-resumen-poliza .form-group{
    margin-bottom: 0.5rem !important;
}

input, textarea{
    border: 1px solid #b9a9a9 !important;
    border-radius: 5px;
}

.content-card-resume{
    display: flex;
    justify-content: space-between;
}

.content-card-resume h5{
    color: black;
}

.content-card-resume .ccr-strong{
    font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(odd) > *{
    color: inherit;
}

.pagination-admin{
    overflow: auto;
}

#btn-login{
    background: #88889e;
    outline: none;
    border: 0;
    color: white;
    font-weight: bold;
}

.img-preview-detail{
    width: 300px;
}

.select2-container--open {
    z-index: 9999999
}

.logo-validate img{
    width: 300px;
    display: block;
    margin: auto;
}

.logo-validate-2 img{
    width: 500px;
    display: block;
    margin: auto;
}

.logo-validate h4{
    color: black;
    margin-bottom: 100px;
    font-size: 1.3em;
    text-align: center;
}

.btn-accept-quote{
    width: 80%;
    margin: 10px 0px;
}

#container-details-quote span{
    max-width: 800px;
}

.container-filter{
    display: flex; 
    flex-wrap: wrap;
    margin: 20px 0px 50px 0px;
}

.item-checkbox-filter{
    margin: 10px 20px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #323232d1 !important;
    z-index: 100000 !important;
  }
  
  .dots .dot {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 10px;
    border-radius: 50%;
    background: #FFF;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite;
  }
  
  .dots .dot:nth-child(2) {
    animation-delay: .2s;
  }
  
  .dots .dot:nth-child(3) {
    animation-delay: .4s;
  }


  .img-preview-detail{
    width: 400px;
  }

  .d-flex button{
    margin-right: 10px;
  }

  .title-bienvenido{
    color: black;
    font-size: 24px;
  }

  .subtitle-bienvenido{
    font-size: 18px;
    color: black;
  }

  /* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #container-progress-bar{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .item-progress{
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 20%;
    justify-content: flex-start;
    align-items: center;
  }

  .item-progress > h4{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    height: 100px;
  }

  .fc-content{
    cursor: pointer;
  }
  
  @keyframes dot-dot-dot {
    0%, 60%, 100% {
      -webkit-transform: initial;
        -ms-transform: initial;
          transform: initial;
    }
    30% {
      -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
          transform: translateY(-25px);
    }
  }

  .canvas-inspect{
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    /* background-image: url('../images/inspect/exteriores.jpg');
    background-size: cover;
    background-position: center; */
  }

  .img-show-inspect{
    display: block;
    margin: 0 auto;
  }

  .table-dashboard{
    max-height: 370px;
  }

  .wrapper-platform{
    background: white;
  }

  .title-dash{
    font-size: 25px;
    color: black;
  }

  .table-dash thead{
    background: #88889e;
    color: white;
  }

  .horizontal-menu .top-navbar{
    border-bottom: 1px solid #88889e !important;
  }

  .horizontal-menu .bottom-navbar{
    background: #88889e;
  }

  .horizontal-menu .top-navbar{
    background: #88889e;
  }

  .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-title{
    color: white;
  }

  .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-title, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link i, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-arrow{
    color: white;
  }

  .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-icon{
    color: white;
  }

  .menu-icon> .mdi:before, .mdi-set{
    color: white;
  }

  .btn-inverse-primary:not(.btn-inverse-light){
    color: white;
  }

  .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-icon{
    color: white;
  }

  .footer{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .footer .footer-wrap{
    background: #88889e;
  }

  .text-muted{
    color: white !important;
  }

@media only screen and (max-width: 991px) {
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img{
        height: auto !important;
    }
}

/* ════════════════════════════════════════
   TARJETAS MODULE
════════════════════════════════════════ */

.font-headline { font-family: 'Plus Jakarta Sans', sans-serif !important; }
.ruby-gradient { background: linear-gradient(135deg, #af101a 0%, #1a1a1a 100%); }
.glass-card { background: rgba(255,255,255,0.4); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,0.1); }

.modern-input {
  background: #f3f4f5;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
}
.modern-input:focus {
  background: #ffffff;
  border-color: #af101a;
  box-shadow: 0 0 0 4px rgba(175,16,26,0.05);
  outline: none;
}

.step-pill { width: 32px; height: 8px; border-radius: 4px; background: #e5e2e1; }
.step-pill.active { width: 48px; background: #af101a; }

.vigencia-option {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem; border-radius: 1rem;
  border: 2px solid transparent;
  cursor: pointer; transition: all 0.2s ease;
}
.vigencia-option:hover { border-color: rgba(175,16,26,0.2); }
.vigencia-option.selected { border-color: #af101a; background: rgba(175,16,26,0.05); }
.vigencia-option input[type="radio"] { accent-color: #af101a; margin-top: 2px; flex-shrink: 0; }

#preview-card {
  transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
  display: flex; flex-direction: column;
  padding: 1.5rem; position: relative;
  overflow: hidden; width: 320px; margin: 0 auto; color: white;
}
#preview-card.wallet-ios     { aspect-ratio: 1/1.58 !important; border-radius: 16px; }
#preview-card.wallet-android { aspect-ratio: 1/1.5  !important; border-radius: 28px; }

.wallet-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; width: 100%; }
.wallet-logo   { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.wallet-body   { flex-grow: 1; display: flex; flex-direction: column; gap: 0.25rem; width: 100%; }
.wallet-label  { font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.6; }
.wallet-title  { font-size: 1.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 0.5rem; }
.wallet-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 0.5rem; }
.info-item     { display: flex; flex-direction: column; }
.info-label    { font-size: 7px; font-weight: 900; text-transform: uppercase; opacity: 0.5; }
.info-value    { font-size: 9px; font-weight: 700; }

.code-area { margin-top: auto; display: flex; justify-content: center; align-items: center; width: 100%; padding: 1rem 0; }
.code-container { background: white; padding: 1rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
#preview-code-icon { font-size: 6rem !important; color: black !important; }

.fab-button {
  position: fixed; bottom: 40px; right: 40px;
  width: 64px; height: 64px; border-radius: 32px;
  background: #af101a; color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px rgba(175,16,26,0.3);
  cursor: pointer; transition: all 0.3s ease;
  z-index: 99; border: none;
}
.fab-button:hover { transform: scale(1.1) rotate(90deg); background: #1a1a1a; }

.delete-btn {
  position: absolute; top: 1rem; right: 1rem;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(8px);
  color: white; display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: all 0.3s ease; z-index: 20;
  border: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
}
.card-container:hover .delete-btn { opacity: 1; }
.delete-btn:hover { background: #af101a; transform: scale(1.1); }

.notif-phone {
  background: #1a1a1a; width: 300px; height: 500px; border-radius: 40px;
  padding: 20px; border: 8px solid #2e3132;
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
  position: relative; overflow: hidden;
}
.notif-bubble {
  background: rgba(255,255,255,0.1); backdrop-filter: blur(12px);
  border-radius: 1.5rem; padding: 1rem; margin-bottom: 0.75rem;
  border: 1px solid rgba(255,255,255,0.05);
  animation: slideIn 0.5s ease-out;
}
@keyframes slideIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }