﻿.jbuzz-primary {
    display: inline-block !important;
    line-height: 52px !important;
    padding: 0 25px !important;
    background-color: #269dd6 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(38, 157, 214, 0.25) !important;
}

    .jbuzz-primary:hover {
        background-color: #1e88bd !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 18px rgba(38, 157, 214, 0.3) !important;
    }

    .jbuzz-primary:focus {
        outline: 2px solid #ffffff !important;
        outline-offset: 2px !important;
    }

    .jbuzz-primary:disabled {
        background-color: #cccccc !important;
        color: #666666 !important;
        box-shadow: none !important;
        cursor: not-allowed !important;
    }
.jbuzz-secondary {
    display: inline-block !important;
    line-height: 52px !important;
    padding: 0 25px !important;
    background-color: transparent !important;
    color: #269dd6 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: 2px solid #269dd6 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

    .jbuzz-secondary:hover {
        background-color: #269dd6 !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
    }
.jbuzz-text-primary {
    color: #269dd6 !important;
}

.jbuzz-bg-primary {
    background-color: #269dd6 !important;
    color: #ffffff !important;
}

.jbuzz-border-primary {
    border: 1px solid #269dd6 !important;
}
