@import url("reset.css");
@import url("bootstrap.css");
@import 'secondary.css';
@import url("small.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
html {
  min-height: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", "PT Sans", sans-serif, arial;
}

* {
  outline: none !important;
}

a, a:hover, a:active, a:focus {
  white-space: nowrap;
}

.wapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.wapper > section {
  flex: 1 0 auto;
}
.wapper > section > header {
  height: 50px;
    background: #161c24;
  overflow: hidden;
}
.wapper > section > header .menu-button {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 25px;
  color: white;
}
.wapper > section > header .menu-button:hover, .wapper > section > header .menu-button:active {
  color: white;
}
.wapper > section > header .logo {
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 50px;
  font-family: "Inter", serif;
  color: #ffffff;
  font-size: 20px;
  white-space: nowrap;
  display: inline-block;
}
.wapper > section > header .logo img {
  height: 40px;
}
.wapper > section > header .logo:hover {
  text-decoration: none;
  color: #eceaea;
}
@media (max-width: 767px) {
  .wapper > section > header .logo {
    max-width: 250px !important;
  }
}
.wapper > section > header .image-logo {
  width: 50px;
  height: 50px;
  float: right;
}
.wapper > section > aside {
    /* position: sticky; */
    /* top: 0; */
    /* width: 20%; */
    /* left: 0; */
    float: left;
    /* background: #25292d; */
    /* height: 100vh; */
    /* overflow: hidden; */
}
.wapper > section > main {
  position: relative;
  overflow: hidden;
  width: 80%;
  float: right;
}
.wapper > section > main .page {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .wapper > section > main, .wapper > section > aside {
    width: 100% !important;
  }
  .wapper > section > aside {
    overflow-y: scroll;
    height: calc( 100vh - 50px );
    position: relative !important;
  }
}
.wapper footer {
  flex: 0 0 auto;
  position: relative;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
}
.wapper footer .copyright {
  text-align: center;
  line-height: 60px;
}

.copyright {
  line-height: 15px;
  font-size: 13px;
  transition: all 0.5s;
  color: #555555;
}
.copyright a {
  color: #555555;
}
.copyright a:hover {
  color: RGB(69, 104, 142);
}

.central-block {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 450px;
  background: #ffffff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  overflow: hidden;
}
.central-block.auth-block {
  width: 450px;
}
.central-block.install-block {
  width: 550px;
}
.central-block .central-block-header {
  height: 40px;
  background: #25292d;
  border-radius: 3px;
}
.central-block .central-block-header h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: white;
  position: absolute;
  width: 100%;
  line-height: 40px;
  top: 0;
}
.central-block .central-block-header img {
  height: 40px;
  width: 40px;
  margin-left: 15px;
}
.central-block .central-block-body {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.central-block .central-block-body .form-horizontal {
  max-width: 340px;
  margin: 40px auto 30px;
}
.central-block .central-block-body .form-horizontal input {
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .central-block {
    width: calc( 100% - 30px ) !important;
  }
}

table.playground thead .number {
	width: 5% !important;
}

table.playground thead .name {
	width: 35% !important;
}

table.playground thead .price {
	width: 15% !important;
}

table.playground thead .availability {
	width: 15% !important;
}

table.playground thead .actions {
	width: 30% !important;
}

table.playground thead tr td {
	text-align: center !important;
}

table.playground tbody td:nth-child(1),
table.playground tbody td:nth-child(3),
table.playground tbody td:nth-child(4),
table.playground tbody td:nth-child(5)
{
	text-align: center !important;
}

.mt-4 {
	margin-top: 0.4rem !important;
}

#rcon_list tr td {
	align-items: center;
	border-style: none;
}

.table.table-responsive {
	border-style: none;
}

.modal-body.p_rcon {
	padding: 0;
}

.modal-body.p_rcon form,
.modal-body.p_rcon .f-table {
	padding: 15px;
}

#rcon_list tr td:last-child {
	display: flex;
    justify-content: end;
}

.block-text {
	display: flex;
    background-color: #191D20;
    color: white;
    align-items: center;
    padding: 15px;
	height: 40px;
}

#form_rcon_add .col-md-12 {
	padding-right: 0;
}

