body {
    flex-grow: 1;
    background-image: url(../../images/news/news_bg.png);
    background-color: #020f1c;
    background-position: top;
    background-repeat: no-repeat;
    height: calc(100vh - 85px);
}

.navbar-toggler {
    display: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.form-control {
    background-color: unset !important;
    color: unset !important;
    border: 1px solid #ced4da !important;
}

.breadcrumbs {
    max-width: 920px;
    margin: auto;
}

.container_wrap {
    background-image: url('../../images/news/news_bg.png');
}

.container_wrap,
.block {
    height: inherit;
}

.block {
    width: 90vw;
    /* min-height: 91vh; */
    margin: auto;
    /* background: #fff; */
    padding: 2rem 2rem 0 2rem;
}

label {
    margin-bottom: 0rem;
}

/* radio */
.button_label {
    /* 主外框 */
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #707070;
    border-radius: 3px;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}

.button_label::before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 2.3px;
    width: 13.5px;
    height: 13.5px;
    background-color: #2861B5;
    border-radius: 3px;
    opacity: 0;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

input:checked+.button_label {
    /* 當check時 按鈕顏色改變 */
    background-color: #fff;
}

.button_radio:checked+.button_label::before {
    /* 當check時 打勾消失 */
    opacity: 1;
}

.button_radio {
    display: none;
}

/* radio */

/* btn */
#pwd_btn_submit,
#code_submit,
#pwd_submit,
.check_block {
    display: none;
}

#btn_submit,
#code_submit,
.btn_submit,
#pwd_submit {
    color: white !important;
    background-color: #F28705 !important;
    border-color: #F28705 !important;
    padding: 0.25rem 0.75rem;
}

#btn_submit:hover,
#code_submit:hover,
.btn_submit:hover,
#pwd_submit:hover {
    background-color: #e78003 !important;
}

/* btn */

/* input-group */
.card {
    border: unset;
    align-items: center;
}

.form-group {
    margin-bottom: 0rem;
    border-radius: 3px;
    border: 1px solid #A2A2A2;
    padding: 0.45rem;
    width: 200px;
}

.input-group {
    width: unset;
    align-items: center;
}

.input-group-text {
    text-align: right;
    background-color: unset;
    border: unset;
    font-weight: 700;
    width: 134px;
    padding: 0.375rem 0.5rem;
    justify-content: flex-end;
    align-items: center;
}

.field_title_box {
    margin-top: 2rem;
}

.job_mail {
    width: 350px;
}

.star {
    font-size: 0.75rem;
    color: #F54242;
    padding-left: 3px;
}

.alert {
    display: none;
}

.result_msg {
    padding: 0.5rem;
    font-size: 1.1rem;
}

/* breadcrumb */

.breadcrumbs_list {
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs_list li {
    display: inline;
    /* padding: 0 0.25rem; */
    margin: 0;
    /* font-size: 0.77em; */
    letter-spacing: .15rem;
}

.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
    content: ">";
}

.breadcrumbs_list li a,
.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumbs_list li:first-child:before {
    content: "";
}

.breadcrumbs_list li:last-child {
    color: #d74000;
}

/* breadcrumb */
.box_shadow_wrap {
    position: relative;
}

.loader {
    display: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4950571a;
    z-index: 100;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: #076fe5;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 #076fe5;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #076fe5;
        height: 40px;
    }
}


@media (max-width: 991.98px) {
    body {
        height: calc(100vh - 63px);
    }
}

@media (max-width: 767.98px) {
    body {
        height: calc(100vh - 50px);
    }
}

@media (max-width: 600px) {
    .input-group {
        flex-direction: column;
    }

    .block {
        padding: 2rem 1rem 0 1rem;
    }

    .input-group-prepend {
        flex-direction: column;
    }

    .input-group-text {
        text-align: right;
        justify-content: flex-start;
        width: 100%;
        padding: 0.375rem 0rem;
    }

    .job_mail,
    form,
    .check_block {
        width: 100%;
    }

    .field_title_box {
        margin-top: 0.5rem;
        width: 100%;
        margin-right: 0px;
    }

    .card {
        border-radius: 0px;
    }

    .box_shadow_wrap {
        padding: 1rem;

    }

    .form-group {
        min-width: 100%;
    }
}