body, html {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

body {
      background: none !important;
    /*background: url('spices_image.jpg');*/
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

* {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.app {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
    min-height: 100vh;
    padding: 30px 60px;
    background: white;
}

.app_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.app_header h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    margin-top: 15px;
    line-height: 1;
    text-align: center;
}

.app_header h2 {
    background: black;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
}

.app_body {
    padding: 0px 0px 30px;
}

.form_section {
    border: 1px solid #555;
    border-radius: 8px;
    padding: 35px 30px 20px;
    margin-top: 30px;
}

.form_section h3 {
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1;
    transform: translate(10px, -55%);
    background: white;
    padding: 3px 10px;
}

.form_group {
    margin-bottom: 15px;
}

.form_label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.form_row {
    display: flex;
    justify-content: space-between;
}

.form_row .form_group {
    width: 48%;
}

.form_field {
    display: block;
    width: 100%;
    min-height: 45px;
    padding-inline: 10px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #555;
    background: white;
    transition: border-color 0.3s ease-in-out;
}

.form_field[type='file'] {
    border-color: #fff !important;
    padding: 0 !important;
    height: auto !important;
}

textarea.form_field {
    min-height: 150px;
    resize: none;
    padding: 10px;
}

.form_field:hover,
.form_field:active,
.form_field:focus {
    border-color: black;
    outline: none;
    box-shadow: none;
}

.form_field.has-error {
    border-color: #ff3333;
    background: #ff333311;
}

.form_others_option {
    display: none;
}

.form_others_option.show {
    display: block;
}

.form_check_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.form_check_list.has-error {
    padding-bottom: 20px;
}

.form_check {
    display: flex;
    gap: 8px;
}

.form_check label {
    font-size: 14px;
    color: #444;
}

.parsley-errors-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #970404;
}

.form_check_list .parsley-errors-list {
    position: absolute;
    bottom: 0;
    left: 0;
}

.form_check_list.alt .parsley-errors-list {
    bottom: -15px
}

.mobileNumber_group .parsley-errors-list {
    position: absolute;
    bottom: -19px;
    left: 0;
}



.btn-submit {
    display: block;
    width: 200px;
    height: 45px;
    text-align: center;
    margin: 20px auto 0;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: #ee7301;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.btn-submit:disabled {
    background: #aaa;
    pointer-events: none;
}

.input_list_item {
    display: none;
}
.input_list_item.active {
    display: block;
}

.input_list_item label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 15px 0px 2px;
}

.thankyou {
    padding: 0px 0px 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.thankyou img {
    width: 100%;
    max-width: 300px;
}

.thankyou h3 {
    z-index: 2;
    font-size: 40px;
    margin-top: -50px;
}

.mobileNumber_group {
    display: flex;
    gap: 5px;
}

.cc_wrap {
    width: 60px;
}

.cc_wrap select {
    min-height: 45px;
    opacity: 0;
    z-index: 2;
    max-width: 100%;
}

.cc_wrap span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #555;
    transition: all 0.3s ease-in-out;
}

.cc_wrap span:hover {
    border-color: #222;
}

.cc_wrap select:hover ~ span,
.cc_wrap select:active ~ span,
.cc_wrap select:focus ~ span {
    border-color: #222;
}

@media( max-width: 575px ) {
    .app {
        padding: 30px 25px;
    }
    .form_row {
        flex-direction: column;
    }
    .form_row .form_group {
        width: 100%;
    }
    .form_section {
        padding: 35px 20px 20px;
    }
    
}

/*-------------- 17APR - ADD BUSINESS CARD UPLOAD ----------------*/

.file_input {
    border: 1px solid #e0e0e0;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.file_input > .file_preview {
    object-fit: contain;
    object-position: center center;
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.file_input > .form_field {
    border: none !important;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file_input > span {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    text-transform: capitalize;
    left: 10px;
    top: 3px;
}

.file_input > .parsley-errors-list {
    z-index: 5;
    position: absolute;
    left: 10px;
    bottom: 3px;
}