html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body.loading > #csim_iframe_header_cover {
    display: none;
}

body.loading > #csim_loading_cover {
    position: absolute;
    z-index: 21474836014;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 ,0 , .45);
}

body.loading > #csim_loading_cover > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 15%;
}

body:not(.loading) > #csim_loading_cover {
    display: none;
}

.box:not(.loading) {
    position: absolute;
    z-index: 2147483603;
    height: 100%;
    width: 100%;
    right: 6px;
    top: 8px;
    background-color: white;
}

#csim_frame,
#fc_frame.csimFrame {
    height: 100%;
    width: 100%;
}

#fc_frame.csimFrame {
    right: 0 !important;
}

#csim_iframe_header_cover {
    position: absolute;
    height: 45px;
    width: 20%;
    top: 15px;
    right: 10px;
    background-color: #00a499 !important;
    z-index: 21474836011;
}

#csim_warn_modal {
    position: absolute;
    z-index: 21474836014;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#csim_warn_modal .warnInner {
    min-width: 200px;
    background-color: #ffffff;
    border-radius: 0.3125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

#csim_warn_modal .warnInner .warnIcon {
    position: relative;
    display: flex;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid #facea8;
    border-radius: 50%;
}

#csim_warn_modal .warnInner .warnIcon::before {
    content: "!";
    display: flex;
    align-items: center;
    height: 92%;
    font-size: 3.75em;
    color: #f8bb86;
}

#csim_warn_modal .warnInner .warnTitle {
    color: #545454;
    font-weight: 500;
    margin-bottom: 0.4em;
    font-size: 1.357rem;
}

#csim_warn_modal .warnInner .warnContent {
    font-size: 1.143rem;
    color: #545454;
}

#csim_warn_modal .warnInner .warnActions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
}

#csim_warn_modal .warnInner .warnActions .btnConfirm {
    border-radius: 0.28571429rem;
    padding: 7px 20px;
    margin: 0 10px;
    font-size: 1.143rem;
    line-height: 1.5rem;
    min-width: 106px;
    cursor: pointer;
    background: #00a499;
    color: #fff;
    border: 1px solid #00a499;
}