#loading {
  /*transform: translateX(0);*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  /*transition: all 0.8s .3s ease-out;*/
  background-color: grey;
}
/*#loading.not-active{*/
/*  transform: translateX(-100%);*/
/*}*/

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}
a#navbarDropdown.nav-link.dropdown-toggle:active,
a#navbarDropdown.nav-link.dropdown-toggle:focus {
  outline: 0;
}
.navbar {
  z-index: 80;
  /*background-color: #212529;*/
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.34);
}
.bg-dark-blue {
  background-color: #0a1931;
}
.bg-black-custom {
  background-color: rgba(0, 0, 0, .2);
}
.bg-blue-custom {
  background-color: rgba(10, 28, 58, 0.9);
}
.btn-primary-custom {
    color: #fff;
    background-color: rgba(0, 109, 181, 1);
}
.btn-primary-custom:hover {
    background-color: rgba(0, 109, 181, 0.4);
    color: #fff;
    /*box-shadow: 0 0 0.82222vw #3abaf4, inset 0 2.40741vw 6.05556vw #3abaf4, inset 0 -8.24074vw 9.48148vw #3abaf4;
    color: #fff;*/
}

.btn-primary-custom:focus {
    background-color: rgba(0, 109, 181, 0.4);
    color: #fff;
    /*box-shadow: 0 0 0.82222vw #3abaf4, inset 0 2.40741vw 6.05556vw #3abaf4, inset 0 -8.24074vw 9.48148vw #3abaf4;*/
}
.btn-warning {
  color: #fff;
  background-color: #f4a73a;
  /*box-shadow: 0 0 0.52222vw #f4a73a, inset 0 2.40741vw 6.05556vw #f4a73a, inset 0 -8.24074vw 9.48148vw #f4a73a;*/
}
.btn-warning:hover {
  background-color: #f4a73a;
  /*box-shadow: 0 0 0.82222vw #f4a73a, inset 0 2.40741vw 6.05556vw #f4a73a, inset 0 -8.24074vw 9.48148vw #f4a73a;*/
  color: #fff;
}
.btn-warning:focus {
  background-color: #f4a73a;
  box-shadow: 0 0 0.82222vw #f4a73a, inset 0 2.40741vw 6.05556vw #f4a73a, inset 0 -8.24074vw 9.48148vw #f4a73a;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  /*box-shadow: 0 0 0.52222vw #dc3545, inset 0 2.40741vw 6.05556vw #dc3545, inset 0 -8.24074vw 9.48148vw #dc3545;*/
}
.btn-danger:hover {
  background-color: #dc3545;
  /*box-shadow: 0 0 0.82222vw #dc3545, inset 0 2.40741vw 6.05556vw #dc3545, inset 0 -8.24074vw 9.48148vw #dc3545;*/
  color: #fff;
}
.btn-danger:focus {
  background-color: #dc3545;
  box-shadow: 0 0 0.82222vw #dc3545, inset 0 2.40741vw 6.05556vw #dc3545, inset 0 -8.24074vw 9.48148vw #dc3545;
}
.btn-success {
  color: #fff;
  background-color: #23b370;
  border-color: #23b370;
  /*box-shadow: 0 0 0.52222vw #23b370, inset 0 2.40741vw 6.05556vw #23b370, inset 0 -8.24074vw 9.48148vw #23b370;*/
}
.btn-success:hover {
  background-color: #23b370;
  border-color: #23b370;
  /*box-shadow: 0 0 0.82222vw #23b370, inset 0 2.40741vw 6.05556vw #23b370, inset 0 -8.24074vw 9.48148vw #23b370;*/
  color: #fff;
}
.btn-success:focus {
  background-color: #23b370;
  border-color: #23b370;
  box-shadow: 0 0 0.82222vw #23b370, inset 0 2.40741vw 6.05556vw #23b370, inset 0 -8.24074vw 9.48148vw #23b370;
}
a.card {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.logo-navbar {
  width: auto;
  height: 40px;
  text-decoration: none;
}

.navbar-brand {
  padding-right: 3rem;
}

.title-section {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.title-section::before {
    content: ' ';
    border-radius: 5px;
    height: 8px;
    width: 30px;
    background-color: #3abaf4;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}
.list-category {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.card-category img {
  width: 40px;
  object-fit: cover;
  border-radius: 25px;
  margin-right: 0.5rem;
  height: 40px;
}
.card-category {
  display: flex;
  font-size: 14px;
  flex-direction: row;
  margin: 5px;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-category:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
/* List Game Section */
.list-game {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.card-game {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  margin-bottom: 20px;
  width: 330px;
  font-size: 14px;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-game img {
  width: 80px;
  border-radius: 1rem;
  margin-right: 1rem;
  height: 80px;
}
.card-game:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
/* End Card Game */
/* List Question */
.list-question {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.icon-question {
  width: 50px;
  height: 50px;
  display: flex;
  color: #b3b3b3;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.34);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.question {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}
.search-button {
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.search-button svg {
  margin-right: 0.2rem;
}
.feather-16 {
  width: 16px;
  height: 16px;
}
.feather-24 {
  width: 24px;
  height: 24px;
}
.feather-32 {
  width: 32px;
  height: 32px;
}
.btn-bantuan {
  display: flex;
  align-items: center;
  border-radius: 0 0.2rem 0.2rem 0;
}

.form-control {
  background-color: #0b274e;
  border: 1px solid #2a528a;
  color: #fff;
}

.form-control:focus {
  background-color: #0b274e;
  border: 1px solid #2a528a;
  color: #fff;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.678);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.678);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.678);
}

.form-control:disabled, .form-control[readonly] {
  background-color: #0b274e;
  border: 1px solid #2a528a;
  color: rgba(255, 255, 255, 0.89);
}

/*.glow {
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #ccc;
}

.glow-2 {
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #ccc;
}*/

.carousel,
.slide,
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item img,
.carousel .carousel-control {
  -moz-border-top-left-radius: 0.5rem; /* FF1+ */
  -moz-border-top-right-radius: 0.5rem; /* FF1+ */
  -webkit-border-top-left-radius: 0.5rem; /* Saf3-4, iOS 1+, Android 1.5+ */
  -webkit-border-top-right-radius: 0.5rem; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}

.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.fab-icon-holder {
  width: 45px;
  height: 45px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  background: #5865f2;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}

.fab-icon-holder:hover {
  opacity: 0.8;
}

.fab-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
}

.fab-options {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 48px;
  left: -37px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}

.fab:hover + .fab-options,
.fab-options:hover {
  opacity: 1;
  transform: scale(1);
}

.fab-options li {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
}

.fab-label {
  padding: 2px 5px;
  align-self: center;
  user-select: none;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 16px;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}

.slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #0b274e;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 12px;
}

.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #407bcc;
  cursor: pointer;
  border-radius: 1rem;
}

.slider-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #407bcc;
  cursor: pointer;
}

.bg-primary-custom {
  color: #fff;
  box-shadow: inset 0 0 0 9999px #2A528A !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #0a1c3c;
  color: #fff;
}

.table>:not(caption)>*>* {
  padding: 1rem 1rem;
  background-color: #002a50;
  border-bottom-style: none;
  /* border-bottom-width: 1px; */
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-style: none;
    /* border-bottom-color: #fff; */
}

.text-primary-custom {
    color: #2A528A;
}

.page-link {
  color: #fff;
  background-color: #0b274e;
  border: 1px solid #2A528A;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item .page-link:hover,
.page-item .page-link:focus,
.page-item.active .page-link {
  color: #fff;
  background-color: #2A528A;
  border-color: #2A528A;
}

.page-item .page-link:focus {
  box-shadow:0 0 0 .25rem rgba(42, 82, 138,.25);
}

.page-item .page-link:hover {
  color: #fff;
  background-color: #2A528A;
  border-color: #2A528A;
}

.input-group-text {
  color: #fff;
  background-color: #2A528A;
  border: 1px solid #2A528A;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #2A528A; 
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #0b274e inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
}

.btn-close:focus{
    outline:none;
    box-shadow:none;
}