@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

*,
html {
    font-family: "Poppins", sans-serif;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

/* Sidebar Start */

[btn-settings] {
    position: fixed;
    top: 510px;
    left: 2%;
    z-index: 99;
    gap: 2.5rem !important;
    width: auto !important;
}

/* Sidebar End */


/* Admin Kategori */

.tambah-kategori {
    max-width: 300px;
}

.height {
    height: 100%;
}

.w-sk {
    max-width: 300px;
}

aside::-webkit-scrollbar-corner{
    background-color: red !important;
}



/* Modal */

.modal-backdrop {
    z-index: 0;
    background-color: transparent;
    position: absolute;
}

.wrapper-col-input {
    position: relative;
}

.wrapper-col-input .delete-input {
    position: absolute;
    top: 50%;
    right: -16.5px;
    border-radius: .25em;
    padding: .5em;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0px 1px #FF0000;
    color: #FF0000;
    background-color: white !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
}

.wrapper-col-input .delete-input:hover {
    border-radius: .25em;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
}

.delete-link:hover {
    color: red;
}

.swal-confirm-button {
    transform: scale(1.5);

}

/* Add Field Component */

#liveAlertBtn::before {
    content: "Tambahkan Kolom";
    position: absolute;
    top: -35px;
    left: -40px;
    transform: scale(.8);
    display: block;
    padding-block: .25rem;
    font-size: 14px;
    border-radius: .25rem;
    background-color: #333;
    width: 144px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    z-index: 1;
}

#liveAlertBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#liveAlertBtn::before,
#liveAlertBtn::after {
    display: none;
}

.fadeIn {
    animation: fadeIn 0.5s ease forwards;
    opacity: 0;
}

.fs-sm {
    font-size: 14px;
}


@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


/* Profile */

.prof-h {
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.prof-h:hover {
    background-color: rgba(191, 191, 255, 0.627);
}

@media screen and (max-width: 425px) {
    #deleteAllSelected{
        color: yellow !important;
    }

}