.label-for-icon-edit-team{
    /*padding: 10px 10px;*/
    margin: 0;
    cursor: pointer;

  }
  #edit-team-logo{
    opacity: 0;
    position: absolute;
  }
  #edit-team-name{
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
    /*height: 30%;*/

  }
  .submit-new-team{
    background-color: #160b83;
    color: #fff;
    padding: 10px;
    border: 0;
    cursor: pointer;
  }
  .edit-selected-team{
    display: none;
    margin-bottom:20px ;
  }
  .white-box{
    background-color: #fff;
    padding: 15px;
    box-shadow: 3px 3px 4px rgba(0,0,0,.15);

  }
  .team-logo{
    width: 60px;
    margin-right: 10px;
  }
  .team-logo img{
    width: 100%;
  }
  .team-name{
    font-size: 20px;
    color: #000;
  }
  .edit-team{
    margin-right: 10px;
    cursor: pointer;
  }
  .delete-team{
    cursor: pointer;
  }
  .teams-title{
    font-weight: bold;
    font-size: 22px;
    color: rgba(0,0,0,.7);
    margin-bottom: 20px;
  }
  .one-team{
    margin-bottom: 25px;
  }

  .add-new-team{
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(22,11,131,1);
    outline: 0;
    border: 0;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .add-new-team:hover{
    background-color: rgba(22,11,131,.8);
  }
