
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}


.bg-secondary {
    background-color: #5e17eb !important;
}


.card-header, .card-body {
    border-radius: 12px;
}

.nav-link {
    color: var(--bs-secondary) !important; /* Ensures it uses your main color */
}

    .nav-link:hover,
    .nav-link:focus {
        color: var(secondary) !important; /* Darker shade for better contrast */
    }

.box {
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 0.65px solid #5e17eb;
    box-shadow: 8px 8px 8px rgba(158, 158, 158, 0.25);
}

.input-style {
    border: 0.65px solid #5e17eb;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 8px 8px 8px rgba(158, 158, 158, 0.25);
    outline: none;
}

    .input-style:focus {
        border-color: #4a0eb3;
        box-shadow: 0 0 1px rgba(94, 23, 235, 0.5);
    }

.btn {
    border-radius: 12px;
}

.ag-root-wrapper {
    border: none !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.ag-theme-alpine .ag-row {
    height: 70px !important;
}

.ag-theme-alpine .ag-cell,
.ag-theme-alpine .ag-header-cell {
    font-size: 15px !important;
}

.icon-btn {
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s;
}

    .icon-btn:hover {
        opacity: 0.7;
    }

.event-popup-container {
    text-align: left;
    font-size: 16px;
}

.banner-container {
    text-align: center;
    margin-bottom: 15px;
}

.event-banner {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.event-details {
    font-size: 15px;
    padding: 10px;
}

.table th {
    text-align: left;
    font-weight: bold;
    padding-right: 15px;
}
