.flash-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100000; /* Ensure it appears on top of other elements */
}

.flash {
    margin: 0 auto;
    width: 90%; /* Adjust width as needed */
    text-align: center;
}

.alert {
    margin-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.user-img{
    position: absolute;
    left: 90px;
    top: 10px;
    text-align: center !important;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}