﻿.no-text-decoration {
    text-decoration: none;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 300px;  Set a fixed height for the container */
}

.text-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px; /* Set the width and height to create a circle */
    height: 50px;
    border-radius: 50%; /* Make it a circle */
    background-color: #f8f9fa; /* Set the background color */
}

.mobile-container {
    width: 412px !important;
    height: 915px !important;
}

.text-danger {
    display: block; /* Ensure the error message is visible */
    font-size: 0.8rem; /* Adjust size for mobile view */
}

