.inner_block_hide{
    display: none;
    padding-bottom: 3rem;
}
.block_show{
    display: flex !important;
    opacity: 1; 
    transition: opacity 0.89s ease-in 0s; 
}
.title_block {
    
    text-align: center;
}

.done {
    background-color: #bababa;
    color: #8c8c8c;
}
.progressing {
    background-color: #00ac3d;
    color: #ffffff;
}
.angle{
    font-size: 2.5rem;
    position: absolute;
    top: 0%;
    color: cadetblue;
    right: 5%;
}

.outer_bt_group {
    margin: 0 auto;
    width: 75%;
    display: flex;
}
.inner_bt_group{
    margin: 0 auto;
    width: 50%;
    display: flex;
}
.inner_bt {
    width: 50%;
    float: left;
    color: #30352e;
    font-weight: 800;
    letter-spacing: .35rem;
    background-color: rgba(0,0,0,.075);
    border: 0.75px solid #abbba6;
    font-size: 1.25rem;
}

.satisfaction {
    font-size: 1.25rem;
}

.remind {
    color: red;
    font-size: 1.25rem;
}
.apply_case_hint {
    display: none;
  }
  
  .apply_branch_outer{
      z-index: 3;
      position: fixed;
      right: 3rem;
      bottom: 9rem;
      color: #706e6c;
      text-align: center;
      text-decoration: none;
      padding: 0;
  }
  .hint_outer2{
      z-index: 3;
      position: fixed;
      right: 1rem;
      bottom: 6rem;
      color: #706e6c;
      text-align: center;
      text-decoration: none;
      padding: 0;
      opacity: 1; 
      transition: opacity 0.89s ease-in 0s; 
      display: inline;
  }
  
  .hint_outer{
      z-index: 3;
      position: fixed;
      right: 1rem;
      bottom: 11rem;
      color: #706e6c;
      text-align: center;
      text-decoration: none;
      padding: 0;
      opacity: 1; 
      transition: opacity 0.89s ease-in 0s; 
      display: inline;
  }
  .hint{
      width: 4rem;
      height: 4rem;
      display: block;
  }
  .hint a{
      display: inline-block;
      color: #000;
      background-color: rgba(255, 255, 255, 0.65);
      border: 0.85px #b3b3b3 solid;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      font-size: 3rem;
      border-radius: 100%;
      text-align: center;
      line-height: 4rem;
  }

  .hint b{
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 2.5rem;
    margin: auto;
    width: 100%;
  }
  
  .col_wt{
    color: #fff;
  }
  
  .apc_hide {
    display: none;
  }
  
  button.swal-button swal-button--defeat
  {
      color: #fff;
      text-shadow: #495057;
      background-color: #548a56;
  }
  .hide { display: none; }