.sign-in-widget, .request-password-widget, .reset-password-widget {
    width: 40%;
    margin: 4em auto;
}

@media screen and (max-width: 767px) {
    .sign-in-widget, .request-password-widget, .reset-password-widget {
        width: 100%;
        margin: 3em auto;
    }
}

.forgot-password-link {
    margin-top: -2em;
    display: block;
    text-align: right;
    margin-bottom: 1.3em;
}

.member-zone-admin .table tr td {
    vertical-align: middle;
    min-width: 140px;
}

.member-zone-dashboard .table tr td {
    min-width: initial;
}

@media screen and (max-width: 576px) {
    .member-zone-admin .table tr td {
        font-size: 0.85em;
        white-space: nowrap;
    }
}

.circle-progress-bar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(closest-side, white 88%, transparent 80% 100%),
    conic-gradient(#A6D937 0%, #D9D9D9 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.social_dashboard .btn-social {
    background-color: transparent !important;
    text-decoration: none;
}

.social_dashboard .btn-social.connect * {
    color: #0d6efd;
}

.social_dashboard .btn-social.connected * {
    color: #842029;
}

.social_dashboard .btn-social img {
    display: none;
}

.social_dashboard .social-icon {
    width: 30px;
}

.member-zone-admin {
    min-height: 60vh;
}

.member-zone-admin .social-icon {
    width: 35px;
    margin: 0.5em 0.5em 0.5em 0;
}

.member-zone-admin .page-header {
    margin: 2em 0;
}

.member-zone-admin h1 {
    margin: 0 0 1em 0;
}

.member-zone-admin .description {
    font-size: 1em;
}

.member-zone-admin .newsletter-card {
    box-shadow: 0 7px 14px #D3DAE2;
}

.member-zone-subnav {
    width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    margin: 1em 0 2em 0;
}

.member-zone-subnav::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 767px) {
    .member-zone-subnav {
        display: flex;
        margin: 0.5em 0 1.5em 0;
    }
}

.card {
    background: #fff;
    border: 1px solid #ECECEC;
    box-shadow: 0 0 6px 1px rgba(251, 251, 251, 0.25);
    border-radius: 10px;
}

.card .card-header {
    background: none;
    border: none;
}

.borderless-card {
    background-color: #f7f7f7;
    border: 0;
    padding: 1em 0.5em;
    border-radius: 10px;
}

.dropdown-block-styles {
    flex-direction: column;
    text-align: left;
    gap: 0.5em;
}

.dropdown-block-styles .btn {
    background-color: transparent !important;
}

.dropdown-block-styles .btn, .dropdown-block-styles .btn:hover {
    padding: 0.5em !important;
    color: inherit !important;
    width: 100%;
    text-align: left !important;
}

.dropdown-block-styles .btn:hover {
    background-color: #f7f7f7 !important;
}

.dropdown-block-styles .badge {
    background-color: transparent !important;
}
