/* Premium Adineue PRO Theme
   High-Contrast: Black / Gold / Orange
*/
@font-face {
    font-family: 'Adineue PRO';
    src: url('path/to/fonts/adineuePRO.woff2') format('woff2'),
         url('path/to/fonts/adineuePRO.woff') format('woff');
    font-weight: 400; /* Adjust depending on the specific weight you have */
    font-style: normal;
    font-display: swap;
}

html {
  background-color: #000000;
}

body {
  font-family: 'Adineue PRO', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #e0e0e0;
  background-color: transparent;
}

*:focus {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-weight: 500;
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: #FF8C00;
  text-decoration: none;
}

label {
  font-weight: normal;
  color: #cccccc;
}

small, .small {
  font-size: 13px;
  color: #888888;
}

.badge, .label {
  font-weight: bold;
  text-shadow: none;
  border-radius: 50px; /* Pill shape */
}

.badge.bg-light, .label.bg-light {
  text-shadow: none;
}

.badge {
  background-color: #222222;
  color: #D4AF37;
}

.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}

.badge-sm {
  padding: 2px 5px !important;
  font-size: 85%;
}

.label-sm {
  padding-top: 0;
  padding-bottom: 1px;
}

.badge-white {
  padding: 2px 6px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.badge-empty {
  color: inherit;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

blockquote {
  border-color: #D4AF37;
}

.caret-white {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.65);
}

a:hover .caret-white {
  border-top-color: #FF8C00;
}

.thumbnail {
  border-color: #222222;
  border-radius: 20px;
}

/* Progress Bars - Fluid mobile constraints applied */
.progress {
  background-color: #111111;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
}

.progress-xxs { height: 2px; }
.progress-xs { height: 6px; }
.progress-sm { height: 12px; }

.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 1em;
}

.progress, .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar-primary { background-color: #D4AF37; } /* Gold */
.progress-bar-info { background-color: #23b7e5; }
.progress-bar-success { background-color: #27c24c; }
.progress-bar-warning { background-color: #FF8C00; } /* Orange */
.progress-bar-danger { background-color: #f05050; }
.progress-bar-black { background-color: #1c2b36; }
.progress-bar-white { background-color: #fff; color: #000; }

.accordion-group,
.accordion-inner {
  border-color: #222222;
  border-radius: 20px;
}

.alert {
  font-size: 13px;
  box-shadow: none;
  border-radius: 20px;
}

.alert .close i {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

/* Inputs & Controls */
.form-control {
  border-color: #333333;
  border-radius: 50px; /* Pill shape */
  background-color: #111111;
  color: #ffffff;
}

.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: #D4AF37;
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

.form-control-spin {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  margin-top: -7px;
}

.input-group-addon {
  background-color: #222222;
  border-color: #333333;
  color: #ffffff;
}

/* Lists */
.list-group {
  border-radius: 20px;
}

.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}

.list-group.no-borders .list-group-item {
  border: none;
}

.list-group.no-border .list-group-item {
  border-width: 1px 0;
}

.list-group.no-bg .list-group-item {
  background-color: transparent;
}

.list-group-item {
  padding-right: 15px;
  border-color: #222222;
  background-color: #111111;
  color: #e0e0e0;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.hover {
  background-color: #1a1a1a;
  color: #D4AF37;
}

.list-group-item.media {
  margin-top: 0;
}

.list-group-item.active {
  color: #000000 !important;
  background-color: #D4AF37 !important;
  border-color: #D4AF37 !important;
}

.list-group-item.active .text-muted {
  color: #333333 !important;
}

.list-group-item.active a {
  color: #000000;
}

.list-group-item.focus {
  background-color: #222222 !important;
}

.list-group-item.select {
  position: relative;
  z-index: 1;
  background-color: #1a1a1a !important;
  border-color: #333333;
}

.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(255, 255, 255, 0.02) !important;
}

.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-group-sm .list-group-item {
  padding: 6px 10px;
}

.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 20px;
}

.list-group-item > .badge {
  margin-right: 0;
}

.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}

.list-group-item > .fa-chevron-right + .badge {
  margin-right: 5px;
}

/* Navs & Tabs */
.nav-pills.no-radius > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a {
  color: #000000 !important;
  background-color: #D4AF37;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.05);
  color: #D4AF37;
}

.nav.nav-lg > li > a { padding: 20px 20px; }
.nav.nav-md > li > a { padding: 15px 15px; }
.nav.nav-sm > li > a { padding: 6px 12px; }
.nav.nav-xs > li > a { padding: 4px 10px; }
.nav.nav-xxs > li > a { padding: 1px 10px; }

.nav.nav-rounded > li > a {
  border-radius: 50px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(255, 255, 255, 0.05);
}

.nav-tabs {
  border-color: #333333;
}

.nav-tabs > li > a {
  border-bottom-color: #333333;
  border-radius: 20px 20px 0 0;
  color: #888888;
}

.nav-tabs > li:hover > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border-color: #333333;
  color: #D4AF37;
}

.nav-tabs > li.active > a {
  border-bottom-color: #D4AF37 !important;
  background-color: transparent !important;
}

.nav-tabs-alt .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}

.nav-tabs-alt .nav-tabs > li > a {
  background: transparent !important;
  border-color: transparent !important;
  border-bottom-color: #333333 !important;
  border-radius: 0;
}

.nav-tabs-alt .nav-tabs > li.active > a {
  border-bottom-color: #D4AF37 !important;
}

.tab-container {
  margin-bottom: 15px;
}

.tab-container .tab-content {
  padding: 24px;
  background-color: #111111;
  border: 1px solid #222222;
  border-top-width: 0;
  border-radius: 0 0 24px 24px;
}

.pagination > li > a {
  border-color: #222222;
  background-color: #111111;
  color: #e0e0e0;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #1a1a1a;
  border-color: #D4AF37;
  color: #D4AF37;
}

/* Bento Grid Cards & Panels */
.panel, .cards, .box-tile, .main-box {
  border-radius: 24px;
  background-color: #111111;
  border: 1px solid #222222;
  box-shadow: none;
}

.panel .accordion-toggle {
  display: block;
  font-size: 14px;
  cursor: pointer;
}

.panel .list-group-item {
  border-color: #222222;
}

.panel.no-borders {
  border-width: 0;
}

.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
  border-width: 0;
}

.panel-heading {
  border-radius: 24px 24px 0 0;
  background-color: #151515 !important;
  color: #ffffff;
}

.panel-default .panel-heading {
  background-color: #151515;
}

.panel-heading.no-border {
  margin: -1px -1px 0 -1px;
  border: none;
}

.panel-heading .nav {
  margin: -10px -15px;
}

.panel-heading .list-group {
  background: transparent;
}

.panel-footer {
  background-color: #151515;
  border-color: #222222;
  border-radius: 0 0 24px 24px;
}

.panel-default {
  border-color: #222222;
}

.panel-default > .panel-heading,
.panel-default > .panel-footer {
  border-color: #222222;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #222222;
}

/* Tables */
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 15px;
  border-top: 1px solid #222222;
  color: #e0e0e0;
}

