.um-form {
    max-width: 400px;
    margin: 0 auto;
    text-align: left !important;
}

.card {
    text-align: left !important;
    max-width: 600px;
    margin: 0 auto;
}

.um-form .form-control {
    margin-top: 0.25rem;
}

.um-login-card {
    margin-top: 1rem;
}

.btn {
    padding: 15px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    font-size: 15px !important;
}

.btn-close-session {
    padding: 5px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    background: #188781 !important;
    border-color: #188781 !important;
    color: #fff !important;
    transition: 0.5s !important;
}

.btn-close-session:hover {
    background: #000 !important;
    border-color: #000 !important;
}

.btn-primary {
    background: #188781 !important;
    border-color: #188781 !important;
    transition: 0.5s !important;
}

.btn-primary:hover {
    background: #000 !important;
    border-color: #000 !important;
}

.btn-secondary {
    background: #000 !important;
    border-color: #000 !important;
    transition: 0.5s !important;
}

.btn-secondary:hover {
    background: #188781 !important;
    border-color: #188781 !important;
    transition: 0.5s !important;
}

/* etiqueta de artículo exclusivo */
.um-exclusive-wrapper {
    position: relative !important;
}

.um-exclusive-label {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/*alerta de cuantas entradas disponibles quedan*/
.um-limit-alert.custom-alert {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 20px !important;
    text-align: left !important;
    z-index: 9999 !important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3) !important;
}

.custom-alert-content {
    max-width: 1400px !important;
    margin: auto !important;
}

.img-alert {
    width: 250px;
}

.custom-alert-title {
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.custom-alert-text {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

.custom-alert-buttons {
    display: flex !important;
    justify-content: start !important;
    gap: 10px !important;
}

.custom-alert-buttons .btn {
    padding: 10px 15px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
}

.custom-alert-buttons .btn-primary:hover {
    background: #1887817c !important;
}

.custom-alert-buttons .btn-outline-light {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: transparent !important;
    transition: 0.5s !important;
}

.custom-alert-buttons .btn-outline-light:hover {
    background: #ffffff68 !important;
}

.custom-alert-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

@media (max-width: 768px) {
    .img-alert {
        width: 250px;
    }

    .custom-alert-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .custom-alert-buttons .btn {
        width: 100% !important;
        text-align: center !important;
    }
}