@font-face {
    font-family: 'Titilium';
    src: url('../../lib/fonts/titilliumweb-regular-webfont.eot');
    src: url('../../lib/fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../lib/fonts/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('../../lib/fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('../../lib/fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('../../lib/fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "Titilium", "Raleway", "Segoe UI", "Helvetica", "Arial", sans-serif;
    background-color: #efefef;
}

/*Typografi Stayle*/
a {
    color: #0f9647;
}
a:hover {
    color: #09602d;
}

/*Toggle Icon & Sidebar*/
.toggle.front#sidenav-toggle {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #333333;
    cursor: pointer;
}
.toggle.back#sidenav-toggle {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #333333;
    cursor: pointer;
}
.toggle#sidenav-toggle:hover {
    color: #0f9647;
}
img.logo-sidebar {
    width:auto;
    max-height: 48px;
    margin-left: 10px;
    margin-right: 5px;
}
i.fa.fa-angle-left, i.fa.fa-bars {
    font-size: 1.5em;
}

/*Navbar Custom*/
.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px;
}
.navbar-brand {
    padding-left: 30px;
}
.navbar {
    border-radius: 0;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #0f9647;
}
.navbar-default .navbar-brand {
    color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0f9647;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
}
.dropdown-menu.right-text {
    left: -70px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #333;
    background-color: rgba(0,0,0,.05);
}
.dropdown-menu {
    border-radius:none;
}
a.nav-link {
    color: #333;
}
a.nav-link:hover {
    color: #0f9647;
}

/* Card Panel */
.card {
    border-radius: 0px;
}
.card-title {
    margin-bottom: 0px;
}
.card.is-icon-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.20);
}

/*PopUp Edit Box*/
.popup_box {
    position:absolute;
    z-index:10;   
    width:100px;
    height:auto;
    color:#333333;
    background:#ffffff;
    display: none;
}
#edit_btn.btn-block, #delete_btn.btn-block, #reset_btn.btn-block, #view_btn.btn-block {
    margin-top: 0;
}
button.btn-block.btn-popup {
    margin-top: 0;
}

/*Form Control*/
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.form-control:focus {
    border-color:#0f9647;
    box-shadow:0 0 0 .2rem rgba(15,150,71,0.05);
}
.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color:#0f9647;
    border-color:#0f9647;
}
.btn-default:hover {
    color: #fff;
    background-color:#0f9647;
    border-color:#0f9647;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color:#09602d;
    border-color:#09602d;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color:#09602d;
    border-color:#09602d;
}

/*Pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0f9647;
    border-color: #0f9647;
}
.pagination > li > a, .pagination > li > span {
    color: #0f9647;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #09602d;
}

/*Dropdown*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0f9647;
}

/*Jumbotron*/
.jumbotron {
    padding: 25px;
    margin-bottom: 15px;
}
.jumbotron p {
    font-size: 16px;
}

/*Navbar Sidemenu*/
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #0f9647;
}
.nav > li > a {
    color: #333;
    border-radius: 0;
}

/*Option Style*/
.is-no-padding {
    padding: 0;
}
.is-shadow-bottom {
    box-shadow: 0px 15px 5px -15px #111;
}
.is-shadow-panel {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.is-icon-box {
    margin-bottom: 10px;
}
.is-icon-box-fa {
    min-height: 120px;
}
.is-link {
    color: #333;
}
.is-link:hover {
    color: #0f9647;
    text-decoration: none;
}

/*Breadcrumb*/
.breadcrumb {
    border: 1px solid #c6c6c6c6;
}

/* Tabel Custom*/
.table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

/* Icon Searching */
i.fa.button-modal-ceklis {
    cursor: pointer;
}

/* Tabel datatables custom */
.page-item.active .page-link {
    color: #ffffff;
    background-color: #0f9647;
    border-color: #dee2e6;
}
.page-item.active .page-link:hover {
    color: #fff;
}

/*Login Box*/
div.card.login-box{
    max-width: 360px;
}

/* Loading Bar */
#loading .overlay {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(225,225,225,0.3);
  z-index: 99999;
  float: right;
}
#loading {
  z-index: 99999;
  display: none;
}
.loader label{ color:black;font-weight: bold; padding: 5px}
.loader {z-index: 999999; background-color: white; padding: 5px 10px 5px 5px; border-radius: 0px 0px 30px 0px; position: fixed; float: left; top: 0px}
.loader img{width: 44px}

