.avatar-wrapper {
  position: relative;
  height: 50px;
}
.avatar-wrapper-sm {
  position: relative;
  height: 65px;
}
.avatar-wrapper-xs {
  position: relative;
  height: 40px;
}
.avatar-holder {
  position: absolute;
  bottom: 0px;
}
.main-avatar {
  width: 200px;
  margin-top: 6em;
}
.pdgwarn {
  padding: 0.5rem 1.5rem;
}

.text-justify {
  text-align: justify;
}

.navbar {
  border-radius: 0px;
}

/* foto landing PIT */

@media (min-width: 576px) {
  .pit-height {
    height: 840px;
  }
}

.p-img-t {
  padding-top: 7px;
}

.text-bold {
  font-weight: bold;
}

.btn-sizes {
  width: 200px;
}

/* akhir foto landing PIT */

/* ukuran foto jenis kelamin pada akun pengurus */
.pic-sizes {
  width: 70px;
}
/* akhir  ukuran foto jenis kelamin pada akun pengurus */

@media (max-width: 1200px) {
  .main-avatar {
    width: 200px;
    margin-top: 3em;
  }
}

@media (max-width: 991px) {
  .main-avatar {
    width: 200px;
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  .main-avatar {
    width: 100%;
    margin-top: 2em;
  }
}

@media (max-width: 543px) {
  .main-avatar {
    margin-top: 1em;
  }
}

@media (max-width: 319px) {
  .main-avatar {
    margin-top: 1em;
  }
}

.add-new a,
a.add-new,
.kosong {
  text-align: center;
  padding: 10px;
  border: dashed 2px #eeeeee;
  color: #cecece;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.add-new a:hover,
a:hover.add-new {
  color: #0dceb5;
  border: dashed 2px #0dceb5;
}
.tinggi-badan {
  position: absolute;
  left: 59%;
  top: 44%;
  display: block;
  text-align: center;
}
.pasien {
  color: #0bb69f;
}
.b-pasien {
  border-color: #0bb69f;
}
.apoteker {
  color: #f44336;
}
.dokter {
  color: #3f51b5;
}
.b-apoteker {
  border-color: #f44336;
}
.b-dokter {
  border-color: #3f51b5;
}

.no-padding-xs {
  padding: inherit;
}

@media (max-width: 543px) {
  .no-padding-xs {
    padding: 12px 6px !important;
  }
}

@media (max-width: 319px) {
  .no-padding-xs {
    padding: 12px 6px !important;
  }
}

.dynamic-grid {
  position: relative;
  display: none;
}
.dynamic-grid.angular-grid {
  display: block;
}
.grid {
  position: absolute;
  list-style: none;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
  border-radius: 10px;
}
.grid.ng-leave {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.grid.ng-leave.ng-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.grid.ng-enter {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.grid.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.grid-img {
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.grid-img.img-loaded {
  visibility: visible;
  opacity: 1;
}

.fond {
  position: relative;
}

.contener_general {
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite;
  width: 44px;
  height: 44px;
}
.contener_mixte {
  width: 44px;
  height: 44px;
  position: absolute;
}
.ballcolor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ball_1,
.ball_2,
.ball_3,
.ball_4 {
  position: absolute;
  -webkit-animation: animball_one 1s infinite ease;
  -moz-animation: animball_one 1s infinite ease;
  -ms-animation: animball_one 1s infinite ease;
  animation: animball_one 1s infinite ease;
}
.ball_1 {
  background-color: #cb2025;
  top: 0;
  left: 0;
}
.ball_2 {
  background-color: #f8b334;
  top: 0;
  left: 24px;
}
.ball_3 {
  background-color: #00a096;
  top: 24px;
  left: 0;
}
.ball_4 {
  background-color: #97bf0d;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@-moz-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@-ms-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}
@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1);
  }
  50% {
    -moz-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -moz-transform: rotate(720deg) scale(1);
  }
}
@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1);
  }
  50% {
    -ms-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -ms-transform: rotate(720deg) scale(1);
  }
}
@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

