/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Tinos&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
    font-size: 16px;
    font-family:  'Noto Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px
}

@media (min-width: 992px) and (max-width: 1439px) {
  body { font-size: 13px }
}

main a:hover{ color: #fff; }

.bg-red { background-color: #EA1818; color: #fff; }
.bg-blue { background-color: #425189; color: #fff; }

.color-red { color: #EA1818 !important; }

.btn-red {
  padding: .5rem 1rem;
  background-color: #EA1818;
  color: #fff;
  border-radius: .25rem
}
  .btn-red:hover { background-color: #e26161; text-decoration: none; }
  
.feather {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: text-bottom;
}

/* Navbar */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}
.navbar-icon-top .nav-link {
  position: relative;
}
.navbar-icon-top .nav-link > span {
  font-size: 0.65rem;
  position: absolute;
  top: 2px;
  right: 10px;
  font-family: sans-serif;
}
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  i.far { font-size: 1.2rem }

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 2.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-item {
  padding: .3rem 0;
}
  .sidebar #drop-down.nav-item::after {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 3em;
    content: "";
    border-top: .3em solid #ffffff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
.sidebar .nav-link {
  font-weight: 500;
  color: #ffffff;
}
.sidebar .nav-link i.fas {
  font-size: 1rem;
  margin-right: .5rem;
  width: 30px;
  color: #ffffff;
  text-align: center;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
  color: #ffffff;
  /*font-weight: 700;*/
  background-color: #313f75;
}
.sidebar .nav-link:hover i.fas,
.sidebar .nav-link.active i.fas {
  color: inherit;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/* Content */
[role="main"] {
  padding-top: 5rem; /* Space for fixed navbar */
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.modal .modal-content {
  background-color: #ffffff;
  color: #000000
} 

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.image-bisnis {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  box-shadow: 0 0.4rem 0.7rem rgba(0,0,0,0.2);
  border-radius: 50%;
  /*transform: translateX(50%);*/
  transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.img-menu {
  object-fit: cover;
  width: 70px;
  height: 70px;
}

/*Avatar Nav Top*/
.avatar { cursor: pointer; }
.md-avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
.md-avatar.size-1 {
  width: 40px;
  height: 40px;
}
.md-avatar.size-2 {
  width: 70px;
  height: 70px;
}
.md-avatar.size-3 {
  width: 90px;
  height: 90px;
}
.md-avatar.size-4 {
  width: 110px;
  height: 110px;
}

/*.bg-circle {
  display: block;
  background: #425189;
  color: #ffffff;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  margin: 0;
}*/

.bg-circle {
  position: relative;
  /*margin: 40px auto;*/
  background: white;
}
  .bg-circle .circle-caption {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 0 10px;
    top: 35%;
    left: 0;
    color: #425189;
  }

.bg-circle,
.bg-circle * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-circle {
  width: 180px;
  height: 180px;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .bg-circle {
    width: 150px;
    height: 150px;
  }
  .bg-circle .circle-caption { top: 30% }
  .bg-circle .circle-caption .h3 { font-size: 1.4rem }
  .bg-circle .circle-caption .h6 { font-size: .9rem }
}

.bg-circle .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: transparent;
  border: 5px solid #425189;
}

.bg-circle .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
  animation: rota 0.5s linear forwards;
}

.bg-circle:hover .spinner,
.bg-circle:hover .filler,
.bg-circle:hover .mask {
  animation-play-state: running;
}

.bg-circle .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  animation: opa 0.5s steps(1, end) forwards reverse;
  border-left: none;
}

.bg-circle .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
  animation: opa 0.5s steps(1, end) forwards;
}

@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%,
    100% {
    opacity: 0;
  }
}

.btn-upload-logo { 
  width: 150px; 
  background-color: #425189;
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
  text-align: center;
  border: 0;
  border-radius: .25rem;
}

.backoffice-alert {
  position: absolute;
  /*display: block;*/
  width: 500px;
  top: 5rem;
  right: -1rem;
  padding: 1rem;
  /*background-color:red;*/
  color: #FFFFFF;
  z-index: 100;
  -webkit-animation: slideright 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation: slideright 0.5s forwards;
}