@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

.index-background {
    background-image: url(..../img/backGroundImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    background-position: top center;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    background: url(./img/bg-5.png) no-repeat bottom center / cover;
    /* background: url(../img/5.png) no-repeat bottom center / cover; */
    background-color: #446f71;
    min-height: 100vh;
}

.nav li {
    text-align: center !important;
}
.nav > li > a{
    padding:0px;
}
.navbar .navbar-header {
    display: flex;
    align-items: center;
    min-width: 300px;
    height: 90px;
}

    .navbar .navbar-header .navbar-brand {
        height: auto;
        padding: 0 0 0 20px;
    }

body .navbar {
    font-size: 16px !important;
    border-radius: 0 !important;
    border: none;
    z-index: 10000;
}

    body .navbar .navbar-header .navbar-brand .mirle-logo {
        height: 50px;
    }

    body .navbar .navbar-header .navbar-text {
        font-weight: 500;
        color: #d9ecff;
        font-size: 20px;
        line-height: 25px;
        padding: 15px;
        margin: 0;
    }

    body .navbar .navbar-nav li a {
        font-size: 20px;
        color: #3D3D3D;
        margin: 35px 53px 15px 10px;
        line-height: 25px;
        font-weight: 500;
    }

        body .navbar .navbar-nav li a:hover {
            color: #377EE4;
            background-color: transparent;
            font-weight: 500;
            cursor: pointer;
            border-bottom: 2px solid #377EE4;
        }

        body .navbar .navbar-nav li a:focus {
            background-color: transparent;
        }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
body .navbar .navbar-nav .dropdown-menu {
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
}

        body .navbar .navbar-nav .dropdown-menu li a {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #444;
            padding: 7px 26px;
            border-bottom: none;
            margin:0px;
        }

            body .navbar .navbar-nav .dropdown-menu li a:hover {
                text-decoration: none;
                border-bottom: none;
                background-color: #CEE5FB;
                color: #3D3D3D;
                font-weight: 500;
            }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -28px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 11px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    background-color: rgb(255 255 255 / 70%);
    border: 0px solid;
    border-radius: 0px;
}
body .navbar-toggle {
    background-color: #eaa048;
    border: 1px solid #eaa048;
    border-radius: 0;
    margin-left: auto;
}

body .body-content .page-title {
    margin-top: 40px;
    margin-bottom: 4rem;
    font-size: 50px;
    line-height: 54px;
    color: #1855AC;
    text-align: center;
    /* text-shadow: #2e5c5d 2px 3px 6px; */
}

body .body-content .well .form-group label {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

body .no-print {
    color: rgb(24,85,172,0.75);
    font-size: 24px;
    padding-top: 10px;
    font-weight: 600;
}

.navbar-collapse {
    padding-right: 15px !important;
    width: 100%;
}

.datagrid-header-row td:hover {
    background-color: #0E3650;
}

.table-hover tbody {
    background-color: #edf7fd;
    border: 1px solid #5f778d !important;
}

.top-well {
    margin-bottom: 30px !important;
}

.check-box {
    background-color: #0E3650;
}

.form-control-mb0 {
    margin-bottom: 0 !important;
}

.form-control {
    font-size: 16px;
}

.body-content .panel .datagrid-toolbar,
.body-content .panel .datagrid-pager,
.body-content .panel .datagrid-header-inner {
    background-color: #38719d;
    border-radius: 0;
}

@media (min-width: 992px) {
    body .body-content .well .form-group label {
        font-size: 16px;
    }
}

@media (min-width: 1660px) {
    .body-content .well {
        padding: 30px 30px 30px 0px;
    }

    body .body-content .well .form-group label {
        font-size: 18px;
    }
}

.btn:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
    border: 1.5px solid white;
}

/*.nav-item:hover .dropdown-menu {
    display: block;
}*/

.panel-body {
    padding: 0px;
}

.datagrid-header .datagrid-cell span {
    color: #fff;
    font-size: 16px;
}

.pagination-info {
    float: right;
    margin: 6px 20px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: white;
}

.pagination span {
    font-size: 16px;
    color: #ffffff;
}

.panel-body {
    border-color: #2a4c64;
}

.datagrid-td-rownumber {
    background: transparent !important;
}

.datagrid-cell {
    font-size: 16px;
}

.datagrid-btable {
    color: #111;
}

.datagridBtn {
    font-size: 16px;
    width: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 7px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #ffba2c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switchTest {
    display: flex;
}

/*.datagrid .datagrid-pager {
    margin-top: 13.5rem;
}*/

