html, body {
    padding: 0px;
    margin: 0px;
    background: #FEFCF5;
    font-family: "Noto Sans TC", sans-serif;
}


.RootContainer {
    text-align: center;
    min-height: calc(100% - 250px);
}

.headTitle {
    font-size: 1.875rem;
    color: #FC7044;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    line-height: 43px;
}

.BlockText1 {
    color: #7A7A7A;
}


.ContentInlineBK {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

.MidCentertBK {
    width: 100%;
    max-width: 1090px;
    text-align: center;
    display: inline-block;
}

.FormText1 {
    font-size: 15px;
    line-height: 40px;
    color: #7A7A7A;
    margin-bottom: 0.1875rem;
}

.RentRInputContainer {
    margin-bottom: 13px;
    position: relative;
    padding-left: 35px;
}

.RentRInput {
    left: -5px;
    top: -3px;
    position: absolute;
    height: 20px;
    width: 20px;
    accent-color: #5729e9;
}

.RentRLabel {
    cursor: pointer;
    font-weight: 400;
    font-size: .9375rem;
    margin-top: -10px !important;
}

.UIButton {
    width: 100%;
    background: #FC7044;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
}

.UIButton:hover {
    background: #ee7044;
}

.ProgressLine {
    width: calc(30% - 10px);
    height: 5px;
    background: #FC7044;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.PhaseBadgeBall {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 13px;
    background: #FC7044;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    margin-right: 10px;
    font-size: 13px;
}

.Footer {
    color: #9BA1A7;
    margin-top: 70px;
    line-height: 77px;
    height: 80px;
    text-align: center;
    background: linear-gradient(#FEFCF5, #FC7044);
    font-weight: 400;
    font-size: 0.9375rem;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


.FullScreenMask {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}


.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #FF3D00;
}

.FullScreenLoading {
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    background: #000000;
    opacity: 0.8;
    color: #fff;
    display: none;
}

.OMSPopWindowElement {
    display: none;
}

.OMSPopDialogTopAction {
    padding-right: 10px;
    background: #FC7044;
    color: #ffffff;
    height: 30px;
    position: relative;
}

.OMSPopDialogTopActionButton {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.OMSPopDialogTopActionButton:hover {
    color: #b09955;
}

#OMSPopDialogBackLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: #000000;
    z-index: 99999;
    opacity: 0.5;
}

#OMSPopDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -175px;
    background: #ffffff;
    z-index: 999999999999;
}

.CenterContentBK {
    margin: 0 auto;
    width: 355px;
}

.InlineBK {
    display: inline-block;
    vertical-align: top;
}

.TopBlock {
    height: 120px;
    text-align: center;
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.logoImage {
    height: 72px;
}

@media (max-width: 770px) {
    .TopBlock {
        height: 80px;
    }

    .logoImage {
        height: 52px;
    }

    .ContentInlineBK {
        display: block;
    }

    .ContentInlineBK {
        padding: 40px;
        width: calc(100% - 80px) !important;
    }


}