.table > thead > tr > th {
  padding: 12px 15px;
  border-bottom: 1px solid #333333;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
}

.table-bordered  > tbody > tr:nth-child(even) > td,
.table-bordered  > tbody > tr:nth-child(even) > th {
  background-color: #151515;
} 

.table-striped > tbody > tr > td {
    color: #e0e0e0;
}

.table-striped > thead {
    background: #151515;
    color: #ffffff;
}

.table-bordered {
  border-color: #222222;
}

.table-bordered > tbody > tr > td {
  border-color: #222222;
}

.table-striped > thead > tr > th {
    border-bottom: 1.5px solid #D4AF37;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #151515;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #111111;
}

.table-striped > thead > th {
  background-color: #151515;
  border-right: 1px solid #222222;
}

.table-striped > thead > th:last-child {
  border-right: none;
}

.well,
pre {
  background-color: #151515;
  border-color: #222222;
  color: #e0e0e0;
}

/* Dropdowns */
.dropdown-menu {
  border: 1px solid #333333;
  border-radius: 20px;
  background-color: #111111;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.dropdown-menu.pull-left { left: 100%; }

.dropdown-menu > .panel {
  margin: -5px 0;
  border: none;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #e0e0e0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #D4AF37;
  background-color: #1a1a1a !important;
  background-image: none;
  filter: none;
}

.dropdown-header { padding: 5px 15px; color: #888888; }

.dropdown-submenu { position: relative; }

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #D4AF37;
  background-color: #1a1a1a !important;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
}

.dropdown-submenu.pull-left { float: none !important; }
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
}

/* Layout & Grid Helpers */
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-0 { clear: left; }

.row.no-gutter { margin-right: 0; margin-left: 0; }
.no-gutter [class*="col"] { padding: 0; }
.row-sm { margin-right: -10px; margin-left: -10px; }
.row-sm > div { padding-right: 10px; padding-left: 10px; }

