#hnc_filter-staff .flex_row{
    justify-content: center;
    margin: 2rem 0 3rem
}

#hnc_filter-staff .ite_col {
    margin: .5rem 1rem;
    width: auto
}

#hnc_filter-staff .ite_col>select {
    width: auto;
    font-weight: 700;
    color: #f44341;
    height: 2.3rem;
    line-height: 2.3rem
}

#hnc_filter-staff .ite_col>.ite_search {
    max-width: 203px
}



.division_member-list.loading {
justify-content: center;
min-height: 50vh;
}

.userSliderComment span.ico.olico.olico-send:before {
    content: "\E017";
}
.division_member-list {
    justify-content: flex-start;
}
/* .division_member-list.loading:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;

    
    bottom: 0;
    left: 0;
    background: url(../images/loading.svg) no-repeat center;
    background-size: 50px;
} */


section#staff .flex_row {
    justify-content: center;
}

  .division_member-list .loader {
    width: 30px;
    height: 30px;
    display: block;
    margin: 5px auto;
    position: relative;
    color: #FFF;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .division_member-list .loader::after,
  .division_member-list .loader::before {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #505050;
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out;
  }
  .division_member-list .loader::before {
    background-color: #ec1c24;
    transform: scale(0.5) translate(-40px, -40px);
  }
.bl_vote .btn {
    height: auto;
    line-height: 1.5;
    font-size: 0.8rem;
    padding: 0 0.7rem;
    min-width: auto;
}
.bl_vote>.bl-ct>.col_lf>.bl-tit {
    font-size: 1.2em;
    margin-bottom: 0.3em;
}
.bl_vote>.bl-ct>.col_lf>.bl-meta {
    font-weight: 600;
}
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  @keyframes animloader {
      50% {
        transform: scale(1) translate(-50%, -50%);
  }
  }
      