.toast-mask,.spinner-mask{
    position: fixed;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.spinner-mask{
    .spinner-border{
        position: fixed;
        z-index: 200;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
    }
}
.toast{
    position: fixed;
    z-index: 200;
    top: 30%;
    left: 0;
    right: 0;
    width: 50%;
    max-width: 350px;
    margin: auto;
    background-color: #fff;
    .toast-body{
        text-align: center;
    }
    .toast-footer{
        float: right;
        margin: 0 20px 10px 0;
        .confirm,.cancel{
            border-radius: 20px;
            padding: 5px 20px;
        }
        .confirm{
            background-color: #0087e3;
            color: #fff;
            margin-right: 10px;
        }
        .cancel{
            background-color: #e5e5e5;
        }
    }
}
.toast::after{
    content: "";
    clear: both;
    display: block;
}
.success_tip{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    color: #1B2E59;
    font-weight: bold;
    display: none;
    .countdown{
        color: #0087e3;
        margin: 0 5px;
    }
    img{
        width: 10%;
        margin-bottom: 20px;
    }
}
.edit_title{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 17px;
    img{
        width: 20px;
        height: 20px;
        margin: 5px 10px 5px 0;
    }
    .private_tips{
        color: red;
        font-weight: normal;
        font-size: 15px;
        display: flex;
        align-items: center;
    }
    .tips{
        width: 20px;
        aspect-ratio: 1/1;
        margin: 0 0 0 10px;
    }
}
.success_item,.danger_item,.warning_item{
    width: 50%;
    border-radius: 30px;
    text-align: center;
    position: fixed;
    top: 3%;
    padding: 5px;
    translate: 50%;
    font-size: 14px;
    z-index: 100;
    display: none;
 }
 .sotcox-service-section{
    background-color: #f5f5f5;
}
 .sotcox-logo-menu-wrapper{
    h5{
        font-weight: bold;
        color: #0087e3;
    }
 }
 .settle_form{
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: #fff;
 }
 .submit{
    .submit_btn{
        border: none;
        background-color: #03a9f4;
        color: #fff;
        border-radius: 20px;
        font-size: 15px;
        padding: 10px 20px;
        margin: 20px 40px;
        float: right;
    }
 }
 .submit::after{
    content: "";
    clear: both;
    display: block;
}
.form_group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    .label_item{
        color: #1B2E59;
        min-width: 12%;
        font-weight: bold;
        margin-right: 25px;
    }
    /* input{
        flex: 1;
        border: transparent;
        background-color: #f6f6f6;
        border-radius: 10px;
    } */
     .input{
        border: 1px solid #bbb;
        padding: 5px;
        border-radius: 10px;
        min-width: 40%;
        input{
            width: 100%;
            border: none;
            background-color: transparent;
        }
        input:-webkit-autofill {
            background: transparent;
            transition: background-color 50000s ease-in-out 0s;
            -webkit-text-fill-color: unset;
        }
        input[type=text]::placeholder{
            color: #bbb;
          }
     }
}
#bankCardImagePreview,
#bankCardImage,
#businessLicenseImagePreview,
#businessLicenseImage,
#doorPhoto,
#doorPhotoPreview,
#inDoorPhoto,
#inDoorPhotoPreview,
#idCardZ,
#idCardZPreview,
#idCardF,
#idCardFPreview{
    display: none;
}
.idCardZ{
    margin-right: 15px;
}
.idCard{
    display: flex;
    flex-direction: row;
}
.addImage{
    border-radius: 20px;
    overflow: hidden;
    width: 180px;
    aspect-ratio: 1/1;
    /* height: 180px; */
    position: relative;
    display: flex;
    /* align-items: end; */
    justify-content: center;
    background: url("../img/settle/uploadImage.png") no-repeat;
    background-color: #f6f6f6;
    background-size: 40px;
    background-position: 50%;
    position: relative;
    span{
        position: absolute;
        bottom: 20%;
        font-size: 14px;
        color: #d5d5d5;
    }
    img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
}

@media (max-width:575.98px) {
    .form_group{
        flex-direction: column;
        margin-bottom: 10px;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        .label_item{
            margin-bottom: 5px;
            
        }.input{
                margin-left: 10px;
            }
    }
    .addImage{
        width: 40vw;
        aspect-ratio: 1/1;
        span{
            font-size: 12px;
        }
    }
    .addImage{
        margin-left: 10px;
    }
    .idCard{
        margin: 0 auto;
        .idCardZ{
            margin: 0;
        }
    }
    .submit{
        .submit_btn{
            width: 100%;
            margin: 0;
        }
    }
    .settle_form{
        background-color: transparent;
    }
    .edit_title{
        font-size: 13px;
        white-space: nowrap;
        .private_tips{
            font-size: 10px;
            white-space: wrap;
        }
    }
}
@media (max-width:350px){
    .toast{
        .toast-footer{
            margin: 0 5px 5px 0;
            .confirm,.cancel{
                padding: 5px 10px;
            }
            .confirm{
                margin-right: 2px;
            }
        }
    }
}