body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, "Roboto",
    "Ubuntu", "Helvetica Neue", sans-serif;
}

.button-outline-transparent {
  margin-right: 30px;
  background-color: transparent;
  border: 0px solid #eee;
  border-radius: 3px;
}

.text-bolds {
  color: darkgrey;
}

.text-bolds-public {
  color: #0078d4;
  font-weight: bold;
  text-transform: uppercase;
}

.app-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 54px;
  z-index: 1030;
  background-color: #0078d4;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle::before {
  display: block;
  position: absolute;
  color: transparent;
  font-size: 0;
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  top: 50%;
  left: 100%;
  margin-left: -1rem;
  margin-top: -0.1625rem;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: center center 1px;
  -ms-transform-origin: center center 1px;
  transform-origin: center center 1px;
}

.cell-5,
.col-5,
.colspan-5 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 41% !important;
  flex: 0 0 41% !important;
  max-width: 45% !important;
}

.image_svg_thumb {
  width: 30px;
  filter: invert(1) sepia(1) saturate(0);
}

.image_svg_thumb_2 {
  width: 30px;
  filter: brightness(3);
}

.aktif {
  background-color: #0078d4;
  color: #ffffff !important;
  outline: none;
  border-radius: 0;
}

.h-menu {
  list-style: none inside;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #0078d4;
  color: #ffffff;
}

.app-flatbar {
  margin-top: 49px;
  z-index: 90;
  background: white;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0px 1px 5px #eeeeee;
}

.font-h5 {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  color: #ddd;
}

.card {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: calc(40% - 1rem) !important;
}
.card-header {
  border-bottom: 1px #eee solid;
  padding: 2rem;
  font-size: 16px;
  border-radius: 0 0 0 0;
  display: block;
}

::placeholder {
  color: #dddddd;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dddddd;
}

/* Responsive Screen Layout */
@media screen and (max-width: 870px) {
  .chksuccess {
    margin-bottom: 15px;
    left: 10px;
  }
}

#hideMe {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