/* The animation code */
@keyframes gantiWarna {
  0% {
    color: rgba(0, 0, 0, 1);
  }
  25% {
    color: rgba(0, 0, 0, 0.1);
  }
  50% {
    color: rgba(0, 0, 0, 1);
  }
  75% {
    color: rgba(0, 0, 0, 0.1);
  }
  100% {
    color: rgba(0, 0, 0, 1);
  }
}

/* The element to apply the animation to */
.gantiwarna {
  animation-name: gantiWarna;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.fa-spin-2x {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

.ch-checkmark {
  width: 100px;
  margin: 20px auto;
}

.ch-path {
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
  -webkit-animation-name: load, spin;
  -webkit-animation-duration: 3s, 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: load, spin;
  animation-duration: 3s, 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50px 50px;
}

.ch-path-complete {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.ch-check {
  stroke-dasharray: 110;
  stroke-dashoffset: -110;
  stroke-width: 0;
}

.ch-check-complete {
  -webkit-animation: check 1s ease-in forwards;
  animation: check 1s ease-in forwards;
  stroke-width: 15;
  stroke-dashoffset: 0;
}

.ch-fill {
  stroke-dasharray: 285;
  stroke-dashoffset: -257;
  -webkit-animation: spin-fill 3s cubic-bezier(0.7, 0.435, 0.12, 0.6) infinite forwards;
  animation: spin-fill 3s cubic-bezier(0.7, 0.465, 0.12, 0.6) infinite forwards;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50px 50px;
}

.ch-fill-complete {
  -webkit-animation: fill 1s ease-out forwards;
  animation: fill 1s ease-out forwards;
}

@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 300;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    stroke-dashoffset: -300;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 285;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    stroke-dashoffset: 0;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    stroke-dashoffset: -285;
  }
}

@-webkit-keyframes check {
  0% {
    stroke-dashoffset: -110;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes check {
  0% {
    stroke-dashoffset: -110;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-fill {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
  }
}
@keyframes spin-fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@-webkit-keyframes fill {
  0% {
    stroke-dashoffset: 285;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  0% {
    stroke-dashoffset: 285;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.ch-success {
  stroke: #009900;
  transition: stroke 0.6s;
}

.md-dp {
  background: transparent;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgba(160, 160, 160, 0.2);
  border-style: solid;
  height: 31px;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 100%;
}

.pdf-player {
  margin-top: 50px;
}
.pdf-player .pdf-player-container {
  min-height: 750px;
}
.pdf-player .pdf-player-neck {
  padding: 20px;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}
.pat_dker {
  background-image: url('../images/pat_darker.png');
  /*background-color: #f00000;*/
}
.pat_lter {
  background-image: url('../images/pat_lighter.png');
  /*background-color: #f00000;*/
}

.box-kta {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

/*@media (max-width: 960px) {
  #kta_dsg {
    margin: 0px 60px;
  }
   .detail-kta {
    top: 80px !important;
    font-size: 11pt;
  }
  td.table-sp {
    width: 150px !important;
  }
  .detail-kta td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .detail-kta img{
    margin-top: 3px !important;
    width: 96px !important;
  }
}

@media (max-width: 480px) {
  .detail-kta {
    top: 75px !important;
    font-size: 10pt;
  }
  td.table-sp {
    width: 150px !important;
  }
  .detail-kta td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .detail-kta img{
    margin-top: 3px !important;
    width: 80px !important;
  }
}*/

#kta_dsg {
  margin: 0 3rem;
  font-size: 1rem;
}
.detail-kta {
  top: 5.5rem !important;
  font-size: 1em;
}
td.table-sp {
  width: 10rem !important;
}
.detail-kta td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.detail-kta img {
  margin-top: 3px !important;
  width: 6rem !important;
}

@media (max-width: 540px) {
  #kta_dsg {
    margin: 0 1rem;
    font-size: 0.85rem;
  }
  .detail-kta {
    top: 4rem !important;
    font-size: 1em;
  }
  td.table-sp {
    width: 8rem !important;
  }
  .detail-kta td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .detail-kta img {
    margin-top: 3px !important;
    width: 4.8rem !important;
  }
}
@media (max-width: 380px) {
  #kta_dsg {
    margin: 0 0rem;
    font-size: 0.73rem;
  }
  .detail-kta {
    top: 3rem !important;
    font-size: 1em;
  }
  td.table-sp {
    width: 5rem !important;
  }
  .detail-kta td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .detail-kta img {
    margin-top: 3px !important;
    width: 3.5rem !important;
  }
}

@media (max-width: 350px) {
  #kta_dsg {
    margin: 0 0rem;
    font-size: 0.7rem;
  }
  .detail-kta {
    top: 2.6rem !important;
    font-size: 0.8em;
  }
  td.table-sp {
    width: 5rem !important;
  }
  .detail-kta td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .detail-kta img {
    margin-top: 3px !important;
    width: 3rem !important;
  }
}

/* css untuk modal pada event di menu beranda anggota */
/*@media (max-width: 576px) { 
  .modal-dialog {
    height: calc(100% - 650px);
    width: 70%;
    border-radius: 0;
  }
  .modal-content {
    height: 100%;
  }
  .box {
    height: calc(100% - 1px);
  }
  .box-body {
    height: calc(100% - 32px);
  }
 }*/
/* end of css untuk modal pada event di menu beranda anggota */

.full-modal .modal-dialog {
  height: calc(100% - 72px);
  border-radius: 0;
}
.full-modal .modal-content {
  height: 100%;
}
.full-modal .box {
  height: calc(100% - 1px);
}
.full-modal .box-body {
  height: calc(100% - 32px);
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered*/
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 335px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.bgCyan {
  background-color: #00838f;
}
.bgGrey {
  background-color: #eeeeee;
  background-image: url('/assets/images/pat.png');
  background-repeat: repeat;
  background-size: 130px 130px !important;
}
.bgOutput {
  background-color: #4f4f4f;
}
.bgOutputContainer {
  background-image: url('/assets/images/bg-outputR.jpg');
  background-size: cover;
}
.bg_img {
  background-attachment: fixed;
}
.bg_ba {
  background-image: url('/assets/images/ba.jpg');
}
.bg_bb {
  background-image: url('/assets/images/bb.jpg');
}
.bg_bc {
  background-image: url('/assets/images/bc.jpg');
}
.bg_bd {
  background-image: url('/assets/images/bd.jpg');
}
.bg_bl {
  background-image: url('/assets/images/bl.jpg');
}
.bg_be {
  background-image: url('/assets/images/be.jpg');
}
.bg_bf {
  background-image: url('/assets/images/bf.jpg');
}
.line {
  height: 1px;
  content: '';
  background-color: #efefef;
  margin: 5px 0px;
}

.rainbow-overlay {
  background: rgba(0, 168, 173, 0.77);
  background: -moz-linear-gradient(-45deg, rgba(0, 168, 173, 0.77) 0%, rgba(0, 168, 173, 0.74) 26%, rgba(7, 77, 217, 0.65) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 168, 173, 0.77)), color-stop(26%, rgba(0, 168, 173, 0.74)), color-stop(100%, rgba(7, 77, 217, 0.65)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 168, 173, 0.77) 0%, rgba(0, 168, 173, 0.74) 26%, rgba(7, 77, 217, 0.65) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 168, 173, 0.77) 0%, rgba(0, 168, 173, 0.74) 26%, rgba(7, 77, 217, 0.65) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 168, 173, 0.77) 0%, rgba(0, 168, 173, 0.74) 26%, rgba(7, 77, 217, 0.65) 100%);
  background: linear-gradient(135deg, rgba(0, 168, 173, 0.77) 0%, rgba(0, 168, 173, 0.74) 26%, rgba(7, 77, 217, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8ad', endColorstr='#074dd9', GradientType=1 );
}
.red-rainbow-overlay {
  background: rgba(255, 0, 0, 0.75);
  background: -moz-linear-gradient(-45deg, rgba(255, 0, 0, 0.75) 0%, rgba(109, 0, 25, 0.74) 74%, rgba(109, 0, 25, 0.74) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 0, 0, 0.75)), color-stop(74%, rgba(109, 0, 25, 0.74)), color-stop(100%, rgba(109, 0, 25, 0.74)));
  background: -webkit-linear-gradient(-45deg, rgba(255, 0, 0, 0.75) 0%, rgba(109, 0, 25, 0.74) 74%, rgba(109, 0, 25, 0.74) 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 0, 0, 0.75) 0%, rgba(109, 0, 25, 0.74) 74%, rgba(109, 0, 25, 0.74) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 0, 0, 0.75) 0%, rgba(109, 0, 25, 0.74) 74%, rgba(109, 0, 25, 0.74) 100%);
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.75) 0%, rgba(109, 0, 25, 0.74) 74%, rgba(109, 0, 25, 0.74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#6d0019', GradientType=1 );
}
.bg-animated {
  background-image: url('/assets/images/fbg_0.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;

  /*background-size: cover;*/
  -webkit-animation: gerak 50s linear infinite; /* Safari 4.0 - 8.0 */
  animation: gerak 75s linear infinite;
}
.bg-animated-kampus {
  background-image: url('/assets/images/fbg_2.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;

  /*background-size: cover;*/
  -webkit-animation: gerak 50s linear infinite; /* Safari 4.0 - 8.0 */
  animation: gerak 75s linear infinite;
}
@keyframes gerak {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: -789px 0px;
  }
}

.kartu {
  width: 8.5cm;
  min-height: 5.4cm;
}
/* fix barcode */
.A5 {
  width: 21cm;
  min-height: 14.8cm;
}
.bgBarcode {
  width: 21cm;
  min-height: 19.6cm;
}

.box-validator {
  box-shadow: 1px 2px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
/* end fix barcode */
.A4 {
  width: 21cm;
  min-height: 29.7cm;
}
.A4-intend {
  width: 23cm;
  min-height: 26.5cm;
}
.paragraphBreak {
  height: 200px;
  overflow: hidden;
}
.text-orange {
  color: #fb8c00 !important;
}
.text-medium {
  font-size: 16px;
}
.komentar {
  background-color: #eff7fc;
  color: #3c3c3c;
  font-size: 12px;
}

.scrollText {
  position: relative;
}
.scrollText span {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0);
  transition: 1s;
}
.scrollText:hover span {
  transform: translateX(calc(200px - 100%));
}

.rotate-90 {
  transform: rotate(90deg);
}

/*ULASAN*/
.ulasan {
  width: 180px;
  height: 120px;
  background-image: url('/assets/images/satisfaction.png');
  background-size: auto 120px;
}
.ulasan.mantap {
  background-position: 0 0;
}
.ulasan.puas {
  background-position: -200px 0;
}
.ulasan.biasa {
  background-position: -380px 0;
}
.ulasan.tidak_puas {
  background-position: -570px 0;
}
.ulasan.kecewa {
  background-position: -750px 0;
}

.white {
  background-color: #fff !important;
}
.show {
  display: block !important;
}

/* UPDATE TGL 12 FEB 2024 */
.video-link {
  display: flex;
  justify-content: center;
  align-items: center;
  .aux-bid__attachments--image {
    border-radius: 3px;
    /* height: 230px; */
    width: 100%;
    max-width: fit-content;
  }
  &:before {
    content: '';
    width: 50px;
    height: 50px;
    background-color: rgba(000, 000, 000, 0.7);
    border-radius: 50%;
    position: absolute;
  }
  &:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: 2px;
    position: absolute;
  }
}
/* END UPDATE TGL 12 FEB 2024 */

