/* .add_section_btn {
    color: #fff;
    box-sizing: border-box;
    border: none;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    background-color: #ff4081;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  } */
  
  .add_section_btn:hover {
    cursor: pointer;
  }
  
  .remove_ed_icon {
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    background-color: #ff4081;
    border-radius: 50%;
    color: #fff;
    padding: 6px;
    font-size: 22px;
  }
  
  .remove_ed_icon:hover {
    cursor: pointer;
  }
  .action_button_plus_custom
  {
    text-decoration: none;
  }
  .error_msg,  .fixed_error_msg
  {
    color: red;
    display: none;
  }
  .for_label
  {
      padding-left:1px;
  }
  .select2-container
  {
      padding-left: 0px;
  }
  .static_card
  {
    margin-left: 20%;
    margin-right: 20%;
  }
  .activit_type
  {
    float: right;
    font-size: 0.9375rem;
  }
  .top-counts-block {
    background-color: white;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #eee;
    display: flex;
    align-items: center;
    border: 2px solid #eee;
    margin-bottom: 8px;
  }
  .top-counts-block .count-number {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }
  .top-counts-block .counts-subtitle {
    color: #aaa;
    font-size: 12px;
  }
  .tests_top_cards{
    width: 150px;
    min-width: 150px;
    display: none;
  }
  .card-footer
  {
    padding-bottom: 0px;
    border-top: 0px solid #fff;
    background-color: #fff;
   /* // padding-bottom : 0px; */
  }
  .footer_text
  {
    float: right;
  }
  #institute_logo
  {
    /* width: 80px; */
    height: 80px; 
  }
  .logo_div
  {
    text-align: center;
  }

  .student_added_class {
    background-color: #B1D8B7;
  }

@media screen and (min-width: 992px) {
  .mobile_div{
    display: block;
  }
    .tests_top_cards{
      display: block;
    }
}