.list-tips {
    font-size: 0px;
    height: 25px;
    padding-top: 2px;

    display: none;
}

.form__content .input {
    padding-bottom: 20px;
}

.form__content .input .tip {
    display: inline-block;
    font-size: 11pt;
    padding: 0px;

    display: none;
}

.form__content .input__remark {
    padding-top: 20px;
    margin: 0 auto

}

#preloader {
    display: none;
}

#preloader.active {
    display: block;
}

#messages>div, #preloader>div {
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
}

#messages>div>div {
    background-color: #fff;
    height: 100%;
    left: 0px;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100000;
}

#messages>div>span {
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 2px 48px rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    display: block;
    left: 50%;
    padding: 25px;
    position: absolute;
    top: 50%;
    width: auto;
    min-width: 360px;
    max-width: 600px;
    z-index: 100001;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader>div>span {
    content: "11";
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    height: 64px;
    width: 64px;
    z-index: 100001;
}

#messages>div>span .content {
    font-size: 12pt;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

#messages>div>span .content b {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 14pt;
    color: #9f2842;
}

#messages>div>span .content i {
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-style: normal;
}

#messages>div>span .content i strong {
    display: block;
}

#messages .message_logo {
    display: block;
    background-image: url(../../img/logo.html);
    background-position: 0px 0px;
    width: 250px;
    height: 80px;
    margin-bottom: 20px;
}

#messages .btn {
    float: right;
}

.footnote {
    display: table;
    content: "";
    clear: both;
    color: #9f2842;
    margin: 15px 0px;
    font-size: 10pt;
}

.footnote1 {
    display: table;
    content: "";
    clear: both;
    color: #767676;
    margin: 15px 0px;
    font-size: 12pt;
}
.block, .duplicate{
    display: none;
}
.b-popup{
    width:100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    overflow:hidden;
    position:fixed;
    top:0;
    left: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    z-index: 9999;
}
.b-popup-content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    width: 600px;
    position: relative;
        border: 1px solid #9f2842;
    border-radius: 15px;
}
.close{
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
}
.close img{
    width: 100%;
    height: 100%;
}
.text-success-pop{
    padding: 10px;
}
.text-success-pop p{
    margin: 0;
    font-size: 18px;
}
.text-success-pop p:first-child{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #9f2842;
    padding-bottom: 20px;
}
.text-success-pop p span{
    font-weight: 600;
}
.error{
    display: none;
    margin-left: 10px;
}
.error_show{
    color: red;
    margin-left: 10px;
}
input.invalid, textarea.invalid{
    border: 2px solid red;
}

input.valid, textarea.valid{
    border: 2px solid green;
}
.error-mes{
    display: none;
    margin: 0;
    color: red;
}