.btn-primary {
    background: #263544 !important;
    color: #fff !important;
    border: none !important;
}

.bg-c-blue {
    background: #263544 !important;
}

table {
    font-size: 12px !important;
}

.text-bold {
    font-weight: bolder !important;
}

.text-primary {
    color: #142444 !important;
}

.swal-button, .bg-primary, .select2-selection__choice {
    background-color: #263544 !important;
    border: none !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
}

.navigation-active {
    color: blue !important;
    font-weight: bolder !important;
}

.card-hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover-effect:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.category-section {
    border-radius: 8px;
    background-color: #0f3c4c;
    color: white;
    padding: 12px 20px;
    margin-bottom: 15px;
}

.nominee-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    background-color: white;
}

.nominee-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nominee-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.nominee-card .card-body {
    padding: 15px;
}

.vote-now-btn {
    display: inline-block;
    background-color: #0f3c4c;
    color: white;
    border: none;
    padding: 6px 12px;
    font-weight: 600;
    border-radius: 5px;
}

.vote-now-btn:hover {
    background-color: #e48d10;
}

.search-input {
    border-radius: 25px;
    padding-left: 20px;
    height: 45px;
    border: 1px solid #ccc;
}

.section-header {
    background-color: #0f3c4c;
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
}

.vote-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.vote-card img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.leaderboard {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.package-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.package-box:hover, .package-box.active {
    border-color: #0d6efd;
    background-color: #f0f8ff;
}

.progress-bar {
    background-color: #0d6efd;
}

.vote-form input[type="text"], .vote-form input[type="number"] {
    height: 48px;
}

.error-msg {
    color: red;
    font-size: 0.9rem;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
}
