.search-div{
    background-color:#F0F0F0 ;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 5px 5px grey;
    margin-bottom: 20px;
}
.search-button{
   font-size: large;
    padding-inline: 20px;
    margin-bottom: 50px;
}
.table-section{
    border-radius: 20px;
    border: 1px solid black;
    border-collapse: collapse !important;
    overflow: hidden;
    background-color: white;
    box-shadow: 2px 5px 5px grey;

}
.data-table>thead th{
    border: 2px solid black;
    padding: 10px;
    background-color:#F0F0F0 ; 
}
.data-table tr td{
    border: 2px solid black;
    padding: 10px;
    background-color:#F0F0F0 ; 
    
}
.data-table thead{
    border-radius: 20px;

}
.data-table{
    width: 100%;
    
}
.page-button{
    border: none;
    background:rgba(0,0,0,0);
    font-size: xx-large;
}
.page-button-div{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-right: auto;
}
.form-group {
    margin: 10px;
    width: 100%;
}

/* body {
    background: radial-gradient(circle, #3C86E7 30%, #3CE7BD 100%);
    padding-bottom: 50px;
} */

.progress-indicator {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    position: relative;
}

.form-container {
    max-width: 50%;
    margin: auto;
    /* background-color: #F0F0F0; */
   
}

.form-group {
    width: 100%; /* Adjusted to full width */
    min-width: 0; /* Reset min-width */
    font-weight: 500;
    font-size: large;
}

.btn-primary {
    width: 100%; /* Adjusted to full width */
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Adjusted margin-top */
}

/* Add the following for form validation errors */
.validation-error {
    font-size: small;
    padding-left: 5px;
    color: rgb(228, 32, 32);
    font-weight: 500;
}

/* Add the following for form labels */
.form-group label {
    font-size: medium; /* Adjusted font size */
    font-weight: bold;
    /* color: #0766AD; Adjusted label color */
}

/* Add the following for form input fields */
.form-group input {
    border-radius: 15px;
    width: 100%; /* Adjusted to full width */
}

/* Add the following for the progress line */
.progress-line {
    background-color: #0766AD; /* Adjusted progress line color */
}

/* Add the following for the progress indicator dots */
.form-tab {
    opacity: 1; /* Updated default opacity for better visibility */
}
.small-form{
    background-color: #F0F0F0;
    border-radius: 25px;
    box-shadow: 0px 5px 10px grey;
    padding: 20px;
    overflow: hidden;
    color: #6C757D;
    margin-top: 20px;
    animation: slide-in 0.5s ease-in-out backwards;

}
.center-form-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.user-form{
    width: 30%;
    height: 50%;
    min-width: 400px;
    min-height: 400px;
    margin: auto;
}
.g-recaptcha{
    margin: 0 auto;
    display: table
}