/*
 * Irsal Hakim Alamsyah
 * @irsalha
 * 16 - 3 - 2023
 */

body {
    padding: 0px !important;
    margin: 0px !important;
}

z-button {

}

.form-label {
    color: rgba(0, 0, 0, 0.9) !important;
}

.avio .page-header {
    background-color: #005E6A !important;
}

.zzzavio .zzzzbody-header .zzzmenu-link {
    overflow: auto;
    display: flex !important;
    justify-content: normal !important;
}

img {
    filter: none !important;
}

.swal2-container {
    z-index: 9999999999999999999999 !important;
}

.z-loading {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 292929292929292929292 !important;
}

.z-window-modal {
    position: fixed !important;
    max-height: 90% !important;
    overflow: auto !important;
}

.z-window-content {
    position: relative;
    bottom: 10px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: 100% !important;
}

div::-webkit-scrollbar {
    background: grey;
    visibility: visible;
    width: 4px;
}

div::-webkit-scrollbar-thumb {
    background: 0 0;
    visibility: visible;
}

div::-webkit-scrollbar-track {
    visibility: visible;
    background: 0 0;
}

div:hover::-webkit-scrollbar-thumb {
    background: orange;
}


body::-webkit-scrollbar {
    background: grey;
    visibility: visible;
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    background: 0 0;
    visibility: visible;
}

body::-webkit-scrollbar-track {
    visibility: visible;
    background: 0 0;
}

body:hover::-webkit-scrollbar-thumb {
    background: orange;
}

.accordion {
    height: 100%;
    overflow-y: auto;
}


.loader {
    --background: linear-gradient(135deg, #e7c96f, #f3980e);
    --shadow: rgba(248, 172, 6, 0.28);
    --text: #6C7486;
    --page: rgba(255, 255, 255, 0.36);
    --page-fold: rgba(255, 255, 255, 0.52);
    --duration: 3s;
    width: 200px;
    height: 140px;
    position: relative;
}

.loader:before, .loader:after {
    --r: -6deg;
    content: "";
    position: absolute;
    bottom: 8px;
    width: 120px;
    top: 80%;
    box-shadow: 0 16px 12px var(--shadow);
    transform: rotate(var(--r));
}

.loader:before {
    left: 4px;
}

.loader:after {
    --r: 6deg;
    right: 4px;
}

.loader div {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    perspective: 600px;
    box-shadow: 0 4px 6px var(--shadow);
    background-image: var(--background);
}

.loader div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.loader div ul li {
    --r: 180deg;
    --o: 0;
    --c: var(--page);
    position: absolute;
    top: 10px;
    left: 10px;
    transform-origin: 100% 50%;
    color: var(--c);
    opacity: var(--o);
    transform: rotateY(var(--r));
    animation: var(--duration) ease infinite;
}

.loader div ul li:nth-child(2) {
    --c: var(--page-fold);
    animation-name: page-2;
}

.loader div ul li:nth-child(3) {
    --c: var(--page-fold);
    animation-name: page-3;
}

.loader div ul li:nth-child(4) {
    --c: var(--page-fold);
    animation-name: page-4;
}

.loader div ul li:nth-child(5) {
    --c: var(--page-fold);
    animation-name: page-5;
}

.loader div ul li svg {
    width: 90px;
    height: 120px;
    display: block;
}

.loader div ul li:first-child {
    --r: 0deg;
    --o: 1;
}

.loader div ul li:last-child {
    --o: 1;
}

.loader span {
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
    text-align: center;
    color: white;
}

@keyframes page-2 {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35%, 100% {
        opacity: 0;
    }
    50%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-3 {
    15% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
    65%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-4 {
    30% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    65%, 100% {
        opacity: 0;
    }
    80%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-5 {
    45% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    80%, 100% {
        opacity: 0;
    }
    95%, 100% {
        transform: rotateY(0deg);
    }
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
}

*:before, *:after {
    box-sizing: inherit;
}

body .dribbble {
    position: fixed;
    display: block;
    right: 24px;
    bottom: 24px;
}

body .dribbble img {
    display: block;
    width: 76px;
}

.center-screen {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 100%;
    width: 100%;
    /* bring your own prefixes */
    /*transform: translate(-50%, -50%); */
}

@keyframes append-animate {
    from {
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}
