/* ==========================================
   ARM HOSTING Modern UI
   Version 1.0
========================================== */

:root{
    --bg:#0F1117;
    --surface:#181E27;
    --surface2:#202733;

    --border:#2D3748;

    --primary:#37D65B;
    --primary-hover:#2BC14E;

    --text:#F5F7FA;
    --muted:#9AA5B1;

    --radius:12px;
}

body{
    background:#0F1117 !important;
    color:var(--text);
    font-family:Inter,Segoe UI,sans-serif;
}

a{
    transition:.18s;
}

button,
.btn,
input[type=submit]{

    border-radius:12px !important;

    transition:.18s;

    border:none !important;
}

input,
select,
textarea{

    border-radius:10px !important;
}

.block-menu,
.page,
.central_block{

    border-radius:14px !important;

    overflow:hidden;
}
