.cursor-pointer {
    cursor: pointer;
}

.ralph-red-text {
    color: #EA3323 !important;
}

.ralph-red {
    background-color: #EA3323 !important;
}

.ralph-button {
    background-color: #EA3323 !important;
    color: white !important;
    font-size: 22px;
    border-radius: 6px;
}

.ralph-button:hover {
    background-color: #bd2316 !important;
}

.header-text {
    color: white !important;
    font-size: 22px;
}

.header-text:hover {
    color: #EA3323 !important;
}

.medium-text {
    color: white !important;
    font-size: 16px;
}

.medium-text:hover {
    color: #EA3323 !important;
}




.hover-bounce {
    transform: translateY(-2px);
    transition: all 0.2s ease;
}


.form-check-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.bg-ralph-red {
    background-color: #EA3323 !important; /* Replace with your exact brand red */
    color: white;
}

.btn-ralph-red {
    background-color: #EA3323;
    color: white;
    border: none;
}

.btn-ralph-red:hover {
    background-color: #bd2316; /* Slightly darker for hover effect */
    color: white;
}

.btn-outline-ralph {
    color: #EA3323;
    border: 1px solid #C41230;
    background-color: transparent;
}

.btn-outline-ralph:hover {
    background-color: #bd2316;
    color: white;
}

.action {
    font-size: 20px;
    padding: 8px;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.action-return {
    background-color: #28a745;
    max-width: 180px;
    max-height: 52px;
    width: 100%;
    height: 100%;
}

.navbar-logo {
    height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .navbar-logo {
        height: 70px;
    }

    .navbar-margin-home {
        margin-top: 110px !important;
    }

    .navbar-margin-admin {
        margin-top: 100px !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-margin-home,
    .navbar-margin-admin {
        margin-top: 72px !important;
    }

    .ralph-button {
        font-size: 16px;
    }

    .header-text {
        font-size: 18px;
    }
}