﻿/*
    .btn-exhibitor-choice

{
    padding: 12px 20px;
    border: none;
    font-weight: bold;
    background-color: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.btn-exhibitor-choice img {
    width: 24px;
}

.btn-secondary-choice {
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    min-width: 180px;
}

.btn-secondary-blue {
    background-color: #3498db;
}

.btn-secondary-purple {
    background-color: #9b59b6;
}

.btn-secondary-pink {
    background-color: #e91e63;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

    .whatsapp-icon img {
        width: 50px;
    }

.page-footer {
    background-color: #001f3f;
    color: white;
    padding: 20px 0;
}

.footer-links a {
    margin: 0 10px;
    color: #ffffffcc;
    text-decoration: none;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

*/
.btn-exhibitor-choice {
    padding: 12px 20px;
    border: none;
    font-weight: bold;
    background-color: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .btn-exhibitor-choice img {
        width: 24px;
    }

.btn-secondary-choice {
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    min-width: 180px;
}

.btn-secondary-blue {
    background-color: #3498db;
}

.btn-secondary-purple {
    background-color: #9b59b6;
}

.btn-secondary-pink {
    background-color: #e91e63;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

    .whatsapp-icon img {
        width: 50px;
    }

.page-footer {
    background-color: #001f3f;
    color: white;
    padding: 20px 0;
}

.footer-links a {
    margin: 0 10px;
    color: #ffffffcc;
    text-decoration: none;
}

    .footer-links a:hover {
        text-decoration: underline;
    }