﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.main-menu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.main-category-btn {
    padding: 8px 20px;
    border: 1px solid #5a2d91;
    border-radius: 4px;
    background: #fff;
    color: #5a2d91;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .main-category-btn:hover,
    .main-category-btn.active {
        background: #5a2d91;
        color: #fff;
    }

.menu-divider {
    margin-top: 15px;
    border: 0;
    border-top: 1px solid #5a2d91;
}
.sub-menu-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sub-category-btn {
    padding: 8px 18px;
    border: 1px solid #5a2d91;
    border-radius: 4px;
    background: #fff;
    color: #5a2d91;
    cursor: pointer;
}

    .sub-category-btn:hover,
    .sub-category-btn.active {
        background: #5a2d91;
        color: #fff;
    }
.download-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.download-card {
    width: 140px;
    min-height: 110px;
    border: 1px solid #6a3ea1;
    border-radius: 4px;
    text-align: center;
    padding: 15px;
}

    .download-card a {
        text-decoration: none;
        color: #6a3ea1;
    }

.file-title {
    margin-top: 10px;
    font-size: 13px;
    word-break: break-word;
}
.download-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.download-card {
    width: 135px;
    height: 150px;
    border: 1px solid #6b3fa0;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    background: #fff;
}

    .download-card a {
        text-decoration: none;
        color: #6b3fa0;
    }

.pdf-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.file-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    word-break: break-word;
}
/*.filter-dropdown {
    min-width: 420px;
    max-width: 600px;
    display: inline-block;
}*/
#yearFilterContainer {
    margin-left: 85px;
}

.filter-dropdown {
    width: 450px;
    border: 1px solid #6a3ea1;
    border-radius: 4px;
    padding: 6px 10px;
}
#yearFilter,
#companyFilter {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    border: 1px solid #6a3ea1 !important;
    border-radius: 4px !important;
    background: linear-gradient(to left, #6a3ea1 35px, transparent 35px);
    position: relative;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

    .select-wrapper::after {
        content: "\25BE"; /* ▼ */
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        pointer-events: none;
        font-size: 14px;
        font-weight: bold;
    }