.modal-backdrop { background-color: #000000; }
.modal-backdrop.in { opacity: 0.9; filter: alpha(opacity=90); }

.modal-over { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }
.modal-center { position: absolute; top: 50%; left: 50%; }

html, body { width: 100%; height: 100%; }
body { overflow-x: hidden; }

.app {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 120%;
}

.app:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: inherit;
  background-color: #000000;
  border: inherit;
  content: "";
}

.app-header-fixed { padding-top: 50px; }
.app-header-fixed .app-header { position: fixed; top: 0; width: 100%; }
.app-header { z-index: 1025; border-radius: 0; background-color: #111111; }

/* Buttons - Upgraded to Pill Shapes */
.btn {
  font-weight: 600;
  border-radius: 50px !important;
  outline: 0!important;
  padding: 10px 24px;
  transition: all 0.3s ease;
}

.btn-link { color: #D4AF37; }
.btn-link.active { box-shadow: none; webkit-box-shadow: none; }

.btn-default {
  color: #e0e0e0 !important;
  background-color: #151515;
  border-color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #D4AF37 !important;
  background-color: #1a1a1a;
  border-color: #D4AF37;
}

.btn-primary {
  color: #000000 !important;
  background-color: #D4AF37;
  border-color: #D4AF37;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #000000 !important;
  background-color: #FF8C00;
  border-color: #FF8C00;
}

.btn-success {
  color: #ffffff !important;
  background-color: #27c24c;
  border-color: #27c24c;
}

.btn-info {
  color: #000000 !important;
  background-color: #D4AF37;
  border-color: #D4AF37;
}

.btn-warning {
  color: #000000 !important;
  background-color: #FF8C00;
  border-color: #FF8C00;
}

.btn-danger {
  color: #ffffff !important;
  background-color: #f05050;
  border-color: #f05050;
}

.btn-dark {
  color: #ffffff !important;
  background-color: #222222;
  border-color: #333333;
}

.btn-black {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #222222;
}

.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0 !important;
  text-align: center;
}

.btn-icon i { position: relative; top: -1px; line-height: 44px; }
.btn-icon.btn-sm { width: 34px; height: 34px; }
.btn-icon.btn-sm i { line-height: 34px; }
.btn-icon.btn-lg { width: 54px; height: 54px; }
.btn-icon.btn-lg i { line-height: 54px; }

/* Background Utility Classes */
.bg-light { color: #000; background-color: #e0e0e0; }
.bg-dark { color: #e0e0e0; background-color: #111111; }
.bg-black { color: #e0e0e0; background-color: #000000; }
.bg-primary { color: #000000; background-color: #D4AF37; } /* Gold */
.bg-success { color: #ffffff; background-color: #27c24c; }
.bg-info { color: #000000; background-color: #D4AF37; }
.bg-warning { color: #000000; background-color: #FF8C00; } /* Orange */
.bg-danger { color: #ffffff; background-color: #f05050; }
.bg-white { color: #000000; background-color: #ffffff; }

/* Text Utility Classes */
.text-primary { color: #D4AF37; }
.text-info { color: #23b7e5; }
.text-success { color: #27c24c; }
.text-warning { color: #FF8C00; }
.text-danger { color: #f05050; }
.text-dark { color: #e0e0e0; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-muted { color: #888888; }

/* Borders */
.b { border: 1px solid rgba(255, 255, 255, 0.05); }
.b-a { border: 1px solid #333333; }
.b-t { border-top: 1px solid #333333; }
.b-r { border-right: 1px solid #333333; }
.b-b { border-bottom: 1px solid #333333; }
.b-l { border-left: 1px solid #333333; }

.b-light { border-color: #e0e0e0; }
.b-dark { border-color: #222222; }
.b-black { border-color: #111111; }
.b-primary { border-color: #D4AF37; }

/* Modern Box Shadows */
.box-shadow { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
.box-shadow-lg { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7); }
.no-shadow { -webkit-box-shadow: none !important; box-shadow: none !important; }

/* Widget Styles */
.top-widget {
    background: #111111;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    position: relative;
    border-radius: 24px;
    border: 1px solid #222222;
}

.top-widget-inline {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
    text-align: left;
    align-items: center;    
}

.top-widget-icon {
    padding: 2px;
    border-radius: 16px;
}

.E-Wallet .top-widget-icon { background-color: #D4AF37; color: #000; }
.p-pending .top-widget-icon { background-color: #FF8C00; color: #000; }
.P-withdrawed .top-widget-icon { background-color: #222222; color: #D4AF37; }
.t-commission .top-widget-icon { background-color: #D4AF37; color: #000; }
.a-available .top-widget-icon { background-color: #FF8C00; color: #000; }

.top-widget img { width: 100%; padding: 5px; }
.top-widget h3 { font-size: 20px; margin-top: 0; margin-bottom: 1px; color: #fff; }

.top-widget-cnt { padding: 30px 5px; }

/* Bento Tiles */
.box-tile {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 24px 20px;
    border-right: 1px solid #222222;
    background-color: #111111;
}

.box-tile:last-child {
    border-right: 0px;
}

.mr-md-3.mr-xl-5 h2 {
    font-size: 25px;
    color: #fff;
}

.main-balance h1 { color: #D4AF37; font-weight: 600; }
.main-balance h3 { color: #e0e0e0; font-size: 20px; margin-bottom: 5px; }
.main-balance {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dolo-icon span, .dolo-icon-1 span {
    width: 50px;
    height: 50px;
    background-color: #D4AF37;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
}

.dolo-icon-1 { position: relative; }
.dolo-icon-1 span { position: absolute; left: -49px; top: 7px; }

.btn-sub {
    display: flex;
    justify-content: flex-start;
    padding: 21px 30px;
}

.btn-sub a {
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #D4AF37;
    color: #D4AF37;
}
.btn-sub a:hover {
    background: #D4AF37;
    color: #000;
}

.sub-withdraw { text-align: center; justify-content: space-between; }
.sub-withdraw:last-child { margin-bottom: 0px; }

.main-box h6 { font-size: 20px; color: #D4AF37; font-weight: 700; }
.main-box h4 { font-size: 16px; color: #888888; }
.main-box {
    padding: 24px 30px;
    border-radius: 24px;
    width: 100%;
    text-align: left;
    background-color: #111111;
    border: 1px solid #222222;
}

h4.fieldset-legend { font-size: 16px; margin-bottom: 20px; color: #fff; }

.input-group { background: transparent; border: 0; border-radius: 50px; }
.withdr-pd .input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}

.tran-pass a { color: #D4AF37; }
.input-group .input-group-prepend .input-group-text {
    background: #222222;
    border: 0;
    -webkit-justify-content: left;
    justify-content: left;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    width: 165px;
    color: #D4AF37;
    height: 44px;    
    display: flex;
    align-items: center;
    border-radius: 50px 0 0 50px;
}

.withdr-pd .input-group .form-control {
    font-size: 14px;
    height: 44px;
    border: 1px solid #333333;
    background-color: #111111;   
    border-radius: 0 50px 50px 0;
    color: #fff;
}

.withdr-pd { padding: 5px 30px; margin-top: 25px; }
.withdr-pd .form-group { margin-bottom: 40px; }

/* Responsive Tweaks - Ensuring fully fluid mobile containers */
@media (min-width: 768px) {
    .main-box { width: calc((100% - 2rem) / 2); }
    .sub-withdraw { display: flex; }
    .main-Withdraw { min-height: 258px; }
    .new-box { margin: 0 50px !important; }
}

@media (max-width: 767px) {
    .cards {
        background-color: transparent;
        border: 0px;
        margin-top: 10px;
        width: 100%;
        max-width: 100%;
    } 
    .dashboard-tabs .item {
        border-bottom: 0px;
        background: #111111;
        margin-bottom: 10px;
        border-radius: 20px;
    }
    .box-tile {
        width: 100%;
        padding: 25px 30px;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
        border: 1px solid #222222;
        border-radius: 20px;
        margin-bottom: 15px;
    }
    .box-tile i {
        width: 40px;
        height: 40px;
        background: #222222;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
        color: #D4AF37;
    }
    .mr-md-3.mr-xl-5 h2 { display: none; }
    .box-tile:first-child { margin-top: 20px; }
    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:hover, 
    .nav-tabs > li.active > a:focus {
        background-color: transparent;
        border: 0px;
    }
    .nav-tabs > li:hover > a, 
    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:hover {
        border-color: transparent !important;
    }
    .main-box { margin-bottom: 20px; width: 100%; max-width: 100%; }
    .withdr-pd .input-group .form-control { width: 100%; }
    
    .admin-top-widget { display: block; }
}

/* Modal Updates */
.modal-content {
    background: #111111;
    border-radius: 24px;
    border: 1px solid #222222;
}

.main-options label {
    background: #000 !important;
    color: #e0e0e0;
}

.city-card {
    background: #000 !important;
    border-radius: 20px;
    border: 1px solid #222222;
}

.mb-0, .text-dark {
    color: #e0e0e0 !important;
}

.lot-card {
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 24px;
    margin-bottom: 20px;
    background: #111111;
    border: 1px solid #222222;
    transition: 0.3s ease;
}

.lot-card:hover {
    border-color: #D4AF37;
    transform: translateY(-2px);
}