.fadeOut {
  animation-name: fadeOut;
}
.fadeInDown {
  animation-name: fadeInDown;
}
.fadeInUp {
  animation-name: fadeInUp;
}
.fade-enter-active {
  transition: opacity 300ms ease-in;
}
.fade-leave-active {
  transition: opacity 150ms ease-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
@-moz-keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@-webkit-keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@-o-keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@-moz-keyframes fadeInDown {
from {
    opacity: 0.5;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0.5;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@-o-keyframes fadeInDown {
from {
    opacity: 0.5;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@keyframes fadeInDown {
from {
    opacity: 0.5;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@-moz-keyframes fadeInUp {
from {
    opacity: 0.5;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@-webkit-keyframes fadeInUp {
from {
    opacity: 0.5;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@-o-keyframes fadeInUp {
from {
    opacity: 0.5;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
@keyframes fadeInUp {
from {
    opacity: 0.5;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: none;
}
}
.c-toast-container {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none;
}
.c-toast-container--top {
  flex-direction: column;
}
.c-toast-container--bottom {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
.c-toast-container {
    padding: 0;
    position: fixed !important;
}
}
.c-toast--top,
.c-toast--bottom {
  align-self: center;
}
.c-toast--top-right,
.c-toast--bottom-right {
  align-self: flex-end;
}
.c-toast--top-left,
.c-toast--bottom-left {
  align-self: flex-start;
}
.v--default-css .c-toast--success {
  background-color: #28a745;
}
.v--default-css .c-toast--info {
  background-color: #17a2b8;
}
.v--default-css .c-toast--warning {
  background-color: #ffc107;
}
.v--default-css .c-toast--error {
  background-color: #dc3545;
}
.v--default-css .c-toast--default {
  background-color: #343a40;
}
.v--default-css .c-toast {
  display: grid;
  align-items: center;
  animation-duration: 150ms;
  margin: 0.5em 0;
  border-radius: 0.5em;
  pointer-events: auto;
  color: #fff;
  min-height: 3em;
  cursor: pointer;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  padding: 0.5em 2em;
  word-break: break-word;
}

.icon-password[data-v-d11e12f9] {
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 32px;
    right: 10px;
    font-size: 20px;
}
.form-check.form-check-solid .form-check-input[data-v-d11e12f9]:checked {
    background-color: #EE7B33 !important;
}

.icon-password[data-v-dce39006] {
	cursor: pointer;
	float: right;
	position: relative;
	bottom: 32px;
	right: 10px;
	font-size: 20px;
}
.form-check.form-check-solid .form-check-input[data-v-dce39006]:checked {
	background-color: #EE7B33 !important;
}

/* Fix untuk ApexCharts di Metronic */
#kt_chart_dashboard[data-v-dce39006] {
	position: relative;
}

.update-notif {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #222;
	color: white;
	padding: 10px 20px;
	border-radius: 8px;
	z-index: 9999;
}

.icon-password[data-v-d935fda7] {
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 32px;
    right: 10px;
    font-size: 20px;
}

.react-file-preview-energeek[data-v-ad1db7c3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.react-file-preview-energeek .react-file-preview-left[data-v-ad1db7c3] {
    display: flex;
    align-items: flex-start;
}
.react-file-preview-energeek .react-file-preview-left img[data-v-ad1db7c3] {
    margin-top: 5px;
}
.react-file-preview-energeek .react-file-preview-left .file-info-group[data-v-ad1db7c3] {
    padding-left: 10px;
}
.react-file-preview-energeek .react-file-preview-left .file-info-group .file-name[data-v-ad1db7c3] {
    font-size: 15px;
    color: black !important;
    text-decoration: none;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.react-file-preview-energeek .react-file-preview-left .file-info-group .file-size[data-v-ad1db7c3] {
    color: #a1a5b7 !important;
}
.react-file-preview-energeek .react-file-preview-right svg path[data-v-ad1db7c3] {
    fill: red;
}
.react-file-preview-energeek .react-file-preview-right .remove-button[data-v-ad1db7c3] {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
}
.react-file-preview-energeek .modal-overlay-file-preview[data-v-ad1db7c3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    /* Black background with transparency */
    display: flex;
    justify-content: center;
    animation: fadeIn-ad1db7c3 1s forwards;
    /* Fade-in animation */
    z-index: 9999999999;
    /* Ensure it's on top of other content */
}
.react-file-preview-energeek .modal-content-file-preview[data-v-ad1db7c3] {
    background-color: transparent;
    /* Modal content background */
    padding: 15px;
    border-radius: 8px;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 95%;
    position: relative;
}

/* Close button style */
.react-file-preview-energeek .close-button-file-preview[data-v-ad1db7c3] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(24, 24, 27, .65);
    padding: 10px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 50px;
    color: #fff;
    cursor: pointer;

    z-index: 2;
}
@media(max-width:991px) {
.react-file-preview-energeek .close-button-file-preview[data-v-ad1db7c3] {
        font-size: 40px;
}
}
@keyframes fadeIn-ad1db7c3 {
from {
        opacity: 0;
}
to {
        opacity: 1;
}
}


/* Card image loading */
.card__image img[data-v-33d62828] {
    width: 100%;
    height: 100%;
}
.card__image.loading[data-v-33d62828] {
    height: 100px;
}

/* Card title */
.card__title[data-v-33d62828] {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}
.card__title.loading[data-v-33d62828] {
    height: 1rem;
    width: 50%;
    margin: 1rem;
    border-radius: 3px;
}

/* Card description */
.card__description[data-v-33d62828] {
    padding: 8px;
    font-size: 16px;
}
.card__description.loading[data-v-33d62828] {
    height: 3rem;
    margin: 1rem;
    border-radius: 3px;
}

/* The loading Class */
.loading[data-v-33d62828] {
    position: relative;
    background-color: #e2e2e2;
}

/* The moving element */
.loading[data-v-33d62828]::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top,
            right top, from(transparent),
            color-stop(rgba(255, 255, 255, 0.2)),
            to(transparent));

    background: linear-gradient(90deg, transparent,
            rgba(255, 255, 255, 0.2), transparent);

    /* Adding animation */
    animation: loading-33d62828 0.8s infinite;
}

/* Loading Animation */
@keyframes loading-33d62828 {
100% {
        transform: translateX(100%);
}
}

.lds-ring[data-v-747038c8] {
    /* change color here */
    color: #00d0ff;
}
.lds-ring[data-v-747038c8],
.lds-ring div[data-v-747038c8] {
    box-sizing: border-box;
}
.lds-ring[data-v-747038c8] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.lds-ring div[data-v-747038c8] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 4px;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation: lds-ring-747038c8 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div[data-v-747038c8]:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div[data-v-747038c8]:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div[data-v-747038c8]:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring-747038c8 {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
.datatable-component .footer-bar[data-v-747038c8] {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.datatable-component .custom-vue-datatable-pagination[data-v-747038c8] {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 15px;
}
.datatable-component .custom-vue-datatable-pagination button[data-v-747038c8] {
    padding: 10px;
    background-color: #fff !important;
    border: 0 !important;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    height: 35px;
}
.datatable-component .custom-vue-datatable-pagination button.btn-prev-next-datatable[data-v-747038c8] {
    background: #F7F9FB !important;
    border-radius: 8px !important;
}
.datatable-component .custom-vue-datatable-pagination button.active[data-v-747038c8] {
    background: var(--bs-primary) !important;
    border-radius: 8px;
    color: #fff !important;
}
.datatable-component .custom-vue-datatable[data-v-747038c8] {
    width: 100%;
}
.datatable-component .custom-vue-datatable thead tr th[data-v-747038c8] {
    border-bottom: 1px #eaebed solid !important;
    padding: 15px 5px;
    color: #3F4254;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
}
.datatable-component .custom-vue-datatable tbody tr td[data-v-747038c8] {
    border-bottom: 1px #eaebed solid !important;
    padding: 15px 5px;
}
.datatable-component .select-show-per-page-datatable[data-v-747038c8] {
    width: 65px;
    cursor: pointer;
    outline: none !important;
    box-shadow: unset !important;
    height: 40px;
    color: #5E6278 !important;
    background-color: #F5F8FA;
    border: 0 !important;
    border-radius: 5px;
    padding: 5px;
}
.custom-vue-datatable[data-v-747038c8] {
    min-width: 600px;
}

/* App.css or print.css */
[data-kt-aside-minimize="on"] #kt_content_container[data-v-b607e343] {
    max-width: 1400px !important;
}
.border-separator[data-v-b607e343] {
    border-right: 1px solid #eee !important;
    border-bottom: 0px solid #eee !important;
}
.card .shadow-sm[data-v-b607e343]:hover {
    background-color: #f3f3f3;
}

/* Base */
.fixed-mobile[data-v-b607e343] {
    transition: transform 0.55s cubic-bezier(.25, .8, .25, 1),
        opacity 0.25s ease;
    will-change: transform, opacity;
}

/* Mode fixed */
.fixed-mobile.is-fixed[data-v-b607e343] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 999;
    padding: 10px;
    background: #fff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    height: 110px;

    /* DEFAULT: hidden dulu */
    transform: translateY(100%);
    opacity: 0;
}

/* Fixed + tampil */
.fixed-mobile.is-fixed[data-v-b607e343]:not(.is-hidden) {
    transform: translateY(0);
    opacity: 1;
}

/* Fixed + hidden (scroll) */
.fixed-mobile.is-fixed.is-hidden[data-v-b607e343] {
    transform: translateY(100%);
    opacity: 0;
}

/* Normal (di bawah) */
.fixed-mobile[data-v-b607e343]:not(.is-fixed) {
    position: static;
    transform: none;
    opacity: 1;
}
.total-wrapper[data-v-b607e343] {
    min-height: 140px;
    /* tinggi box */
}
.total-anchor[data-v-b607e343] {
    height: 1px;
    width: 100%;
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.border-separator[data-v-b607e343] {
        border-right: 0px solid #eee !important;
        border-bottom: 1px solid #eee !important;
        margin-bottom: 15px;
}
.card-body .card-title[data-v-b607e343] {
        font-size: 12px !important;
}
.card-img-top[data-v-b607e343] {
        height: 100px !important;
        object-fit: cover;
}
}

/* // Small devices (landscape phones, less than 768px) */
@media (min-width: 575.99px) and (max-width: 767.98px) {
.border-separator[data-v-b607e343] {
        border-right: 0px solid #eee !important;
        border-bottom: 1px solid #eee !important;
        margin-bottom: 15px;
}
.card-body .card-title[data-v-b607e343] {
        font-size: 12px !important;
}
.card-img-top[data-v-b607e343] {
        height: 100px !important;
        object-fit: cover;
}
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 767.99px) and (max-width: 991.98px) {
.card-body .card-title[data-v-b607e343],
    .font-sm[data-v-b607e343] {
        font-size: 12px !important;
}
.fs-16[data-v-b607e343] {
        font-size: 16px !important;
}
.fs-11[data-v-b607e343] {
        font-size: 11px !important;
}
.fs-12[data-v-b607e343] {
        font-size: 12px !important;
}
.fs-13[data-v-b607e343] {
        font-size: 13px !important;
}
.fs-14[data-v-b607e343] {
        font-size: 14px !important;
}
.card-img-top[data-v-b607e343] {
        height: 60px !important;
        object-fit: cover;
}
}

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 991.99px) and (max-width: 1199.98px) {
.fixed-mobile.is-fixed[data-v-b607e343] {
        position: static;
        box-shadow: none;
}
.card-img-top[data-v-b607e343] {
        height: 80px !important;
        object-fit: cover;
}
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1399.99px) {
.fixed-mobile.is-fixed[data-v-b607e343] {
        position: static;
        box-shadow: none;
}
.card-img-top[data-v-b607e343] {
        height: 100px !important;
        object-fit: cover;
}
}

[data-v-a8cd7230]:root{
    --main-color : #00d0ff;
    --white-color: #fff;
}
.box-loader[data-v-a8cd7230]{
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.132);
}
/* loader */
.loader[data-v-a8cd7230] {
  animation: rotate-a8cd7230 1s infinite;
  height: 50px;
  width: 50px;
  display: inline-block;
}
.loader[data-v-a8cd7230]:before,
.loader[data-v-a8cd7230]:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader[data-v-a8cd7230]:before {
  animation: ball1-a8cd7230 1s infinite;
  background-color: var(--white-color);
  box-shadow: 30px 0 0 var(--main-color);
  margin-bottom: 10px;
}
.loader[data-v-a8cd7230]:after {
  animation: ball2-a8cd7230 1s infinite;
  background-color: var(--main-color);
  box-shadow: 30px 0 0 var(--white-color);
}
@keyframes rotate-a8cd7230 {
0% {
    transform: rotate(0deg) scale(0.8);
}
50% {
    transform: rotate(360deg) scale(1.2);
}
100% {
    transform: rotate(720deg) scale(0.8);
}
}
@keyframes ball1-a8cd7230 {
0% {
    box-shadow: 30px 0 0 var(--main-color);
}
50% {
    box-shadow: 0 0 0 var(--main-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
}
100% {
    box-shadow: 30px 0 0 var(--main-color);
    margin-bottom: 10px;
}
}
@keyframes ball2-a8cd7230 {
0% {
    box-shadow: 30px 0 0 var(--white-color);
}
50% {
    box-shadow: 0 0 0 var(--white-color);;
    margin-top: -20px;
    transform: translate(15px, 15px);
}
100% {
    box-shadow: 30px 0 0 var(--white-color);;
    margin-top: 0;
}
}
/* end loader */

.lds-ring[data-v-b571efcb] {
    /* change color here */
    color: #00d0ff;
}
.lds-ring[data-v-b571efcb],
.lds-ring div[data-v-b571efcb] {
    box-sizing: border-box;
}
.lds-ring[data-v-b571efcb] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.lds-ring div[data-v-b571efcb] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 4px;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation: lds-ring-b571efcb 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div[data-v-b571efcb]:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div[data-v-b571efcb]:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div[data-v-b571efcb]:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring-b571efcb {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
.datatable-component .footer-bar[data-v-b571efcb] {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.datatable-component .custom-vue-datatable-pagination[data-v-b571efcb] {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 15px;
}
.datatable-component .custom-vue-datatable-pagination button[data-v-b571efcb] {
    padding: 10px;
    background-color: #fff !important;
    border: 0 !important;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    height: 35px;
}
.datatable-component .custom-vue-datatable-pagination button.btn-prev-next-datatable[data-v-b571efcb] {
    background: #F7F9FB !important;
    border-radius: 8px !important;
}
.datatable-component .custom-vue-datatable-pagination button.active[data-v-b571efcb] {
    background: var(--bs-primary) !important;
    border-radius: 8px;
    color: #fff !important;
}
.datatable-component .custom-vue-datatable[data-v-b571efcb] {
    width: 100%;
}
.datatable-component .custom-vue-datatable thead tr th[data-v-b571efcb] {
    border-bottom: 1px #eaebed solid !important;
    padding: 15px 5px;
    color: #3F4254;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
}
.datatable-component .custom-vue-datatable tbody tr td[data-v-b571efcb] {
    border-bottom: 1px #eaebed solid !important;
    padding: 15px 5px;
}
.datatable-component .select-show-per-page-datatable[data-v-b571efcb] {
    width: 65px;
    cursor: pointer;
    outline: none !important;
    box-shadow: unset !important;
    height: 40px;
    color: #5E6278 !important;
    background-color: #F5F8FA;
    border: 0 !important;
    border-radius: 5px;
    padding: 5px;
}
.custom-vue-datatable[data-v-b571efcb] {
    min-width: 600px;
}

.dropdown-vue-conteks[data-v-97b8fbfc] {
        background: #fff;
        background-position: right 10px top;
        /* Change the px value here to change the distance */
        background-color: #fff !important;
        color: #6c757d;
        padding: 10px 8px;
        border: 1px solid #e5e5e5;
        font-size: 15px !important;
        cursor: pointer;
}
.dropdown-vue-conteks.disabled[data-v-97b8fbfc] {
        cursor: no-drop;
        background: #e9ecef !important;
}
.dropdown-vue-wrapper[data-v-97b8fbfc] {
        position: relative;
        display: block;
        width: 100%;
}
.dropdown-vue-content[data-v-97b8fbfc] {
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        overflow: auto;
        border: 1px solid #e5e5e5;
        border-bottom: 2px solid #ddd;
        z-index: 999;
        border-radius: 5px 5px;
}
.dropdown-vue-content a[data-v-97b8fbfc] {
        padding: 10px 15px;
        cursor: pointer;
        text-decoration: none;
        display: block;
        color: black !important;
        font-size: 13px;
        font-weight: normal !important;
}
.dropdown-vue-content a.disabled[data-v-97b8fbfc] {
        cursor: context-menu;
}
.dropdown-vue-content a.active[data-v-97b8fbfc] {
        background: #f2f2f2;
        cursor: context-menu;
}
.dropdown-vue-content-item[data-v-97b8fbfc] {
        min-height: 10px;
        max-height: 190px;
        overflow-y: auto;
}
.dropdown-vue-wrapper a[data-v-97b8fbfc]:not(.disabled):hover {
        background-color: #f2f2f2;
        color: inherit !important;
}
.dropdown-vue-search-wrap[data-v-97b8fbfc] {
        padding: 5px;
}
.show[data-v-97b8fbfc] {
        display: block;
}
.select-vue-button-tambah[data-v-97b8fbfc] {
        border-top: 1px solid #eee;
        text-align: center;
        margin-top: 5px;
        cursor: pointer;
        background: #fafafa;
}
.icon-remove-option-select[data-v-97b8fbfc]{
        margin-right:10px;
}
.icon-remove-option-select i[data-v-97b8fbfc] {
        transition: 0.5s;
}
.icon-remove-option-select:hover i[data-v-97b8fbfc] {
        color: red;
        transition: 0.5s;
}


.dropdown-vue-conteks[data-v-2928ec57] {
        background: #fff;
        background-position: right 10px top;
        /* Change the px value here to change the distance */
        background-color: #fff !important;
        color: #6c757d;
        padding: 10px 8px;
        border: 1px solid #e5e5e5;
        font-size: 15px !important;
        cursor: pointer;
}
.dropdown-vue-conteks.disabled[data-v-2928ec57] {
        cursor: no-drop;
        background: #e9ecef !important;
}
.dropdown-vue-wrapper[data-v-2928ec57] {
        position: relative;
        display: block;
        width: 100%;
}
.dropdown-vue-content[data-v-2928ec57] {
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        overflow: auto;
        border: 1px solid #e5e5e5;
        border-bottom: 2px solid #ddd;
        z-index: 999;
        border-radius: 5px 5px;
}
.dropdown-vue-content a[data-v-2928ec57] {
        padding: 10px 15px;
        text-decoration: none;
        display: block;
        color: black !important;
        font-size: 13px;
        font-weight: normal !important;
        cursor: pointer;
}
.dropdown-vue-content a.disabled[data-v-2928ec57] {
        cursor: context-menu;
}
.dropdown-vue-content a.active[data-v-2928ec57] {
        background: #f2f2f2;
        cursor: context-menu;
}
.dropdown-vue-content-item[data-v-2928ec57] {
        min-height: 10px;
        max-height: 190px;
        overflow-y: auto;
}
.dropdown-vue-wrapper a[data-v-2928ec57]:not(.disabled):hover {
        background-color: #f2f2f2;
        color: inherit !important;
}
.dropdown-vue-search-wrap[data-v-2928ec57] {
        padding: 5px;
}
.show[data-v-2928ec57] {
        display: block;
}
.select-vue-button-tambah[data-v-2928ec57] {
        border-top: 1px solid #eee;
        text-align: center;
        margin-top: 5px;
        cursor: pointer;
        background: #fafafa;
}
.icon-remove-option-multiselect i[data-v-2928ec57] {
        transition: 0.5s;
}
.icon-remove-option-multiselect:hover i[data-v-2928ec57] {
        color: red;
        transition: 0.5s;
}
.icon-remove-all-option-multiselect i[data-v-2928ec57] {
        transition: 0.5s;
}
.icon-remove-all-option-multiselect:hover i[data-v-2928ec57] {
        color: red;
        transition: 0.5s;
}

.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;box-sizing:border-box;transform-origin:center;transform:rotate(-45deg) scale(0.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{transform:rotate(135deg) scale(0.7)}.mx-btn{box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-icon-clear{display:none}.mx-input-wrapper:hover .mx-icon-clear{display:block}.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}.mx-input{display:inline-block;box-sizing:border-box;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input:hover,.mx-input:focus{border-color:#409aff}.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}.mx-datepicker-sidebar{float:left;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar-range,.mx-time-range{display:flex}@media(max-width: 750px){.mx-calendar-range,.mx-time-range{flex-direction:column}}.mx-calendar{box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:transparent}.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:transparent}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;box-sizing:border-box;text-align:center}.mx-table th{padding:0;font-weight:500;vertical-align:middle}.mx-table td{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{flex:1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-date-time{position:relative;width:248px;height:270px}.mx-date-time .mx-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-date-time-range{position:relative;width:496px;height:270px}.mx-date-time-range .mx-time-range{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list::after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}
