@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  src: url(VarelaRound-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.btn-outline-primary,
.btn-outline-success,
.font-weight-bold {
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #222;
  background: #f5f5f5;
  font-family: "Varela Round", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body main {
  flex: 1;
  margin-bottom: 1rem;
}
body footer {
  height: clamp(3rem, 8vh, 5rem);
  width: 100%;
}
body footer div {
  height: 100%;
  display: grid;
  place-content: center;
  color: #222;
  background: #75caf3;
  border-radius: 20px 20px 0 0;
  font-size: clamp(0.1rem, 2vw, 0.9rem);
}
body footer div p {
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}
body footer div img {
  height: 1.5em;
}
body:has(nav) footer div {
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none;
}
a.card-home {
  color: inherit;
}
a.card-home:hover {
  color: #f5f5f5;
}
a.card-home .card {
  border-radius: 8px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.form-group {
  margin-bottom: 20px;
}
.form-group .form-control {
  border-color: #75caf3;
  border-radius: 5px;
}
.form-group .form-control:focus {
  border-color: rgba(76, 185, 193, 0.5568627451);
}

#form-transaksi .instance-dropdown {
  width: 100%;
}
#form-transaksi .form-group {
  margin-bottom: 1.2rem;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 1.5rem;
}
#form-transaksi .form-group.center-input .form-control,
#form-transaksi .form-group.center-input option {
  text-align: center;
}
#form-transaksi .form-group label {
  margin-bottom: 1.5rem;
}
#form-transaksi .form-group .form-control {
  border-bottom: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #75caf3;
  padding: 0.8rem 1.25rem;
  background-color: #f5f5f5;
}
#form-transaksi .form-group .input-group .input-group-text {
  border-color: #75caf3;
}
#form-transaksi .form-group:has(.notice) {
  border: 1px solid red;
}
#form-transaksi .form-group:has(input:disabled), #form-transaksi .form-group:has(textarea:disabled) {
  border: 1px solid gray;
  background-color: #c7c7c7;
}
#form-transaksi .form-group:has(input:disabled) .form-control, #form-transaksi .form-group:has(textarea:disabled) .form-control {
  background-color: #c7c7c7;
}
#form-transaksi .btn {
  background: #75caf3;
  border: none;
  line-height: normal;
}
#form-transaksi .btn:hover, #form-transaksi .btn:focus {
  background: rgba(76, 185, 193, 0.5568627451);
}
#form-transaksi .hide {
  display: none;
}

.nav-link {
  color: #75caf3;
}
.nav-link.active {
  background: #75caf3 !important;
  border: none;
  line-height: normal;
}
.nav-link.active:hover, .nav-link.active:focus {
  background: rgba(76, 185, 193, 0.5568627451);
}

.login-form {
  width: 350px;
  margin: 0 auto;
  padding: 30px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-form form {
  color: #434343;
  border-radius: 1px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.login-form .form-control,
.login-form .btn {
  min-height: 40px;
  transition: all 0.5s;
}
.login-form .btn {
  background: #75caf3;
  border: none;
  line-height: normal;
}
.login-form .btn:hover, .login-form .btn:focus {
  background: rgba(76, 185, 193, 0.5568627451);
}

.navbar {
  background: #75caf3;
  margin-bottom: 2rem;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler:hover {
  color: #f5f5f5;
}
.navbar .navbar-toggler span {
  font-weight: 900;
  font-size: 1.5rem;
}
.navbar .dropdown-menu {
  background-color: #75caf3;
  border-radius: 0 0 20px 20px;
  border: none;
  min-width: 5rem;
  right: 0;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #f5f5f5;
}
.navbar .nav-link:hover {
  color: #f5f5f5 !important;
}
.navbar .navbar-brand,
.navbar .nav-link {
  color: inherit !important;
  font-weight: bold;
}
.navbar .navbar-brand a,
.navbar .nav-link a {
  text-decoration: none;
}

#FormatTable_filter {
  margin: 0 0 10pt 0;
}
#FormatTable_filter label {
  display: none !important;
}
#FormatTable_filter #tooltable {
  float: right;
  display: flex;
  margin-bottom: 1rem;
}
#FormatTable_filter #tooltable #btnExport {
  width: 100%;
}

.myTable {
  margin: 0 0 10pt 0;
}
.myTable thead {
  background: #75caf3;
}
.myTable thead th {
  text-align: center !important;
  margin: 5px;
  color: #222;
}
.myTable tr {
  text-align: center;
  vertical-align: middle;
}
.myTable tbody tr {
  position: relative;
}

.alert {
  position: fixed;
  width: 25vw;
  bottom: 2rem;
  right: 2rem;
  border-radius: 2rem;
  z-index: 1061;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.loading-Page {
  position: fixed;
  z-index: 2000;
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.loading-Page .spinner-border {
  animation-duration: 1s;
  width: 15rem;
  height: 15rem;
  border: 0.75em solid currentColor;
  border-right-color: transparent;
  animation: 0.75s linear infinite spinner-border;
}

.picker-input input {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.picker-input label {
  border-color: rgba(76, 185, 193, 0.5568627451);
  background: #75caf3;
  color: #222;
  font-weight: bold;
}
.picker-input label:hover {
  color: #222;
  background: rgba(76, 185, 193, 0.5568627451);
}

.instance-dropdown {
  position: relative;
  display: inline-block;
}
.instance-dropdown #instance_select {
  border: 1px solid #75caf3;
  width: 100%;
}
.instance-dropdown .dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  border: 1px solid rgba(76, 185, 193, 0.5568627451);
  z-index: 1022;
}
.instance-dropdown .dropdown-content.show {
  display: block;
}
.instance-dropdown .dropdown-content button {
  color: #222;
  padding: 12px 16px;
  width: 100%;
  display: block;
  border: 1px solid rgba(76, 185, 193, 0.5568627451);
}
.instance-dropdown .dropdown-content button:hover {
  background-color: #f5f5f5;
}

.container-fuel-desc {
  font-weight: 600;
}
.container-fuel-desc.button {
  cursor: pointer;
}
.container-fuel-desc.button:hover {
  color: #75caf3;
}
.container-fuel-desc.active {
  border-bottom: 6px solid #75caf3;
}

@media screen and (max-width: 992px) {
  .alert {
    position: fixed;
    bottom: 0.5rem;
    right: 0;
  }
  .myTable {
    border: 0;
  }
  .myTable::before {
    content: attr(data-label);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background: #75caf3;
    border: 1px solid #222;
    padding: 0.2rem;
  }
  .myTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .myTable tr {
    border-block: 4px double #222;
    border-inline: 1px solid #222;
    display: block;
    margin-bottom: 0.625rem;
  }
  .myTable td {
    border-bottom: 1px solid #222;
    display: flex;
    min-height: 2rem;
    justify-content: space-between;
    align-content: center;
  }
  .myTable td::before {
    content: attr(data-label);
    font-weight: bold;
  }
  .myTable td:last-child {
    border-bottom: 0;
  }
  .myTable td.aksi {
    text-align: center !important;
  }
  .alert {
    width: 100vw;
  }
  .instance-dropdown {
    position: static;
  }
  .instance-dropdown .dropdown-content {
    background-color: rgba(0, 0, 0, 0.2823529412);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    padding-top: 18vh;
    padding-inline: 1.5rem;
  }
  .instance-dropdown .dropdown-content input {
    padding: 12px 16px;
  }
  .instance-dropdown .dropdown-content.show {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}/*# sourceMappingURL=style.css.map */