.progress {
    position: relative;
    height: 25px;
}
.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

/* --------------------------------------------------------------------------
   ARENAKU design system
   Mobile-first additions keep the legacy admin pages compatible while the
   login and operational dashboard use the new visual language.
   -------------------------------------------------------------------------- */
:root {
    --arena-navy-950: #071f31;
    --arena-navy-900: #0b2940;
    --arena-navy-800: #123750;
    --arena-green-700: #247a5b;
    --arena-green-600: #2f8d69;
    --arena-green-100: #e5f3eb;
    --arena-gold: #e8c67a;
    --arena-ink: #112a40;
    --arena-muted: #6b7785;
    --arena-line: #dfe6e9;
    --arena-surface: #ffffff;
    --arena-canvas: #f4f7f6;
    --arena-danger: #c94f4f;
    --arena-warning: #d89b28;
    --arena-shadow: 0 12px 32px rgba(19, 52, 72, .08);
    --arena-radius: 14px;
}

html {
    min-height: 100%;
}

body.login-page {
    min-height: 100vh;
    margin: 0;
    background: #fff;
    color: var(--arena-ink);
    overflow-x: hidden;
}

.login-shell {
    display: block;
    min-height: 100vh;
    background: var(--arena-surface);
}

.login-visual {
    display: none;
}

.login-panel {
    display: flex;
    min-height: 100vh;
    padding: 28px 22px 32px;
    background:
        radial-gradient(circle at 100% 0, rgba(232, 198, 122, .1), transparent 28%),
        #fff;
}

.login-panel__inner {
    width: 100%;
    max-width: 560px;
    margin: auto;
}

.back-home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
    color: #62707b;
    font-size: 15px;
    text-decoration: none;
}

.back-home:hover,
.back-home:focus {
    color: var(--arena-green-700);
    text-decoration: none;
}

.back-home i {
    color: var(--arena-ink);
    font-size: 17px;
}

.mobile-brand,
.brand-lockup {
    display: flex;
    align-items: center;
}

.mobile-brand {
    gap: 10px;
    margin-bottom: 34px;
}

.mobile-brand img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transform: scale(1.75);
}

.mobile-brand div,
.brand-lockup div {
    display: flex;
    flex-direction: column;
}

.mobile-brand strong {
    color: var(--arena-navy-900);
    font-size: 21px;
    line-height: 1;
    letter-spacing: 1px;
}

.mobile-brand span {
    margin-top: 6px;
    color: var(--arena-green-600);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .75px;
}

.login-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--arena-green-700);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
}

.login-heading h2 {
    margin: 0 0 12px;
    color: var(--arena-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 9vw, 48px);
    font-weight: 700;
    line-height: 1.08;
}

.login-heading p {
    max-width: 540px;
    margin: 0 0 30px;
    color: var(--arena-muted);
    font-size: 16px;
    line-height: 1.65;
}

.login-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: -8px 0 20px;
    padding: 12px 14px;
    border: 1px solid #f1c4c4;
    border-radius: 10px;
    background: #fff4f4;
    color: #9f3434;
    font-size: 14px;
}

.login-form .form-group {
    margin-bottom: 17px;
}

.login-form label {
    margin-bottom: 8px;
    color: #2c3540;
    font-size: 14px;
    font-weight: 600;
}

.input-wrap {
    position: relative;
}

