.mo_sps_table_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.mo_sps_shortcode_table_content{
    max-height: 25rem;
    overflow-y:auto;
    overflow-x: hidden;
}
.mo_sps_shortcode_table_content::-webkit-scrollbar{
    scrollbar-width: thin;
}

.mo_sps_shortcode_table{
    width: 100%;
    border: 1px solid #e0e0e0;
}
.mo_sps_shortcode_table_header {
    display: flex;
    width: 100%;
    color: white;
    background: #048387;
    padding: 8px 0;
    font-size: 1rem;
}
.mo_sps_shortcode_table_header_disabled {
    display: flex;
    width: 100%;
    color: white;
    background: #8f8f8f;
    padding: 8px 0;
    font-size: 1rem;
}
.mo_sps_shortcode_table_row {
    display: flex;
    width: 100%;
    padding: 14px 0;
    align-items: center;
    height: 50px;
}
.mo_sps_shortcode_table_row {
    background: #eee;
    margin-top: 2px;
}
.mo_sps_shortcode_table_data, .mo_sps_header_item {
    flex: 1 1 20%;
    text-align: center;
}

.mo_sps_filter_link {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
}

.mo-sps-create-new-shortcode-btn {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    background-color: #1B9BA1;
    border-color: #1B9BA1;
    color: white;
    fill: white;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    border-radius: 4px;
  }

  .mo-sps-create-new-shortcode-btn-disabled{
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: not-allowed;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    background-color: #ffffff;
    border-color: #d1ebec;
    color: rgb(158, 158, 158);
    fill: white;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .mo-sps-create-new-shortcode-btn:hover{
    background-color: #048387;
    border-color: #048387;
    color: white;
  }
  
  .mo-sps-create-new-shortcode-btn:active{
    background-color: #048387;
    border-color: #048387;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .mo-sps-create-new-shortcode-btn:focus{
    background-color: #048387;
    border-color: #048387;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    transition: none;
    transition-property: none;
  }