@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;600;800&display=swap');

body {
    background-color: #ffffff !important;
}

/*progressbar*/

h1,
h2,
h3,
h4,
h5,
h6,
Label {
    text-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    /* color: #f7b834 !important; */
    color: #1A1D54 !important;
    font-family: 'Urbanist', sans-serif !important;
}

label {
    color: #f7b834 !important;
}

.rounded-lg {
    border-radius: 0.6rem !important;
}

.form-control:focus,
.form-check-input:focus {
    /* border-color: #f7b834 !important; */
    border-color: #f4b42d !important;
}

.form-check-input:checked {
    /* background-color: #f7b834 !important; */
    background-color: #f4b42d !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.3rem !important;
}

.select2-container--focus .select2-selection--single {
    /* border-color: #f7b834 !important; */
    border-color: #f4b42d !important;
}

.select2-container--focus .select2-selection--single {
    /* border-color: #f7b834 !important; */
    border-color: #f4b42d !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    /* background-color: #f7b834 !important; */
    background-color: #f4b42d !important; 
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
   /*  background-color: #f7b834 !important; */
    background-color: #f4b42d !important;
}

.select2-container--default .select2-results__option--highlighted {
    /* background-color: #f7b834 !important; */
    background-color: #f4b42d !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    /* border-color: #f7b834 !important; */
    border-color: #f4b42d !important;

}

.select2-container--default .select2-dropdown .select2-search__field:focus {
    /* border-color: #f7b834 !important; */
    border-color: #f4b42d !important;
    border-radius: 0.3rem !important;
}

.card,
.card-footer,
.modal-footer,
.modal-header {
    background-color: #ffffff !important;
}

.modal-footer,
.modal-header {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border-radius: .3rem !important;
}

.modal-body {
    background-color: white !important;
}

.select2 {
    width: 100% !important;
}

.select2-container,
.select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    top: 7px !important;
}

.progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width: 100%;
    margin: 0 auto 0px;
}

.progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 0.7rem;
    width: 33.33%;
    float: left;
    position: relative;
    text-decoration: none;
}

.progressbar li a:hover {
    text-decoration: none;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #eeeeee;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/*progressbar connectors*/
.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

.progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar li.active:before,
.progressbar li.active:after {
    background: white !important;
    color: #f7b834;
}

#progressbar #vehiculo:before {
    font-family: FontAwesome;
    content: "\f1b9" !important;
    color: #f7b834 !important;
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007" !important;
    color: #f7b834 !important;
}

#progressbar #cotizar:before {
    font-family: FontAwesome;
    content: "\f00b" !important;
    color: #f7b834 !important;
}

.displayNone {
    display: none !important;
}

#itemAuto td {
    padding: 0.3rem !important;
    vertical-align: baseline !important;
}

#vehiculo a,
#personal a,
#cotizar a {
    margin-top: 0.7rem;
    text-decoration: none;
    /* color: #f7b834 !important; */
    color: #1A1D54 !important;
}

.accordion-button:not(.collapsed),
.list-group-item-primary {
    color: white !important;
    /* background-color: #f7b834 !important; */
    background-color: #1A1D54 !important;
}

.animacion {
    border-radius: 25px !important;
    /* border: 1.5px solid #f7b834 !important; */
    border: 1.5px solid #1A1D54 !important;
}

