.icon-byla {
    margin-top    : -10px;
    font-size     : 10px !important;
    vertical-align: middle;
    display       : inline-block;
    line-height   : 1;
}

.icon-new {
    font-size: 18px;
}

.animated-table tr.animated-row {
    opacity: 0;
}

.animated-table.run-animation tr.animated-row {
    animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modernPulse {
    0% {
        box-shadow: 0 0 5px rgba(255, 165, 26, 0.4);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 165, 26, 0.7), 0 0 30px rgba(255, 165, 26, 0.3);
    }

    100% {
        box-shadow: 0 0 5px rgba(255, 165, 26, 0.4);
    }
}

@keyframes amberPulse {
    0% {
        box-shadow: 0 0 5px rgba(255, 165, 26, 0.4);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 165, 26, 0.7);
    }

    100% {
        box-shadow: 0 0 5px rgba(255, 165, 26, 0.4);
    }
}

/* --- KONTENERY GŁÓWNE --- */

.mc-mini-archive-card {
    background   : #1a1a1a;
    border       : 2px solid #ffa51a;
    border-radius: 10px;
    box-shadow   : 0 4px 10px rgba(0, 0, 0, 0.5);
    margin       : 15px auto;
    overflow     : hidden;
}

.mc-archive-main-header {
    background    : #1a1a1a;
    color         : #ffa51a;
    font-size     : 14px;
    font-weight   : bold;
    text-align    : center;
    padding       : 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom : 1px solid #5a5a5a;
}

.mc-archive-card-content {
    padding: 5px;
}

.mc-archive-mini-table {
    border-collapse: collapse;
    width          : 100%;
    background     : transparent;
    margin-bottom  : 5px;
}

/* --- METADANE (NOTOWANIE I DATA) --- */
.mc-meta-notowanie {
    color         : #61afef;
    background    : #1d1d1d;
    padding       : 5px 10px;
    font-size     : 10px;
    border-bottom : 1px solid #5a5a5a;
    text-transform: uppercase;
}

.mc-meta-data {
    color         : #98c379;
    background    : #1d1d1d;
    padding       : 5px 10px;
    font-size     : 10px;
    border-bottom : 1px solid #5a5a5a;
    text-transform: uppercase;
}

/* --- NAGŁÓWKI KOLUMN --- */
.mc-h-rank,
.mc-h-artist,
.mc-h-title,
.mc-h-votes {
    color         : #979696;
    font-size     : 10px;
    font-weight   : bold;
    padding       : 4px 8px;
    border-bottom : 1px solid #5a5a5a;
    text-transform: uppercase;
}

/* --- KOMÓRKI Z DANYMI --- */
.mc-rank-cell {
    color        : #c678dd;
    font-weight  : bold;
    text-align   : center;
    padding      : 5px 8px;
    font-size    : 14px;
    border-bottom: 1px solid #5a5a5a;
}

.mc-artist-cell,
.mc-title-cell {
    padding      : 5px 8px;
    border-bottom: 1px solid #5a5a5a;
}

.mc-votes-cell {
    color        : #ff5555;
    font-weight  : bold;
    text-align   : center;
    padding      : 5px 8px;
    font-size    : 14px;
    border-bottom: 1px solid #5a5a5a;
}

/* --- TREŚĆ WEWNĄTRZ KOMÓREK --- */
.mc-artist-name {
    color      : #f1fa8c;
    font-weight: bold;
    font-size  : 12px;
}

.mc-song-title {
    color      : #8be9fd;
    font-weight: bold;
    font-size  : 12px;
}

/* --- PRZYCISKI --- */
.mc-header-link {
    display        : inline-block;
    background     : #333;
    color          : #ffa51a !important;
    padding        : 5px 15px;
    border-radius  : 20px;
    text-decoration: none !important;
    border         : 1px solid #444;
    font-size      : 12px;
}

.mc-archive-btn-main {
    display        : inline-block;
    background     : #222;
    color          : #ffa51a !important;
    padding        : 8px 30px;
    border         : 1px solid #ffa51a;
    border-radius  : 20px;
    text-transform : uppercase;
    font-weight    : bold;
    text-decoration: none !important;
    margin         : 10px 0;
}

/* --- DODATKOWE ELEMENTY --- */
.mc-mini-archive-card,
.mc-archive-card-content {
    overflow: visible !important;
}

.mc-archive-mini-table {
    overflow       : visible !important;
    border-collapse: separate;
}

.mc-rank-cell,
.mc-artist-cell,
.mc-votes-cell {
    overflow: visible !important;
    position: relative;
}

.tooltip .tooltiptext {
    z-index: 9999 !important;
}

