.elementor-1523 .elementor-element.elementor-element-802fee7:not(.elementor-motion-effects-element-type-background), .elementor-1523 .elementor-element.elementor-element-802fee7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1523 .elementor-element.elementor-element-802fee7 > .elementor-container{max-width:1000px;}.elementor-1523 .elementor-element.elementor-element-802fee7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5% 5% 5% 5%;}.elementor-1523 .elementor-element.elementor-element-802fee7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS */#multiStepForm{
    font-family: "Inter", Sans-serif;
}

.custom-stepper { 
    display: flex; 
    gap: 50px; 
}

.step-sidebar {
    position: relative;
    width: 220px;
    padding-right: 20px;
    font-size: 18px;
}

.step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.step-item {
    padding: 12px 10px;
    color: #BDBDBD;
}

.step-item.active {
    font-weight: 500;
    color: #212121;
}

.progress-track {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 300px;
    background: #E6EFF6;
    border-radius: 50px;
    transition: border-radius 0.3s;
}

.progress-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 0;
    background: #025EA1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: height 0.3s;
}

.progress-bar.full{
    border-radius: 50px !important;
}

.step-content { 
    flex: 1; 
}

.step-content h5{
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 30px;
}

.step { 
    display: none; 
}

.step.active { 
    display: block; 
}

.step-buttons { 
    margin-top: 20px; 
    display: flex; 
    gap: 10px; 
    justify-content: end;
}

.step-buttons .next-btn{
    color: #fff;
    background-color: #025EA1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
}

.step-buttons .prev-btn{
    display: none;
    color: #616161;
    background-color: #F5F5F5;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
}

.step-buttons .submit-btn{
    color: #fff;
    background-color: #025EA1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
}

.radio-group{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.radio-card {
    border: 1px solid #E6EFF6;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-card .icon {
    font-size: 30px;
    width: 35px;
    color: #012744;
}

.radio-card:has(input[type="radio"]:checked) .icon {
    color: #025EA1 !important;
}

.radio-card:has(input[type="radio"]:checked) {
    border: 1px solid #B1CDE2;
    background-color: #F8FCFF;
    border-radius: 8px;
}

.card-content {
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
    .left{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    
    span{
        font-size: 16px;
        font-weight: 500;
        color: #212121;
    }
    
    small{
        display: block;
        margin-top: -5px;
    }
}

.form-group{
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
}

.form-group label{
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    
    .required{
        color: #FF0000;
    }
}

label.error{
    color: #DB222A;
    font-size: 14px;
}

/*.split{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 10px;*/
    
/*    .form-group{*/
/*        flex: 1;*/
/*    }*/
/*}*/

.phonenumber{
    width: 100%;
}

.basicradio {
  accent-color: #424242;
}

.individualinfo, .businessupload{
    display: none;
}

.infouploadfile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px dashed #8BB5D4;
    border-radius: 8px;
    margin-bottom: 30px;
    
    p{
        margin-bottom: 0px;
    }
    
    p:nth-child(1){
        font-size: 14px;  
        font-weight: 400;
        color: #212121;
    }
    
    p:nth-child(2){
        font-size: 12px;  
        font-weight: 400;
        color: #9E9E9E;
    }
}
    
.input-file{
    background-color: #FAFAFA !important;
    padding: 20px !important;
    border-radius: 6px !important;
}

.insideradio{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.insideradio > label{
    font-family: 'Inter';
    font-weight: 600 !important;
    color: #025EA1;
    padding-top: 10px;
}

.container-listmemberradio {
    display: flex;
	flex-flow:row wrap;
}

.wrap-radio {
	display: flex;
    flex-flow: row wrap;
    border-radius: 10px;
    margin: 15px;
    width: calc(40% - 10px) !important;
}

.wrap-radio input[type='radio'] {
	width:25px;
	    margin-right: 15px !important;
    margin-left: 15px !important;
}

.wrap-radio label {
	background:#014372;
	width:100%;
	color:#fff;
	margin:0 !important;
	text-align:center;
	font-family:"Inter" !important;
	padding:3px !important;
}

.wrap-radio div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    
    input[type='radio']{
        accent-color: #424242;
    }
}

.wrap-radio div img{
    width: 150px;
}

.checkbox-label{
    color: #9E9E9E !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.success-message{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    img{
        width: 100px;
        margin-bottom: 10px;
    }
    
    h5{
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    
    p{
        color: #616161;
        font-weight: 400;
        font-size: 14px;
    }
    
    .account-details{
        padding: 24px;
        background: #E6EFF6;
        border: 1px dashed #5593C0;
        border-radius: 8px;
        width: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        
        p{
            font-size: 14px;
            color: #000000;
            margin-bottom: 0px;
            font-weight: 400;
        }
        
        p:nth-child(1){
            color: #025EA1;
            font-weight: 600;
            margin-bottom: 10px;
        }
    }
    
    .confirmpay{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        color: #fff;
        
        width: 550px;
        
        background: #025EA1;
        border-radius: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .radio-card {
        width: 100%;
    }
    
    .card-content{
        flex-direction:column;
        align-items: normal;
        
        .left{
            gap: 10px;
        }
        
        .right{
            margin-left: 45px;
        }
    }
    
	.wrap-radio {
		width:calc(50% - 20px) !important;
        margin: 10px;
	}
	
	.custom-stepper {
        flex-direction: column;
    }
    
    .step-sidebar {
        width: 100%;
        padding: 0;
    }
    
    .step-list {
        display: flex;
        justify-content: space-between;
        position: relative;
    } 
    
    .step-item {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        display: none;
    }
    
    .step-item.active {
        display: block;
        text-align: left;
    }
    
    .step-item.active.completed {
        display: none !important;
    }
    
    .progress-track {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: 10px;
        width: 100%;
        background: #E6EFF6;
        border-radius: 50px;
    }
    
    .progress-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
        height: 10px;
        width: 0;
        background: #025EA1;
        border-radius: 50px;
        transition: width 0.3s;
    }
}/* End custom CSS */