.input-wrap .form-control {
    width: 100%;
    height: 58px;
    padding: 12px 52px;
    border: 1px solid #d7dddf;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    color: var(--arena-ink);
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.input-wrap select.form-control {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.input-wrap .form-control:focus {
    border-color: var(--arena-green-600);
    box-shadow: 0 0 0 4px rgba(47, 141, 105, .1);
}

.input-wrap.has-error .form-control {
    border-color: var(--arena-danger);
    box-shadow: 0 0 0 4px rgba(201, 79, 79, .08);
}

.input-wrap__icon,
.input-wrap__trailing,
.password-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.input-wrap__icon {
    left: 19px;
    color: #6e7882;
    font-size: 18px;
    pointer-events: none;
}

.input-wrap__trailing {
    right: 20px;
    color: #55616d;
    font-size: 12px;
    pointer-events: none;
}

.password-toggle {
    right: 13px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #69747e;
    cursor: pointer;
    font-size: 18px;
}

.password-toggle:focus {
    outline: 2px solid rgba(47, 141, 105, .35);
    outline-offset: -2px;
    border-radius: 8px;
}

.login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 18px 0 20px;
    font-size: 14px;
}

.login-options a {
    color: var(--arena-green-700);
    font-weight: 600;
}

.remember-check {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    cursor: pointer;
    font-weight: 400 !important;
}

.remember-check input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.remember-check__box {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border: 1.5px solid #8d969e;
    border-radius: 4px;
    color: transparent;
    font-size: 10px;
}

.remember-check input:checked + .remember-check__box {
    border-color: var(--arena-green-700);
    background: var(--arena-green-700);
    color: #fff;
}

.remember-check input:focus + .remember-check__box {
    box-shadow: 0 0 0 4px rgba(47, 141, 105, .12);
}

.login-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    min-height: 62px;
    padding: 14px 22px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--arena-navy-900), #0a3654);
    box-shadow: 0 12px 24px rgba(11, 41, 64, .2);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.login-submit:hover,
.login-submit:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(11, 41, 64, .26);
    outline: none;
}

.login-submit i {
    font-size: 16px;
}

.secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    max-width: 390px;
    margin: 24px auto 0;
    color: #7b858e;
}

.secure-note > span {
    display: grid;
    flex: 0 0 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: var(--arena-green-100);
    color: #668274;
    font-size: 18px;
}

