.font-Roboto {
  font-family: "Roboto", sans-serif;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.icon-card {
  font-size: 60px;
  position: absolute;
  margin-left: -50px;
  margin-top: -30px;
  opacity: 0.2;
}

.avatar-container {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.lazy-avatar {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}

.vertical-span {
  display: block;
  transform: rotate(-90deg);
  transform-origin: center center;
  margin-top: 50px;
}

.pointer:hover {
  cursor: pointer;
}

.btn-rounded-5 {
  border-radius: 5px;
}

.card-custom .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 10px;
  overflow: hidden;
}

.card-custom .card-img {
  position: absolute;
  top: -20px;
  right: 50px;
  text-align: right;
}

.matabatin {
  cursor: pointer;
}

/* custom style yg ada */
.card {
  border-radius: 10px;
}

.customizer .service-panel-toggle {
  background: #6659f7;
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  top: 89%;
  left: -25px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer {
  padding: 10px 20px;
}

.page-wrapper > .container-fluid {
  padding: 20px;
  min-height: calc(100vh - 145px);
}

.custom-dropdown-menu {
  border-radius: 8px;
  overflow: hidden;
}

.modal-xl {
  max-width: 1140px;
}

#custom-modal .modal-dialog {
  border-radius: 10px;
  overflow: hidden;
}

.modal-rounded {
  border-radius: 10px;
  overflow: hidden;
}

.img-rounded-avatar {
  border-radius: 10px;
  border: 1px solid rgb(104, 104, 104);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.progress-container {
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 999;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #36bea6;
  transition: width 0.3s;
}

.img-onblockui {
  width: 500px;
  border-radius: 15px;
  margin: -250px 0 20px -50px;
  opacity: 0.9;
}

.badge-ket {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  font-size: 8px;
  font-weight: bolder;
}
