/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.custom-table-row .sm-rward {
  width: 50px;
}

.wrapbox {
  border-radius: 0 0 16px 16px;
  background: #121212 !important;
}

.blackbgdark {
  border-radius: 16px 16px 0 0;
  background: #121212;
}

.custom-table-row {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: 0;
}

.text-right {
  text-align: right;
}

.custom-table-row thead tr th {
  background-color: #121212 !important;
  color: #facc15 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  border: 0 !important;
}

.custom-table-row tr {
  vertical-align: middle;
}

.custom-table-row tbody tr td {
  background-color: rgb(255 255 255 / 11%) !important;
  border: 0 !important;
}

.custom-table-row tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0) !important;
}

.custom-table-row tr th {
}

.gold-package {
  border-radius: 16px;
  padding: 2px;
  background: transparent linear-gradient(123deg, #fef3c7 10%, #37383b 20%) 0%
    0% no-repeat padding-box;
}

.chips {
  width: 20px;
  margin: 0 0 0 5px;
  display: inline-block;
}

.total-reward {
  font-size: 18px;
  color: #0ecb81 !important;
}

.historytable .sm-rward {
  width: 30px;
}

.text-left {
  text-align: left !important;
}

.historytable .table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.historytable .table tr td {
  background: rgb(14 203 129 / 26%) !important;
}

@media (max-width: 590px) {
  .bw {
    width: 100px;
    display: block;
    word-break: break-all;
  }

  .chips {
    display: none;
  }

  .nk-block-title {
    font-size: 14px;
  }

  .total-reward {
    font-size: 14px;
    color: #0ecb81 !important;
  }

  .custom-table-row thead tr th {
    text-transform: none;
    font-size: 12px;
    font-weight: 700;
  }
}

.btn:disabled,
.dual-listbox .dual-listbox__button:disabled,
.btn.disabled,
.dual-listbox .disabled.dual-listbox__button,
fieldset:disabled .btn,
fieldset:disabled .dual-listbox .dual-listbox__button,
.dual-listbox fieldset:disabled .dual-listbox__button {
  color: #6e23ed;
  pointer-events: none;
  background-color: #fff;
  border-color: #fff;
  opacity: 0.7;
}
.go1858758034 {
  border-color: #1d1d1d;
  margin-right: 5px;
}

.nk-header-wrap button * {
  border-radius: 0;
  color: #000 !important;
}

.row.date-search {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 0 20px 0;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

a.nk-menu-link.active {
  color: #fef3c7 !important;
  background: rgb(53, 40, 5);
  /*background: linear-gradient(
    180deg,
    rgb(28 245 248 / 31%) 0%,
    rgb(0 0 0 / 0%) 100%
  );*/
	background: linear-gradient(180deg, black 0%, #facc15 100%);
}
/* a.nk-menu-link.active i {
    filter: invert(24%) sepia(100%) saturate(2533%) hue-rotate(340deg) brightness(100%) contrast(74%);
} */
.nk-body,
html {
}
.nk-body {
  position: relative;
  overflow-x: hidden;
}
.nk-body:after {
  top: -178px;
  right: -600px;
  width: 1146px;
  /* height: 1250px; */
  height: 1250px;
  background: transparent
    radial-gradient(closest-side at 50% 50%,  #facc15 0%, #00000000 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.5;
  content: "";
  position: absolute;
  z-index: -1;
}
.nk-body:before {
  top: -18px;
  left: -578px;
  width: 944px;
  height: 1030px;
  background: transparent
    radial-gradient(closest-side at 50% 50%,  #facc15 0%, #00000000 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.5;
  content: "";
  position: absolute;
  z-index: -1;
}
.rankboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0 0 0;
}
.rankboxes .box {
  width: 48%;
  margin: 0;
  /*border: 1px solid hsl(181deg 94% 54% / 37%);*/
	border: 1px solid #fef3c7;
}
.rankboxes .box h2 {
  color: #fff;
  margin: 0 0 12px 0;
  font-weight: 600;
}
.rankboxes .box p {
  font-size: 12px;
  margin: 0;
}

.pagerank .box {
  width: 19%;
}
.pagerank .rankboxes {
  justify-content: normal;
}
