*{ 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    background:#f9f9f9;
}

.main-nav {
    padding: 20px;
} 
   
.main-nav .navbar-brand img {
    width: 162.5px;
    margin-left: -5px;
}
@media (min-width: 1399px) {
    .main-nav {
        padding: 17.5px;
    }
} 
/* Menu Toggle Lines */
.navbar-toggler {
    padding: 7px!important;
    font-size: 1.25rem;
    line-height: 0!important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 45px!important;
}
.wpr-mobile-toggle-line{
    display: inline-block;
    background-color: #343F5A;
    height: 2px;
    margin-bottom: 6px;
    width: 100%;

}
.col-md-6 {margin-bottom:10px; text-align:left!important;}
		.form-control, .form-select{
    padding: 10px 13px;
    height: 50px;
    font-size: 15px;
}
		.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1e3a61;
    border: dashed 1px;
    outline: 0;
    box-shadow: none;
}
		
	     .multi-select-container {
            position: relative;
            width: 100%;
        }

        .multi-select-box {
            border: 1px solid #ccc;
            padding: 8px;
            min-height: 40px;
            cursor: pointer;
            background: #fff;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .multi-select-box span {
           background: #004085;
           color: #ffffff;
           padding: 4px 8px;
           border-radius: 4px;
           font-size: 12px;
           display: flex;
           align-items: center;
           font-weight: 500 !important;
        }

        .multi-select-box span .remove {
            margin-left: 5px;
            cursor: pointer;
            font-weight: bold;
        }

        .multi-select-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            border: 1px solid #ccc;
            background: #fff;
            display: none;
            z-index: 10;
        }

        .multi-select-dropdown input {
            width: 100%;
            padding: 5px;
            box-sizing: border-box;
            border-bottom: 1px solid #ddd;
        }

        .multi-select-dropdown ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .multi-select-dropdown ul li {
            padding: 8px;
            cursor: pointer;
        }

        .multi-select-dropdown ul li:hover {
            background: #007bff;
            color: #fff;
        }
		
#selected-values.placeholder {
    color: #646464;
    font-style: normal;
    background-color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: 500 !important;
}

.iti {
    position: relative;
    display: inline-block;
	width:100%;
}
.select2-selection__rendered{
    display: block;
    width: 100%;
    padding: 9px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 27px!important;
    
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		}
		.select2-container{
			width:100%!important;
		}		

.select2-container .select2-selection--single {
    height: 49px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px!important;
}
.select2-selection__rendered {
    border: 1px solid #ffffff;
}
.nav-item .nav-link {
    color: #6D7079;
    font-size: 0.9rem;
    line-height: 26px;
    transition: 0.3s;
    font-weight: 400;
    text-transform: capitalize;
}
.nav-item .nav-link.active{
     color: #2b2b2b;
}
.nav-item .nav-link:hover{
    color: #2b2b2b;
    transition: 0.3s;
}

.abi_buttons{
  display: flex;
  place-items: center;
  justify-content: space-between;
}
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3); /* Light color */
    border-top: 4px solid #007bff; /* Color of the spinner */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}

/* Define the spin animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
}
.step-indicator {
    display: flex;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 40px;
}
.step {
    flex: 1;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    color: #ee7f3f;
    font-weight: 500;
    position: relative;
    /* border-right: 1px solid #1e3a61; */
    margin: 8px;
    border-radius: 40px;
}


/*.step::before,*/
/*.step::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    z-index: 1;*/
/*}*/

/*.step::before {*/
/*    left: -15px; */
/*    border-width: 0;*/
/*    border-color: transparent #1e3a61 transparent transparent;*/
/*}*/

/*.step::after {*/
/*    right: -15px; */
/*    border-width: 26px 0 30px 15px;*/
/*    border-color: transparent transparent transparent #ffffff;*/
/*}*/

.step.completed {
    color: #ffffff;
}

