.base-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  background: #000000;
  background: #5d87ff;
  background: -moz-linear-gradient(left, #5d87ff 0%, #a16ae8 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #5d87ff), color-stop(100%, #a16ae8));
  background: -webkit-linear-gradient(left, #5d87ff 0%, #a16ae8 100%);
  background: -o-linear-gradient(left, #5d87ff 0%, #a16ae8 100%);
  background: -ms-linear-gradient(left, #5d87ff 0%, #a16ae8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5d87ff), to(#a16ae8));
  background: linear-gradient(to right, #5d87ff 0%, #a16ae8 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d87ff', endColorstr='#a16ae8', GradientType=1 ); } */
}

.base-background2 {
  background-color: #206dfb;
}

.img-hover figure:hover img {
  filter: none !important;
}

.img-hover figure img {
  filter: grayscale(100%) !important;
}

.img-hover figure:hover a {
  color: #ff5717 !important;
}

.img-hover figure a {
  color: #535151 !important;
}

.float-right {
  float: right !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  /* background: #28a745 !important; */
  background: -moz-linear-gradient(left, #28a74575 0%, #87c98075 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #28a74575), color-stop(100%, #87c98075));
  background: -webkit-linear-gradient(left, #28a74575 0%, #87c98075 100%);
  background: -o-linear-gradient(left, #28a74575 0%, #87c98075 100%);
  background: -ms-linear-gradient(left, #28a74575 0%, #87c98075 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28a74575), to(#87c98075));
  background: linear-gradient(to right, #28a74575 0%, #87c98075 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#28a74575', endColorstr='#87c98075', GradientType=1);
}

.nav-quirk > li.active > a {
  color: #fff;
  /* background-color: #56be75;
  background-image: -webkit-linear-gradient(left, #56be75 0%, #3aa251 100%);
  background-image: -o-linear-gradient(left, #56be75 0%, #3aa251 100%);
  background-image: linear-gradient(to right, #56be75 0%, #3aa251 100%); */
  background-color: #5d87ff;
  background-image: -webkit-linear-gradient(130deg, #5d87ff 0%, #7586d8 65%, #c85ea4 140%);
  background-image: -o-linear-gradient(130deg, #5d87ff 0%, #7586d8 65%, #c85ea4 140%);
  background-image: linear-gradient(130deg, #5d87ff 0%, #7586d8 65%, #c85ea4 140%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff56be75', endColorstr='#ff3aa251', GradientType=1);
  /* border-radius: .5em; */
  border-bottom-right-radius: 0.75em;
  border-top-right-radius: 0.75em;
  /* border: .75px solid #778395; */
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 900;
}

.nav-quirk > li > a > i {
  width: 16px;
  font-size: 14px;
  text-align: center;
  margin-right: 7px;
  color: #5d87ff;
  vertical-align: top;
  margin-top: 1.5555px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a {
  color: #5d87ff;
  text-decoration: none;
}

.text-success {
  color: #53b96a;
}

.btn-info {
  /* background-color: #259dab; */
}

.btn-success {
  /* background-color: #53b96a; */
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  color: #ffffff;
  /* background-color: #1d961c; */
  border-color: rgba(0, 0, 0, 0);
}

.bg-primary {
  background-color: #2574ab !important;
}

.bg-success {
  background-color: #39a251 !important;
}

.table > thead > tr > th,
.table > tfoot > tr > th {
  /* border-color: rgba(255, 255, 255, 0.3); */
  /* background-color: #53b96a; */
  background-color: #5d87ff;
  color: #fff;
}

.table.table-striped-col > thead > tr th:nth-of-type(even),
.table.table-striped-col > tfoot > tr th:nth-of-type(even),
.table.table-striped-col > thead > tr td:nth-of-type(even),
.table.table-striped-col > tfoot > tr td:nth-of-type(even) {
  /* background-color: #39a251; */
}

.table.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #d8dce2;
}

/* blue */

.table-blue > thead > tr > th,
.table-blue > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  /* background-color: #53b96a; */
  background-color: #479ad4;
  color: #fff;
}

.table-blue.table-striped-col > thead > tr th:nth-of-type(even),
.table-blue.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-blue.table-striped-col > thead > tr td:nth-of-type(even),
.table-blue.table-striped-col > tfoot > tr td:nth-of-type(even) {
  /* background-color: #39a251; */
  background-color: #2774aa;
}

.table-blue.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-blue.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #d8dce2;
}

.table-blue {
  background-color: #e4e6e8;
}

/* primary */

.table-primary > thead > tr > th,
.table-primary > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  /* background-color: #53b96a; */
  /* background-color: #eab925; */
  color: #fff;
}

.table-primary.table-striped-col > thead > tr th:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-primary.table-striped-col > thead > tr td:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr td:nth-of-type(even) {
  /* background-color: #39a251; */
  /* background-color: #eaad25; */
  background-color: #5d87ff;
}

.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #d8dce2;
}

.table-primary {
  background-color: #e4e6e8;
}

/* success */

.table-success > thead > tr > th,
.table-success > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #53b96a;
  color: #fff;
}

.table-success.table-striped-col > thead > tr th:nth-of-type(even),
.table-success.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-success.table-striped-col > thead > tr td:nth-of-type(even),
.table-success.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #39a251;
}

.table-success.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-success.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #e0efe4;
}

.success {
  color: #53b96a;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  /* background-color: #53b96a; */
  background-color: #eaad25;
  border-color: transparent;
  cursor: default;
}

.nav-tabs,
.nav-tabs > li > a:hover {
  background-color: #53b96a;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active {
  color: #53b96a;
}

.nav-line {
  background-color: transparent;
}

.nav-line > li > a:hover,
.nav-line > li > a:focus {
  background-color: transparent;
  color: #53b96a;
}

.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:focus {
  color: #53b96a;
  background-color: transparent;
  box-shadow: 0 1px 0 #53b96a;
}

.nav-quirk > li > a,
.nav-quirk > li.active > a {
  font-weight: 600;
}

.headerpanel,
.headerpanel .logopanel {
  background-color: #0000;
  margin-left: 100px;
}

.headerpanel {
  height: 0px;
}

.logopanel {
  display: none;
}

.mainpanel {
  padding-top: 2.5em;
  padding-bottom: 3.5em;
}

.leftpanel {
  top: 0px;
  z-index: 1;
  width: 350px;
  left: -350px;
}

.menutoggle-right {
  z-index: 10000;
  background-color: #040404cc;
  border-radius: 15px;
  top: -1.5em;
  left: -1.25em;
  float: right;
  padding: 1em;
  border: 0.75px solid #778395;
}

.menutoggle-right i {
  margin-left: -0.8em;
}

.menutoggle-left {
  z-index: 1;
  background-color: #040404cc;
  border-radius: 15px;
  top: -1em;
  left: -0.9em;
  position: fixed !important;
  padding: 1em;
  border: 0.75px solid #778395;
}

.menutoggle .fa {
  font-size: 1em;
}

.menutoggle i {
  position: absolute;
  top: 60%;
  left: 60%;
}

.menutoggle.menutoggle-right i {
  position: absolute;
  top: 60%;
  left: 50%;
}

.sidebar-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #9fa8bc;
  line-height: normal;
  padding: 7px 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 3em;
  margin-bottom: 0em;
}

.leftpanel-profile {
  padding-top: 6.75em !important;
}

.leftpanel-userinfo {
  position: fixed;
  width: 350px;
}

.panel,
.panel-body {
  border-radius: 10px !important;
}

.btn {
  border-radius: 5px;
}

.btn-web {
  border-radius: 50px !important;
}

.dataTable {
  width: 100% !important;
}

.btn.btn-danger.btn-sm.tengen {
  display: block;
  width: 100%;
  height: auto !important;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.5em 0.5em 0.4em;
}

.head-ndase,
.head-ndase .btn.btn-success.btn-sm.tengen {
  display: none;
}

.input-search-contact {
  margin-bottom: 1rem;
  border: 1px solid #3b4354;
  border-radius: 0.5em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.input-search-contact input {
  border: 0;
  padding-left: 15px;
  border-bottom: 0px solid #eaecf0;
  border-radius: 0.5em;
  background-color: transparent;
}

.input-search-contact input:focus {
  border-radius: 0.5em;
  border: 0px;
}

.panel-body.ngelu-ndase .col-md-12,
.panel-body.ngelu-ndase .col-md-10,
.panel-body.ngelu-ndase .col-md-9,
.panel-body.koplak-ndase .panel-body.ngelu-ndase .col-md-12,
.panel-body.koplak-ndase .panel-body.ngelu-ndase .col-sm-12,
.panel-body.koplak-ndase .panel-body.ngelu-ndase .table-responsive .row .col-sm-5,
.panel-body.koplak-ndase .panel-body.ngelu-ndase .table-responsive .row .col-sm-6,
.panel-body.koplak-ndase .panel-body.ngelu-ndase .table-responsive .row .col-sm-7,
.panel-body.koplak-ndase .panel-body.ngelu-ndase .col-md-12 .row,
.panel-body.ngelu-ndase .col-md-12,
.panel-body.ngelu-ndase .col-sm-12,
.panel-body.ngelu-ndase .table-responsive .row .col-sm-5,
.panel-body.ngelu-ndase .table-responsive .row .col-sm-6,
.panel-body.ngelu-ndase .table-responsive .row .col-sm-7,
.panel-body.ngelu-ndase .col-md-12 .row,
.panel-body .col-md-12,
.panel-body .col-md-5,
.panel-body .col-md-6,
.panel-body .col-md-7,
.panel-body .table-responsive .col-sm-12,
.panel-body .table-responsive .col-sm-5,
.panel-body .table-responsive .col-sm-6,
.panel-body .table-responsive .col-sm-6 {
  padding-right: 0.5px;
  padding-left: 0.5px;
}

.panel-body.koplak-ndase .panel-site-traffic .panel-heading {
  padding-top: 10px;
}

.panel-site-traffic .panel-heading .koplak-ndase {
  /* padding-top: 0px; */
  padding: 0px 10px 0px 10px !important;
}

.panel-site-traffic .panel-heading {
  padding: 15px 10px 0px 10px !important;
}

.head-quirk .btn {
  margin-bottom: -1em !important;
}

.panel-body.ngelu-ndase .col-xl-2.col-md-2.col-sm-6.col-xs-12,
.panel-body.ngelu-ndase .col-xl-2.col-md-2.col-sm-2.col-xs-12 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 1px;
  padding-left: 1px;
}

html,
body,
a,
p,
strong,
th,
td {
  /* font-family: "Ubuntu", sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.help-block {
  font-size: 12px;
}

@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  .nav-quirk > li,
  .nav-quirk > li.active > a {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .top-category h3 {
    font-size: 1em;
  }
  .menutoggle i {
    top: 1.75em;
    left: 1.8em;
  }
  .menutoggle .fa {
    font-size: 1em;
  }
  .menutoggle-right {
    z-index: 10000;
    background-color: #040404cc;
    border-radius: 20px;
    top: -1.35em;
    left: -1.35em;
    float: right;
    padding: 0em;
    border: 0.75px solid #778395;
  }
  .menutoggle-right i {
    margin-left: -0.8em;
  }
  .menutoggle-left {
    z-index: 1;
    background-color: #040404cc;
    border-radius: 20px;
    top: -0.75em;
    left: -0.75em;
    position: fixed !important;
    padding: 0em;
    border: 0.75px solid #778395;
  }
  .menutoggle-right i {
    left: 47%;
  }
}

@media (max-width: 480px) {
  .panel-site-traffic .panel-body .row > div + div {
    margin-top: 5px;
  }
}

.icon {
  padding: 7px 18px;
}

.icon.fa {
  font-size: 3.5em !important;
}

.highcharts-title {
  font-family: Arial;
  font-size: 15px !important;
  font-weight: bolder;
  color: rgb(38, 43, 54) !important;
  fill: rgb(38, 43, 54) !important;
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.highcharts-subtitle {
  font-family: Arial;
  font-size: 12px !important;
}

.img-thumbnail {
  border: 0px;
  background-color: #eff1f4;
}

.img-panel {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.highcharts-point.highcharts-color-1 {
  fill: #a35f2a;
}

rect[fill="rgb(67, 67, 72)"] {
  fill: #a35f2a !important;
}

.highcharts-data-label-connector.highcharts-color-1 {
  stroke: #a35f2a !important;
}

.highcharts-legend-item.highcharts-color-1 rect {
  fill: #a35f2a;
}

.leaflet-container {
  z-index: 0 !important;
}

a > img.ndasem {
  padding: 0.5em;
}

/* .row {
  width: inherit;
} */
