@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

body {
  font-family: "Roboto", sans-serif;
}
/* login-style */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* end-login-style */
.m-wrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.bg-apple {
  background-color: #9bee1d;
}
.bg-apple-gradient {
  background-image: -moz-linear-gradient(135deg, #b0ed53 0%, #94ed0c 100%);
  background-image: -webkit-linear-gradient(135deg, #b0ed53 0%, #94ed0c 100%);
  background-image: -ms-linear-gradient(135deg, #b0ed53 0%, #94ed0c 100%);
  background-image: linear-gradient(135deg, #b0ed53 0%, #94ed0c 100%);
}

.bg-apple-gradient-1 {
  background-image: -moz-linear-gradient(135deg, #b0ed53 0%, #9bee1d 100%);
  background-image: -webkit-linear-gradient(135deg, #b0ed53 0%, #9bee1d 100%);
  background-image: -ms-linear-gradient(135deg, #b0ed53 0%, #9bee1d 100%);
  background-image: linear-gradient(135deg, #b0ed53 0%, #9bee1d 100%);
}
.bg-apple-gradient-2 {
  background-image: -moz-linear-gradient(
    135deg,
    rgba(7, 56, 73, 255) 0%,
    rgba(5, 27, 48, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(7, 56, 73, 255) 0%,
    rgba(5, 27, 48, 255) 100%
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgba(7, 56, 73, 255) 0%,
    rgba(5, 27, 48, 255) 100%
  );
  background-image: linear-gradient(
    135deg,
    rgba(7, 56, 73, 255) 0%,
    rgba(5, 27, 48, 255) 100%
  );
}
.bg-apple-gradient-3 {
  background-image: -moz-linear-gradient(135deg, #9eee27 0%, #75bb0d 100%);
  background-image: -webkit-linear-gradient(135deg, #9eee27 0%, #75bb0d 100%);
  background-image: -ms-linear-gradient(135deg, #9eee27 0%, #75bb0d 100%);
  background-image: linear-gradient(135deg, #9eee27 0%, #75bb0d 100%);
}
.bg-apple-gradient-4 {
  background-image: -moz-linear-gradient(135deg, #9eee27 0%, #78c900 100%);
  background-image: -webkit-linear-gradient(135deg, #9eee27 0%, #78c900 100%);
  background-image: -ms-linear-gradient(135deg, #9eee27 0%, #78c900 100%);
  background-image: linear-gradient(135deg, #9eee27 0%, #78c900 100%);
}
.bg-apple-gradient-5 {
  background-image: -moz-linear-gradient(135deg, #aced4b 0%, #78c900 100%);
  background-image: -webkit-linear-gradient(135deg, #aced4b 0%, #78c900 100%);
  background-image: -ms-linear-gradient(135deg, #aced4b 0%, #78c900 100%);
  background-image: linear-gradient(135deg, #aced4b 0%, #78c900 100%);
}
.bg-apple-gradient-6 {
  background-image: -moz-linear-gradient(135deg, #aced4b 0%, #548d00 100%);
  background-image: -webkit-linear-gradient(135deg, #aced4b 0%, #548d00 100%);
  background-image: -ms-linear-gradient(135deg, #aced4b 0%, #548d00 100%);
  background-image: linear-gradient(135deg, #aced4b 0%, #548d00 100%);
}
.bg-apple-gradient-7 {
  background-image: -moz-linear-gradient(135deg, #9cef1f 0%, #548d00 100%);
  background-image: -webkit-linear-gradient(135deg, #9cef1f 0%, #548d00 100%);
  background-image: -ms-linear-gradient(135deg, #9cef1f 0%, #548d00 100%);
  background-image: linear-gradient(135deg, #9cef1f 0%, #548d00 100%);
}
.bg-apple-gradient-8 {
  background-image: -moz-linear-gradient(135deg, #548609 0%, #548d00 100%);
  background-image: -webkit-linear-gradient(135deg, #548609 0%, #548d00 100%);
  background-image: -ms-linear-gradient(135deg, #548609 0%, #548d00 100%);
  background-image: linear-gradient(135deg, #548609 0%, #548d00 100%);
}
.bg-apple-gradient-9 {
  background-image: -moz-linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  background-image: -webkit-linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  background-image: -ms-linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  background-image: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}
.bg-apple-gradient-10 {
  background-image: -moz-linear-gradient(135deg, #2193b0 0%, #2193b0 100%);
  background-image: -webkit-linear-gradient(135deg, #2193b0 0%, #2193b0 100%);
  background-image: -ms-linear-gradient(135deg, #2193b0 0%, #2193b0 100%);
  background-image: linear-gradient(135deg, #2193b0 0%, #2193b0 100%);
}
.grad-new {
  background-image: linear-gradient(#2193b0, #2193b0);
  height: 330px;
  margin-top: -65px;
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
}
.wave {
  display: block;
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #5e7179cd;
  transform: scale(1, 1);
}

.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 305px;
  background-color: white;
  right: -25%;
  top: 175px;
}

.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 305px;
  background-color: #5e7179cd;
  left: -30%;
  top: -80px;
  clip-path: ellipse(100% 8.4% at 52% 100%);
}
.grad {
  background-image: linear-gradient(#2a363b, #3f525a);
  height: 330px;
  margin-top: -65px;
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.card-round {
  border-radius: 10px !important;
}
.card-round-2 {
  border-radius: 20px !important;
}
.card-round-3 {
  border-radius: 30px !important;
}
.card-round-4 {
  border-radius: 40px !important;
}
.card-round-bottom {
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}
.card-round-bottom-inverse {
  border-bottom-left-radius: 50% 5%;
  border-bottom-right-radius: 50% 5%;
}
.kartu {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.text-16 {
  color: #161616;
}
.text-19 {
  color: #191919;
}
.text-20 {
  color: #202023;
}
.text-35 {
  color: #353535;
}
.kartus:hover {
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
}
.kursor {
  cursor: pointer;
}
.icon-width {
  width: 40px;
  height: 40px;
}
.h-400 {
  max-height: 400px;
  overflow: scroll;
}
.h-450 {
  max-height: 450px;
  overflow: scroll;
}
.h-500 {
  max-height: 500px;
  overflow: scroll;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.btn-bawah {
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.konten {
  max-width: 80px;
  position: relative;
}
.sub-konten {
  position: absolute;
  right: 0px;
}
div[onclick] {
  cursor: pointer;
}
a[onclick] {
  cursor: pointer;
}
input[onclick] {
  cursor: pointer;
}
.kursor {
  cursor: pointer;
}
.m-wrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(70%);
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
#main_menu {
  /* max-width: 900px; */
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  #main_menu {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}
.animated-background,
.image,
.text-line {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.image {
  height: 60px;
  width: 100%;
}

.text {
  margin-left: 20px;
}

.text-line {
  height: 10px;
  width: 100%;
  margin: 4px 0;
}
