.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('/00_assets/images/ba.jpg');
}
.bg_bb {
  background-image: url('/00_assets/images/bb.jpg');
}
.bg_bc {
  background-image: url('/00_assets/images/bc.jpg');
}
.bg_bd {
  background-image: url('/00_assets/images/bd.jpg');
}
.bg_bl {
  background-image: url('/00_assets/images/bl.jpg');
}
.bg_be {
  background-image: url('/00_assets/images/be.jpg');
}
.bg_bf {
  background-image: url('/00_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 */

/* ------------ CUSTOM DASHBOARD KAMPUS ---------------- */
/* MT CUSTOM */
.mt-100px {
  margin-top: 100px;
}


/* 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-40px {
  width: 40px;
  height: 40px;
}

/* width */
.w-400px {
  width:400px;
}

/* min h */
.min-vh-100 {
  min-height: 100vh;
}

/* CUSTOM BACK BTN FROM COVER */
.cust-back-btn {
  margin-top: -100px;
  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 {
  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;
}

/* ------------ END CUSTOM DASHBOARD KAMPUS ---------------- */

/* ------------ CUSTOM REG LULUSAN BARU ---------------- */

.bg-ptn {
  background-image: url('/00_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;
}

/* ------------ 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-medium {
  width: 100%;
  height: 300px;
}

#square-sert-kecil {
  width: 100%;
  height: 200px;
}

#btn-sert {
  width: 100%;
  height: 40px;
}

/* END SHIMMER ANIMATION */

.m-t-beranda-popca {
  margin-top: 110px;
}

@media screen and (max-width: 991.5px) {
  .m-t-beranda-popca {
    margin-top: 20px;
  }
}