.nmsu_table_usrs td.active span {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: gray;
    margin: auto;
}
.nmsu_table_usrs td.active.yes span {
    background-color: green;
}
.nmsu_table_usrs thead {
    background-color: #e4e9e7;
}
.nmsu_table_usrs thead th {
    font-weight: 600;
    color: #6a49f2;
}
table.nmsu_table_usrs tr th:first-child,
table.nmsu_table_usrs tr td:first-child {
    padding-left: 7px;
}


.ico-psw {
    background-image: url(https://melisyncro.com/wp-content/plugins/melisyncro-usr/public/ico-psw.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 22px;
}

.nmsu_table_usrs button {
    padding: 7px;
}

.nmsu_table_usrs .btn {
    border-radius: 50px !important;
}

.nmsu_table_usrs .btn::before {
    content: none;
}

.nowrap {
    white-space: nowrap;
}

.checkout.woocommerce-checkout .col-1,
.checkout.woocommerce-checkout .col-2 {
    max-width: 100% !important;
}

#nmsu_checkout_field span.optional {
    display: none;
}
.woocommerce .woocommerce-checkout h3#order_review_heading{
    overflow: auto;
}