* {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 60px;
}

.backBtn {
    background: linear-gradient(90deg, rgba(37, 165, 38, 1) 0%, rgba(25, 180, 57, 1) 34%, rgba(23, 182, 60, 1) 38%, rgba(20, 186, 65, 1) 47%, rgba(0, 209, 96, 1) 100%);
    border-color: linear-gradient(90deg, rgba(37, 165, 38, 1) 0%, rgba(25, 180, 57, 1) 34%, rgba(23, 182, 60, 1) 38%, rgba(20, 186, 65, 1) 47%, rgba(0, 209, 96, 1) 100%);
    color: #fff;
    width: 85px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
}

.infoTitleItem {
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    height: 100%;
    flex: none
}

.infoDescItem {
    color: #8a8883;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px
}

.submitBtnNormal {
    background: linear-gradient(90deg, rgba(37, 165, 38, 1) 0%, rgba(25, 180, 57, 1) 34%, rgba(23, 182, 60, 1) 38%, rgba(20, 186, 65, 1) 47%, rgba(0, 209, 96, 1) 100%);
    border-color: linear-gradient(90deg, rgba(37, 165, 38, 1) 0%, rgba(25, 180, 57, 1) 34%, rgba(23, 182, 60, 1) 38%, rgba(20, 186, 65, 1) 47%, rgba(0, 209, 96, 1) 100%);
    color: #fff;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}


.cancelBtnNormal {
    border: 1px solid green;
    background: #fff;
    color: green;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.el-message {
    z-index: 99999999 !important;
}

.el-notification {
    z-index: 99999999 !important;
}

.form-img {
    max-height: 20px;
    max-width: 20px;
}