.card-header {
        display: flex;
    align-items: center;
}
.active-header {
    background: #1992d4;
    color: #ffffff;
        padding: 8px;
}
.step_new{
    margin-bottom:10px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff!important;
    border-color: #007bff!important;
}
.header_icon{
    background: #1992d4;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) { /* Adjust the max-width value for different screen sizes */

.navbar-toggler{
    position: fixed;
    right: 10px;
    top: 32px;
}
.user-dropdown {
    margin-right: 42px;
}
.nav-item .nav-link {
    border-top: 1px solid #e8e8e8;
}
.navbar-collapse {
    position: absolute;
    top: 99%;
    z-index: 9999;
    width: 100%;
    left: 0;
}
.nav-link{
    background-color: #fff;
    text-align: center;
    color: #2b2b2b;
}
.nav-link:hover{
    background-color: #4F80FF;
    text-align: center;
    color: white!important;
}


.nav-link.active{
    background-color: #4F80FF;
    text-align: center;
    color: white!important;
}

    .hide-on-mobile {
        display: none;
    }
}
footer{color: #fff;;}
.foot p{color:#fff;}



.completed {
    background: #1992D4;
}

.active-header strong {
    font-size: 18px;
    font-weight: 600;
}


.list-unstyled li a{color:#fff!important; font-size:13px;}
.list-unstyled li a:hover{color:#1992d4!important; font-size:13px;}
button {background: #1992d4!important;
    border: 1px solid #004085;
    padding: 12px 30px 12px 15px!important;
    min-width: 160px; float:right;}

    .text-danger{  color: #dc3545 !important;
        font-weight: 400!important;
        font-size: 13px!important;}
        
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1992d4!important;
    color: white;
}
footer{
        background-image: linear-gradient(91deg, #343F5A 0%, #3D4863 100%);
}
#spouse_details {
    width: 100%;
    margin: 10px auto;
    background: #eeeeee;
    padding: 15px;
    border-radius: 5px;
}
#work_details{
    width: 100%;
    margin: 10px auto;
    background: #eeeeee;
    padding: 15px;
    border-radius: 5px;
}
#study_details{
    width: 100%;
    margin: 10px auto;
    background: #eeeeee;
    padding: 15px;
    border-radius: 5px;
}
.step.card::after{
   display: none;
}
.user-dropdown {
    position: relative;
    display: inline-block;
    font-family: "Poppins", Sans-serif;
    cursor: pointer;
    padding: 11px 20px;
    background: #1992d4;
    color: white;
    border-radius: 33px;
    font-size: 13px;
    transition: 0.3s;
}

.user-dropdown:hover {
    background-color: #126c9e;
    transition: 0.3s;
}

.user-dropdown ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    min-width: 180px;
    padding: 10px 0;
    margin: 5px 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 100;
}

.user-dropdown:hover ul {
    display: block;
}

.user-dropdown ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-dropdown ul a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

.user-dropdown ul a:hover {
    background: #f5f5f5;
    color: #1992d4;
}
.login-btn{
    padding: 11px 10px;
    background: #1992d4;
    min-width: 97px;
    color: white;
    border-radius: 33px;
    text-decoration: none;
    margin: 6px 0;
    display: inline-block;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-align: center;
    transition: 0.3s;
}
.login-btn:hover {
    transition: 0.3s;
    background-color: #126c9e;
    color: #fff;
    text-decoration: none;
}




/*  new css */

/* Enhanced Select2 Styling */
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.select2-selection {
        padding: 0rem 0.75rem!important;
}

.past_date, .future_date{
    cursor: pointer;
}

/* Add to your CSS file or style tag */
.btn-processing {
    position: relative;
    padding-right: 40px;
}

.btn-processing .spinner-border {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-success-animation {
    animation: buttonSuccess 0.5s ease;
}

@keyframes buttonSuccess {
    0% { background-color: #0d6efd; }
    50% { background-color: #198754; transform: scale(1.05); }
    100% { background-color: #0d6efd; }
}


#multiStepForm input::placeholder{
   color: #dcdcdc;
}