.secure-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    .login-panel {
        padding: 46px 8vw;
    }

    .login-heading h2 {
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    body.login-page {
        padding: 0;
        background: #f1f4f3;
    }

    .login-shell {
        display: grid;
        grid-template-columns: minmax(0, 56%) minmax(440px, 44%);
        width: 100%;
        min-height: 100vh;
        overflow: hidden;
    }

    .login-visual {
        position: relative;
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        padding: 5.5vh 5.4vw 6vh;
        background:
            linear-gradient(150deg, rgba(7, 31, 49, .97), rgba(12, 48, 69, .97) 63%, rgba(37, 99, 76, .88)),
            #0b2940;
        color: #fff;
    }

    .login-visual::before,
    .login-visual::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    .login-visual::before {
        top: 6%;
        right: -7%;
        width: 52%;
        height: 43%;
        border: 3px solid rgba(255, 255, 255, .035);
        border-radius: 48%;
        transform: rotate(-17deg);
    }

    .login-visual::after {
        right: -12%;
        bottom: -20%;
        width: 72%;
        height: 58%;
        border: 2px solid rgba(232, 198, 122, .08);
        transform: perspective(600px) rotateX(59deg) rotateZ(-9deg);
    }

    .brand-lockup {
        position: relative;
        z-index: 2;
        gap: 10px;
        align-self: flex-start;
    }

    .brand-lockup img {
        width: 58px;
        height: 58px;
        object-fit: contain;
        filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .2));
        transform: scale(1.75);
        margin-right: 12px;
    }

    .brand-lockup strong {
        color: #fff;
        font-size: 26px;
        line-height: 1;
        letter-spacing: 1.3px;
    }

    .brand-lockup span {
        margin-top: 6px;
        color: #7fc49a;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .login-emblem {
        position: absolute;
        z-index: 2;
        top: 18%;
        left: 50%;
        width: clamp(310px, 31vw, 510px);
        height: clamp(300px, 40vh, 480px);
        transform: translateX(-50%);
        border: 1px solid rgba(232, 198, 122, .36);
        border-radius: 34px;
        background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(9, 39, 56, .18));
        box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 28px 70px rgba(0, 0, 0, .16);
    }

    .login-emblem img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .22));
        transform: scale(1.8);
    }

    .login-copy {
        position: relative;
        z-index: 3;
        max-width: 650px;
        margin-top: auto;
        padding-top: 54vh;
    }

    .login-copy h1 {
        margin: 0 0 20px;
        color: #fff;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: clamp(38px, 3.2vw, 58px);
        font-weight: 400;
        line-height: 1.05;
    }

    .login-copy h1 em {
        color: #91c8a5;
        font-style: normal;
    }

    .login-copy p {
        max-width: 610px;
        margin: 0;
        color: rgba(255, 255, 255, .87);
        font-size: clamp(15px, 1.15vw, 20px);
        line-height: 1.6;
    }

    .login-copy__line {
        display: block;
        width: 84px;
        height: 4px;
        margin-top: 26px;
        border-radius: 10px;
        background: var(--arena-gold);
    }

    .sparkle {
        position: absolute;
        right: 20%;
        top: calc(54vh + 28px);
        color: var(--arena-gold);
        font-size: 28px;
    }

    .login-visual__glow {
        position: absolute;
        border-radius: 50%;
        filter: blur(8px);
        pointer-events: none;
    }

    .login-visual__glow--one {
        right: 8%;
        top: 18%;
        width: 210px;
        height: 210px;
        background: rgba(65, 124, 95, .14);
    }

    .login-visual__glow--two {
        left: -12%;
        bottom: -12%;
        width: 390px;
        height: 390px;
        background: rgba(66, 142, 104, .18);
    }

    .court-lines {
        position: absolute;
        z-index: 1;
        right: -2%;
        bottom: 0;
        width: 48%;
        height: 38%;
        opacity: .18;
    }

    .court-lines__net {
        position: absolute;
        top: 17%;
        left: 18%;
        width: 80%;
        height: 33%;
        border: 3px solid rgba(255, 255, 255, .35);
        background: repeating-linear-gradient(90deg, transparent 0 19px, rgba(255, 255, 255, .18) 20px 21px), repeating-linear-gradient(0deg, transparent 0 14px, rgba(255, 255, 255, .18) 15px 16px);
        transform: skewY(-12deg);
    }

    .login-panel {
        min-height: 100vh;
        padding: 5.5vh 5.4vw;
    }

    .login-panel__inner {
        max-width: 560px;
    }

    .login-heading h2 {
        font-size: clamp(40px, 3.1vw, 52px);
    }

    .mobile-brand {
        display: none;
    }
}

@media (min-width: 992px) and (max-height: 760px) {
    .login-emblem {
        top: 14%;
        height: 38vh;
    }

    .login-copy {
        padding-top: 45vh;
    }

    .login-copy p {
        font-size: 15px;
    }

    .login-panel {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .back-home {
        margin-bottom: 18px;
    }

    .login-heading p {
        margin-bottom: 18px;
    }

    .input-wrap .form-control {
        height: 52px;
    }

    .login-submit {
        min-height: 54px;
    }

    .secure-note {
        margin-top: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Authenticated application shell */
body.app-body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--arena-canvas);
    color: var(--arena-ink);
}

.app-workspace {
    min-width: 0;
    min-height: 100vh;
}

.app-main {
    min-height: calc(100vh - 70px);
    padding: 20px 16px 34px;
}

.app-topbar {
    position: sticky;
    z-index: 90;
    top: 0;
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
    border-bottom: 1px solid #e5eae9;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
}

.app-topbar__mobile {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.app-icon-button {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--arena-ink);
    cursor: pointer;
    font-size: 18px;
}

.app-icon-button:hover,
.app-icon-button:focus {
    background: #eef5f1;
    color: var(--arena-green-700);
    outline: none;
}

.topbar-mobile-logo {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    color: var(--arena-navy-900);
    text-decoration: none;
}

.topbar-mobile-logo:hover {
    color: var(--arena-navy-900);
    text-decoration: none;
}

.topbar-mobile-logo img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transform: scale(1.65);
}

