
.ant-table-tbody .ant-table-row td[data-v-d992a23c] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#components-layout-demo-custom-trigger .trigger[data-v-d992a23c] {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}


.mrgt{
    margin-top:10px
}
.details{
    /* position: fixed; */
    /* height: 600px; */
    overflow: auto;
    padding-top: 15px;
    width: 100%;
    /* width: calc(100% - 222px); */
    /* right: 12px; */
}
.details h3{
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.details .ant-card{
    /* border-radius: 10px; */
    -webkit-box-shadow: 0 0px 5px 0px #cbbaba;
            box-shadow: 0 0px 5px 0px #cbbaba;
    width: 100%;
    margin: 0 auto 15px!important;
}
.details .p1 {
    margin-bottom: 15px;
}
.details .p1 > div{
    border-radius: 8px;
    padding: 10px;
    color:#fff;
    cursor: pointer;
}
.details .p1 > div p{
    margin-bottom:0
}
.ant-anchor{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:44px;
    padding-right: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.ant-anchor a{
    color: #222;
}

.topLink[data-v-62c4fb47] {
  height: 44px;
  background: #fff;
  width: 100%;
  z-index: 0;
  border-top: 1px solid #eee;
  -webkit-box-shadow: -1px 2px 6px -3px #3a71f2;
          box-shadow: -1px 2px 6px -3px #3a71f2;
}
.anchColor[data-v-62c4fb47] {
  color: #3a71f2;
  position: relative;
}
.anchColor[data-v-62c4fb47]::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background: #3a71f2;
}
.projectInfo[data-v-62c4fb47] {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topDetail p span[data-v-62c4fb47] {
  /*color: rgb(58,113,242);*/
  /*text-decoration: underline;*/
  font-weight: bolder;
}


[data-v-62c4fb47]::-webkit-scrollbar-track-piece {
    background-color:transparent!important;
}
[data-v-62c4fb47]::-webkit-scrollbar {
    width:1px;
    height:9px;
}
[data-v-62c4fb47]::-webkit-scrollbar-thumb {
    background-color:transparent!important;
    background-clip:padding-box;
    min-height:28px;
    border-radius: 10px;
}
[data-v-62c4fb47]::-webkit-scrollbar-thumb:hover {
    background-color:transparent!important;
}
.ant-menu[data-v-62c4fb47]::-webkit-scrollbar-track-piece,.ant-menu[data-v-62c4fb47]::-webkit-scrollbar-thumb,.ant-menu[data-v-62c4fb47]::-webkit-scrollbar-thumb:hover{
    background-color:transparent!important;
}


.normalTable .anticon:hover {
    color: #FA541C
}
.normalTable tr:hover a {
    text-decoration: underline;
    color: #FA541C
}
.normalTable th{
    background: #f2f2f2!important;
}
.normalTable .ant-table-body{
    margin: 0!important
}

