.input-validation-error{
    border-color: #dc3545 !important;
}
.field-validation-error{
    color: #dc3545 !important;
    padding-left: 0 !important;
}
.error{
    color: #dc3545 !important;
}
.nav-item{
    padding: 0px 5px;
}
.leftLine{
    border-left: 3px solid #37517e;
    
}
 .active{
   
    border-bottom: 0.8px solid #F8F8F8;
     border-top: 0.8px solid #F8F8F8;
     box-shadow: 4px 4px 4px #37517e ;
    
}
 
 .card-header-boarder-top{
     border-top: 1px solid rgba(0, 0, 0, .125)
 }
/*stepper implementation*/
.stepper {
    display: flex;
    justify-content: center;
   
}
.step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 10px;
    transition: background-color 0.3s ease;
}
.step.active {
    background-color: #0d6efd;
}
.step.completed {
    background-color: #445555;
}
.stepper-line {
    width: 50px;
    height: 5px;
    background-color: #ddd;
    margin: auto;
    transition: background-color 0.3s ease;
}
.stepper-line.completed {
    background-color: #445555;
    /*background-color: #28a745;*/
}
/*stepper implementation*/

.iti{
    width: 100% !important;
}


.profile-section {
    margin-bottom: 20px;
}
.profile-section h4 {
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
    color: #007BFF;
}
.profile-section ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}
.profile-section ul li {
    padding: 8px 0;
    font-size: 1.1em;
    border-bottom: 1px solid #ddd;
}
.profile-section ul li span {
    font-weight: bold;
    color: #555;
}
.status{
    text-align: center;
    
    /*padding: 15px;*/
    background-color: #445555;
    border-radius: 5px;
    font-size: 1.2em;
    color: #ffff;
    display: flex;
    justify-content: space-between;
}
.status .wrapp{
    display: flex;
}
.status .wrapp .idon{
    font-size: 2rem;
    display: flex;

    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.83333333rem;
    margin: 0 30px 0 0;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(0, 0, 0, 0.03), 0 0.9375rem 1.40625rem rgba(0, 0, 0, 0.03), 0 0.25rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.03);
    border-radius: 0.25rem;
    width: 60px;
    height: 60px;
}
.bg-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3D4D6A;
    box-shadow: 0 0.46875rem 2.1875rem rgba(0, 0, 0, 0.03), 0 0.9375rem 1.40625rem rgba(0, 0, 0, 0.03), 0 0.25rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    
    width: 70px;
    height: 70px;
    margin: 0 20px;
}
.bg-icon i{
 font-size: 200%;
    color: #ffffff;
}
.bg-icon-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
}
.bg-icon-wrap h1{
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    display: block;
    
}

.profile-section {
    margin-bottom: 20px;
}
.dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto !important;
    
}