﻿html {
    height: 100%;
    width: 100%;
    overflow: auto !important;
    font-size: 16px !important;
}
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    background-image: url('/Content/images/content-bg.png');
    background-size: cover; 
    background-position: center; 
    /* background-repeat: no-repeat;  */
    display: flex;
    flex-direction: column;
}

.page {
    padding:1rem; 
    overflow-y: auto;
    flex: 1;
}

.weui-btn_primary {
    background-color: #3dabff;
}

    .weui-btn_primary:disabled {
        background-color: #cedff5;
        color: rgba(255, 255, 255, 0.6);
    }

    .weui-btn_primary:not(.weui-btn_disabled):active {
        background-color: #3dabff;
    }

.weui-dialog__btn {
    color: #3dabff;
}

.authForm .weui-cells__title {
    position: relative;
    text-align: center;
    padding: 0;
}

.authForm .weui-label {
    width: 100px;
}

.authForm .weui-cells__title img {
    height: 300px;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

#comp_logo {
    max-width: 100%;
    height: auto;
}

.authForm .weui-cells__title .reportsearch {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #696969;
    text-align: end;
}

.authForm .weui-cells__title .logo-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    display: inline-block;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#212121;
}

.curSite {
    padding-left: 20px;
}

.rotate-filter {
    filter: hue-rotate(180deg);
}

.number-wrap {
    width: 90%;
    height: 44px;
    padding-bottom: 1px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    cursor: pointer;
}

    .number-wrap li {
        list-style-type: none;
        text-align: center;
        line-height: 43px;
        -webkit-box-flex: 1;
        flex: 1;
        -webkit-flex: 1;
        border-right: 1px solid #ddd;
    }

        .number-wrap li:last-child {
            border-right: 0;
        }

        .number-wrap li i {
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background: #000;
            display: inline-block;
        }

.number-input {
    width: 100%;
    text-align: center;
    border: none;
    display: inline-block;
}

.roundedButton {
    border-radius: 10px;
    width:100px;
    height: 25px;
    /*padding: 5px 20px;*/
    background-color: lightskyblue;
    border:none;
    color: whitesmoke;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

    .roundedButton:hover {
        background-color: lightskyblue;
    }

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

/*.button-container button {*/
/*    margin-left: 10px;*/
/*}*/
/*svg{*/
/*    display:block;*/
/*    width: 100%; height: 100%;*/
/*}*/

.form-panel {
    background-color: transparent !important;
}

.authfield-title {
    color: #212121;
    font-size:1rem;
    font-weight: 400; 
    line-height: 1.3rem;
}
.authfield-hint-title {
    color: #696969;
}
.btn-confirm {
    width: 100%;
    height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    border: none;
    border-radius: 0.125rem;
    background-color: #1474A4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #FFFFFF;
}
.btn-confirm:disabled {
    background-color: #1474A4;
    color: #FFFFFF;
    opacity: 0.5;
}
.btn-lang {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4rem ; 
    color: #0072DB; 
    border: none;
    background-color: transparent;
}
.input-panel {
    border: 1px solid #B7B7B7;
    border-radius: 0.125rem;
    background-color: #FFFFFF;
    padding: 0 0.75rem;
    width: 100%;
    height: 2.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #696969;
}
.btn-verification {
    width: 7rem; 
    height: 2.5rem;
    padding-left:0px;
    padding-right:0px;
    border: none;
    border-radius: 0.125rem;
    background-color: #1474A4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #FFFFFF;
    box-sizing: border-box;
}
.btn-verification[disabled] {
    background-color: #1474A4;
    color: #FFFFFF;
    opacity: 0.5;
    cursor: not-allowed;
}
.select-panel {
    display: flex;
    align-items: center;
    border: 1px solid #B7B7B7;
    border-radius: 0.125rem;
    padding: 0px 0.75rem;
    height: 2.5rem;
    box-sizing: border-box;
}
.modal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.modal-container {
    width: 90%;
    border-radius: 0.75rem;
    background: #FFFFFF;
    /* margin: 0 1.25rem; */
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
}
.modal-header {
    height: 1.5rem;
    gap: 0.5rem;
    padding: 0;
    border: none;
}
.modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
    color: #15191E;
}
.modal-detail {
    font-size: 0.875rem !important;
    font-weight: 350 !important;
    line-height: 1.25rem !important;
    text-align: center;
    color: #566676 !important;
    padding: 1rem 0;
}
.modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0 0;
    border: none;
}
.modal-btn {
    height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
    background-color: #1474A4;
    border: none;
    border-radius: 0.125rem;
    color: #FFFFFF;
}
.weui-cells::before, .weui-cells::after {
    border: none;
}
.weui-cell::before, .weui-cell::after {
    border: none; 
}
.weui-dialog__ft::after, .weui-dialog__ft::before {
    border: none;
}
.bottom-panel {
    width: 100%;
    /* padding: 0 2rem; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.btn-item {
    width: 7.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 0.125rem;
    background-color: #1474A4;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #FFFFFF;
    padding: 0;
}
.btn-cancel {
    background-color: #00438A0F;
    color: #15191E;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #BFE2EB 0%, #F0F8FA 100%);
    opacity: 1;
    /* background-color: rgba(0, 0, 0, 1); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
}
.loading-spinner {
    border: 6px solid #f3f3f3; 
    border-top: 6px solid #3498db; 
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

input::placeholder {
    opacity: 0.6; /* Optional: Ensures the color is fully opaque */
}

.weui-input {
    color:rgba(0,0,0,.9)!important;
}