/* Calendar Blocks */

.calendar-day-header {
  width: 14.28%
}

.calendar-dot-float {
  padding-top: 2px;
}

.calendar-block {
  float: left;
  width: 14.28%
}

/* Border merah ketika form error di select2 */
.was-validated .form-select:invalid~.select2 .select2-selection {
  border-color: #f1416c !important;
}
.form-select.border-danger ~ .select2 .select2-selection {
  border-color: #f1416c !important;
}

/* Modal Lebar */
.modal-semifullscreen {
  width: 100vw;
  height: 100%;
  max-width: none;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.modal-semifullscreen .modal-content {
  height: 95%;
  width: 95%;
}

@media print {
  .print-hide {
    display: none !important;
  }
}

.myloader{
    position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(255, 255, 255,.5); z-index: 9999; display: flex; align-items: center; justify-content: center;transition:visibility 0.5s linear,opacity 0.5s linear;
}
/* .form-select:invalid~.select2 .select2-selection {
  border-color: #f1416c !important;
} */

/* Spinner */
.ajax-loading-animation {
    background-color:rgba(192,192,192,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: 8888;
}


/* Steppers */



.steps {
border: 1px solid #e7e7e7;
border-left: none; border-right: none;
}

.steps-body {
display: table;
table-layout: fixed;
width: 100%
}

.step {
display: table-cell;
position: relative;
padding: 1rem 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
color: rgba(0, 0, 0, 0.65);
font-weight: 600;
text-align: center;
text-decoration: none
}

.step-icon {
display: block;
/*                    width: 1.5rem;
height: 1.5rem;
*/                    margin: 0 auto;
margin-bottom: .75rem;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
color: #888
}

.step:hover {
color: rgba(0, 0, 0, 0.9);
text-decoration: none
}

.step-line-left {
  margin-left:  50%;
}

.step-line-right {
  margin-right:  50%;
}

@media (max-width: 575.98px) {
.steps-header {
    display: none
}
.steps-body,
.step {
    display: block
}
.step {
    border-right: 0;
    border-bottom: 1px dashed #e7e7e7
}
.step:last-child {
    border-bottom: 0
}
}

#float-antrian {
    position: fixed !important;
    bottom: 4rem;
    right: 1rem;
    z-index: 100;
    display: none;
}

#float-antrian [data-bs-toggle="tooltip"] {
    z-index: 101;
}

.marquee {
  height: 20px;

  overflow: hidden;
  position: relative;
}

.marquee .marquee__inner {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 4s linear infinite;
  -webkit-animation: marquee 4s linear infinite;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


/* Room & Bed Status */

.occupied {
  background: #FFF7FB; 
  box-shadow: 0 0 2px rgba(0,0,0,.4)!important;
}

.pre-occupied {
  background: #FFFEF7; 
  box-shadow: 0 0 2px rgba(0,0,0,.4)!important;
}

.empty {
  background: #FFFFFF; 
  box-shadow: 0 0 2px rgba(0,0,0,.4)!important;
}

/*.completed {
background-color: #000 !important;
}*/


.treegrid-indent {
    width: 0;
    display: inline-block;
    position: relative;
}

.treegrid-expander {
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    left:-20px;
    cursor: pointer;
}

/**/
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}
.grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.swal-custom-animation {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
 }

 .swal-custom-animation-fadeInDown {
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown
 }

 @keyframes fadeInDown {
  0% {
   opacity:0;
   -webkit-transform:translate3d(0,-50px,0);
   transform:translate3d(0,-50px,0)
  }
  to {
   opacity:1;
   -webkit-transform:translateZ(0);
   transform:translateZ(0)
  }
 }

 .swal-custom-animation-fadeOutUp {
  -webkit-animation-name:fadeOutUp;
  animation-name:fadeOutUp
 }
 
 @-webkit-keyframes fadeOutUp {
  0% {
   opacity:1
  }
  to {
   opacity:0;
   -webkit-transform:translate3d(0,-50px,0);
   transform:translate3d(0,-50px,0)
  }
 }
 @keyframes fadeOutUp {
  0% {
   opacity:1
  }
  to {
   opacity:0;
   -webkit-transform:translate3d(0,-50px,0);
   transform:translate3d(0,-50px,0)
  }
 }
