html { background: transparent; }

.am-form form {
    border: none;
    background: #0e0c01;
    width: 100%;
    font-family: Inter, sans-serif !important;
    box-shadow: none;
}

.am-form fieldset legend {
    background: #0e0c01;
    border: none;
}

.am-element {
    display: flex;
    gap: 10px;
}

.am-info {
    background: #222;
    border: none;
    border-radius: 4px;
}

.am-errors {
    width: 100%;
}

.am-auth-form form {
    box-shadow: none;
}

.am-auth-form div.am-row {
    background: #0e0c01;
}

.am-login-form {
    width: 100%;
    max-width: 390px;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    color: white;
}

.am-login-form form {
    padding: 20px;
}

.am-row-login-login .am-element-title {
    display: none !important;
}

.am-login-form .am-element {
    padding: 1em 0 !important;
}

.am-row-login-pass .am-element-title {
    display: none !important;
}

.am-row-login-pass .am-element-title#am-form-login-remember {
    display: block !important;
}

.am-row-login-pass .am-switch-reveal {
    display: none !important;
}

.am-form-login-switch {
    margin: 0 !important;
}

.am-login-form .am-element {
    margin: 0 !important;
    flex-flow: column nowrap;
}

.am-auth-form input[name="login"],
.am-auth-form input[name="amember_login"] {
    background-image: none !important;
    padding: 8px !important;
}

.am-auth-form input[name="amember_pass"] {
    background-image: none !important;
    padding: 8px !important;
}

.am-form input {
    width: 100%;
    height: 50px;
    border: none;
    color: white;
    background-color: #666;
    border-radius: 4px !important;
    box-shadow: none;
    padding: 8px;
}

.am-form input[type="text"],
.am-form input[type="email"],
.am-form input[type="password"],
.am-form input[type="tel"] {
    width: 100%;
    height: 50px;
}

.am-form input::placeholder {
    color: white;
}

.am-form input:hover,
.am-form input:focus {
    color: white;
    outline: 2px solid #f90;
}

.am-admin textarea:focus,
.am-admin input[type="text"]:focus,
.am-admin input[type="password"]:focus,
.am-body-content textarea:focus,
.am-body-content input[type="text"]:focus,
.am-body-content input[type="password"]:focus,
.am-popup textarea:focus,
.am-popup input[type="text"]:focus,
.am-popup input[type="password"]:focus {
    border-color: #f90;
    box-shadow: 0 0 6px #f90;
}

.am-form select {
    height: 50px;
    background-color: #666;
    color: white;
    border: none;
    border-radius: 4px;
    &:hover,
    &:focus {
        outline: 2px solid #f90;
    }
}

.am-form textarea {
    border: none;
    border-radius: 4px;
    background-color: #666;
    color: #fff;
}

.am-form textarea:hover,
.am-form textarea:focus {
    outline: 2px solid #f90;
}