/* MARGIN CUSTOM */
.mt-100px {
  margin-top: 100px;
}

/* ------------ CUSTOM DASHBOARD KAMPUS ---------------- */


/* CUSTOM DETAIL KAMP */

.m-t-n100px {
  margin-top: -100px;
}

.m-t-n200px {
  margin-top: -200px;
}

.rounded-5px {
  border-radius: 5px;
}

/* FLEX CENTERRED */
.flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* cover */
.cover {
  object-fit: cover;
}

/* width & height */
i.wh-24px {
  width: 24px;
  height: 24px;
}

.wh-30px {
  width: 30px;
  height: 30px;
}

.wh-40px {
  width: 40px;
  height: 40px;
}

.wh-50px {
  width: 50px;
  height: 50px;
}

.wh-100px {
  width: 100px;
  height: 100px;
}

/* width */
.w-100px {
  width: 100px;
}

.w-200px {
  width: 200px !important;
}

.w-400px {
  width:400px;
}


/* min h */
.min-vh-100 {
  min-height: 100vh;
}

/* CUSTOM BACK BTN FROM COVER */
.cust-back-btn {
  margin-top: -60px;
  position: absolute;
  right: 0;
  margin-right: 50px;
  z-index: 100;
}

/* MODAL EMAIL CUSTOM */
.modal-email .modal-dialog { 
  position: fixed; 
  bottom: -15px; 
  right: 0; 
  margin-right: 15px;
}

