/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.fso-tag:not(body) {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.fso-tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.fso-tag:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a
}

.fso-tag:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff
}

.fso-tag:not(body).is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

.fso-tag:not(body).is-dark {
    background-color: #363636;
    color: #fff
}

.fso-tag:not(body).is-primary {
    background-color: #00d1b2;
    color: #fff
}

.fso-tag:not(body).is-primary.is-light {
    background-color: #ebfffc;
    color: #00947e
}

.fso-tag:not(body).is-link {
    background-color: #3273dc;
    color: #fff
}

.fso-tag:not(body).is-link.is-light {
    background-color: #eef3fc;
    color: #2160c4
}

.fso-tag:not(body).is-info {
    background-color: #3298dc;
    color: #fff
}

.fso-tag:not(body).is-info.is-light {
    background-color: #eef6fc;
    color: #1d72aa
}

.fso-tag:not(body).is-success {
    background-color: #48c774;
    color: #fff
}

.fso-tag:not(body).is-success.is-light {
    background-color: #effaf3;
    color: #257942
}

.fso-tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0,0,0,.7)
}

.fso-tag:not(body).is-warning.is-light {
    background-color: #fffbeb;
    color: #947600
}

.fso-tag:not(body).is-danger {
    background-color: #f14668;
    color: #fff
}

.fso-tag:not(body).is-danger.is-light {
    background-color: #feecf0;
    color: #cc0f35
}

.fso-tag:not(body).is-normal {
    font-size: .75rem
}

.fso-tag:not(body).is-medium {
    font-size: 1rem
}

.fso-tag:not(body).is-large {
    font-size: 1.25rem
}

.fso-tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.fso-tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.fso-tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

.fso-tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.fso-tag:not(body).is-delete::after,.fso-tag:not(body).is-delete::before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.fso-tag:not(body).is-delete::before {
    height: 1px;
    width: 50%
}

.fso-tag:not(body).is-delete::after {
    height: 50%;
    width: 1px
}

.fso-tag:not(body).is-delete:focus,.fso-tag:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.fso-tag:not(body).is-delete:active {
    background-color: #dbdbdb
}

.fso-tag:not(body).is-rounded {
    border-radius: 290486px
}

.fso-button.elementor-button {
    background-color: #bfbe00;
    color: #fff!important;
    cursor: pointer;
}

.fso-button.elementor-button:disabled,
.fso-button.elementor-button[disabled],
.fso-button.elementor-button.disabled {
    background-color: #ccc;
    color: #fff!important;
    cursor: pointer;
}

.elementor-message {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 1rem;
    border-style: solid;
    border-width: 0 0 0 3px;
}

.elementor-message.elementor-message-success {
    border-color: #00d1b2;
    color: #00947e;
    background-color: #ebfffc;
}

.elementor-message.elementor-message-warning {
    border-color: #ffdd57;
    color: #947600;
    background-color: #fffbeb;
}

.elementor-message.elementor-message-error,
.elementor-message.elementor-message-danger {
    border-color: #f14668;
    color: #cc0f35;
    background-color: #feecf0;
}

.elementor-message.elementor-message-warning:before,
.elementor-message.elementor-message-error:before,
.elementor-message.elementor-message-danger:before {
    content: none;
    display: none;
    margin-right: 0;
}

body:not(.elementor-editor-active) #group-details,
body:not(.elementor-editor-active) #manage-members,
body:not(.elementor-editor-active) #manage-licensing,
body:not(.elementor-editor-active) #all-statuses,
body:not(.elementor-editor-active) #accepted-members,
body:not(.elementor-editor-active) #invited-members,
body:not(.elementor-editor-active) #access-requested-members,
body:not(.elementor-editor-active) #access-removed-members,
body:not(.elementor-editor-active) #invitation-login-form,
body:not(.elementor-editor-active) #invitation-login-actions {
    display: none;
}

#invitation-login-actions #signup-action,
#invitation-signup-actions #login-action {
    cursor: pointer;
}

.fso-notification.is-danger p {
    color: #fff;
}