html, body{
  min-height: 100%;
  background-color: #130f26;
}

.topnav {
  background: #07011a;
  box-shadow: 0;
}
.topnav-a {
  overflow: hidden;
  background-color: transparent;
}

.navbar-custom {
  background: #07011a;
}

.modal-content {
  background-color: #07011a;
}

.topnav-a a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav-a a:hover {
  background-color: #ddd;
  color: black;
}
.bg-pools{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img {
  background-image: url("../images/nagapasa.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 113px;
  position: fixed;
    left: 0;
    right: 0;
    z-index: 100
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f63269;
  border-color: #f63269;
  color: #fff;
}
.image-x {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle-x {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.custom-card:hover .image-x {
  opacity: 0.3;
}

.custom-card:hover .middle-x {
  opacity: 1;
}

.no-img{
  background-image: none!important;
}
.bg-bunglon {
    background-color: #130d0dad;
}

.container-a {
  position: absolute;
  margin: 20px;
  width: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-scrollbar {
    width: 5px;height: 5px;
}
::-webkit-scrollbar-track {
    background: rgba(255,255,255,.01);
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    background:rgba(255,255,255,.4);
    border-radius: 2px;
}
.scroll-thin {
    scrollbar-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .01);
    scrollbar-width: thin!important;
}
html{
  scrollbar-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .01);
  scrollbar-width: thin!important;
}
.text-sm{
font-size: .7em;
}
.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  max-height: 65vh;
}

.table-scroll table {
  width: 100%;
  margin: auto;
}

.table-wrap {
position: relative;
}

.table-scroll thead th, .table thead th {
  background-color: #141831;
  text-transform: uppercase;
  color:#1598de;
  /* position: -webkit-sticky;
  position: sticky; */
  line-height: 1.85;
  top: 0;
  background-clip: padding-box;
  z-index: 99;
}

.table-scroll tfoot th, .table tfoot th {
  background-color: #141831;
  text-transform: uppercase;
  color:#1598de;
  position: -webkit-sticky;
  position: sticky;
  line-height: 1.85;
  bottom: 0;
  background-clip: padding-box;
  z-index: 99;
}
.dropdown-item {
  background-color: #07011a;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #07011a;
  border: 1px solid #07011a;
}
.topnav .navbar-nav .nav-link {
  color:whitesmoke;
}
.dropdown-item {
  color:whitesmoke;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #1a1d3c;
	color:#ffc107;
	text-decoration: none
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color:#ffc107;
}

.table-xxs td{
font-size: 85%;
}


.card-box {
background-color: #1a1d3c;
padding: 1.5rem;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 24px;
border-radius: .25rem 
}

.card-base {
  background-color: #1a1d3c;
  padding: .8rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 24px;
  border-radius: .25rem 
  }

.paral {
background-attachment: fixed;
}
.paral p {
font-size: 24px;
color:#f5f5f5;
text-align: center;
line-height: 60px;
}
.paral h1 {
color: rgba(255, 255, 255, 0.8);
font-size: 60px;
text-align: center;
padding-top: 60px;
line-height: 100px;
}
.paralsec {
background-image: url(../images/bg.jpg);
}

.paralsec2 {
background-image: url(../images/paralax/6.jpg);
background-size: cover;
background-position: 50% 50%;
}
.text-sm{
font-size: .7em;
}
.news-scroll a {
    text-decoration: none
}
.wabutton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1080;
}
.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
.bg-online{
  background: linear-gradient(180deg,#44cf9c,#113125)
}
.bg-offline{
  background: linear-gradient(180deg,#eb3030,#411818)
}
.bg-disoff{
  background: linear-gradient(180deg,#b17f09,#372804)

}

.form-control {
  background: #464f8bcc;
  border: 1px solid #424e5a5e;
  color: white;
  transition: none;
}
.form-disabled {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: .28rem;
  border-radius: .2rem;
  background-color: #00000073;
  border: 1px solid #00000073;
  color: white;
  transition: none;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #00000073;
  border: 1px solid #00000073;
}
.form-control::-ms-expand {
  background-color: #06040cf2;
  border: 0;
}
.form-control:-moz-focusring {
  background-color: #06040cf2;
  color: transparent;
  text-shadow: 0 0 0 #94a0ad;
}
.form-control:focus {
  background-color: #06040cf2;
  border-color: #565a5e;
  box-shadow: none;
  color: #94a0ad;
  outline: 0;
}
.form-control:-ms-input-placeholder {
  color: #a9abad8c;
  opacity: .5;
}
.form-control::-ms-input-placeholder {
  color: #a9abad;
  opacity: .5;
}
.form-control::placeholder {
  color: whitesmoke;
  opacity: .28;
}
#preloader {
  background: #130f26;
}

.input-group-text {
  align-items: center;
  background-color: #141831;
  border: 1px solid #424e5a5e;
  color: #94a0ad;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #1a1d3c;
  border-color: #1a1d3c #1a1d3c #ffc107;
  color: #ffc107;
}

.btn-xs{
  font-size: .63rem;
  line-height: 1;

}

.btn-xs-men{
  font-size: .63rem!important;
  line-height: normal!important;
  padding: .28rem;
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .28rem;
}

.holder {
  flex: 1;
  margin: 1%;
  border-radius: 50%;
}
.holder:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.flatpickr-calendar {
  background: #100c20;
  border: 1px solid #6c7b895e;
  box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.25);
}
.flatpickr-weekdays {
  background-color: #100c20;
}
select option {
  background: #100c20 !important;
  color: #94a0ad;
  margin: 40px;
}

.result {
  height: 130px;
  width: 110px;
  border-radius: 8px;
  background:transparent;
  border:4px solid goldenrod;
  display: grid;
  grid-template-rows: 0px 20px 1fr 28px;
  grid-template-areas:
  "a-bg" 
  "a-ps" 
  "a-rs" 
  "a-dt";
  overflow: hidden;
}
.result:hover{
  background: rgb(72, 72, 72);
}

.a-bg {
  display: inline-block;
  padding: 0.65em 0.35em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.result > .a-ps {
  grid-area: a-ps;
  padding-top: 8px;
  white-space: nowrap;
  font-size: .7rem;
  line-height: .7rem;
  color: wheat;
  display: grid;
  place-items: center;
}

.result > .a-rs {
  grid-area: a-rs;
  line-height: 36px;
  font-weight: 600;
  font-size: 32px;
  color: goldenrod;
  display: grid;
  place-items: center;
}

.result > .a-dt {
  grid-area: a-dt;
  width: 100%;
  height: 100%;
  background: rgb(40,0,0);
  background: linear-gradient(0deg, rgba(80,0,0,1) 0%, rgb(164, 2, 2) 100%);
  white-space: nowarp;
  font-size: 75%;
  display: grid;
  place-items: center;
  color: wheat;
}

i.browser_chrome {
  background-position: -137px -110px;
  width: 30px;
  height: 34px;
}
i.browser_firefox {
  background-position: -137px -160px;
  width: 30px;
  height: 34px;
}
i.browser_ie {
  background-position: -137px -60px;
  width: 30px;
  height: 34px;
}
i.browser_safari {
  background-position: -137px -210px;
  width: 30px;
  height: 34px;
}
.browser_ie, .browser_chrome, .browser_firefox, .browser_safari {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;

}
.foot-sub-head{
  display: inline-block;
  padding: 3px 0 3px 0;
  font-weight: bold;
}
.footer-info p{
  font-size: .8em;
  line-height: 1.5;
  text-align: start;
}
.browser_ie, .browser_chrome, .browser_firefox, .browser_safari {
  background-image: url("https://cdn.w88ux.net/_static/footer/logo/webbrower.png?0.0.2952");
}

.total {
  background-color: #0f0a0a !important;
  border: 1px solid #0f0a0a !important;
}

th {
  text-align: center !important;
}

.btn-notch {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #94a0ad;
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .45rem .9rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

.sm-x .bootstrap-select .dropdown-toggle:after {
  padding-left: 1px !important;
}

.mwd {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 0px !important;
}
#panel-bb tbody tr td:nth-child(1),#panel-bb tbody tr td:nth-child(2),#panel-bb tbody tr td:nth-child(3),#panel-bb tbody tr td:nth-child(6) {
  text-align: center !important;
}
#panel-bb tbody tr td:nth-child(4),#panel-bb tbody tr td:nth-child(5) {
  text-align: right !important;
}
#panel-bb tbody tr td:nth-child(2){
  color: white!important;
  font-weight: bold;
}

#panel-qb tbody tr td:nth-child(1),#panel-qb tbody tr td:nth-child(6) {
  text-align: center !important;
}
#panel-qb tbody tr td:nth-child(4),#panel-qb tbody tr td:nth-child(5) {
  text-align: right !important;
}
#panel-qb tbody tr td:nth-child(3),#panel-qb tbody tr td:nth-child(2){
  color: white!important;
}
select {
  background: #3d457b;
  border: 1px solid #3d457b;
  border-radius: .2rem;
  color: white;
  font-size: .7875rem;
  font-weight: 400;
  height: calc(1.5em +.56rem +2px);
  line-height: 1.5;
  padding: .28rem;
  width: 100%;
}
select option {
  background: #3d457b!important;
  color: white;
  margin: 10px
}
select:disabled{
  background: #00000073;
  border: 1px solid #00000073;
}
.custom-file-label {
  background-color: #00000073;
}
.custom-file-label, .custom-file-label:after {
  color: #f8f4f4;
}
.modal:nth-child(2) {
  z-index: 1052 !important;
}
.modal-backdrop:nth-child(2) {
  background-color: transparent!important;
  z-index: 1051 !important;
}
.the-nav{
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #130f26;
}
.big-round{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1px solid #9C27B0;
}
#swal2-content th{
  background-color: #303654!important;
  color: #7ddafd!important;
}
@media print {
  .table-scroll {
      position: static;
      width: 100%;
      z-index: 1;
      margin: auto;
      overflow: auto;
      max-height: 100%;
  }
  .table-scroll thead th {
      background-color: #002539;
      color: #fff;
      position: static;
      line-height: 1.5;
      background-clip: padding-box;
  }
  .table-scroll tfoot {
      display: table-row-group
  }
  .table-scroll tfoot th {
      background-color: #002539;
      color: #fff;
      position: static;
      line-height: 1.5;
      background-clip: padding-box;
  }
}
@media only screen and (max-width: 1199px) {
  .bbfs{
    max-width: 55vw;
  }
}
@media only screen and (min-width: 1200px) {
  .bbfs{
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  #form-fs .input-group-text,#form-pt .big-s{
    width: 110px!important;
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }
  #form-pt .big-m{
    width: 60px!important;
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }
  .filter-option-inner-inner {
    text-align: right !important;
  }
  .table-scroll {
    max-height: 50vh;
  }
  .content-bks{
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

@media (max-width: 991px){
  .card-base {
    padding: 0px!important;
    background-color: transparent!important;
  }
.scroll-thin {
    scrollbar-width: none!important;
}
  .bg-img{
  max-height: 70px;
  background-position: left;
  }
  .bg-bunglon {
  background-color: #07011a;
  }

  .embed-responsive {
  min-height: 70vh;
  }
  body,h6,.form-disabled,.small,small,.blockquote-footer,.figure-img,.form-control,.form-control-plaintext,.form-control-sm,.btn,.btn-group-sm>.btn,.btn-sm,.dropdown-menu, .input-group-text,.custom-select,.toast,.tooltip,.popover-header,.header-title,.sub-header{
    font-size: .75rem;
  }
  .h1,h1 {
    font-size: 2rem
  }
  
  .h2,h2 {
    font-size: 1.5rem
  }
  
  .h3,h3 {
    font-size: 1.25rem
  }
  
  .h4,h4 {
    font-size: 1rem
  }
  
  .h5,h5 {
    font-size: .8rem
  }

  .result {
    height: 95px;
    width: 90px;
    border-radius: 8px;
    border:3px solid goldenrod;
  }
  .a-bg {
    padding: 0.65em 0.35em;
    font-size: 0.6em;
  }
  
  .result > .a-ps {
    padding-top: 8px;
    font-size: .6rem;
    line-height: .6rem;
  }
  
  .result > .a-rs {
    line-height: 28px;
    font-size: 24px;
  }
  
  .result > .a-dt {
    font-size: 70%;
  }  
  .jq-toast-heading{
    text-transform: uppercase;
  }
  .jq-toast-single{
    inline-size: auto;
    word-break: break-all;
    overflow-wrap: break-word;
  }

}