/* button {
    background-color: #3875c6;
    border: solid 2px #2265C6;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    padding: 6px 15px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
} */

table tr th {
    background-color: rgb(56 113 157 / 90%);
    color: #fff;
}

table {
    table-layout: auto;
}

.table {
    margin-bottom: 3rem;
}

.table-bordered > tbody > tr > td {
    border: 1px solid #bdcfd9;
}

    .table-bordered > tbody > tr > td:first-child {
        font-weight: 500;
        width: 40%;
    }
.datagrid-view{
    height:356px !important;
}
.body-content .btn-third {
    background-color: #979797;
    border: solid 2px #979797;
}

.bg-gray {
    background-color: rgb(245,252,255,0.8);
    border-radius: 20px;
    /* width: 1068px;
    height: 588px; */
    margin: auto;
    width:60%
}
.bg-gray p {
    font-size: 40px;
    color: #1855AC;
    text-align: center;
    padding-top: 34px;
    font-weight: 500;
    margin-bottom: 58px;
}
.img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
    padding: 20px 0;
}
.img-div img{
    width:90%;
}
.agree-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 35px;
}
.agree-div label{
    font-size: 25px;
    margin-left: 13px;
    color: #1855AC;
    font-weight: 500;
    margin-bottom: 0;
}
.btn-div{
    text-align:center;
    margin-top: 2rem;
}
.btn-div button{
    background-color: #2265C6;
    border-radius: 8px;
    font-size: 40px;
    padding: 10px 55px;
    color: #fff;
    font-weight: 400;
    margin:0;
    line-height:unset;
}
.agree-div input[type="checkbox"] {
    border: 1px solid gray;
    width:19px;
    height:19px;
}
.pdf-download-div{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:245px;
}
.pdf-download-div a {
    font-size: 35px;
    color: #545454;
    font-weight: 500;
    
}
.pdf-download-div a:hover {
    text-decoration:none;
}
.pdf-download-div img {
    margin-right:26px
}
.remind-downloadPDF{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 3rem;
}
.remind-downloadPDF img{
    width:39px;
}
.remind-downloadPDF p{
    font-size: 35px;
    color: #545454;
    margin: 0;
    padding: 0;
}

.no-file{
    font-size:20px;
    color:#636363;
}
.tips {
    font-size: 22px;
    color: #C75959;
    font-weight: 500;
}
.verify-btn{
    display:flex;
    flex-direction:column;
}
.button-gray {
    font-size: 26px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    background-color: #7791A4;
    margin-bottom: 17px;
    padding: 10px 0;
    border: 0px solid;
    line-height: unset;
}
.button-verify {
    font-size: 26px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    background-color: #2265C6;
    margin-bottom: 17px;
    padding: 10px 0;
    border: 0px solid;
    line-height: unset;
}
.upload-img {
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.btn-img {
    font-size: 20px;
    background-color: #7791A4;
    border: 1px solid #9EB9DE;
    border-radius: 5px;
    padding: 8px 14px;
    line-height: unset;
    margin-right: 14px;
    font-weight: 400;
    position:relative;
}
.content .input-img {
    position: absolute;
    top: -1px;
    padding: 5px 54px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.apply-clear {
    text-align: center;
    margin-top: 26px;
    color: #545454;
    font-weight: 500;
    margin-bottom: 39px;
}
.apply-clear-p1{
    font-size: 35px;
}
.apply-clear-p2 {
    font-size: 22px;
    color: #636363;
}

@media (max-width:992px){
    .bg-gray{
        width:100%
    }
    .bg-gray p{
        font-size:25px
    }
    .pdf-download-div {
        margin-bottom: 123px;
    }
    .pdf-download-div a{
        font-size:20px;
    }
    .pdf-download-div img {
        width: 20px;
        margin-right: 13px;
    }
    .remind-downloadPDF{
        margin-bottom:25px;
    }
    .remind-downloadPDF img {
        font-size: 25px;
    }
    .remind-downloadPDF p{
        font-size:20px;
    }
}
@media (max-width:576px){
    .bg-gray {
        margin-top:0;
        margin-bottom: 2rem;
    }
    .btn-div button{
        padding: 10px 36px;
        font-size: 20px;
    }
    .agree-div label{
        font-size: 20px;
    }
    body .body-content .page-title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media (max-width:768px){
    .upload-img {
        width: 100%;
    }
    .apply-clear-p2{
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 92.5%;
    }
    
}

@media (min-width: 992px) {
    .container {
        width: 92.5%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 92.5%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 92.5%;
    }
}

/* @media (min-width: 1900px) {
  .container {
    width: 1570px;
  }
} */
