body {
    background-color: #f1f1f1;
}
.full-height {
    min-height:100vh !important;
}
.login-box {
    max-width:400px;
    margin:auto;
    margin-top: 100px;
}
.navbar-vertical .navbar-nav .nav-link.active {
    background-color:rgba(94, 114, 228, 0.1) !important;
}
.table td, .table th {
    vertical-align: middle;
}
.custom-switch .custom-control-label::before {
    border-radius: 1rem !important;
}

body.page-vote {
    background-color: #0e0603;
}

body.page-vote #maincontainer.content {
    padding-top: 220px;
    padding-bottom: 20px;
}

@media (max-width: 1245px) {
    body.page-vote #maincontainer.content {
        padding-top: 180px;
    }
}

@media (max-width: 675px) {
    body.page-vote #maincontainer.content {
        padding-top: 140px;
    }
}

body.page-vote .vote-page-container {
    max-width: 1180px;
}

body.page-vote .vote-page-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    padding: 28px 32px;
    border: 1px solid rgba(78, 63, 49, 0.9);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(201, 170, 113, 0.18), transparent 38%),
        linear-gradient(135deg, rgba(27, 21, 17, 0.97), rgba(16, 12, 10, 0.98));
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

body.page-vote .vote-page-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #c9aa71;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

body.page-vote .vote-page-title {
    margin: 0;
    color: #f4ede2;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 700;
}

body.page-vote .vote-page-subtitle {
    max-width: 720px;
    margin: 12px 0 0;
    color: #a79379;
    font-size: 1rem;
    line-height: 1.8;
}

body.page-vote .vote-shell-card {
    border: 1px solid #302721 !important;
    border-radius: 8px;
    background: rgba(18, 15, 12, 0.96);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32) !important;
}

body.page-vote .vote-shell-card .card-body {
    padding: 32px 36px;
    color: #9f8b74;
}

body.page-vote .vote-shell-card h3 {
    margin-bottom: 18px;
    color: #f4ede2;
    font-weight: 700;
}

body.page-vote .vote-shell-card p {
    color: #a79379;
    line-height: 1.8;
}

body.page-vote .vote-user-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: flex-start;
}

body.page-vote .vote-user-current {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.page-vote .vote-user-label {
    color: #8d7b68;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.page-vote .vote-user-switcher {
    margin-left: auto;
    min-width: min(420px, 100%);
}

body.page-vote .vote-user-switcher summary {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #554534;
    border-radius: 6px;
    background: rgba(26, 20, 16, 0.92);
    color: #d7bf98;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    list-style: none;
    text-transform: uppercase;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

body.page-vote .vote-user-switcher summary::-webkit-details-marker {
    display: none;
}

body.page-vote .vote-user-switcher summary:hover {
    border-color: #8e713e;
    color: #f4ede2;
    background: rgba(34, 26, 20, 0.96);
}

body.page-vote .vote-user-switcher[open] summary {
    margin-bottom: 12px;
}

body.page-vote .vote-inline-form--compact .btn {
    min-width: 170px;
}

body.page-vote .vote-user-reset {
    display: inline-block;
    margin-top: 10px;
    color: #c9aa71;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-vote .vote-user-reset:hover {
    color: #dfbf84;
    text-decoration: none;
}

body.page-vote .vote-shell-card .text-primary {
    color: #c9aa71 !important;
}

body.page-vote .vote-shell-card .alert-danger {
    margin: 20px 0;
    border: 1px solid rgba(181, 88, 88, 0.3);
    background: rgba(105, 32, 32, 0.28);
    color: #f0bbbb;
}

body.page-vote .vote-inline-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

body.page-vote .vote-inline-form .form-control {
    min-width: min(320px, 100%);
    height: 48px;
    border: 1px solid #41342b;
    border-radius: 6px;
    background: #120f0d;
    color: #f4ede2;
    box-shadow: none;
}

body.page-vote .vote-inline-form .form-control::placeholder {
    color: #766555;
}

body.page-vote .vote-inline-form .form-control:focus {
    border-color: #6a563f;
    box-shadow: 0 0 0 0.2rem rgba(201, 170, 113, 0.12);
    background: #15110e;
    color: #f4ede2;
}

body.page-vote .vote-inline-form .btn,
body.page-vote .vote-link-btn {
    border: 1px solid #8e713e;
    border-radius: 6px;
    background: linear-gradient(180deg, #c8aa71 0%, #8d6e3a 100%);
    color: #15110e !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.page-vote .vote-inline-form .btn {
    min-width: 165px;
    height: 48px;
}

body.page-vote .vote-inline-form .btn:hover,
body.page-vote .vote-link-btn:hover {
    background: linear-gradient(180deg, #dfbf84 0%, #a77f45 100%);
    color: #120f0d !important;
}

body.page-vote .vote-divider {
    border-top: 1px solid #312720;
    margin: 24px 0;
}

body.page-vote .vote-site-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

body.page-vote .vote-link-btn {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    white-space: normal;
}

body.page-vote .vote-link-title {
    display: block;
}

body.page-vote .vote-link-btn small {
    color: rgba(21, 17, 14, 0.75);
    font-size: 11px;
    letter-spacing: 0.08em;
}

body.page-vote .vote-link-btn.is-disabled {
    border-color: #3a3028;
    background: linear-gradient(180deg, #494038 0%, #2b241f 100%);
    color: #d2c2ad !important;
    pointer-events: none;
}

body.page-vote .vote-link-btn.is-disabled small {
    color: #b3a08b;
}

body.page-vote .vote-breadcrumb {
    margin: 18px 0 0;
    padding: 0;
    background: transparent;
}

body.page-vote .vote-breadcrumb .breadcrumb-item,
body.page-vote .vote-breadcrumb .breadcrumb-item.active,
body.page-vote .vote-breadcrumb .breadcrumb-item a {
    color: #8d7b68;
    font-size: 13px;
}

body.page-vote .vote-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #5f5146;
}

body.page-vote .vote-nav-active {
    color: #f19d00 !important;
    text-shadow: 0 0 17px #f19d00;
}

@media (max-width: 767px) {
    body.page-vote .vote-page-banner {
        padding: 24px 22px;
    }

    body.page-vote .vote-shell-card .card-body {
        padding: 24px 22px;
    }

    body.page-vote .vote-inline-form .form-control,
    body.page-vote .vote-inline-form .btn {
        width: 100%;
    }

    body.page-vote .vote-user-switcher {
        margin-left: 0;
    }

    body.page-vote .vote-user-switcher summary {
        width: 100%;
    }
}
