.cross-selling-section {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 1rem;
}

.cross-selling-section .cross-selling-row:last-child {
    margin-bottom: 4px;
}

.cross-selling-section .cross-selling-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.cross-selling-section .cross-selling-text {
    flex: 1;
    min-width: 0;
}

.cross-selling-section .cross-selling-text label {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    cursor: pointer;
}

.cross-selling-section .cross-selling-text .form-text {
    font-size: 12px;
    line-height: 1.3;
}

.cross-selling-section .custom-switch {
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 2.25rem;
    min-height: 1.25rem;
    margin-bottom: 0;
}

.cross-selling-section .custom-switch .custom-control-label {
    padding: 0;
}

.cross-selling-section .custom-switch .custom-control-label::before {
    height: 1.25rem;
    width: 2.25rem;
    border-radius: 0.75rem;
    top: 0;
}

.cross-selling-section .custom-switch .custom-control-label::after {
    height: 0.925rem;
    width: 0.925rem;
    border-radius: 50%;
    top: calc((1.25rem - 0.925rem) / 2);
}

.cross-selling-section
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::after {
    transform: translateX(1rem);
}

.cross-selling-section
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #7b2583;
    border-color: #7b2583;
}

.cross-selling-section
    .custom-switch
    .custom-control-input:focus
    ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(123, 37, 131, 0.25);
}
div.recuperar-comprobante-container {
    margin-top: auto;
}

.banner-content .card {
    height: auto;
    min-height: 375px;
}

.banner-content .card .card-body {
    margin-top: 0px !important;
    padding-inline: 1.7rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.cross-selling-modal-header {
    background: linear-gradient(to right, #d70f18, #7b2583);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;

    padding-inline: 1.5rem;

    letter-spacing: 1px;
}

.cross-selling-modal-title {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.cross-selling-modal-close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    transform: scale(1.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    appearance: none;
}

.cross-selling-modal-close:hover,
.cross-selling-modal-close:focus {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.85);
}

.cross-selling-modal-body {
    font-weight: 500 !important;
}

/* .cross-selling-modal-footer {
    background-color: yellow;
} */

.cross-selling-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.75rem;
}

.cross-selling-modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.cross-selling-modal-content {
    border-radius: 1.5rem;
    overflow: hidden;
}

.cross-selling-modal-body {
    font-weight: 500 !important;
    padding-top: 0.75rem;
    padding-bottom: 0;
}

.cross-selling-modal-footer {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.cross-selling-modal-footer .btn {
    flex: 1;
    text-align: center;
    margin-top: 2px;
}

.cross-selling-btn-cancel {
    background-color: #848484;
    color: #fff;
    border-radius: 30px;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    height: 40px;
    padding: 0 24px;
    transform: none;
    transition: background-color 0.15s ease;
}

.cross-selling-btn-cancel:hover,
.cross-selling-btn-cancel:active {
    background-color: #909090;
    color: #fff;
    transform: none;
}

.cross-selling-btn-accept {
    background-color: #7b2583;
    color: #fff;
    border-radius: 30px;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    height: 40px;
    padding: 0 24px;
    transform: none;
    transition: background-color 0.15s ease;
}

.cross-selling-btn-accept:hover,
.cross-selling-btn-accept:active {
    background-color: #8b2b93;
    color: #fff;
    transform: none;
}

/* Restaurar outline nativo: Bootstrap .btn:focus pone outline:0 y lo oculta */
.cross-selling-btn-cancel:focus,
.cross-selling-btn-cancel:focus-visible,
.cross-selling-btn-accept:focus,
.cross-selling-btn-accept:focus-visible {
    outline: 2px solid Highlight;
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: 2px;
}

#rut-error {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0;
    color: #dc3545;
}
