@font-face {
  font-family: "ROsanswebtext";
  src: url("ROsanswebtextregular.woff");
  font-weight: normal;
}

@font-face {
  font-family: "ROsanswebtext";
  src: url("ROsanswebtextbold.woff");
  font-weight: bold;
}

@font-face {
  font-family: "ROsanswebtext";
  src: url("ROsanswebtextbold.woff");
  font-style: italic;
}

body * {
  font-family: ROsanswebtext, sans-serif
}

.ui-header-font-1 {
    font-family: ROsanswebtext, Arial, Helvetica, sans-serif;
    color: #000000bd;
    text-shadow: none;
}

/* Language Specific */
div[data-role='page'][lang='zh_CN'] #accept_div .ui-flipswitch span.ui-flipswitch-off { text-indent: 0.3em; }

.font-9pt {
    font-size: 9pt;
}

.font-6pt {
    font-size: 6pt;
}

.lh70 {
    line-height: 70%;
}

.float-right {
    float: right;
}

.display-none {
    display: none !important;
}

.width-100 {
    width: 100%;
}

.height-140px{
    height:140px;
}

.width-80{
    width: 80%;
}

.text-align-c{
    text-align: center
}

.width-20{
    width: 20%
}

.float-left {
    float: left;
}

.dots {
    font-size: 6pt;
    line-height: 70%;
}

.margin-10 {
    margin: 10px;
}

.logo-size{
    max-height: 90px;
}

.ui-btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.ui-title{
    display: none !important;
}

#form .ui-btn-inline{
    background-color: #007bc7;
    color: #FFFFFF;
    font-weight: normal;
}

.footer-container .col-md-12 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 24px;
    height: 40px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.footer a {
    color: #000 !important;
    text-decoration: none;
    font-weight: normal;
    text-shadow: none;
}

.footer-row {
    padding: 20px;
}

.footer-container {
    width: 90%;
    margin: 0 auto;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {

}

.ui-page {
    flex: 1;
    position: relative !important;
}


.footer {

}

.ui-mobile .ui-page-active {
    display: flex;
    overflow: visible;
    overflow-x: hidden;
    flex-direction: column;
}

.p-l {
    padding-left: 10px;
}

.ui-mobile [data-role=footer] {
     font-size: 18px!important;
}


#feedback_div label,
#accept_div label {
    font-size: 12px;
}

.ui-input-text {
    background-color: #F9F9F9;
    border: 1px solid #000000;
    font-size: 13px;
}

.ui-input-text input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F9F9F9;
    background-clip: padding-box;
    border: 1px solid #000000;    border-radius: 0;
    transition: border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
}

.ui-input-text input:focus {
    box-shadow: none;
    border: 1px solid #007BC7 !important;
    box-sizing: border-box;
}

.ui-btn input{
    background: #154273;
}

.ui-btn:hover{
    background: #00629F !important;
    color: #FFFFFF !important;
    text-shadow: none !important;
}

.logo-size {
    -webkit-margin-start: -50px;
    margin-inline-start: -50px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 105px;
}

.ui-bar-inherit{
    --emblem-width: 50px;
    --logo-text-size: 15px;
    --logo-text-line-height: 17.6px;
    --padding-block-start: 53px;
    --padding-block-end: 25px;
    --padding-inline: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.wrapper {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: flex-start;
    -webkit-margin-end: -16px;
    margin-inline-end: -16px;
    -webkit-margin-start: -16px;
    margin-inline-start: -16px;
    justify-content: center;
}

.wrapper .ui-btn-center {
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        position: relative;
        height: auto;
    }
    .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {

         position: relative;

    }
}

.ui-simpledialog-container {
    padding: 20px;
    .ui-icon-delete{
        position: absolute;
        top: -20px;
        left: -20px;
    }
}

@media (max-width: 768px) {
    .ui-header .wrapper img{
        content: url("../images/logo.png");
    }

}

.ui-page {
    min-height: 700px !important;
    overflow: hidden;
}