/*# sourceMappingURL=primary.css.map */


/* PBGame CMS admin refinements */
.admin-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;align-items:start}
#modules .block{height:100%;border:1px solid #dbe4ef;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(31,41,55,.06);padding:0;overflow:hidden}
#modules .block .block_head{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:14px 18px;font-weight:600;border-radius:16px 16px 0 0}
#modules .block p,#modules .block hr,#modules .block .clearfix,#modules .block button,#modules .block a{margin-left:18px;margin-right:18px}
#modules .block p{margin-top:14px}
#modules .block hr{border-color:#eef2f7}
#modules .btn{border-radius:10px;font-weight:600}
.admin-info-card{border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef5ff);border:1px solid #dbe7ff;padding:0 0 18px 0;overflow:hidden}
.admin-info-card .block_head_info{padding:16px 18px;font-size:18px;font-weight:700;color:#0f172a;background:linear-gradient(135deg,#dbeafe,#eff6ff)}
.admin-info-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;padding:16px 18px 0}
.admin-info-item{background:#fff;border:1px solid #e5ecf6;border-radius:14px;padding:14px 14px 12px;line-height:1.5;color:#334155}
.admin-pages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}
.admin-loading-card{display:flex;align-items:center;justify-content:center;min-height:160px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff}
.admin-page-card{background:#fff;border:1px solid #e5ecf6;border-radius:16px;box-shadow:0 10px 24px rgba(15,23,42,.06);overflow:hidden}
.admin-page-card__header{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff}
.admin-page-card__title{font-size:16px;font-weight:700;margin:0}
.admin-page-card__meta{font-size:12px;opacity:.8}
.admin-page-card__body{padding:16px}
.admin-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.admin-page-grid .full{grid-column:1/-1}
.admin-page-thumb{display:flex;gap:12px;align-items:flex-start}
.admin-page-thumb img{width:96px;height:64px;object-fit:cover;border-radius:10px;border:1px solid #dbe4ef}
.admin-page-card label{font-size:12px;font-weight:600;color:#64748b;margin:0 0 6px;display:block}
.admin-page-card .form-control{border-radius:10px}
.admin-page-actions{display:flex;gap:10px;flex-wrap:wrap;padding:0 16px 16px}
.admin-page-actions .btn{border-radius:10px;font-weight:600}
.pages-builder-section .panel{border-radius:14px;overflow:hidden;border-color:#e5ecf6;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.pages-builder-section .panel-heading{background:#111827!important;color:#fff!important;border:none;font-weight:700}


.admin-editor-intro{background:#ffffff;border:1px solid #e5ecf6;border-radius:16px;padding:18px 20px;margin-bottom:16px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.admin-editor-intro h4{margin:0 0 6px;font-weight:700;color:#111827}
.admin-editor-intro p{margin:0;color:#64748b;line-height:1.55}
.admin-page-card--compact .admin-page-card__header{padding:16px 18px}
.admin-page-card__title-wrap{min-width:0}
.admin-page-card__thumb-small{width:64px;height:64px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;flex:0 0 64px}
.admin-page-card__thumb-small img{width:100%;height:100%;object-fit:cover}
.admin-page-card__summary{font-size:13px;line-height:1.55;color:#475569;margin-bottom:14px;min-height:42px}
.admin-pill-row{display:flex;flex-wrap:wrap;gap:8px}
.admin-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid #dbe4f0;background:#f8fafc;color:#334155}
.admin-pill--accent{background:#eef4ff;border-color:#cfe0ff;color:#1d4ed8}
.admin-pill--success{background:#ecfdf5;border-color:#bbf7d0;color:#15803d}
.admin-pill--warn{background:#fff7ed;border-color:#fed7aa;color:#c2410c}
.admin-pill--danger{background:#fef2f2;border-color:#fecaca;color:#dc2626}
.admin-pill--muted{background:#f8fafc;border-color:#e2e8f0;color:#64748b}
.admin-page-actions{display:flex;gap:10px;flex-wrap:wrap;padding:0 16px 16px}
.admin-page-actions .btn{border-radius:12px;padding:8px 14px;font-weight:600}
.module-card{display:flex;flex-direction:column;min-height:100%}
.module-card .block_head{position:relative;z-index:1}
.module-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px;height:100%}
.module-card__status{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.module-card__links,.module-card__actions{display:flex;flex-wrap:wrap;gap:10px}
.module-card__links .btn,.module-card__actions .btn{border-radius:10px;font-weight:600}
.module-card__info{color:#334155;line-height:1.6;font-size:13px;background:#f8fbff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;overflow:auto;max-height:320px;white-space:normal}
.module-card__info ul{padding-left:18px;margin:8px 0 0}
.module-card__info li{margin-bottom:6px}
.module-card__info .btn{margin:6px 8px 0 0;border-radius:999px}
.module-card--discover .module-card__info{max-height:220px}
#modules .block p,#modules .block hr,#modules .block .clearfix,#modules .block button,#modules .block a{margin-left:0;margin-right:0}

.admin-grid-section{grid-column:1/-1;border:1px solid #dbe4ef;border-radius:18px;background:linear-gradient(135deg,#ffffff,#f8fbff);padding:18px 20px;box-shadow:0 12px 30px rgba(31,41,55,.05)}
.admin-grid-section__title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:6px}
.admin-grid-section__desc{font-size:13px;line-height:1.6;color:#64748b;max-width:900px}
#modules .module-card--system .block_head{background:linear-gradient(135deg,#0f172a,#1d4ed8)}
#modules .module-card--system{border-color:#cfe0ff}

.admin-pages-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0 18px;}
.admin-pages-toolbar .form-control{flex:1 1 300px;max-width:480px;}
.admin-filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.admin-filter-chip{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;border:1px solid #dbe4f0;background:#fff;color:#475569;font-size:13px;font-weight:600;transition:.18s ease;}
.admin-filter-chip:hover,.admin-filter-chip.is-active{background:#eef4ff;border-color:#cfe0ff;color:#1d4ed8;box-shadow:0 8px 18px rgba(37,99,235,.08);}
.admin-page-group{grid-column:1/-1;display:grid;gap:16px;}
.admin-page-group__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border:1px solid #dbe4ef;border-radius:16px;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:0 10px 24px rgba(15,23,42,.04);}
.admin-page-group__title{font-size:18px;font-weight:800;color:#111827;}
.admin-page-group__desc{font-size:13px;color:#64748b;}
@media (max-width: 767px){.admin-pages-toolbar{flex-direction:column;align-items:stretch;}.admin-pages-toolbar .form-control{max-width:none;}.admin-filter-group{justify-content:flex-start;}}


.admin-page-card__title,.module-card .block_head{position:relative}
.admin-page-card__title{padding-left:0}
.module-card[data-module-active="enabled"] .block_head:before,
.module-card[data-module-active="disabled"] .block_head:before{content:'';position:absolute;left:0;top:50%;width:10px;height:10px;border-radius:50%;transform:translateY(-50%);box-shadow:0 0 0 4px rgba(255,255,255,.08)}
.module-card[data-module-active="enabled"] .block_head:before{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.18)}
.module-card[data-module-active="disabled"] .block_head:before{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.18)}
#local_modules .module-card .block_head{padding-left:18px}
.admin-dev-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
@media (max-width: 991px){.admin-dev-grid{grid-template-columns:1fr}}

.admin-state-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px;vertical-align:middle;box-shadow:0 0 0 4px rgba(148,163,184,.12)}
.admin-state-dot--enabled{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.18)}
.admin-state-dot--disabled{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.18)}
.module-card .block_head .admin-state-dot{margin-top:-2px}
.admin-page-card__title .admin-state-dot{margin-top:-1px}

.admin-page-card__title .admin-state-dot{box-shadow:none!important;width:9px;height:9px}
.admin-editor-note{margin-top:10px;padding:12px 14px;border-radius:14px;background:#f8fbff;border:1px solid #dbe7ff;color:#475569;font-size:13px;line-height:1.55}
.admin-editor-note b{color:#0f172a}
.admin-page-group__head--warn{background:linear-gradient(135deg,#fff7ed,#fffbeb);border-color:#fed7aa}
.admin-page-group__head--danger{background:linear-gradient(135deg,#fef2f2,#fff7f7);border-color:#fecaca}
.admin-page-card__helper{margin-top:12px;font-size:12px;line-height:1.55;color:#64748b}

.module-card .block_head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:18px}
.module-card .block_head:before{display:none !important}
.module-card__title{font-weight:700;color:inherit;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.module-card__head-status{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;border-radius:999px;padding:4px 10px;line-height:1;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;white-space:nowrap}
.module-card__head-status--enabled{background:#ecfdf5;border-color:#bbf7d0;color:#15803d}
.module-card__head-status--disabled{background:#fef2f2;border-color:#fecaca;color:#dc2626}
.module-card__head-status .admin-state-dot{margin:0;width:9px;height:9px;box-shadow:none}
.module-card__meta{margin-top:2px;font-size:12px;line-height:1.8;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px}
@media (max-width: 767px){.module-card__meta{grid-template-columns:1fr}.module-card .block_head{padding-right:14px}}

/* PBGame CMS admin layout refresh */
.wapper > section > aside.admin-sidebar-shell{
  width:290px;
  min-width:290px;
  max-width:290px;
  overflow-y:auto;
  overflow-x:hidden;
}
.wapper > section > main{
  width:calc(100% - 260px);
}
.admin-sidebar-brand{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px 16px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.admin-sidebar-brand__logo{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#ffffff,#e7eef8);
  color:#111827;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
  font-size:18px;
}
.admin-sidebar-brand__meta{min-width:0}
.admin-sidebar-brand__eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.6);
  margin-bottom:4px;
}
.admin-sidebar-brand__title{
  font-size:20px;
  line-height:1.15;
  font-weight:800;
  color:#fff;
  margin-bottom:6px;
}
.admin-sidebar-brand__text{
  font-size:12px;
  line-height:1.55;
  color:rgba(255,255,255,.72);
}
@media (max-width: 767px){
  .wapper > section > aside.admin-sidebar-shell,
  .wapper > section > main{width:100%!important;max-width:none;min-width:0}
}

/* PBGame CMS 2.3.1 — admin sidebar and button fallback fix, 2026-04-29 */
@media (min-width: 768px) {
  body.has-dc-sidebar { padding-left:260px!important; box-sizing:border-box!important; }
  body.has-dc-sidebar .dc-sidebar { position:fixed!important; left:0!important; top:0!important; bottom:0!important; width:260px!important; min-width:260px!important; max-width:260px!important; height:100vh!important; z-index:1000!important; margin:0!important; }
}
body.theme-css .input-group-btn[data-toggle="buttons"] > label.btn,
body.theme-css .btn-group[data-toggle="buttons"] > label.btn { display:inline-flex!important; align-items:center!important; justify-content:center!important; min-width:96px!important; width:auto!important; white-space:nowrap!important; word-break:keep-all!important; overflow-wrap:normal!important; }
body.theme-css .input-group-btn[data-toggle="buttons"] > label.btn input[type="radio"],
body.theme-css .btn-group[data-toggle="buttons"] > label.btn input[type="radio"] { position:absolute!important; opacity:0!important; width:1px!important; height:1px!important; pointer-events:none!important; }

/* PBGame CMS 2.3.1 — final admin content left alignment, 2026-04-29
   Sidebar is fixed, so the main column must not keep old float/right 80% layout. */
@media (min-width: 768px) {
  body.has-dc-sidebar {
    padding-left: 260px !important;
    margin-left: 0 !important;
    overflow-x: hidden !important;
  }

  body.has-dc-sidebar .wapper,
  body.has-dc-sidebar .wapper > section {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.has-dc-sidebar .wapper > section > header {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    right: auto !important;
  }

  body.has-dc-sidebar .wapper > section > main {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 14px 18px !important;
    left: 0 !important;
    right: auto !important;
    position: relative !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.has-dc-sidebar .wapper > section > main .page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    box-sizing: border-box !important;
  }

  body.has-dc-sidebar .breadcrumbs,
  body.has-dc-sidebar .page > .breadcrumbs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  body.has-dc-sidebar {
    padding-left: 0 !important;
  }

  body.has-dc-sidebar .wapper > section > main {
    float: none !important;
    width: 100% !important;
    padding: 0 10px 14px !important;
  }
}
