input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.w-100px {
    width: 100px;
}
.w-75px {
    width: 75px;
}
.w-50px {
    width: 50px;
}
.w-95px {
    width: 95px;
}

.img-square-rounded,
.img-square-rounded .kt-image-input-preview {
    border-radius: 5px !important;
}

#progress_loading,
#progress_loading_edit {
    display: none;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.alert-koperasi {
    position: fixed;
    z-index: 100;
    top: 4%;
    right: 2%;
}

.pointer {
    cursor: pointer;
}

.modal-image {
    width: 960px;
}

.modal-image-potrait {
    width: 400px;
}

.max-w-\[400px\] {
    max-width: 400px;
}

.max-w-\[300px\] {
    max-width: 300px;
}

.top-\[10\%\] {
    top: 10%;
}
.top-\[20\%\] {
    top: 20%;
}
.icon-notif {
    font-size: 4rem;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.image-wrapper img {
    display: block;
}

.text-blue-500,
.text-blue-500 i {
    color: var(--color-blue-500);
}

.text-warning,
.text-warning i {
    color: var(--color-yellow-500);
}

.kt-input-secondary {
    background-color: var(--color-gray-200) !important;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease;
}

.overlay-img i {
    color: white;
    font-size: 30px;
}

.image-wrapper:hover .overlay-img {
    opacity: 1;
}

.image-input-campaign {
    width: 100% !important;
    height: 225px !important;
}

.input-goals {
    font-weight: 700 !important;
}

.input-goals input {
    font-size: 1.2rem !important;
}

.w-half {
    width: 50%;
}

.kt-menu-link.active {
    background-color: var(--accent);
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.kt-switch-payment {
    background-color: var(--destructive);
}

.kt-switch-payment:checked,
.kt-switch-payment[aria-checked="true"] {
    background-color: var(--primary);
}

.kt-card-title {
    font-size: 1.1rem !important;
}

.labeling {
    display: flex;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    --tw-leading: 1;
    line-height: 1;
}

.hide {
    display: none;
}

.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}

.select2 {
    width: 100% !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-search--dropdown .select2-search__field,
.select2-results__option {
    color: var(--foreground) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-search--dropdown .select2-search__field,
.select2-results__option {
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
}
.h-100px {
    height: 100px;
}
.h-150px {
    height: 150px;
}
.h-200px {
    height: 200px;
}
.h-250px {
    height: 250px;
}
.h-300px {
    height: 300px;
}
.h-400px {
    height: 400px;
}
.h-500px {
    height: 500px;
}
.w-500px {
    width: 500px;
}

@media (max-width: 480px) {
    .icon-notif {
        font-size: 2rem;
    }

    .modal-image {
        width: 450px;
    }

    .w-half {
        width: 100%;
    }
}