.topbar-mobile-logo span {
    max-width: 105px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .5px;
    text-overflow: ellipsis;
}

.topbar-search {
    position: relative;
    display: none;
    width: min(430px, 42vw);
    margin-left: auto;
}

.topbar-search > i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #84909a;
}

.topbar-search input {
    width: 100%;
    height: 44px;
    padding: 10px 56px 10px 43px;
    border: 1px solid #dfe5e7;
    border-radius: 10px;
    background: #fff;
    color: var(--arena-ink);
    outline: none;
}

.topbar-search input:focus {
    border-color: #91bca9;
    box-shadow: 0 0 0 4px rgba(47, 141, 105, .08);
}

.topbar-search kbd {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 3px 6px;
    border: 1px solid #e1e5e7;
    border-radius: 5px;
    background: #f7f8f8;
    box-shadow: none;
    color: #8c959c;
    font-size: 11px;
}

.topbar-developer-console {
    height: 44px;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid #dfe5e7;
    border-radius: 10px;
    background: #f9fbfa;
    color: #284a5b;
    font-size: 11px;
}

.topbar-developer-console > i {
    position: static;
    transform: none;
    color: #438263;
}

.app-topbar__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
}

.notification-count {
    position: absolute;
    top: 4px;
    right: 3px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 99px;
    background: var(--arena-navy-900);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
}

.user-menu__trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px;
    border: 0;
    background: transparent;
    color: var(--arena-ink);
    cursor: pointer;
}

.user-menu__trigger:focus {
    outline: 2px solid rgba(47, 141, 105, .22);
    outline-offset: 3px;
    border-radius: 10px;
}

.user-avatar,
.user-menu__trigger > img {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border: 2px solid #dfe7e2;
    border-radius: 50%;
    background: linear-gradient(145deg, #d9eddf, #b9d8c6);
    color: var(--arena-navy-900);
    font-size: 13px;
    font-weight: 800;
    object-fit: cover;
}

.user-menu__identity,
.user-menu__chevron {
    display: none;
}

.user-menu__identity strong,
.user-menu__identity small {
    display: block;
    white-space: nowrap;
}

.user-menu__identity strong {
    font-size: 13px;
}

.user-menu__identity small {
    margin-top: 2px;
    color: #7a858e;
    font-size: 11px;
    text-align: left;
}

.arena-dropdown {
    min-width: 230px;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #e1e7e5;
    border-radius: 12px;
    box-shadow: var(--arena-shadow);
}

.arena-dropdown__heading {
    padding: 8px 10px;
    color: var(--arena-ink);
    font-weight: 700;
}

.arena-dropdown__empty {
    padding: 13px 10px;
    border-radius: 8px;
    background: #f5f8f6;
    color: #75808a;
    font-size: 13px;
}

.arena-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    color: #40505c;
    font-size: 13px;
}

.arena-dropdown .dropdown-item:hover,
.arena-dropdown .dropdown-item:focus {
    background: #edf5f1;
    color: var(--arena-green-700);
}

.arena-dropdown .dropdown-item.is-danger {
    color: var(--arena-danger);
}

.arena-sidebar.sidenav {
    z-index: 120;
    display: flex;
    width: min(86vw, 282px);
    height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background:
        radial-gradient(circle at 30% 80%, rgba(57, 127, 92, .32), transparent 26%),
        linear-gradient(160deg, #09263b, #0b3047 72%, #123c49);
    box-shadow: 10px 0 35px rgba(5, 27, 42, .2);
    color: #fff;
    scrollbar-width: none;
}

.arena-sidebar.sidenav::-webkit-scrollbar {
    display: none;
}

.arena-sidebar__brand {
    position: relative;
    flex: 0 0 auto;
    padding: 24px 18px 16px;
}

.arena-sidebar__brand > a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
}

