﻿.p-error {
    color: darkred;
}

.error {
    color: red;
    width: 100%;
    font-size: 0.94em;
}

.success {
    color: green;
    width: 100%;
    font-size: 0.94em;
}
.input-validation-error {
    border: solid 1px #ff0000 !important;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

    .scroll-to-top:hover {
        background-color: #0056b3;
    }