@font-face {
    font-family: 'Cygre';
    src: url('/fonts/Cygre-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cygre';
    src: url('/fonts/Cygre-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Cygre';
    src: url('/fonts/Cygre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    background: url('/content/bg-index-abit.png') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Cygre', Arial, sans-serif !important;
}

nav.portal-navbar a, .dropdown-toggle.nav-bar-background-color.nav-link {
    font-weight: 700 !important;
    font-size: 22px !important;
    background-color: black !important;
    border-radius: 9px;
    color: white !important;
    padding: 5px !important;
    margin-left: 8px;
    margin-right: 8px;
    transition: background 0.2s, color 0.2s;
}
nav.portal-navbar a:hover, .dropdown-toggle.nav-bar-background-color.nav-link:hover {
    background-color: #1da1f2 !important;
    color: #fff !important;
}

#user-tabs {
    justify-content: end;
}

.navbar-nav {
    gap: 10px;
}

.container {
    border-radius: 15px;
}

nav {
    margin-top: 50px;
}

.content {
    padding-top: 12px !important;
}

.instructions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}
.instructions-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 400;
    color: #222;
    position: relative;
    min-height: 38px;
}
.instructions-list .step-num {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #1da1f2 60%, #6ee3ef 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-right: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.instructions-list .step-desc {
    display: block;
    margin-left: 56px;
    width: 100%;
}
.instructions-list .step-note {
    display: block;
    margin-left: 56px;
    margin-top: 4px;
    font-size: 16px;
    color: #888;
    line-height: 1.4;
}

.blue-button, .btn-outline-secondary {
    border-radius: 14px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    background: linear-gradient(90deg, #1da1f2 0%, #6ee3ef 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.10);
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    margin-top: 18px;
    margin-bottom: 18px;
}
.blue-button:hover, .btn-outline-secondary:hover {
    background: linear-gradient(90deg, #6ee3ef 0%, #1da1f2 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(31, 38, 135, 0.18);
    transform: translateY(-2px) scale(1.03);
}

.alert-info {
    background: rgba(110, 227, 239, 0.18) !important;
    color: #1da1f2 !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .container {
        padding: 18px 6vw 18px 6vw;
        max-width: 98vw;
    }
    .instructions-list li {
        font-size: 18px;
    }
    .blue-button, .btn-outline-secondary {
        font-size: 18px !important;
    }
}

h1, .main-title {
    font-size: 38px;
    font-weight: 700;
    color: #1da1f2;
    margin-bottom: 32px;
    text-align: left;
    letter-spacing: 0.5px;
}

.abiturient-body {
    flex-direction: column;
}

.abit-btn-row {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 32px;
}

.abit-btn {
    border-radius: 14px;
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(90deg, #1da1f2 0%, #6ee3ef 100%);
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.10);
    padding: 12px 32px;
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.abit-btn:hover {
    background: linear-gradient(90deg, #6ee3ef 0%, #1da1f2 100%);
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(31, 38, 135, 0.18);
    transform: translateY(-2px) scale(1.03);
}

.action {
    font-size: 14px !important;
}

.action.delete {
    background: linear-gradient(90deg, #ff4e50 0%, #c81d25 100%) !important;
}

.action.delete:hover, .action.delete:focus {
    background: linear-gradient(90deg, #c81d25 0%, #ff4e50 100%);
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(31, 38, 135, 0.18);
    transform: translateY(-2px) scale(1.03);
}