@import url('variable.css');
@import url('button.css');
@import url('form.css');
@import url('validation.css');
@import url('styleAfterLogin.css');

html {
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica,
    "segoe ui", arial, roboto, "PingFang SC", miui, "Hiragino Sans GB",
    "Microsoft Yahei", sans-serif, "ZEISSFrutigerNextUIW05" !important;
}
body {
    margin: 0;
    background-color: #f5f5f5;
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica,
    "segoe ui", arial, roboto, "PingFang SC", miui, "Hiragino Sans GB",
    "Microsoft Yahei", sans-serif, "ZEISSFrutigerNextUIW05" !important;
}
.outterWrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.displayInColumn {
    flex-direction: column;
}
.mainWrapperPCLogin {  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px;
    width: 960px;
}
.ZeissLogo {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: bold;
    gap: 16px;
}
img.imgLogo {
    height: 62px;
    width: 62px;
}
.loginArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    font-size: 24px;
    width: 50%;
}
.loginArea .localAccount {
    font-size: 18px;
}
strong {
    color: var(--color-error);
    font-size: 18px!important
}
.fastLogin,.fastLoginThreeWays,.fastLoginFourWays {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.fastLogin form,.fastLoginThreeWays form,.fastLoginFourWays form {
    width: 100%;
}
.fastLogin button,.fastLoginThreeWays button,.fastLoginFourWays button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.fastLoginThreeWays{
    flex-direction: row;
    justify-content: 'space-between';
}
.fastLoginFourWays {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fastLoginFourWays form {
    width: 182px;
}
.divider {
    border-top:1px solid rgb(220,227,233);
    color:  rgb(164, 176, 188);
    text-shadow: #ffffff 1px 1px 1px;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 0px;
    text-align: center;
    margin: 12px 10px 0;
}
.divider::after {
    content: ' ';
    display: block;
    width: 50px;
    height: 24px;
    background-color: #ffffff;
    margin: -10px auto;
}
.testAccountLogin {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.copyRightStyle {
    font-size: 14px;
    color: #A4b0bc;
    line-height: 24px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    align-self: flex-end;
    width: 100%;
}
.logout,.error {
    width: 100%;
    height: 100%;
    position:absolute;
}
.error{
    display: flex;
    flex-direction: column;
}
.header {
    background: #fff;
    height: 62px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 100%;
    padding: 16px;
    box-sizing:border-box;
}
.header .logo, .nameAndSignOut{
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 16px;
}
.header .logo img {
    height: 30px;
    width: 30px;
}
.header .slogan {
    font-size: 14px;
}
.header .abbreviatedName {
    background-color: rgb(0, 114, 239);
    border-radius: 38px;
    color: #fff;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
}
.header .nameAndSignOut {
    cursor: pointer;
}
.header .nameAndSignOut svg:hover {
    background-color: #f5f5f5;
}

.logoutPopup form, .configWrapper {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    gap: 20px;
    height: 210px;
    padding: 24px 40px;
    width: 460px;
    margin: calc(50vh - 167px) auto;
}
.logoutPopup form{
    text-align: center;
    gap: 50px;
}
.configWrapper {
    width: 470px;
    height: auto;
    font-size: 14px;
    text-align: left;
    margin: calc(50vh - 250px) auto;
}
.errorWrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(50vh - 167px) auto;
    max-width: 960px;
    padding: 60px 60px 40px;
    
}
.errorWrapper .errorContent {
    width: 460px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 16px;
}
.errorWrapper .errorTitle,.errorWrapper .warnTitle {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    line-height: 24px;
    color: var(--color-error);
    font-size: 20px;
    font-weight: bold;
}
.errorWrapper .warnTitle {
    color: var(--color-warning);
}
.errorWrapper .errorInfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.errorWrapper .errorLabel {
    font-weight: bold;
}
.errorWrapper .errorDetail, .errorWrapper .errorITSupport {
    color: rgb(96, 106, 118);
    line-height: 24px;
}
.errorWrapper .errorITSupport a {
    color: rgb(0, 114, 239);
}
.errorWrapper .errorCollapse span {
    font-weight: bold;
}
.propsProtal, a ,.configOptions ,.rolePriviledge{
    color: rgb(0, 114, 239);
    font-size: 14px;
}
.rolePriviledge {
    font-weight: bold;
}
.configOptions {
    font-weight: bold;
    padding: 0 16px;

}
.configOptions p {
    margin: 0 0 8px;
}
.indexConfig {
    word-break: break-all;
    text-wrap:wrap;

}
.indexConfig .titleConfig {
    font-weight: bold;
}
.configButtons {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.configTitle {
    font-size: 14px;
}
.logout_popup {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 2px #A4b0bc, -1px 1px 2px #A4b0bc;
    width: 124px;
    position: absolute;
    right: 20px;
    top: 50px;
}
.logout_popup .popup_item {
    display: block;
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    padding: .25rem;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: 14px;
}