.fss-dual-table-select {
    width: 100%;
    height: 100%;

    .outlined-table {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }

    .flex-container {
        display: flex;
        height: 100%;
        width: 100%;

        .header {
            font-size: 16px;
            margin-left: 20px;
        }

        .selection-icons {
            position: relative;
            margin-bottom: auto;
            margin-top: auto;

            .select-button {
                padding-bottom: 4px;

                .fss-dual-select-fab {
                    font-size: 18px;
                }
            }
        }

        
      .table {
        height: 60vh;
        width: 100%;
    
        .card-table {
            display: block;
            height: 90%;
        }
    }
    }
    .fss-floating-button {
        .mat-mdc-mini-fab:not([disabled]) {
          background-color: #0062a6 !important;
          color: #ffffff !important;
          opacity: 1 !important;
        }
        .mat-mdc-mini-fab {
          background-color: #0062a6 !important;
          color: #ffffff !important;
          opacity: 0.4 !important;
          font-size: 20px !important;
          height: 40px !important;
          width: 40px !important;
        }
      }

}