input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}

#banner {
        background-position: center -260px !important;
    height: 400px;
    background-image: url(../assets/2022conspic/conspic2025bannerimage.jpg);
    background-size: cover;
    position: relative;
}

#banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000000;
    opacity: 0.3; */
}

#banner .center {
    height: 150px;
    z-index: 1;
}

#bannertext {
    border-bottom: 0;
    position: absolute;
    top: 0;
    margin-top: 20px;
    right: 0;
    box-shadow: none;
    border-radius: 10px;
    background: #ffffffc4;
    padding: 10px 20px;
    display: none;
}

#bannertext h2 {
    font-family: opensemibold;
    font-size: 24px;
    color: #1f975f;
    line-height: 30px;
    text-align: right;
}

#bannertext p {
    font-size: 14px;
    color: #1f975f;
    text-align: right;
    line-height: 20px;
}

.boxLeft {
    margin-bottom: 40px;
}

.leftform {
    width: 100%;
}

.validationBlock {
    width: 60%;
    display: none;
}

.formele {
    width: calc(50% - 30px);
    float: left;
    margin-right: 60px;
    margin-top: 20px;
}
.form_ele {
    width: 100%;
    margin-top: 20px;
}

.formele:nth-child(even) {
    margin-right: 0;
}

.lable {
    font-family: opensemibold;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 5px 5px 5px 1px;
    width: 136px;
}

.formele .lable,
.form_ele .lable {
    float: left;
}

.formele .box,
.form_ele .box {
    float: right;
    position: relative;
    width: calc(100% - 150px);
    box-sizing: border-box;
}

.formele select {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.selectbox {
    width: 100%;
    padding: 3px;
    float: left;
    height: 30px;
}

input[type="text"] {
    width: 100%;
    height: 30px;
    border: 1px solid #e2e2e2;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-family: openregular;
    outline: none;
    box-sizing: border-box;
}

textarea {
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100px;
    border: 1px solid #e2e2e2;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-family: openregular;
    outline: none;
    max-width: 100%;
    max-height: 100px;
}

.commonButtons:hover,
.wokcommonButtons:hover {
    background-color: #ffffff;
    color: #1f975f;
}

.wokcommonButtons {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    width: 60px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    color: #fff;
    background-color: #1f975f;
    border: 1px solid #1f975f;
    border-radius: 3px;
    margin: 50px auto;
}

.commonButtons {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    float: left;
    cursor: pointer;
    color: #fff;
    background-color: #d29500;
    border: 1px solid #d29500;
    border-radius: 3px;
    margin-top: 40px;
    margin-right: 10px;
}

.error {
    margin-top: 2px;
    color: #c30;
    font-family: opensemibold;
    font-size: 13px;
    position: absolute;
    left: 3px;
    bottom: -18px;
    display: none;
}

.emailnote p {
    padding-left: 0;
    padding-top: 0;
}

#sbtn {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    display: table;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    color: #fff;
    background-color: #064273;
    border: 1px solid #064273;
    border-radius: 3px;
}

#sbtn:hover {
    background-color: #fff;
    color: #064273;
}

.loaderDiv {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: none;
}

.loaderDiv img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.successsent {
    background-image: url(../assets/checked.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left top;
    padding-left: 27px;
    color: #42922d;
    font-family: opensemibold;
    font-size: 14px;
    margin: 20px 0;
    margin-left: 15px;
    line-height: 22px;
}

.errorsent {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 5px;
    background-image: url("../assets/error.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-bottom: 10px;
    background-position: left top;
    padding-left: 20px;
    color: #fe0000;
    font-family: opensemibold;
    font-size: 14px;
}

#buttonBox {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
}

#buttonBox .note,
.fullSection .note {
    padding-left: 0;
    margin-top: 20px;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.popup_box {
    margin: auto;
    width: 500px;
    max-height: 175px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.titles {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #0271c0;
}

.titles p {
    font-family: opensemibold;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}

.popup_des {
    position: absolute;
    width: 100%;
    top: 40px;
}

.alert_btn {
    font-size: 13px;
    font-family: opensemibold;
    color: #fff;
    padding: 5px 20px 5px 20px;
    display: table;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #d29500;
    border: 1px solid #d29500;
}

.alert_btn:hover {
    background-color: #fff;
    color: #d29500;
}

#texterror {
    color: #c30;
    font-family: opensemibold;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
}

.path {
    position: absolute;
    left: 10px;
    bottom: -15px;
    line-height: 16px;
    width: 220px;
    overflow: hidden;
    word-break: break-word;
}

#con_pre {
    width: 15%;
    height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-size: 13px;
    font-family: openregular;
    float: left;
    outline: none;
    padding: 3px;
    text-align: center;
}

#contact,
#wokcontact {
    float: left;
    width: calc(85% - 5px);
    height: 30px;
    margin-left: 5px;
}

.formerror {
    position: absolute;
    left: 5px;
    bottom: -16px;
    color: #c30;
    font-family: opensemibold;
    font-size: 13px;
    display: none;
}
select:disabled {
    background-color: #f5f5f5;
}
.uploadBox {
    border: 1px solid #e2e2e2;
    height: 100px;
    position: relative;
}
#absSummary,
.uploadBtn,
#filepath {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100px;
    height: 15px;
    opacity: 0;
}
#filepath{
    opacity: 1;
    top: 62px;
    width: 100%;
    text-align: center;
}

.uploadBtn {
   align-items: center;
    background-color: #1f975f;
    border-radius: 3px;
    color: #fff;
    padding: 0px;
    text-align: center;
    display: grid;
    z-index: -1;
    opacity: 1;
    cursor: pointer;
    height: 50%;
}

.moreinfonote {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #064273;
    font-family: opensemibold;
    font-size: 18px;
    line-height: 38px;
}

@media screen and (max-width: 600px) {
    .formele {
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    .popup_box {
        width: 90%;
    }
}
