@import url("https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/2.0.46/css/materialdesignicons.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --warna_1: #0a0c10;
  --warna_2: #161b22;
  --warna_3: #1f2937;
  --warna_4: #242f3d;
  --warna_5: #30363d;
  --warna_6: #ffffff;
}

.not-found {
  text-align: center;
  font-size: 1.2rem;
  color: red;
  margin-top: 20px;
}
* {
  color: #fff;
}
body {
background: linear-gradient(135deg, #0a0c10 10%, #161b22 40%, #1f2937 70%, #242f3d 100%);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  min-height: 100vh;
  color: #e6edf3;
}
.content {
  max-width: 480px;
  margin: auto;
  background: var(--warna_2);
}
.header {
  width: 100%;
  height: 240px;
  background: linear-gradient(to bottom right, var(--warna_2), var(--warna_4));
  border-radius: 0 0 1.5rem 1.5rem;
  text-align: center;
  padding-top: 30px;
}
.header img {
  max-width: 176px;
}
.content-body {
  padding: 0 16px;
}
.content-body form input {
  outline: none;
  margin-top: -30px;
  border: none !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.my-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.product .box {
  padding: 0.8rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  text-align: center;
  background: linear-gradient(45deg, var(--warna_2), var(--warna_3));
  display: block;
  text-decoration: none;
  color: #e6edf3;
  min-height: 143px;
  border: 1px solid var(--warna_5);
}
.product .box img {
  width: 56px;
  display: block;
  margin: auto;
  margin-top: calc(1.5rem * -1);
  border-radius: 0.5rem;
}
.product .box span {
  font-size: xx-small;
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
}
.product .box p {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: Roboto, serif;
}
.lb {
  border-top: 1px solid var(--warna_2);
}
.footer img {
  padding-top: 2.5rem 0;
}
.menu-bottom {
  position: fixed;
  bottom: 0;
  background: var(--warna_2);
  width: 100%;
  max-width: 480px;
  border-top: 1px solid var(--warna_5);
  padding: 0.25rem 0;
  text-align: center;
  z-index: 2;
}
.menu-bottom i {
  font-size: 24px;
  color: #8b949e;
}
.menu-bottom a {
  text-decoration: none;
}
.menu-bottom a.active i,
.menu-bottom a.active p {
  color: var(--warna_5) !important;
}
.menu-bottom p {
  color: #8b949e;
  font-size: 0.875rem;
  margin-top: -5px;
  margin-bottom: 3px;
  font-weight: 400;
}
.text-copyright {
  color: #8b949e;
  font-size: 0.875rem;
}
.sosmed a {
  margin: 0 10px;
  text-decoration: none;
}
.sosmed a img {
  width: 24px;
}
.item .metode {
  margin: 5px 0;
  background: #fff;
  border-radius: 8px;
  padding: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.my-form label {
  font-size: 1rem;
}
.my-form .form-control {
  background: #fff;
  margin-top: 6px;
  border: 2px solid #edf2f7 !important;
}
.my-form .form-control:active,
.my-form .form-control:focus {
  border-color: #3182ce !important;
  box-shadow: none !important;
  outline: none !important;
}
.color {
  color: var(--warna_3) !important;
}
.bg {
  background-color: var(--warna_2);
}
.btn {
  border: none;
  font-weight: 500;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--warna_5);
}
.title {
  font-size: 1.125rem;
  margin-top: 5px;
  position: absolute;
}
.bg-primary {
  background: var(--warna_5) !important;
}
.cursor-pointer {
  cursor: pointer;
}
#toolbarContainer {
  display: none;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled {
  background: #56ccfd;
  border-color: #56ccfd;
}
.fw-500 {
  font-weight: 500;
}
.otp .col-2 {
  padding: 0 2px;
}
.method-list {
  overflow: hidden;
  cursor: pointer;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.menu-user {
  margin-top: -21px;
}
.menu-user a:hover,
.menu-user a.active {
  border-bottom: 2px solid var(--warna_5);
  padding-bottom: 15px;
}
.table > :not(caption) > * > *,
.table.border-top {
  border-color: var(--warna_2) !important;
}
select.form-control option {
  color: #212529;
}
.custom-notification {
  width: 320px;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: linear-gradient(45deg, var(--warna_2), var(--warna_3));
  position: relative;
  cursor: pointer;
  border: 1px solid var(--warna_5);
}
