@import '../../../../styles/global';

.list-btn-position{
  position: relative;
  margin: 0;
  padding: 10px 0 10px 0;
  h3 {
    margin 0 12px;
  }
  .input {
    padding: 0;
    padding-bottom: 6px;
    text-align: center;
  }
  .list-btn{
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    font-size: 30px;
    position: absolute;
    top: 6px;
    right: 5%;
  }
}

.disabled {
  .input-group {
    display none;
  }
  button {
    display none;
  }
}
