.admin-edit-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    z-index: 99999;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 6px;
}
.notyf__message {
    font-family: var(--font-f);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.notyf__toast {
    width: 100%;
    max-width: 400px;
}
.notyf__icon {
    width: 44px;
    height: 44px;
    padding: 10px;
}
.notyf__icon svg {
    width: 100%;
    height: 100%;
}
.notyf__toast--error {
    box-shadow: 1px 10px 12px 0 #5F050521;
    border-left: 4px solid #C10000;
}
.notyf__toast--success {
    box-shadow: 1px 10px 12px 0 #53EB0C21;
    border-left: 4px solid #53EB0C;
}
.notyf__ripple {
    height: 500px;
    width: 500px;
}
.notyf__toast--success .notyf__icon {
    color: #53EB0C;
}
@media (hover: hover) {
    .admin-edit-btn:hover {
        background-color: #ffffff;
        color: #000000;
    }
}