/* truncate two lines */
.text-truncate-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* border */
.border {
  border: 1px solid #e9ecef !important;
}

/* cust banner info */
.cust-banner-info {
  height: 500px;
  overflow: hidden;
}

/*  */
.profile-wid-bg-pp {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 250px;
}
@media (max-width: 575.98px) {
  .profile-wid-bg-pp {
    height: 445px;
  }
}
.profile-wid-bg-pp::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  background: #D32F2F;
  background: -webkit-gradient(linear, right bottom, right top, from(#4A1212), to(#D32F2F));
  background: linear-gradient(to top, #4A1212, #D32F2F);
}
.profile-wid-bg-pp .profile-wid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*  */
.profile-wid-bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 250px;
}
@media (max-width: 575.98px) {
  .profile-wid-bg {
    height: 445px;
  }
}
.profile-wid-bg::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.85;
  background: #405189;
  background: -webkit-gradient(linear, right bottom, right top, from(#171e32), to(#405189));
  background: linear-gradient(to top, #171e32, #405189);
}
.profile-wid-bg .profile-wid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row.gutter-sm {
  margin-left: 10px;
  margin-right: 10px; }
  .row.gutter-sm [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

/* ------------ END CUSTOM DASHBOARD KAMPUS ---------------- */

/* ------------ CUSTOM REG LULUSAN BARU ---------------- */

/* TIMELINE */

.width-mk-tj {
  width: 50%;
}

.container-maksud-tujuan {
  width: 80%;
  padding: 50px 0;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.container-maksud-tujuan:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1
}

.mk-tj-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.mk-tj-block-right {
  float: right;
}

.mk-tj-block-left {
  float: left;
  direction: rtl
}

.marker-mk {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #DA251C;
  margin-top: 10px;
  z-index: 9999
}
.marker-tj {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #DE9494;
  margin-top: 10px;
  z-index: 9999
}

.mk-tj-content {
  width: 95%;
  padding: 0 15px;
  color: #666
}

.mk-tj-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500
}

.mk-tj-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}


@media screen and (max-width: 768px) {
  .width-mk-tj {
    width: 100%;
  }


  .container-maksud-tujuan:before {
     left: 8px;
     width: 2px;
  }
  .mk-tj-block {
     width: 100%;
     margin-bottom: 30px;
  }
  .mk-tj-block-right {
     float: none;
  }

  .mk-tj-block-left {
     float: none;
     direction: ltr;
  }
}

/* END TIMELINE */

.bg-ptn {
  background-image: url('../../assets/images/ptn.png');
}

.bg-lulusan-iai {
  /* background-image: url('../../assets/images/img_reg_lulusan_baru/hero_bg.png'); */
  background-color: #e9f5fd;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 600px;
}

.img-lulusan-iai {
  position: absolute;
  margin-top: -100px;
  right: 0;
}

.rounded-image-border {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grad-soft-to-blue {
  background-image: linear-gradient(to right, #a4d6fe, #2186db), url('../../assets/images/img_reg_lulusan_baru/elipse-ptn.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.shadow-lg-blue {
  box-shadow: 1px 0px 43px 0px rgba(164,214,254,1);
-webkit-box-shadow: 1px 0px 43px 0px rgba(164,214,254,1);
-moz-box-shadow: 1px 0px 43px 0px rgba(164,214,254,1);
}

/* inner rounded */
.side-shape {
  display: flex;
  gap: 20px;
}

.bg-circle {
  position: relative;
  display: flex;
  justify-content: center;
}

.b-circle {
  width: 160px;
  height: 150px;
  background-color: white;
  border: 20px solid #405189;
  position: absolute;
  border-bottom-left-radius: 46%;
  border-bottom-right-radius: 46%;
  /* margin-left: 38.8%; */
  margin-top: -105px;
  z-index: 99;
}

.shape1{
    /* background: #074b7e; */
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
 }
 
 .shape1:before{
     content: '';
     width: 150px;
     height: 150px;
     background: #f8f8f8;
     position: absolute;
     top: -95px;
     right: -70px;
     border-radius: 50%;
 }
 
 .shape2{
    /* background: #074b7e; */
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
 }
 
 .shape2:before{
     content: '';
     width: 150px;
     height: 150px;
     background: #f8f8f8;
     position: absolute;
     top: -95px;
     left: -70px;
     border-radius: 50%;
 }

 .line-lulusan {
  background-color: #405189;
  height: 100px;
  width: 100%;
 }

 .btn-line-lulusan {
  position: absolute;
  right: 0;
  margin-right: 100px;
  margin-top: 30px;
 }

 .mb-85px {
  margin-bottom: 85px;
 }

 .flex-wrap-reverse-gap-20px {
  display: flex;
  position: relative;
  gap: 20px;
  flex-wrap: wrap-reverse;
 }

 /* flexing */
 .flexing {
  display: flex;
 }
 .justifying-between {
  justify-content: space-between;
 }
.aligning-items-center {
  align-items: center;
}

/* video tidak bisa maju atau mundur di timeline */
 video.popca::-webkit-media-controls-timeline {
  display: none;
}

.overflow-banner-popca {
  height: 135px;
  overflow: hidden
}

.truncate-popca {
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-260px {
  height: 260px;
}

.h-270px {
  height: 270px;
}

/* MAGNIFIER */

.input-container-magnifier {
  text-align: center;
  margin: 20px auto 20px;
}
#zoomOutputMagnifier {
  min-width: 40px;
  display: inline-block;
  text-align: left;
}

.zoom-area-magnifier
{
  /* width: 500px; */
  max-width: 90%;
  margin: 50px auto;
  position: relative;
  cursor: none
}

.large-magnifier
{
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  display: none;
}
.small-magnifier
{
  display: block;
}

/* fontsize */
.fs-11px {
  font-size: 11px;
}

.fs-13px {
  font-size: 13px;
}

/* ------------ END CUSTOM REG LULUSAN BARU ---------------- */

/* SHIMMER ANIMATION */
.shimmer-sert-popca {
  position: relative; 
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #f2f4f7 10%, #e8e8eb 20%, #f2f4f7 30%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
  -webkit-animation-timing-function: ease-in-out;
}
.shimmer-sert-popca-dark {
  position: relative; 
  background: #383a50;
  background-image: linear-gradient(to right, #383a50 0%, #3e4058 10%, #43455d 20%, #3e4058 30%, #383a50 50%, #383a50 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
  -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0; 
  }
}

#square-sert {
  width: 100%;
  height: 400px;
}

#square-sert-kecil {
  width: 100%;
  height: 200px;
}

#btn-sert {
  width: 100%;
  height: 40px;
}

/* END SHIMMER ANIMATION */

/* NEW LANDING PC EXPO */
.flex-wrap-gap-5px {
  display: flex;
  position: relative;
  gap: 5px;
  flex-wrap: wrap;
 }
 
 .line-landing {
  background-image: url('/assets/images/landingPcExpo/line-bg.png');
  height: auto;
  width: 100%;
  background-size: cover;
 }

 .bg-landing-doted {
  background-image: url('/assets/images/landingPcExpo/bg-landing-doted.png');
  height: auto;
  width: 100%;
  background-size: cover;
 }

/* END NEW LANDING PC EXPO */

/* SLICK */
/* .slick-prev:before,
.slick-next:before {
  color: black!important;
  display: none;
} */
.slick-dots {
  margin-bottom: 60px!important;
 }

/* Ellipsis */
.text-truncate-one-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-truncate-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-truncate-three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.media-middle {
  vertical-align: middle !important;
}

/* FLEXER */
.d-flex {
  display: flex;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: top;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

/* BADIKLAT */

/* active nav badiklat */

.nav-badiklat > ul > li > a.active {
  color: #0cc2aa;
}

.active-sub-arsip {
  background-color: #0cc2aa;
}

.potrait-bukti {
  width: 300px;
  /* height: 464px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disable-btn {
  cursor: not-allowed;
}

.nav-icon-svg {
  display: inline-block;
}

.nav-icon-svg svg path {
  fill: black; /* Warna default (terang mode) */
}

.dark-mode-icon-svg svg path {
  fill: white; /* Warna untuk mode gelap */
}

@media screen and (min-width: 1199.5px) {
  .card-hero-beranda {
    background-image: url('/assets/images/badiklat/pattern_waves.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 307px;
    background-color: #ffffff;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .card-hero-beranda {
    background-image: url('/assets/images/badiklat/pattern_waves.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 257px;
    background-color: #ffffff;
    border-radius: 5px;
  }
}

/* FLOATING ANIMATE */

.floating-animate {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 30px); }
  to   { transform: translate(0, -0px); }    
}

.double-shadow {
  color: #ffffff;
  /* text-shadow: 4px 3px 0px #000, 9px 8px 0px rgba(0,0,0,0.35); */
  text-shadow: 3px 3px 0px #0cc2aa;
}

/* NEWBERANDA */

.dtl-berita {
  position: absolute; 
  bottom: 0; 
  margin-bottom: 5px; 
  margin-left: -6px;
}

.dtl-loker {
  position: absolute; 
  bottom: 0; 
  margin-left: -16px
}

.scroll-container {
  width: 100%; 
  height: 400px; 
  overflow: auto; 
  border: 1px solid #ccc;
}

/* CHART KAMPUS OVERVIEW */
.chartCard {
  width: 100%;
  /* height: calc(100vh - 40px); */
  /* background: rgba(54, 162, 235, 0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.chartBox {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  /* border: solid 3px rgba(54, 162, 235, 1); */
  background: white;
}
.containerChart {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}
.containerChartBody {
  height: 290px;
  overflow: visible;
}

/* .text-justify {
   text-align: justify;
} */

.fs-13 {
  font-size: 13px;
}

.text-lgm {
  font-size: 1.45rem;
}

.custom-tooltip .tooltip-inner {
  max-width: 250px;
  white-space: normal;
}

.va-middle {
  vertical-align: middle;
}

/* TAGS CUSTOM FORM */
.tag-cus-input {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  position: relative;
}
.tag-cus-input input {
  border: none;
  outline: none;
  flex-grow: 1;
  margin: 0;
  padding: 5px;
}
.tag-cus {
  background-color: #3f51b5;
  color: white;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 5px;
  display: inline-flex;
  align-items: center;
}
.tag-cus .remove-tag-cus {
  margin-left: 5px;
  cursor: pointer;
  color: #fafafa;
  border-left: 1.5px solid white;
  padding-left: 6px;
}

.btn-download-banner-bdk {
  display: none;
  position: absolute;
  /* top: 9.4%;
  left: 44%; */
  /* transform: translate(50%, 50%); */
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.show-download {
  display: block;
}

.btn-icon-hover {
  display: none;
  position: absolute;
  /* top: 9.4%;
  left: 44%; */
  /* transform: translate(50%, 50%); */
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.show-icon-hover {
  display: block;
}

.card-event-anggota {
  height: 700px;
}
@media screen and (max-width: 767.5px) {
  .card-event-anggota {
    height: 100%;
  }
  .for-small {
    /* gap: 20px; */
    padding-bottom: 100px;
  }
}

.h-900px {
  height: 900px;
}

.overflow-hide {
  overflow: hidden;
}

/* CUSTOM FAIL */
/* Warna Merah */
.ch-path-fail {
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
  -webkit-animation-name: load, fail-spin;
  -webkit-animation-duration: 3s, 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: load, fail-spin;
  animation-duration: 3s, 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50px 50px;
}

.ch-path-fail-complete {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* Ganti animasi dan stroke untuk ikon X */
.ch-check-fail {
  stroke-dasharray: 110;
  stroke-dashoffset: -110;
  stroke-width: 0;
}

.ch-check-fail-complete {
  -webkit-animation: fail-check 1s ease-in forwards;
  animation: fail-check 1s ease-in forwards;
  stroke-width: 15;
  stroke-dashoffset: 0;
  stroke: #ff0000; /* Warna merah untuk X */
}

/* Path untuk ikon X */
.ch-fill-fail {
  stroke-dasharray: 285;
  stroke-dashoffset: -257;
  -webkit-animation: fail-spin-fill 3s cubic-bezier(0.7, 0.435, 0.12, 0.6) infinite forwards;
  animation: fail-spin-fill 3s cubic-bezier(0.7, 0.465, 0.12, 0.6) infinite forwards;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50px 50px;
}

.ch-fill-fail-complete {
  -webkit-animation: fail-fill 1s ease-out forwards;
  animation: fail-fill 1s ease-out forwards;
}

/* Menambahkan animasi untuk ikon X */
@keyframes fail-check {
  0% {
    stroke-dashoffset: -110;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* Menambahkan animasi spin untuk fail */
@keyframes fail-spin-fill {
  0% {
    stroke-dashoffset: -257;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -257;
  }
}

@keyframes fail-fill {
  0% {
    stroke-dashoffset: -257;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* Kelas untuk merubah warna menjadi merah */
.ch-fail {
  stroke: #ff0000; /* Warna merah */
}

.ch-path-fail-complete {
  stroke: #ff0000; /* Warna merah */
}

.ch-closemark {
  width: 90px;
  margin: 20px auto;
}
/* END CUSTOM FAIL */

@media screen and (max-width: 1080.5px) {
  .text-white-mobile {
    color: white;
  }
}

/* ARIA HIDDEN */
[aria-hidden="true"] * {
  pointer-events: none;
  user-select: none;
}
[aria-hidden="true"] :focus {
  outline: none;
}
/* [aria-hidden="true"] {
  pointer-events: none !important;
}

[aria-hidden="true"] * {
  tabindex: -1 !important;
} */


ol li.marker-bold::marker {
  font-weight: 600;
  font-size: 12px;
}

.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}

.table-nowrap {
  white-space: nowrap;
}

.bg-base-figm {
  background-color: #F3F3F9;
}

.custom-tooltip.tooltip {
  width: 700px !important;
  white-space: normal;
  word-wrap: break-word;
}

.seminat-color {
  background-color: #6887FF;
}

.b-indigo {
  border-color: #3f51b5;
}