/* * {
    margin: 0;
    padding: 0;
} */

html {
    height: 100%;
}


body * {
    /* background-color: #fcfafa; */
    font-family: "Noto Sans HK", sans-serif;
    /* background-color: #09f3e7; */
}

h2,
h3,
h4 {
    margin: 0.2em 0 0.6em;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

body .text-align-left {
    text-align: left !important;
}

body .text-align-right {
    text-align: right !important;
}

body .text-align-center {
    text-align: center !important;
}

ul {
    padding-left: 25px;
}

#heading {
    text-transform: uppercase;
    color: #837568;
    font-weight: normal;
}

.form-wrapper {
    padding: 0;
    margin: 0;
}

#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: center;

}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #EDE6DF;
    border-radius: 8px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 16px;
    letter-spacing: 1px;
    min-height: 45px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #837568;
    outline-width: 0;
}

#msform input[type=checkbox],
#msform input[type=radio] {
    min-height: inherit;
    width: 75px;
}

#msform .action-button {
    width: 200px;
    height: 60px;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    font-size: 18px;
    cursor: pointer;
    float: left;
    background: #837568;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(131, 117, 104, 0.4);
    transition: background .2s ease;
}

#msform .action-button-previous {
    width: auto;
    height: 60px;
    padding: 10px 20px;
    margin: 10px 20px 10px 5px;
    font-size: 18px;
    cursor: pointer;
    float: left;
    background: white;
    font-weight: bold;
    color: #666666;
    border: 0 none;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

#msform .action-button:hover {
    background: #625244;
}

#msform .action-button-previous:hover {
    background: #f9f9f9;
}

@media screen and (max-width: 600px) {

    #msform .action-button,
    #msform .action-button-previous {
        width: 160px;
    }
}

.select-box-algin {
    margin-bottom: 20px;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    width: 100%;
    max-width: 1080px;
    border-radius: 8px;
    background: none;
    margin-bottom: 80px;
}


.fs-title {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.fs-main-title {
    font-size: 20px;

    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.container-fluid {
    padding-top: 80px;
}

.purple-text {
    color: #837568;
    font-weight: normal
}

.progressbar-wrapper {
    width: 100%;
    max-width: 1080px;
    padding: 5px 20px 10px;
    text-align: left;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    display: block;
}

.field-input-wrapper {
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.08);
}


#progressbar {
    overflow: hidden;
    color: lightgrey;
    padding: 20px 0 40px;
    margin: 0;
}

#progressbar .active {
    color: #837568;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 12%;
    float: left;
    position: relative;
    font-weight: 800;
    margin-right: 45px;
    font-family: 'Noto Serif HK', serif;
    text-align: center;
}

#progressbar li strong {
    font-size: 13px;
}

#progressbar #conditions:before {
    /* content: "\f13e"; */
    content: "1";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#progressbar #register:before {
    /* content: "\f13e"; */
    content: "2";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

}



#progressbar #helperRegister:before {
    /* content: "\f13e"; */
    content: "1";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#progressbar #information:before {
    content: "3";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#progressbar #helperInformation:before {
    content: "2";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#progressbar #confirm:before {
    /* content: "\f030" */
    content: "4";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#progressbar #helperConfirm:before {
    /* content: "\f030" */
    content: "3";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#progressbar li {
    color: #555555;
}

#progressbar li:before {
    width: 60px;
    height: 60px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #979797;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li {
    content: '';
    outline: 4px solid rgba(255, 255, 255, 0);
    box-sizing: content-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
    margin-left: 30px;
}

#progressbar li.active {
    content: '';
    outline: 4px dashed #7E7063;
}


#progressbar li:after {
    content: '';
    width: 56px;
    height: 2px;
    background: lightgray;
    position: absolute;
    right: -65px;
    top: 35px;
    z-index: -1;
}

#progressbar li.without-after-element:after {
    content: none;
}


#progressbar li.active:before {
    color: #FFFFFF;
    background: rgb(170, 155, 142);
    background: -moz-linear-gradient(0deg, rgba(170, 155, 142, 1) 0%, rgba(126, 112, 99, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(170, 155, 142, 1) 0%, rgba(126, 112, 99, 1) 100%);
    background: linear-gradient(0deg, rgba(170, 155, 142, 1) 0%, rgba(126, 112, 99, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa9b8e", endColorstr="#7e7063", GradientType=1);
}

#progressbar li:after {
    background: #DFDFDF;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #837568
}

@media only screen and (max-width: 600px) {
    .container-fluid {
        padding-top: 20px;
    }

    .progressbar-wrapper {
        padding: 0;
    }

    #progressbar {
        padding: 20px 10px 40px;
        margin-bottom: 10px;
    }

    #progressbar li {
        margin-right: 20px;
        margin-bottom: 50px;
    }

    #progressbar li:after {
        width: 30px;
        right: -40px;
    }

}

