body{
    font-family: Arial, sans-serif;
    /* background-color: hsl(210, 17%, 98%) !important; */
    background-color: #f9f9fa !important;
}

/* sweet alert */
.swal-title{
    font-size: 18px !important;
    }

.navbar{
    height: 90px;
    padding-bottom: 20px;
    
}

        .navbar .logo {
    height: 5rem !important;
    width: 14rem;
    object-fit: contain;
    margin-left: 0px !important;
    margin-top: -10px  #ffffffec;
    
}


.navbar .nav-link {
    color: rgba(0, 0, 0, .55);
    font-weight: 700 !important;
    font-size: 14px;
}
.navbar .nav-link:hover{
    color: #b00e0e;
}


.item-name{
color: #464646;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    /* padding-top: 6px; */
justify-content: center;
text-align: center;
}
.item-name {
    text-decoration: none !important;
    color: white !important ;
}

.item-name:hover {
    text-decoration: none !important;
    font-weight: bold !important;
    color: white !important ;
    }

  /* .card-selected{
    background-color: #006ad4 !important;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px !important;
  } */
  

.personal-ntn-bottom-borders{
     background-color: #fff; /* Change input background to white */
     color: #000; /* Change input text color to black for contrast */
     border: 1px solid rgba(105, 105, 105, 0.397);
     border-radius: 10px;
     font-size: 1rem;
     padding: 15px 8px 15px 8px;
     outline: 0;
     width: 100%;
     margin-bottom: 15px;
} 
.personal-ntn-bottom-border-select{
    background-color: #fff; /* Change input background to white */
        color: #000; /* Change input text color to black for contrast */
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 10px;
        font-size: 1rem;
        padding: 15px 8px 15px 8px;
        outline: 0;
        width: 100%;
        margin-bottom: 15px;
}



    /* input{
        background-color: #fff; 
        color: #000;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 10px;
        font-size: 1rem;
        padding: 15px 8px 15px 8px;
        outline: 0;
        width: 100%;
        margin-bottom: 15px;
    } */
    input::placeholder{
        color: rgba(0, 0, 0, 0.5); 
        font-size: 0.9rem;
      }
      textarea{
        background-color: #fff; /* Change input background to white */
        color: #000; /* Change input text color to black for contrast */
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 10px;
        font-size: 1rem;
        padding: 15px 8px 15px 8px;
        outline: 0;
        width: 100%;
        margin-bottom: 15px;
      }
  
  

    
.login-error{
    font-size: .875em;
    color: #dc3545;
}





.card-header{
    background-color: #4b0082 !important;
    color: #ffffff;
}
.btn-home-next{
    border: none;
    background-color: #6652db;
    margin-top: 10px;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    width: 50%;

}
.btn-home-next:hover{
    background-color:  #6a0dad  !important;
    color: white !important;
    margin-top: 10px;
    
    }
    .back{
        border: none;
        background-color: #000000 !important;
        margin-top: 10px;
        outline: none;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        width: 50%;
margin-right: 50px;
align-items: center !important;
justify-content: center !important;
text-align: center;

    }
    .back:hover{
        background-color:  #6a0dad  !important;
        color: white !important;
        margin-top: 10px;
        
        }
        .btn-home{
            border: none;
            background-color: #6652db;
            margin-top: 10px;
            outline: none;
            padding: 10px;
            border-radius: 10px;
            color: #fff;
            font-size: 16px;
            width: 100%;
        
        }
        .btn-home:hover{
            background-color:  #6a0dad  !important;
            color: white !important;
            margin-top: 10px;
            
            }

            .text-start{
           border: 1px solid black !important;

            }