:root {
    --info-name-min-width: 204px;
}

html {
    height: 100vh;
}

body {
    background-image: url(../../images/news/news_bg.png);
    /* height: 100%; */
}

.content {
    padding: 0 1.5rem;
}

label {
    margin-bottom: unset;
}

.navbar-light .navbar-toggler {
    display: none;
}

.container_wrap {
    background-image: url('../../images/news/news_bg.png');
    display: none;
    /* height: inherit; */
    position: relative;
}

.header {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

/* description_area */
.description_area {
    /* display: none; */
    width: 90vw;
    margin: auto;
    background: #fff;
    height: initial;
    padding: 2rem;
}

.txt {
    overflow-y: scroll;
    /* max-height: 70vh; */
}

.txt::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.txt::-webkit-scrollbar {
    width: 12px;
}

.important_txt {
    color: #F54242;
}

/* li {
    list-style-type: none;
}

li>ul {
    text-indent: 2rem;
}

li>ul>li>div {
    text-indent: 4rem;
}

ul {
    padding: 0;
} */

.txt_title {
    margin: 1rem 0;
}

.txt_content {
    text-indent: 2rem;
}

.txt_label_child {
    text-indent: 1rem;
    margin-left: 3em;
}

.txt_label {
    text-indent: 1rem;
    margin-left: 4em;
    width: 95%;
}

/* 同意不同意按鈕 */
.submit_block {
    text-align: center;
    margin-top: 3rem;
}


.no_agree:hover,
#cancle:hover {
    color: #FFF !important;
    background-color: #F28705 !important;
    border: 1px solid #F28705 !important;
    padding: 0.25rem 0.75rem;
}

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

.btn-c1:hover,
#btn_submit {
    background-color: #e78003 !important;
}

.no_agree,
#cancle {
    background-color: #FFF !important;
    color: #F28705 !important;
    border: 1px solid #F28705 !important;
    padding: 0.25rem 0.75rem;
}

/* description_area */

/* register_block */

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

.register_block {
    display: none;
    width: 90vw;
    height: initial;
    margin: auto;
    background: #fff;
    padding: 1rem 2rem 0rem;
    position: relative;
}

.info_area {
    border: 2px solid #CCE1FF;
    border-radius: 10px;
    padding: 1rem 1rem;
    /* justify-content: space-around; */
    /* height: 150px; */
    gap: 2rem;
}

.info_title {
    /* display: flex; */
    position: relative;
    flex: 2;
    /* text-align: center; */
    justify-content: center;
}

.right_img {
    flex: 1;
    text-align: center;
    display: none;
    /* margin-left: 1rem; */
}

/* .info_txt {
    position: absolute;
    top: 50px;
    color: #009de7;
} */

.info_title span {
    margin-left: 0.5rem;
    color: #4FACEA;
    font-weight: 700;
}


input::-ms-input-placeholder {
    font-size: 0.875rem;
    color: #BBBBBB !important;
}

input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #BBBBBB !important;
}

.error_msg {
    color: red;
    right: -8.5em;
    position: absolute;
    padding: .375rem .75rem;
    margin-right: 135px;
    z-index: 100;
}

.card {
    border: unset;
}

.card .input-group .field_title_box {
    width: var(--info-name-min-width);
}

.input-group {
    /* align-items: center; */
    flex-wrap: nowrap;
}

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

.select_down_p::after,
.select_down::after {
    right: 1rem;
}

#job_mail,
#personal_mail {
    width: 200px;
}

#job_unit_chosen {
    margin-right: 8px;
}

.country_codes_block,
.pwd_block {
    position: relative;
}

.country_codes_icon,
.extension_icon {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 4px;
    font-size: 1.25rem;
    color: #777777;
}

.pwd_icon {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 13px;
    font-size: 0.9375rem;
    color: #777777;
    cursor: pointer;
}

#pwd {
    padding-right: 20px;
}

#pwd.not_allow {
    border: 1px solid red;
}

.extension_icon {
    top: 5px;
}

#country_codes,
#zone_codes,
#job_tel,
#extension {
    margin-right: 13px;
    /* max-width: 70px; */
    padding-left: 20px;
}

/* #extension {
    max-width: 80px;
} */

.tel_input {
    row-gap: 8px;
}

.tip_txt {
    color: #777777;
    font-size: 0.875rem;
    /* margin-left: 15px; */
}

.tip_txt a {
    text-decoration: underline;
    color: gray;
}

.card .info_name {
    width: var(--info-name-min-width);
    margin: 0px;
    text-align: right;
    font-weight: bold;
    pointer-events: none;
    display: block;
    background-color: unset;
    border: unset;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

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

.alert {
    display: none;
}

/* register_block */

/* chosen */
.chosen-container-single .chosen-single {
    background: white;
    border-radius: 3px;
    padding: 0.45rem;
    height: unset;
}

.chosen-container-single .chosen-single div {
    top: 7px;
}

.chosen-container .chosen-results li {
    padding: 10px 6px;
}

.chosen-container ul.chosen-results li.highlighted {
    background-color: #E7F3FC;
    color: #343434;
    background-image: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: unset;
    border: 1px solid #ced4da;
}

.chosen-results::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.chosen-results::-webkit-scrollbar {
    width: 13px;
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 6px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: unset;
    padding: .3rem 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

/* chosen */

/* 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 */

#other {
    width: 200px !important;
}

.loader {
    display: none;
    position: absolute !important;
    /* top: 0; */
    /* bottom: 0; */
    left: 0;
    right: 0;
    background: #4950571a;
    z-index: 100;
    height: 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;
    }
}

#messageModalCenter .modal-footer {
    padding: .25rem;
}

.fill_in {
    background: aliceblue;
}

@media (max-width: 1280px) {
    #text_block.txt {
        height: calc(100vh - 290px);
    }
}

@media (max-width: 720px) {

    .input-group .field_title_box,
    .card .info_name,
    #job_unit_chosen {
        width: 100% !important;
    }

    .form-group,
    #extension,
    #job_mail,
    #personal_mail {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .input-group .input-group-prepend span {
        text-align: left;
        padding-left: 0px;
    }

    .user_info_block .input-group {
        flex-wrap: wrap;
        justify-content: left;
        flex-direction: column;
        align-items: unset;
    }

    #text_block.txt {
        font-size: 1rem;
        padding: .5rem;
    }

    .description_area {
        padding: 1rem;
    }

    .submit_block {
        margin-top: 2rem;
    }

}