.wykonawca {
    color      : #5099ff;
    font-family: Arial, sans-serif;
    font-size  : 15px;
    font-weight: bold;
    padding    : 1px 0 0 5px;
}

.tytul {
    color      : #5066ff;
    font-family: Arial, sans-serif;
    font-size  : 15px;
    font-weight: bold;
    padding    : 1px 0 0 5px;
}

.top10_propozycje {
    width          : 300px;
    padding        : 10px 0px 10px 0px;
    text-align     : center;
    border         : 1px solid rgba(255, 255, 255, 0.1);
    background     : rgba(255, 255, 255, 0.05);
    border-radius  : 15px;
    backdrop-filter: blur(5px);
}

.kolo_1 {
    width        : 30px;
    height       : 30px;
    text-align   : center;
    border       : 1px solid #00ff00;
    border-radius: 50%;
    background   : radial-gradient(circle at 35% 35%, #b85252 0%, #752e2e 70%, #3a1212 100%);
    box-shadow   : inset -2px -2px 6px rgba(0, 0, 0, 0.6), 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.kolo_2 {
    width        : 30px;
    height       : 30px;
    text-align   : center;
    border       : 1px solid #bef00a;
    border-radius: 50%;
    background   : radial-gradient(circle at 35% 35%, #5c4343 0%, #332323 70%, #170f0f 100%);
    box-shadow   : inset -2px -2px 6px rgba(0, 0, 0, 0.7), 2px 4px 6px rgba(0, 0, 0, 0.4);
}

#submit-icon_top10 {
    background-image : url(../images/ok.png);
    background-size  : contain;
    background-repeat: no-repeat;
    border           : 1px solid #bef00a;
    width            : 30px;
    height           : 30px;
    border           : none;
    cursor           : pointer;
    color            : transparent;
}

.icon_top10_off {
    background-image: url(../images/ok.png);
    filter          : grayscale(100%);
    background-color: #4b4b4b;
    border-radius   : 50%;
    width           : 30px;
    height          : 30px;
}

input::placeholder {
    font-weight: bold;
    font-size  : 14px;
    opacity    : 0.9;
    color      : #d69999;
}

input:focus::placeholder {
    color: #363636;
}

/* Nowoczesne kontenery zamiast tbl1-border i tbl */
.mc-form-container {
    width          : 550px;
    margin         : 20px auto;
    background     : rgba(20, 20, 25, 0.95);
    border         : 1px solid rgba(255, 165, 26, 0.4);
    border-radius  : 15px;
    padding        : 20px;
    box-shadow     : 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.mc-form-row {
    padding: 10px 0;
}

.mc-fieldset {
    border       : 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px;
    padding      : 15px;
    margin-bottom: 15px;
    box-shadow   : none !important;
}

.mc-fieldset legend {
    color         : #ffa51a !important;
    font-weight   : bold;
    padding       : 0 10px;
    font-size     : 0.9em;
    text-transform: uppercase;
    text-shadow   : none !important;
    box-shadow    : none !important;
    border        : none !important;
    background    : transparent !important;
}

.mc-btn-primary {
    background   : rgba(255, 165, 26, 0.1);
    color        : #ffa51a;
    border       : 1px solid #ffa51a;
    padding      : 10px 30px;
    border-radius: 8px;
    font-weight  : bold;
    cursor       : pointer;
    transition   : all 0.3s ease;
}

.mc-btn-primary:hover {
    background: #ffa51a;
    color     : #1a1a2e;
    transform : translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 165, 26, 0.4);
}

.mc-btn-small {
    background   : rgba(255, 165, 26, 0.1);
    color        : #ffa51a;
    border       : 1px solid #ffa51a;
    padding      : 6px 15px;
    border-radius: 6px;
    cursor       : pointer;
    font-weight  : 600;
    transition   : all 0.2s;
}

.mc-btn-small:hover {
    background: #ffa51a;
    color     : #1a1a2e;
}

.mc-input {
    width           : 400px;
    color           : #ffffff;
    background-color: #2a2a2e;
    font-family     : Arial, sans-serif;
    font-size       : 14px;
    font-weight     : bold;
    padding         : 10px;
    border          : 1px solid rgba(255, 255, 255, 0.1);
    border-radius   : 5px;
    transition      : border 0.3s;
}

.mc-input:focus {
    border-color: #ffa51a;
    outline     : none;
}

.mc-top10_text_1 {
    color      : #00ff00;
    font-family: Arial, sans-serif;
    font-size  : 16px;
    font-weight: bold;
}

.mc-top10_text_2 {
    color      : #ff3d3d;
    font-family: Arial, sans-serif;
    font-size  : 14px;
    font-weight: bold;
}

.mc-top10_text_3 {
    color      : #ffa51a;
    font-family: Arial, sans-serif;
    font-size  : 14px;
    font-weight: bold;
}

.mc-top10_text_4 {
    color      : #FFFFFF;
    font-family: Arial, sans-serif;
    font-size  : 14px;
    font-weight: bold;
}

.mc-top10_text_5 {
    color      : #ff4500;
    font-family: Arial, sans-serif;
    font-size  : 14px;
    font-weight: bold;
}

.mc-top10_text_6 {
    color      : #00aad4;
    font-family: Arial, sans-serif;
    font-size  : 14px;
    font-weight: bold;
    text-align : center;
}

.mc-top10_text_7 {
    color      : #FFFFFF;
    font-family: Arial, sans-serif;
    font-size  : 12px;
    font-weight: bold;
}

.mc-top10_text_8 {
    color      : #ff4848;
    font-family: Arial, sans-serif;
    font-size  : 12px;
    font-weight: bold;
}

.mc-top10_text_9 {
    color      : #ffa51a;
    font-family: Arial, sans-serif;
    font-size  : 18px;
    font-weight: bold;
}

.mc-top10_text_10 {
    color      : #ff5353;
    font-family: Arial, sans-serif;
    font-size  : 12px;
    font-weight: bold;
}

.mc-top10_text_11 {
    color      : #00ff00;
    font-family: Arial, sans-serif;
    font-size  : 12px;
    font-weight: bold;
}

.mc-top10_text_blink {
    animation    : amberPulse 2.5s ease-in-out infinite;
    color        : #ffa51a;
    font-family  : 'Segoe UI', Roboto, sans-serif;
    font-size    : 14px;
    font-weight  : 600;
    text-align   : center;
    border       : 1px solid #ffa51a;
    border-radius: 8px;
    padding      : 4px 12px;
    display      : inline-block;
}

.mc-top10_text_blink1 {
    animation     : amberPulse 2s ease-in-out infinite;
    background    : linear-gradient(145deg, #1a1a2e, #16213e);
    color         : #ffa51a;
    font-size     : 18px;
    border        : 1px solid #ffa51a;
    text-shadow   : 0 0 8px rgba(255, 165, 26, 0.6);
    width         : auto;
    padding       : 10px 25px;
    display       : inline-block;
    border-radius : 12px;
    font-family   : 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight   : 600;
    letter-spacing: 1px;
}

.mc-top10_text_rainbow {
    font-family     : Arial, sans-serif;
    font-size       : 18px;
    font-weight     : bold;
    text-align      : center;
    background-color: #000000;
    padding         : 5px;
}

.mc-info-header {
    color        : #ffa51a;
    font-family  : Arial, sans-serif;
    font-size    : 16px;
    font-weight  : bold;
    text-align   : center;
    margin-bottom: 10px;
    text-shadow  : 0 0 10px rgba(255, 165, 26, 0.3);
}

.mc-info-row {
    color        : #ff4848;
    font-family  : Arial, sans-serif;
    font-size    : 14px;
    font-weight  : bold;
    text-align   : center;
    margin-bottom: 12px;
}

.mc-info-footer {
    color      : #ff4848;
    font-family: Arial, sans-serif;
    font-size  : 13px;
    font-weight: bold;
    text-align : center;
    border-top : 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top : 5px;
}

.mc-count {
    color      : #ffa51a;
    font-family: Arial, sans-serif;
    font-size  : 20px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(255, 165, 26, 0.3);
}

.mc-char-count {
    font-size  : 14px;
    color      : #ffa51a;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

/* Niestandardowe style dla autouzupełniania jQuery UI */
.ui-autocomplete {
    position  : absolute;
    cursor    : default;
    border    : 1px solid #ffa51a;
    background: #2d2d2d;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding   : 2px;
    z-index   : 1000;
    list-style: none;
}

.ui-menu-item .ui-menu-item-wrapper {
    display: block;
    padding: 5px 10px;
    color  : #e0e0e0;
    cursor : pointer;
}

/* Styl dla podświetlonego elementu */
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #ffa51a;
    color     : #000000;
    border    : none;
}

.suggestionsBox {
    position        : absolute;
    z-index         : 10;
    margin-top      : 15px;
    width           : 350px;
    border          : 2px solid #ffd500;
    background-color: #0000ff;
    color           : #ffffff;
}

.suggestionList {
    font-size: 14px;
    color    : #00FF00;
    margin   : 0px;
}

.info {
    font-size  : 12px;
    font-weight: bold;
    color      : #d60d0d;
}