.am-form input[type="submit"] {
    color: #fff !important;
    background: linear-gradient(#f90, #f25c4f);
    text-transform: uppercase;
    padding: 0 20px;
    text-decoration: none;
    border: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.am-form input[type="submit"]:hover {
    background: linear-gradient(#f90, #f25c4f);
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-selection--single {
    background-color: #666;
    color: white;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    color: white;
    outline: 2px solid #f90;
}

.select2-results__option {
    background-color: #666;
    color: white !important;
}

.select2-selection__rendered {
    background-color: #666;
    color: white !important;
    border-radius: 4px;
}

.select2-search {
    background-color: #666 !important;
    color: white !important;
}

.select2-search__field {
    background-color: #666 !important;
    color: white !important;
    outline: none;
    height: 50px;
}

#pass-confirm {
    max-width: 272px;
}

@media (max-width: 600px) {
    #row-name-0 .am-element {
        flex-flow: column nowrap;
    }
}

.am-sendpass-form-form .am-row-buttons .am-element {
    flex-flow: column nowrap !important;
}

.am-body-content-top {
    text-align: center;
}

.am-body-content input[type="text"],
.am-body-content input[type="email"],
.am-body-content input[type="password"],
.am-body-content input[type="tel"] {
    border: none;
    font-family: Inter, sans-serif !important;
}

.am-body-content .am-layout-two-coll {
    background: #0e0c01 !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.am-body-content .am-block {
    background: #222 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

.am-body-content .am-layout-two-coll-top,
.am-body-content .am-layout-two-coll-bottom {
    background-image: none !important;
    /* background: #0e0c01 !important; */
}

#am-block-payments {
    background: #0e0c01 !important;
    color: #fff !important;
}

.am-block-nodata {
    background: #0e0c01 !important;
    color: #fff !important;
}

.am-account-toolbar {
    margin-top: 1em;
}

@media only screen and (max-width: 500px) {
    .am-account-toolbar .am-account-toolbar-items {
        background: #222 !important;
    }

    .am-user-identity-block-avatar-pic {
        display: block;
    }

    .am-tabs-narrow-dashboard {
        display: none;
    }

    .am-tabs-narrow-switch {
        display: none;
    }
}

.am-body-content a.button {
    color: #fff !important;
    background: linear-gradient(#f90, #f25c4f);
    text-transform: uppercase;
    padding: 0 20px;
    text-decoration: none;
    border: none;
    width: 100%;
    max-width: 250px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.am-body-content a.button:hover {
    background: linear-gradient(#f90, #f25c4f);
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

#row-_i_agree-page-0-0-0 {
    display: flex !important;
    /* flex-flow: row-reverse nowrap; */
    align-items: center;
}

#row-_i_agree-page-0-0-0 .am-element {
    margin: 0;
}

.am-form input[type="checkbox"]:hover,
.am-form input[type="checkbox"]:focus {
    outline: none !important;
}

/* Errors */
.am-form input.am-error,
.am-form textarea.am-error,
.am-form select.am-error {
    color: #f25c4f;
    outline: 2px solid #f25c4f;
    background-color: #fabeb9;
}

/* Forgrot password form */
form.am-sendpass-form-form {
    padding: 20px;
}

.am-sendpass-form-form .am-row-sendpass-email .am-element-title {
    display: none;
}

.am-sendpass-form-form .am-row-sendpass-email .am-element,
.am-sendpass-form-form .am-row-buttons .am-element {
    margin: 0;
}

.am-sendpass-form-form input[type="submit"]:disabled,
.am-sendpass-form-form input[type="submit"]:disabled:hover {
    border: none !important;
    background: #e8e8e8 !important;
}

/*Signup form */

.box5-custom-signup {
    width: 100%;
    max-width: 390px;
    padding: 20px;
    margin: 0 auto 20px auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    border: none;
    background: #0e0c01;
    width: 100%;
    font-family: Inter, sans-serif !important;
    border-radius: 3px;
}

.box5-custom-signup#page-4 {
    max-width: 650px;
}

.box5-custom-signup#EmailCode {
    background: #222;
    max-width: 650px;
    text-align: center;
}

.box5-custom-signup #pass-confirm {
    width: 100%;
    max-width: 100%;
}

.box5-custom-signup__mobile {
    display: flex;
    flex-flow: column nowrap;
}

.box5-custom-signup__mobile-select {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.box5-custom-signup__mobile-select #mobile_number-0 {
    flex: 1 0 calc(100% - 80px - 10px);
}

.box5-custom-signup-step {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.box5-custom-signup .am-pass-indicator-wrap {
    margin-top: 5px;
    width: 100%;
}

.am-receipt {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-bottom: 1em;
    padding: 0.5em;
    border-collapse: collapse;
    box-shadow: 0 1px 1px #e0e0e0;
}

.am-receipt td {
    background-color: #444;
    padding: 0.5em;
    /*
    border: 1px solid white;
    border: 1px solid #ffffff55;
    border-radius: 5px;
     */
    border: none;
}

.am-receipt td.am-receipt-total {
    background-color: #ff9000;
}

.am-thanks-status-success {
    padding-bottom: 1em;
    color: #ff9000;
}

.am-body-content .am-layout-two-coll {
    background: #000 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px;
}


.am-body-content .am-block {
    background: #222 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

.am-list-subscriptions .am-list-subscriptions-title:after {
    content: " –";
    display: none;
}

.am-element {
    display: flex;
    gap: 10px;
    color: red;
}

.am-invoice-summary {
    background: transparent;
    border: 1px solid #bbb;
}

.am-grid tr.am-grid-row > td {
    background: #000;
}

.am-grid tr.am-grid-row.odd td {
    background-color: #444;
}

#am-block-payments {
    background: #222 !important;
    color: #fff !important;
}

#stripe-card-element { width: 100% !important; }

.am-block h3 { font-size: 1.4em !important; }


footer.site-footer #footer-menu li a, footer.site-footer .footer__bottom .site-info {
    font-size: 13px;
}

footer.site-footer #footer-menu li a:hover {
    text-decoration: underline;
}
a.menu-link { font-size: 1rem; }
legend { color: #fff !important; }
.am-layout-two-coll .am-layout-two-coll-top, .am-layout-two-coll .am-layout-two-coll-bottom { background: transparent; }
.am-main, .custom-background { font-size: 1rem; }
#member-main-subscriptions-head, .am-widget h5 { font-size: 1.2rem; margin-bottom: 5px; }
.am-element { color: #fff !important; }
.am-main h1 { font-size: 2em; margin: 0.67em 0; line-height: 1.2; }