.msf-container {
    width: 100%;
    text-align: center;
}
.sport-goal-label {
    margin-top: 8px;
    font-size: 15px;
    color: #fff;
	font-weight: 600;
}

.sport-goal-highlight {
    color: #f0c777; /* màu vàng như trong ảnh */
    font-weight: 600;
}

.sport-inputs-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: 16px;
}

.sport-input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
	
    gap: 8px;
}

.sport-input-group label {
	text-align:left;
	font-family: Poppins;
font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;

    color: #fff;

}

.sport-input-group textarea {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    border: none;
    padding: 16px;
    font-size: 14px;
    color: #999;
    resize: none;
    outline: none;
    box-sizing: border-box;
}
.progress-bar {
    width: 70%;
	margin: 0 auto ;
	height: 16px;
	background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.progress {
    width: 17%;
    height: 100%;
    background: #F0c777;
    transition: width 0.3s;
    border-radius: 4px;
}

.form-step.active {
    display: block;
}
.step-wrapper.vertical {
	display: flex;
	flex-direction: column;
	margin: 0 auto ;
	gap: 24px;
}
.option-btn {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: block;
   width: 100%;
    padding: 12px 10px;
    margin: 0px auto;
    background: #FFFFFF;
    color: #000000;
    border-radius: 4px;
    border: 0px solid;
    transition: background-color 0.8s;

}

.option-btn:hover {
	cursor: pointer ;
}

.option-btn.selected {
    background: linear-gradient(
  90deg,
  #F0C877 0%,
  #F9DC76 50%,
  #FDCB6A 100%
);
}

.next-btn, .submit-btn{
    padding: 12px 20px;
	font-family: 'Poppins';
    cursor: pointer;
    margin: 0px 10px;
    border: none;
    width: 164px;
    border-radius: 4px;
    color: #000;
     background: linear-gradient(
  90deg,
  #F0C877 0%,
  #F9DC76 50%,
  #FDCB6A 100%
);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}




.prev-btn {
	font-family: 'Poppins';
    cursor: pointer;
    padding: 12px 20px;
    margin: 0px 10px;
    border: none;
    width: 164px;
    border-radius: 4px;
    color: #000000;
	background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.step-label H2{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #FFFFFF;
}

button.option-btn.selected:focus {
    outline: none;
}

.form-step {
    text-align: center;
    display: none;
    width: 65%;
    margin: 0px auto;
}
.step-label {
	margin-bottom: 32px;
}

.step-column {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 30px;
}

.step-column-first,
.step-column-second {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 45%;
}

.step-column .option-btn {
    margin: 0px !important;
    width: 100% !important;
}
.input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.input-group label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
	font-family: 'Poppins',sans-serif;
    display: block;
    line-height: 14.5px;
}

.input-group input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background: white;
    border: none;
    border-radius: 8px;
    outline: none;
}

.form-step .input-group input {
	font-family: 'Poppins',sans-serif ;
    margin-bottom: 18px !important;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    padding: 24px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.input-wrapper {
    flex: 1;
    min-width: 30%;
    margin: 5px;
}

.input-wrapper input,
.input-wrapper select,
textarea {
    width: 100%;
    padding: 14px !important;
    font-size: 16px;
    background: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 3px 0px 0px #D1D1D1;
    outline: none;
}
.input-wrapper input#phone {
	height: 100% ;
	padding-left:50px !important;
}
/* Chỉnh textarea */
textarea {
    min-height: 100px;
    max-width: 100% !important;
}

.input-wrapper label, .form-group label {
	font-family:'Poppins',sans-serif ;
	font-size: 14px;
    line-height: 14.5px;
    font-weight: 400;
    width: 100%;
    text-align: start;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.input-wrapper .required {
    color: #fff;
}

.form-group .input-wrapper input {
   font-family: 'Poppins',sans-serif ;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    padding: 24px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	color: #000 ;
}
.form-group .input-wrapper input::placeholder {
color: #A6A6A6;
font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 100%;
}
#leadNote::placeholder {
	color: #A6A6A6;
font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 100%;
}
.form-group .input-wrapper select {
	font-family: 'Poppins',sans-serif ;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px;
}

.form-group .iti--allow-dropdown {
    width: 100% ;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.875em !important;
}
.step-wrapper {
	display: grid ;
	grid-template-columns: 1fr 1fr; 
	gap: 24px;
}
.step-label p {
	font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #fff ;
}
.action-btn {
	display: flex ;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	margin-top: 32px;
}
/* popup */
.swal2-popup.swal-my-popup{
  background: #000 !important;
  border-radius: 18px !important;
  padding: 26px 28px 24px !important;
  color: rgba(255,255,255,.85) !important;
  font-family: "Poppins", sans-serif !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.55) !important;
  width: min(520px, calc(100% - 32px)) !important;
}

/* image icon */
.swal2-image.swal-my-image{
  margin: 0 auto 10px !important;
  display: block !important;
}

/* title */
.swal2-title.swal-my-title{
  color: #F0C777 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-top: 6px !important;
}

/* text */
.swal2-html-container.swal-my-html,
.swal2-html-container .swal-desc{
  color: #fff !important;
  font-size: 14px !important;
  line-height: 24px !important;
  text-align: center !important;
  margin-top: 10px !important;
}

/* button */
.swal2-confirm.swal-my-btn{
  background: #F0C777 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 44px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  box-shadow: 0 10px 25px rgba(240,199,119,.18) !important;
}

.swal2-confirm.swal-my-btn:focus{
  box-shadow: 0 0 0 3px rgba(240,199,119,.25) !important;
}

/* spacing fine-tune (optional) */
.swal2-actions{
  margin-top: 16px !important;
}