.animacion:hover {
    transition-duration: 0.3s;
    transform: scale(1, 1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
}

.animacion::after {
    transition-duration: 0.3s;
}


.imgTarjeta {
    min-height: 102px;
    padding: 5px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white !important;
}

.borde {
    padding-bottom: 1rem !important;
    margin-bottom: 2rem !important;
    /* border-bottom: 1px solid #f7b834 !important; */
    border-bottom: 1px solid #C552C9 !important;
}

/* .modal-dialog {
    margin-right: 0 !important;
    margin-top: 0 !important;
} */


#rightModal .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal {
    --bs-modal-width: 100vw !important;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

.botonModalCotizador {
    background-color: #f8f9fa !important;
    color: white !important;
    padding: 25px !important;
    margin: 10px 0 10px 0px !important;
    opacity: 100 !important;
    border-radius: 5px !important;
    width: 0 !important;
    height: 0 !important;
}

.botonModalCotizador:hover {
    background-color: #eae9f6 !important;
    color: black !important;
}

.barraModalCotizador {
    background-color: #f7b834 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.descTarj {
    min-height: 67px !important;
    padding: 10px !important;
}

.bg-indigo {
    background-color: #f7b834 !important;
}

.text-indigo {
    color: #f7b834 !important;
}

.apagado {
    background-color: #e9ecef !important;
}

.content-wrapper {
    background-color: #ffffff !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.card,
table,
.card-footer {
    box-shadow: 0 0 0 rgba(255, 255, 255, 1) !important;
    border-radius: 0rem !important;
}

.container-fluid,
.card,
.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gris {
    color: #878786 !important;
    font-size: 1.25rem !important;
}

.grisChico {
    color: #878786 !important;
    font-size: 1.25rem !important;
}

.accordion-body {
    padding-bottom: 3rem !important;
}

/*Styless Compara Seguros Cotizador*/
#b_step1 {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid #f4b42d !important;
    background: #f4b42d !important;
    color: #1b1b1b !important;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 18px);
    margin: 0 5px;
    justify-content: center;
    font-family: 'Urbanist', sans-serif !important;
    width: auto !important;
}

#step-1 label {
    font-family: 'Urbanist', sans-serif !important;
    color: #f4b42d !important;
    font-size: 20px;
    font-weight: 600 !important;
}

#step-1 label[for="ceroKm"] {
    color: #1A1D54 !important;
}

.select2-results__option, .select2-selection__rendered {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 18px;
    color: #1b1b1b !important;
}

#step-2 .btn-outline-danger{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #14eeb1;
    color: #1b1b1b;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 16px);
    margin: 0 5px;
    justify-content: center;
    width: 200px !important;
}

#step-2 .btn-outline-primary{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid #f4b42d !important;
    background: #f4b42d !important;
    color: #1b1b1b !important;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 18px);
    margin: 0 5px;
    justify-content: center;
    font-family: 'Urbanist', sans-serif !important;
    width: 200px !important;
}

#marcaVehiculo, #nomVehiculo, #valVehiculo, .estado-companias-titulo {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 18px;
    color: #1A1D54 !important;
    font-weight: 600;
}

.resultado-actions a[title="Volver a Cotizar"] {
    font-family: 'Urbanist', sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid #C653CC !important;
    background: transparent !important;
    color: #C653CC !important;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 16px);
    margin: 0 5px;
    justify-content: center;
}

.resultado-actions a[title="Editar Item"] {
    font-family: 'Urbanist', sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid #0243D5 !important;
    background: transparent !important;
    color: #0243D5 !important;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 16px);
    margin: 0 5px;
    justify-content: center;
}

.progress-bar {
    background-color: #0243D5 !important;
}

button[wire\:click="guardarSeleccionCombinada"], .tarjeta-cotizacion li.list-group-item:last-child button:last-child {
    font-family: 'Urbanist', sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid #f4b42d !important;
    background: #f4b42d !important;
    color: #1b1b1b !important;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 18px);
    margin: 0 5px;
    justify-content: center;
}

.accordion-button  span {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: #14EEB1 !important;
}

.cotizador-card-wrapper .card{
    width: 18rem;
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    background: var(--card);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 18px;
}

.tarjeta-cotizacion li.list-group-item:last-child button:first-child {
    font-family: 'Urbanist', sans-serif !important;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, var(--blue), var(--pink));
    color: #fff;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 16px);
    margin: 0 5px;
}

button[wire\:click="back(2)"] {
    font-family: 'Urbanist', sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #14eeb1;
    color: #1b1b1b;
    font-weight: 700;
    box-shadow: var(--shadow);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-size: clamp(16px, 4vw, 16px);
    margin: 0 5px;
    justify-content: center;
    width: auto !important;
}

button[wire\:click="back(2)"]:hover {
    background: #0243D5;
    color: #fff !important;
}

button[data-bs-target="#estadoCompaniasCollapse"] {
    font-family: 'Urbanist', sans-serif !important;
    border: 1px solid #C653CC !important;
    color: #C653CC !important;
}

button[data-bs-target="#estadoCompaniasCollapse"]:hover {
  background-color: #C653CC !important;
  color: #fff;
}

.estado-companias-nombre, .estado-companias-estado{
    font-family: 'Urbanist', sans-serif !important;

}

@media (max-width: 768px) {
    #step-1, #step-2 {
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 4px;
    }
    .resultado-actions a[title="Volver a Cotizar"], .resultado-actions a[title="Editar Item"]{
        font-size: clamp(14px, 4vw, 14px);
        width: 200px !important;
    }
}