* {
  font-family: 'Titillium Web', sans-serif;
}

html,
body {
  height: 100%;
  /* background: #0a9b6a; */
  /* background: #EB0124; */
  background: #F2F3F5;
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to right, #0a9b6a, #6ce69b); */
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #0a9b6a, #6ce69b); */
  /* background: linear-gradient(to right, #F2F3F5, #ffffff); */
  /* background: linear-gradient(to right, #dc3545, #e16174); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
} */

.bg-dark {
  background-color: #111111 !important;
}

.bg {
  background: #F2F3F5;
}

.bg-gradient-primary {
  background: #F2F3F5;
  /* background: linear-gradient(to right, #e4f0e9, #cce3ce); */
  background-image: url('/_assets/img/logo-bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url('/_assets/img/balaikota.png'), url('/_assets/img/logo-bg.jpg'); */
  /* background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw, cover; */
}

.bg-gradient-secondary {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #576c75 0%, #253237 100.2%);
}

#login .container {
  max-width: 400px;
}

#login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* padding-top: 40px; */
  padding-bottom: 100px;
}

.container-fluid.page-container {
  padding: 1.5rem;
}

#wrapper #content-wrapper {
  background: #ffffff;
}

.topbar #sidebarToggleTop {
  color: #333333;
}

.topbar #sidebarToggleTop:active,
.topbar #sidebarToggleTop:focus,
.topbar #sidebarToggleTop:hover {
  color: #333333;
}

#link-display {
  cursor: pointer;
}

@media (min-width: 768px) {
  .sidebar {
    width: 17rem !important;
    border-radius: 1rem 0 0 1rem;

  }

  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 17rem;
  }


  .sidebar-light .nav-item.active .nav-link,
  .sidebar-light .nav-item.active .nav-link i {
    color: #dc3545;
  }

  #content-wrapper {
    border-radius: 0 1rem 1rem 0;
  }
}

.modal-dialog {
  width: 100%;
}

.modal-body>object {
  width: 100%;
  height: 75vh;
}

.btn-100 {
  min-width: 100px;
}

.sidebar-light .sidebar-heading {
  color: #253237;
}

.vh-90 {
  height: 90vh !important;
}

.vh-80 {
  height: 80vh !important;
}

.text-link-danger:hover {
  color: #dc3545;
  cursor: pointer;
}