
.newft-frm-scorecell {
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-flex;
  border: 1px solid;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}
.newft-frm-active-scorecell {
  background: #459bf5de;
  color: white;
}

.newft-footer{
  margin-top: 20px;
  padding-bottom: 50px;
}
.newft-btn-wrap{
  display: inline-block;
  float: right;
}
.newft-btn-left{
    width: 150px;
    margin-right: 20px;
}
.newft-btn-left > span{
    color: black;
}
.newft-btn-right{
    width: 150px;
}


.new-assess-page{
  padding: 20px 100px;
}

.nasp-no-auth{
  margin: 20px;
}

.nasp-header-wrap{
  margin-left: 20px;
  margin-bottom: 20px;
}
.nasp-header-title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.nasp-header-row{
  display: flex;
  justify-content: space-between;
}
.nasp-header-content{
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.nasp-header-cell{
  flex: 1;
}
.nasp-link-row{
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
}
.new-assess-page .ant-collapse .ant-collapse-header{
  font-size: 15px;
  font-weight: 500;
}
.nasp-demo-btn{
  margin-left: 40px;
  cursor: pointer;
  color: #1890ff;
  font-size: 16px;
}
.nasp-link-btn{
  margin-left: 40px;
  cursor: pointer;
  color: #1890ff;
}
.nf-table-title{
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  font-size: 18px;
  background: #e1eaff;
  margin-bottom: -1px;
}
.nf-modal-wrap{
  width: 950px!important;
}
.nf-modal-content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.nf-modal-img{
  width: 900px;
}
.standard-doc-page{
  display: flex;
  justify-content: center;
}
.nf-modal-icon-close{
  position: absolute;
  top: -15px;
  right: -20px;
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.nf-table-sum{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: #f2f3f5;
}
.nf-sum-cell{
  flex: 1;
}
.nf-table-sumdes{
  font-size: 12px;
  margin-top: 4px;
}
.nf-cell-right{
  margin-right: 20px;
}
.nf-pass-tip{
  background: #d7d7d7;
  font-size: 16px;
  padding: 10px 15px;
}
.nf-pass-title{
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}

.nf-table-imgtitle{
  color: #f59a23;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.nf-table-doc, .nf-no-doc{
  display: inline-flex;
  background: #f59a23;
  color: white;
  padding: 1px 7px;
  margin-top: 2px;
  cursor: pointer;
}
.nf-table-temp-doc, .nf-table-detail-doc{
  opacity: 0.5;
}

.nf-no-doc{
  cursor: initial;
  background: grey;
}
.new-assess-page .ant-row{
  margin-bottom: 2px;
}

.newft-model-right{
  margin-left: 5px;
}

.newft-modle-footer{
  text-align: right;
  margin-top: 20px;

}
.newft-modle-btn{
  width: 100px;
}
.nasp-red-label{
  
}
.nasp-red-icon{
  color: red;
  font-size: 18px;
  position: relative;
  top: 5px;
  margin-right: 2px;
}


.preview-doc-no{
  margin-left: 30px;
}

.preview-doc-page{
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
}

.ass-rate-wen{
  width: 18px;
}

.new-ass-inter-area{
  height: 80px !important;
}

.acc-question-wrap{
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100vw;
  padding: 30px;
  background: #f2f4f7;
}

.acc-question-page{
  width: 800px;
    background: white;
    height: 100vh;
    padding: 0 90px;
    box-sizing: border-box;
    box-shadow: rgba(158, 161, 165, 0.4) 0px 2px 12px 0px;
}
.aqp-header{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  text-align: center;
}

.aqp-sort-name{
  font-size: 20px;
  color: rgb(34 88 212);
}

.aqp-title{
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 5px;
  font-weight: 500;
}
.aqp-cell-row{
  margin-bottom: 2px;
}

.aqp-cell-label{
  color: #3d4757;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 500;
}

.aqp-cell-row{
  margin-bottom: 10px;
}

