@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&family=Poppins:wght@300;400;500&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    background-color: #f5f5f5;
}
*{outline: none !important;}
a:hover{text-decoration: none;} 
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none; 
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #FFF3CD;
    border-top: none;
    border-left: 1px solid #ffeeba;
    border-right: 1px solid #ffeeba;
    border-bottom: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 3px;
}
.main-wrapper {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
}
.main-wrapper .page-wrapper.full-page {
    width: 100%;
    margin-left: 0;
}
.main-wrapper .page-wrapper {
    min-height: 100vh;
    background: #f0f0f0;
    width: calc(100% - 240px);
    margin-left: 240px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition: margin .1s ease,width .1s ease;
    transition: margin .1s ease,width .1s ease;
}
.align-items-center, .navbar .search-form {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.main-wrapper .page-wrapper.full-page .page-content {
    margin-top: 180px;
}
.main-wrapper .page-wrapper .page-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 25px;
    margin-top: 60px;
}
.card {
    box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    border: 1px solid #f2f4f9;
}
.auth-page .auth-left-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/auth-bg1.jpg);
    background-size: cover;
} 
.auth-page .auth-left-wrapper .overlay{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8; 
} 
.limpato-ui-logo {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
    color: #031a61;
}
.limpato-ui-logo span {
    color: #727cf5;
    font-weight: 300;
}
.auth-form-wrapper h5{
    font-size: .96rem;
    font-weight: 400;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.form-group label {
    font-size: .875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}
.form-control{
    border: 1px solid #e8ebf1;
    font-weight: 400;
    font-size: .875rem;
    box-shadow: none;
    border-radius: 2px;
    padding: .5rem 1rem;
}
.form-control:focus{
    box-shadow: none;
}
.pwdMask {
    position: relative;
}
.pwdMask .pwd-toggle {
    top: 7px;
    right: 15px;
    color: #ccc;
    position: absolute;
    z-index: 2;
}
.cursor-pointer{
    cursor: pointer;
}
.custom-control-input:valid:focus~.custom-control-label::before{
    box-shadow:none !important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .125rem;
}
.btn:focus{
    box-shadow:none !important;
}
.sign-link{
    display: block;
    color: #666;
}
.swal2-modal .swal2-header .swal2-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.swal2-modal .swal2-content {
    font-size: .875rem;
    color: #686868;
    font-weight: 400;
}
.swal2-modal .swal2-content p{
    margin-bottom: .35rem;
}
.swal2-icon.swal2-question {
    border-color:  #c9dae1;
    color: #87adbd;
}
.swal2-modal .swal2-actions button.swal2-confirm{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}
.swal2-modal .swal2-actions button{
    font-size: .875rem;
    line-height: 1;
    padding: .75rem 2rem;
}
.swal2-modal .swal2-actions button:focus{
    box-shadow: none;
}
label span.require{
    font-weight: 600;
    color: rgb(173, 1, 38);
}

/* password strength meter */
.input-group-meter .form-control:focus{
    border-color: #e8ebf1;
}
.input-group-meter .input-group-append .btn > i{
    color: #717171;
}
.input-group .form-control{
    border-right: 0;
}
.input-group .input-group-append .btn-light {
    border: 1px solid #e8ebf1;
    border-left: 0;
    padding: .2rem .75rem;
}
meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    height: .5rem;
    
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: #dc3545; }
meter[value="2"]::-webkit-meter-optimum-value { background: #fd7e14; }
meter[value="3"]::-webkit-meter-optimum-value { background: #28a745; }
meter[value="4"]::-webkit-meter-optimum-value { background: #177a2e; }
meter[value="1"]::-moz-meter-bar { background: #dc3545; }
meter[value="2"]::-moz-meter-bar { background: #fd7e14; }
meter[value="3"]::-moz-meter-bar { background: #28a745; }
meter[value="4"]::-moz-meter-bar { background: #177a2e; }

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em; 
    margin-top: 1em;
}
.password-strength-result{
    position: relative;
    display: block;
    width: 100%;
}
.password-strength-result .result-content{
    position: relative;
    display: block;
    width: 100%; 
    text-align: center;
    margin-top: .5rem;
}
.password-strength-result .result-content .worst{
    background-color: #f1adad;
    border: 1px solid #e35b5b;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .bad{
    background-color: #fbc5a9;
    border: 1px solid #f78b53;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .weak{
    background-color: #ffe399;
    border: 1px solid #ffc733;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .good{
    background-color: #c1e1b9;
    border: 1px solid #83c373;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .strong{
    background-color: #9fdb90;
    border: 1px solid #83c373;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.btn{
    font-size: .875rem;
    line-height: normal;
    padding: .5rem 1rem .4rem;
}
.separator-text{
    position: relative;
    text-align: center;
}
.separator-text::before{
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.separator-text span.text{
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
    color: #bbb;
    padding: 0 1em;
    position: relative;
    z-index: 1;
}
.btn-primary{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}
.btn-primary:hover{
    color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
}
.btn-facebook-login{
    background-color: #3A5A97;
    border-color: #3A5A97;
    color: #ffffff;
}
.navbar{
    box-shadow: 0 7px 20px 10px rgb(0 0 0 / 9%);
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand.text-logo .line1 {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 8px;
    padding-top: 0;
    text-transform: uppercase;
}
.navbar-brand.text-logo .line2 {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.7rem;
    text-transform: uppercase;
}
.navbar-aum .navbar-nav .nav-link{
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    color: #444;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

.logo-regular{
    position: relative;
}
.logo-regular .logo-text{
    position: absolute;
    left: 55px;
    top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.logo-regular .logo-text span{
    display: block;
    width: 100%;
}
.logo-regular .logo-text span.line1{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.logo-regular .logo-text span.line2{
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}
.content {
    display: block;
    min-height: 200px;
    margin-top: 180px;
}

.section-heading {
    margin-bottom: 80px;
}
.section-heading > h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;;
    line-height: 1.3;
}
.section-heading > h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7c4fe0;
}
.register-box{
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-radius: .25rem;
    padding: 3rem;
    margin-bottom: 6rem;
}
.register-box .form-control:hover, .register-box .form-control:focus{
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.register-box .form-group input, .register-box .form-group select, .register-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid rgba(230, 225, 225, 0.9);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(142,142,142, 0.1);
    box-shadow: 0 5px 10px rgba(142,142,142, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-large{
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25px;
    height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    padding: .915rem 1.85rem;
}
.btn-theme{
    background-color: #7c4fe0;
    border-color: #7047c9;
    color: #fff; 
}
.btn-theme:hover, .btn-theme:focus{
    background-color: #333;
    color: #fff !important;
    border-color: #333; 
}