html, body {
    padding: 0px;
    margin: 0px;
    background: #D9D9D9;
    font-family: 'Noto Serif TC', serif;
    height: -webkit-fill-available; /* We have to fix html height */
}

html, body {
    min-height: 100vh;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
    color: #000;
}

input {
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 25px;
    padding-left: 5px;
}


textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 25px;
    padding-left: 5px;
    resize: none;
}

.RootContainer {
    text-align: center;
    min-height: calc(100% - 270px);
    padding-bottom: 150px;

    border-radius: 3px;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 20px;
}

.FrontRootContainer {
    margin-top: 30px;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 1024px;
    background: #fff;
    padding-bottom: 40px;
}

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

.BlockText1 {
    color: #7A7A7A;
}

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

.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 {
    color: #000;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.UIButton:hover {
    filter: brightness(1.5);
}

.Footer {
    width: 100%;
    color: #9BA1A7;
    margin-top: 70px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    background: #30373e;
    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;
    bottom: 0px;
}


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


.FullScreenLoader {
    position: fixed;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    z-index: 100;
    color: #fff;
}

.FullScreenLD {
    display: none;
    z-index: 100;
}

.OMSPopWindowElement {
    display: none;
}

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

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

.OMSPopDialogTopActionButton:hover {
    color: #333;
}

#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;
}


.FormBlock {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    height: auto;
    border: 0px solid #000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 80px;
}

.FormBlockRow {
    text-align: left;
    margin: 15px;
    position: relative;
    padding-left: 50px;
}


.FormBlock input {
    border: 0px;
    height: 28px;
    border-radius: 3px;
    padding: 3px;
    width: calc(100% - 90px);
    padding-left: 10px;
}


.select_box {
    width: 200px;
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    padding: 10px 0;
}

.ContentHeaderBK {
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
}


@media (max-width: 770px) {
    .ContentInlineBK {
        display: block;
    }

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

@media (max-width: 650px) {
    .ContentHeaderBK {
        width: 100%;
        max-width: none;
        padding: 0px;
    }
}

@media (max-width: 450px) {
    .FormBlock {
        width: calc(100% - 40px);
        padding: 20px;
    }
}