.eacf7-preview-submission {
  &-container {
    table {
      thead,
      tbody {
        th,
        td {
          &:first-child {
            width: 30%;
            @media screen and (max-width: 767px) {
              width: 50%;
            }
          }
          img {
            max-width: 100%;
            height: auto;
          }
          .icon {
            svg {
              width: 20px;
              fill: #ffb100;
            }
          }
        }
      }
    }
  }

  &-btn{
    margin-right: 10px;
  }
  .swal2-popup{
    button{
      &.swal2-close {
        border: 1px solid #fff;
        border-radius: 50px;
        position: absolute;
        top: -26px;
        right: -21px;
        background: #fff;
        box-shadow: 1px 1px 10px 1px #d5d5d5;
        color: #000;
      }
    }
  }
}
