.krize-page {
padding-bottom: 40px;
} .lang-switcher {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
padding: 10px 0;
margin-bottom: 5px;
}
.lang-label {
font-weight: 700;
font-size: 13px;
color: #555;
margin-right: 4px;
}
.lang-btn {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 10px;
border: 1px solid #ccc;
background: #fff;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
color: #555;
cursor: pointer;
transition: all 0.2s;
}
.lang-btn img {
vertical-align: middle;
}
.lang-btn:hover {
background: #e8edf2;
border-color: #0a71cb;
color: #0a71cb;
}
.lang-btn.lang-active {
background: #0a71cb;
border-color: #0a71cb;
color: #fff;
} .krize-header {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
color: #fff;
padding: 30px 30px 25px;
border-radius: 6px;
margin-bottom: 25px;
border-left: 6px solid #e94560;
}
.krize-header h1 {
margin: 0 0 10px;
font-size: 26px;
font-weight: 700;
color: #fff;
}
.krize-header h1 .fa-exclamation-triangle {
color: #e94560;
margin-right: 8px;
}
.krize-header .krize-subtitle {
font-size: 15px;
color: #ccc;
margin: 0 0 8px;
}
.krize-header .krize-update {
font-size: 13px;
color: #999;
margin: 0;
}
.krize-header .krize-update strong {
color: #e94560;
} .krize-section {
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.krize-section h2 {
margin: 0 0 10px;
font-size: 22px;
font-weight: 700;
color: #1a1a2e;
border-bottom: 2px solid #0a71cb;
padding-bottom: 10px;
}
.krize-section h2 .fas,
.krize-section h2 .fab {
color: #0a71cb;
margin-right: 8px;
}
.section-desc {
color: #666;
font-size: 14px;
margin-bottom: 15px;
} .krize-flash-news {
border-left: 6px solid #e94560;
}
.krize-flash-news h2 {
border-bottom-color: #e94560;
}
.krize-flash-news h2 .fas {
color: #e94560;
}
.flash-news-container {
max-height: 500px;
overflow-y: auto;
padding-right: 10px;
}
.flash-news-item {
border-left: 4px solid #0a71cb;
padding: 12px 15px;
margin-bottom: 12px;
background: #f8f9fa;
border-radius: 0 4px 4px 0;
transition: background 0.2s;
}
.flash-news-item:hover {
background: #eef3f8;
}
.flash-news-item.flash-news-urgent {
border-left-color: #e94560;
background: #fff5f5;
}
.flash-news-item.flash-news-urgent:hover {
background: #ffe8e8;
}
.flash-news-meta {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 6px;
font-size: 12px;
color: #888;
}
.flash-news-date {
font-weight: 700;
color: #555;
}
.flash-news-time {
color: #888;
}
.flash-news-badge {
display: inline-block;
padding: 2px 8px;
border-radius: 3px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.badge-urgent {
background: #e94560;
color: #fff;
}
.flash-news-content h4 {
margin: 0 0 5px;
font-size: 15px;
font-weight: 700;
color: #1a1a2e;
}
.flash-news-content p {
margin: 0;
font-size: 14px;
line-height: 1.5;
color: #333;
} .krize-map {
width: 100%;
height: 500px;
border-radius: 4px;
border: 1px solid #ddd;
margin-bottom: 10px;
z-index: 1;
} .map-filter-bar,
.table-filter-bar {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 15px;
padding: 10px 15px;
background: #f0f4f8;
border-radius: 4px;
}
.filter-label {
font-weight: 700;
font-size: 13px;
color: #555;
margin-right: 5px;
}
.filter-btn {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 5px 14px;
border: 1px solid #ccc;
background: #fff;
border-radius: 20px;
font-size: 13px;
color: #555;
cursor: pointer;
transition: all 0.2s;
}
.filter-btn:hover {
background: #e8edf2;
border-color: #0a71cb;
color: #0a71cb;
}
.filter-btn.filter-active {
background: #0a71cb;
border-color: #0a71cb;
color: #fff;
} .legend-dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
}
.legend-line {
display: inline-block;
width: 30px;
height: 4px;
border-radius: 2px;
vertical-align: middle;
margin-right: 5px;
}
.legend-square {
display: inline-block;
width: 14px;
height: 14px;
border-radius: 2px;
vertical-align: middle;
margin-right: 5px;
}
.legend-open {
background: #27ae60;
}
.legend-partial {
background: #f39c12;
}
.legend-closed {
background: #e74c3c;
}
.legend-domestic {
background: #3498db;
} .map-legend {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 8px 15px;
background: #f8f9fa;
border-radius: 4px;
font-size: 13px;
color: #555;
}
.legend-item {
display: inline-flex;
align-items: center;
gap: 4px;
} .krize-table {
font-size: 13px;
}
.krize-table thead th {
background: #1a1a2e;
color: #fff;
text-align: center;
vertical-align: middle;
white-space: nowrap;
font-weight: 600;
font-size: 13px;
padding: 10px 8px;
}
.krize-table thead th.country-col {
text-align: left;
min-width: 130px;
}
.krize-table thead th .flag-icon {
vertical-align: middle;
margin-right: 4px;
}
.krize-table tbody td {
text-align: center;
vertical-align: middle;
padding: 8px 6px;
font-size: 12px;
line-height: 1.3;
}
.krize-table tbody td.country-name {
text-align: left;
font-weight: 700;
font-size: 13px;
white-space: nowrap;
}
.krize-table tbody tr:hover {
background: #eef3f8;
} .adv-ok {
background: #d5f5e3 !important;
color: #1e8449;
font-weight: 600;
}
.adv-caution {
background: #fef9e7 !important;
color: #b7950b;
font-weight: 600;
}
.adv-avoid {
background: #fdebd0 !important;
color: #ca6f1e;
font-weight: 600;
}
.adv-ban {
background: #fadbd8 !important;
color: #c0392b;
font-weight: 700;
}
.adv-nodata {
background: #f2f3f4 !important;
color: #aaa;
}
.adv-link {
color: inherit;
text-decoration: none;
border-bottom: 1px dotted;
}
.adv-link:hover {
text-decoration: none;
opacity: 0.8;
}
.adv-link .fa-external-link-alt {
font-size: 9px;
margin-left: 3px;
opacity: 0.6;
} .table-legend {
display: flex;
flex-wrap: wrap;
gap: 15px;
align-items: center;
padding: 10px 15px;
background: #f8f9fa;
border-radius: 4px;
margin-top: 10px;
font-size: 13px;
color: #555;
}
.table-legend h4 {
margin: 0;
font-size: 13px;
font-weight: 700;
color: #333;
}
.legend-tbl-ok {
background: #d5f5e3;
border: 1px solid #27ae60;
}
.legend-tbl-caution {
background: #fef9e7;
border: 1px solid #f1c40f;
}
.legend-tbl-avoid {
background: #fdebd0;
border: 1px solid #e67e22;
}
.legend-tbl-ban {
background: #fadbd8;
border: 1px solid #e74c3c;
}
.legend-tbl-nodata {
background: #f2f3f4;
border: 1px solid #ccc;
} .krize-contacts .row {
margin-top: 10px;
}
.contact-card {
background: #f0f4f8;
border-radius: 6px;
padding: 15px;
margin-bottom: 15px;
border-left: 4px solid #0a71cb;
}
.contact-card h4 {
margin: 0 0 8px;
font-size: 15px;
font-weight: 700;
color: #1a1a2e;
}
.contact-card h4 .flag-icon {
vertical-align: middle;
margin-right: 4px;
}
.contact-card p {
margin: 0 0 6px;
font-size: 13px;
line-height: 1.5;
}
.contact-card a {
color: #0a71cb;
}
.contact-card a:hover {
text-decoration: underline;
} .leaflet-popup-content {
font-family: 'Roboto', sans-serif;
font-size: 13px;
line-height: 1.5;
}
.leaflet-popup-content h4 {
margin: 0 0 5px;
font-size: 14px;
font-weight: 700;
}
.leaflet-popup-content .popup-status {
display: inline-block;
padding: 2px 8px;
border-radius: 3px;
font-size: 11px;
font-weight: 700;
color: #fff;
margin-bottom: 5px;
}
.popup-status-open { background: #27ae60; }
.popup-status-partial { background: #f39c12; }
.popup-status-closed { background: #e74c3c; }
.popup-status-domestic { background: #3498db; } .airspace-label {
background: none !important;
border: none !important;
box-shadow: none !important;
} .map-container-wrapper {
position: relative;
} .map-reset-btn {
position: absolute;
top: 12px;
right: 12px;
z-index: 2;
display: inline-flex;
align-items: center;
gap: 5px;
padding: 6px 14px;
border: 2px solid rgba(0,0,0,0.25);
background: #fff;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
color: #333;
cursor: pointer;
transition: all 0.2s;
box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}
.map-reset-btn:hover {
background: #f0f4f8;
border-color: #0a71cb;
color: #0a71cb;
}
.map-reset-btn .fas {
font-size: 13px;
} .group-presets {
display: flex;
gap: 6px;
flex-wrap: wrap;
}
.preset-btn {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 5px 14px;
border: 1px solid #ccc;
background: #fff;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
color: #555;
cursor: pointer;
transition: all 0.2s;
}
.preset-btn:hover {
background: #e8edf2;
border-color: #0a71cb;
color: #0a71cb;
}
.preset-btn.preset-clear {
border-color: #27ae60;
color: #27ae60;
}
.preset-btn.preset-clear:hover {
background: #d5f5e3;
} .sort-controls {
display: flex;
align-items: center;
gap: 6px;
margin-left: auto;
}
.sort-label {
font-weight: 700;
font-size: 13px;
color: #555;
margin-right: 2px;
white-space: nowrap;
}
.sort-btn {
padding: 5px 12px;
font-size: 12px;
}
.sort-btn .fas {
font-size: 12px;
} .multi-select-wrapper {
position: relative;
display: inline-block;
}
.multi-select-toggle {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 14px;
border: 1px solid #ccc;
background: #fff;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
color: #333;
cursor: pointer;
min-width: 180px;
transition: all 0.2s;
}
.multi-select-toggle:hover {
border-color: #0a71cb;
}
.multi-select-arrow {
margin-left: auto;
font-size: 10px;
color: #888;
transition: transform 0.2s;
}
.multi-select-dropdown.multi-select-open + .multi-select-toggle .multi-select-arrow,
.multi-select-wrapper .multi-select-dropdown.multi-select-open ~ .multi-select-toggle .multi-select-arrow {
transform: rotate(180deg);
}
.multi-select-dropdown {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 10;
min-width: 240px;
max-height: 320px;
overflow-y: auto;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
margin-top: 4px;
padding: 6px 0;
}
.multi-select-dropdown.multi-select-open {
display: block;
}
.multi-select-item {
display: flex;
align-items: center;
gap: 8px;
padding: 6px 12px;
cursor: pointer;
font-size: 13px;
color: #333;
transition: background 0.15s;
white-space: nowrap;
}
.multi-select-item:hover {
background: #f0f4f8;
}
.multi-select-item input[type="checkbox"] {
margin: 0;
cursor: pointer;
flex-shrink: 0;
}
.multi-select-flag {
vertical-align: middle;
flex-shrink: 0;
} .country-row-flag {
vertical-align: middle;
margin-right: 6px;
} @media (max-width: 991px) {
.krize-map {
height: 400px;
}
.krize-header h1 {
font-size: 22px;
}
}
@media (max-width: 767px) {
.krize-map {
height: 300px;
}
.krize-header {
padding: 20px;
}
.krize-header h1 {
font-size: 18px;
}
.krize-section {
padding: 15px;
}
.map-filter-bar,
.table-filter-bar {
flex-direction: column;
align-items: flex-start;
}
.krize-table {
font-size: 11px;
}
.krize-table thead th {
font-size: 11px;
padding: 6px 4px;
}
.krize-table tbody td {
font-size: 11px;
padding: 6px 4px;
}
.lang-switcher {
justify-content: center;
}
.map-reset-btn {
padding: 4px 10px;
font-size: 11px;
}
.group-presets {
width: 100%;
}
.multi-select-wrapper {
width: 100%;
}
.multi-select-toggle {
width: 100%;
}
.sort-controls {
width: 100%;
margin-left: 0;
}
}