.arena-sidebar__brand img {
    width: 53px;
    height: 53px;
    flex: 0 0 53px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .22));
    transform: scale(1.8);
    margin-right: 11px;
}

.arena-sidebar__brand div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.arena-sidebar__brand strong {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

.arena-sidebar__brand span {
    margin-top: 5px;
    color: var(--arena-gold);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .45px;
    white-space: nowrap;
}

.arena-sidebar__brand small {
    margin-top: 5px;
    color: #76be92;
    font-size: 7px;
    letter-spacing: .7px;
}

.sidebar-close {
    position: absolute;
    top: 13px;
    right: 10px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: #fff;
}

.arena-sidebar__nav {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    gap: 3px;
    padding: 10px 18px 18px;
}

.arena-sidebar__nav > a {
    display: flex;
    min-height: 43px;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(255,255,255,.86);
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.arena-sidebar__nav > a i {
    width: 18px;
    color: rgba(255,255,255,.78);
    text-align: center;
}

.arena-sidebar__nav > a span {
    font-size: 14px;
}

.arena-sidebar__nav > a:hover,
.arena-sidebar__nav > a:focus,
.arena-sidebar__nav > a.active {
    border-color: rgba(232, 198, 122, .58);
    background: rgba(255,255,255,.09);
    color: #fff;
}

.arena-sidebar__nav > a.active i {
    color: var(--arena-gold);
}

.sidebar-divider {
    display: block;
    height: 1px;
    margin: 9px 6px;
    background: rgba(255,255,255,.16);
}

.sidebar-group {
    display: block;
    margin: 13px 14px 5px;
    color: rgba(214,235,224,.5);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.15px;
}

.arena-sidebar__status {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 11px;
    margin: 10px 18px 24px;
    padding: 15px;
    border: 1px solid rgba(232, 198, 122, .55);
    border-radius: 10px;
    background: rgba(255,255,255,.04);
}

.arena-sidebar__status > i {
    color: var(--arena-gold);
    font-size: 18px;
}

.arena-sidebar__status strong,
.arena-sidebar__status span {
    display: block;
}

.arena-sidebar__status strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 12px;
}

.arena-sidebar__status span {
    color: rgba(255,255,255,.7);
    font-size: 10px;
    line-height: 1.5;
}

.sidenav-overlay {
    z-index: 110;
    background: rgba(4, 20, 31, .58);
    backdrop-filter: blur(2px);
}

.app-footer {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px 24px;
    color: #87918f;
    font-size: 11px;
}

.app-footer span + span::before {
    margin-right: 8px;
    content: '•';
}

@media (min-width: 640px) {
    .app-main {
        padding: 24px;
    }

    .topbar-search {
        display: block;
    }

    .topbar-developer-console {
        display: flex;
    }

    .topbar-mobile-logo span {
        max-width: none;
    }

    .user-menu__identity {
        display: block;
    }
}

@media (min-width: 992px) {
    .app-workspace {
        padding-left: 270px;
    }

    .arena-sidebar.sidenav {
        width: 270px;
        transform: translate(0, 0);
        box-shadow: none;
    }

    .arena-sidebar__brand {
        padding-top: 25px;
    }

    .sidebar-close,
    .app-sidebar-toggle,
    .topbar-mobile-logo {
        display: none;
    }

    .app-topbar {
        min-height: 78px;
        padding: 13px 28px;
    }

    .app-topbar__mobile {
        display: none;
    }

    .topbar-search {
        margin-left: auto;
    }

    .app-topbar__actions {
        gap: 14px;
    }

    .user-menu__chevron {
        display: block;
        margin: 0 3px 0 8px;
        color: #53616c;
        font-size: 11px;
    }

    .app-main {
        padding: 26px 30px 38px;
    }
}

@media (min-width: 1400px) {
    .app-main {
        padding-right: 34px;
        padding-left: 34px;
    }
}
