#form-use-page-modal
{
    ul.modal-tag-head
    {
        list-style: none;
        display: flex;
        margin-bottom: 0px;
        padding:0px;
        li
        {
            a
            {
                display: block;
                padding:10px;
                background-color: #fff;
                color:#007bff;
            }
            &.active
            {
                a
                {
                    background-color: #007bff;
                    color:#fff;
                }
            }
        }
    }
}

#input-options-modal
{
  thead
  {
    tr
    {
      th
      {
        &:last-child
        {
          width:30.25px;
        }
      }
      
    }
  }
}