@media only screen and (max-width: 484px) {
    .eng_progressbar {
        height: 350px;
    }
 /* #progressbar li{
    position: absolute;
 } */
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.dropdown {
    margin-bottom: 20px;
}

label {
    margin-right: 10px;
    width: 350px;
}

select {
    /* display: block; */
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #EDE6DF;
    width: 100%;
    min-height: 45px;
}

.form-check {
    align-items: baseline;
    accent-color: #837568;
}

.form-check-inline {
    /*width: 150px;*/
}

.select-box-algin {
    text-align: initial;
}

.fieldlabels {
    font-weight: bold;
    /* Make the label bold */
    margin-bottom: 10px;
    /* Space below the label */
    color: #837568;
}

.btn_upload .ico_upload {
    margin-right: 10px;
}

.txt-uploaded-file {
    padding-top: 9px;
    color: #888;
    font-size: 15px;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #4CAF50;
    /* Change this color */
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.custom-file-upload:hover {
    background-color: #45a049;
    /* Darker shade on hover */
}




input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #837568;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #837568;
}

.input-file {
    margin: 0 15px;
    width: auto;
    border: none;
    background: #837568;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.input-file:hover {
    background: #625244;
}

.banner-image {
    overflow: hidden;
    background-image: url("../images/banner-image.png");
    display: flex;
    justify-content: center;
    height: 241px;
}

.footer-background {
    background-image: url("../images/footerBackground.png");
    /* display: flex; */
    /* justify-content: center; */
    /* height: 400px; */
    background-size: cover;
}

.form-banner {
    width: 100%;
    max-width: 1080px;
    margin-top: -162px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.centered {
    position: absolute;
    width: 536px;
    margin-top: -80px;
    color: white;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.award-logo {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 970px) {
    .top-banner-txt {
        font-size: 24px;
        margin-top: -102px;
    }

    .progressbar-wrapper {
        margin-top: -30px;
    }
}

@media screen and (max-width: 740px) {
    .top-banner-txt {
        font-size: 22px;
        margin-top: -112px;
    }

    .progressbar-wrapper {
        margin-top: -40px;
    }
}

@media screen and (max-width: 600px) {
    .banner-image {
        height: 170px;
    }

    .award-logo {
        height: 90px;
        padding: 10px 0;
    }

    .top-banner-txt {
        font-size: 20px;
        margin-top: -52px;
    }

    .form-banner {
        height: 86px;
        margin-top: -94px;
    }

    .progressbar-wrapper {
        margin-top: 0;
    }
}

.text-align-left {
    text-align: left;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

body td,
body th {
    border: 1px solid #EDE6DF;
    text-align: left;
    padding: 8px;
}

body th {
    background-color: #F0EBE7;
    height: 59px;
    padding: 15px !important;
    border-right: #dddddd;
}

td {
    height: 59px;
    padding: 15px !important;
}



.buttom-line {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat; */
    /* background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3ccircle cx='50' cy='50' r='40' fill='%23000'/%3e%3c/svg%3e) no-repeat center / contain; */
}

.modal-content {
    background-color: #f3f4f6;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin-right: 30px;
}

footer ul.footer-links li {
    margin-right: 30px;
}

footer ul.footer-links {
    margin-left: 10px;
}

.footer-social {
    padding-left: 15px;
}

.txt-copyright {
    font-size: 13px;
}

.footer-wrapper .container {
    padding: 20px 30px 40px;
}

.footer-wrapper .website-main-logo-wrapper {
    padding: 10px 20px 50px;
}

@media screen and (max-width: 600px) {
    .footer-wrapper .container {
        padding: 20px 30px 40px;
    }

    .footer-wrapper .website-main-logo-wrapper {
        padding: 10px 20px;
    }

    .footer-wrapper .website-main-logo {
        width: 150px;
    }
}

.upload-photo .modal-header {
    background: white;
    border: 0;
    padding-left: 10px;
    color: #837568;
}

.upload-photo .modal-title {
    padding-left: 20px;
}

.upload-photo .modal-content {
    border: 1px solid #eeeeee
}


.upload-photo .modal-body {
    background-color: white;
}

.upload-photo .croppie-input-file-lable {
    width: auto;
}

.upload-photo button,
.upload-photo .button {
    background: #837568;
    color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: background .2s ease;
}

.upload-photo button:hover,
.upload-photo .button:hover {
    background: #625244;
}

.upload-photo .cr-viewport {
      /* background-image: url(../images/user-128_v3.png); */
    background-image: url(../images/user-128_v7.png);
}

.upload-photo .croppie-container .cr-resizer,
.croppie-container .cr-viewport {
    box-shadow: 0 0 2000px 2000px rgba(255, 255, 255, 0.8) !important;
}

.upload-button-wrapper {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

#btnRefresh,
#btnFinish {
    margin: 10px;
    width: 120px;
}


.checkbox-algin-left {
    text-align: left;
    width: 100%;
}

.checkbox-algin-left label {
    width: calc(100% - 95px);
}


#msform .checkbox-algin-left input[type=checkbox] {
    width: 35px;
    vertical-align: top;
    margin-top: 7px;

}


#nextStep:disabled {
    background-color: #ccc;
    /* Grey background */
    color: #666;
    /* Darker grey text */
    cursor: not-allowed;
    /* Change cursor to indicate it's not clickable */
}


.required_star {
    color: red;
}

.inputerror {
    border: 2px solid red !important;
    padding: 20px 0 0;
    border-radius: 8px;
}

.btn_upload.inputerror {
    padding: 20px 0;
}

select.inputerror {
    padding: 8px;
}

.country-code-container {
    display: flex;
    align-items: center;
}

#countryCode {
    width: 50px;
    /* Adjust width as needed */
    margin-left: 5px;
    /* Space between + and input */
}


.container-form {
    width: unset;

}

.language-select {
    text-align: right;
    max-width: 1080px;
    margin-top: -200px;
}

@media screen and (max-width: 600px) {
    .language-select {
        text-align: right;
        margin-top: -130px;
    }
}

.country-code {
    margin-top: -25px;
    margin-right: -25px;
    padding-left: 18px;
    z-index: 1;
}

.phone-number-input {
    padding: 8px 15px 8px 25px !important;
}

.langColor {
    color: #837568;
    ;
}

.checkBox-size {
    transform: scale(1.8);
}

#progressbar {
    padding-bottom: 50px;
}