.tspay_banner
{
    display: flex;
    gap: 20px;
}

.tspay_title
{
    font-size: 24px;
    margin-top: 24px;
}

.button.tspay_add_button
{
    margin-bottom: 15px;
}

.tspay_flex_center
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.tspay_table_title
{
    margin-top: 5px;
}


.tspay-table__span
{
    border: 1px solid #bce8f1;
    border-radius: 6px;
    color: #2a5f7a;
    display: inline-block;
    font-weight: 500;
    margin: 5px 0;
    padding: calc(10px / 2) 10px;
    text-wrap: none;
}

.tspay-table__span--success
{
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #0F441C;
}

.tspay-table__span--alert
{
    background-color: #fff8e0;
    border-color: #ffeeba;
    color: #6C5101;
}

.tspay-table__input
{
    width: 100%;
}

.tspay-table__input--textarea
{
    display: block;
    resize: vertical;
    height: auto;
}

.tspay-form__actions
{
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.tspay-form__actions a
{
    height: 30px;
    margin-top: 30px;
}

.wp-list-table.templates th:last-child,
.wp-list-table.templates th:nth-child(2)
{
    width: 10%;
}

.wp-list-table.templates th:nth-child(1)
{
    width: 20%;
}

.tspay-state{
   color: #50575e;
    font-weight: 600;
}

.tspay-dashboard
{
    margin-top: 10px;
}
.tspay-dashboard .metabox-holder .postbox-container
{
    width: 33.3333%;
}

.tspay-dashboard .metabox-holder .meta-box-sortables
{
    margin-left:10px;
    margin-right: 10px;
}


.tspay-dashboard__members .tablenav.top
{
    display: none;
}


.tspay-dashboard__welcome-columns
{
    display: flex;
    gap:20px;
}

.tspay-dashboard__welcome-column
{
    width: 33.3333%;
}

.tspay-dashboard__welcome ul li a
{
    text-decoration: none;
    line-height: 20px;
}

.tspay-dashboard__welcome ul li a .dashicons {
    color: #82878c;
}