body .esp-btn {
    background-color: #004388;
    border: 1px solid #004388;
    border-radius: 50px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    fill: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2em;
    padding: 8px 20px;
    transition: all .3s;
}
body .esp-btn.esp-btn-sm {
    border-radius: 30px;
    padding: 3px 15px;
    font-size: .9rem;
    line-height: 1.8rem;
}
.esp-btn:active, .esp-btn:hover {
    background-color: #fbbb07;
    border-color: #fbbb07;
}
.esp-btn .esp-btn-content {
    text-decoration: inherit;
    display: flex;
    justify-content: center;
}
.esp-btn .esp-btn-icon {
    flex-grow: 0;
    margin-left: 9px;
    order: 15;
    text-decoration: inherit;
}
.esp-btn .esp-btn-icon svg {
    width: 10px;
    padding-top: 8px;
    height: auto;
}
.esp-btn-sm .esp-btn-icon svg {
    width: 8px;
}
.esp-btn .esp-btn-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
.glue-user-photo {
    display: block;
    border-radius: 50%;
}
.glue-user-photo:focus {
    outline: none;
}

.glue-user-photo img {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
}
.glue-user-photo.glue-no-photo {
    padding: .5em;
    background-color: #0085c3;
    fill: #ffffff;
}
.glue-user-photo.glue-no-photo:hover {
    background-color: #fbbb07;
}
.glue-user-photo.glue-no-photo svg {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    fill: #ffffff;
}
.glue-login-form {

}

.glue-field {
    margin: 0 0 15px;
}

.glue-field label {
    display: block;
    margin: 0 0 8px;
}

.glue-field input[type="text"],
.glue-field input[type="email"],
.glue-field input[type="password"] {
    display: block;
    width: 100%;
}

.glue-field-error input[type="text"],
.glue-field-error input[type="email"],
.glue-field-error input[type="password"] {
    border-color: #b81c23;
}

.glue-login-form .glue-submit-button,
.glue-registration-form .glue-submit-button {
    min-width: 180px;
    text-align: center;
}

.glue-login-error, .glue-form-error {
    margin: 0 0 30px;
    color: #b81c23;
}

.g-membership-header {
    display: flex;
    margin-bottom: 30px;
}
.g-member-info:not(.view-mode-compact) .g-membership-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.g-member-photo {
    width: 150px;
    margin-right: 15px;
}

.g-member-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}

.g-member-name-btns {
    margin-right: 15px;
}
.g-member-name-btns > div:not(:last-child) {
    margin-bottom: 5px;
}
.g-member-name-btns .g-member-name {
    font-size: 1.25em;
    font-weight: 600;
    color: #004388;
    margin: 0 0 5px;
}

.g-member-company {

}

.g-member-membership {
    margin-left: auto;
    text-align: right;
    font-weight: 600;
}

.g-members-details {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: flex-start;
    gap: 20px 20px;
}
.g-member-membership-status strong {
    font-weight: 700;
}
.g-membership-active .g-member-membership-status strong {
    color: #36AE7C;
}
.g-membership-inactive .g-member-membership-status strong {
     color: #EB5353;
 }
.g-member-membership-title em{
    font-size: .9em;
    font-weight: 400;
    font-style: normal;
}
.g-membership-actions a {
    background-color: #0085c3;
    border-radius: 50px;
    color: #fff;
    margin: 0;
    vertical-align: baseline;
    display: inline-block;
    padding: 5px 20px;
}
.g-membership-actions a:hover {
    background-color: #fbbb07;
}

.g-member-field {
    width: calc((100% - 20px) / 2);
}

.g-member-field-label {
    font-weight: 400;
    margin-bottom: 5px;
}

.g-member-field-value {
    font-weight: 600;
}

.g-member-field-value ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.g-member-field-value ul li {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
}

.g-member-field-value ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}
.glue-ml-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    gap: 20px;
}
.glue-ml-filter {

}
.glue-members-list table {
    width: 100%;
}
.glue-members-list thead td {
    font-weight: 600;
}
.esp-pagination-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.esp-pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    justify-content: flex-start;
    align-items: stretch;
}
.esp-pagination .page-numbers {
    background-color: #0085c3;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-width: 24px;
    padding: 2px 7px;
    text-align: center;
}
.esp-pagination .page-numbers.current,
.esp-pagination .page-numbers:hover {
    background-color: #fbbb07;
}
.esp-pagination-total {
    min-width: 180px;
    text-align: right;
}

#esp-mof-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#esp-mof-modal.esp-mof-show {
    visibility: visible;
    opacity: 1;
}
.esp-mof-modal-bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.esp-mof-modal-inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px 25px;
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 530px;
    text-align: center;
}
#esp-mof-modal .sp-mof-modal-close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 1;
    border-radius: 0 10px 0 10px;
    border-top: 0;
    border-right: none;
    border-color: #004388;
}
.esp-mof-modal-content {

}
.esp-epc-wrap {
    text-align: center;
}
.esp-epc-msg {
    margin-bottom: 30px;
}
.esp-epc-btn {
}

.esp-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.esp-modal.esp-modal-active {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}
.esp-modal-inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px 25px;
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 585px;
    text-align: center;
}
.esp-modal-content > :last-child {
    margin-bottom: 0;
}
.esp-modal-footer {
    margin-top: 20px;
}
.esp-modal-footer-centered {
    text-align: center;
}