/* variables from theme configuration */
:root {
    --css_variables: placeholder;
}
/* end: variables from theme configuration */

/* ========================================== */
/* Dashboard Layout Styles */
/* ========================================== */

.dashboard-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: url("../img/dashboard/loading-b.svg") #000 no-repeat center
        center;
    transition: all 0.2s;
}

.dashboard-loaded .dashboard-preloader {
    opacity: 0;
    visibility: hidden;
}

.dashboard-layout {
    min-height: 100%;
    background-color: #000000;
}

.dashboard-header {
    padding: 1rem 2rem 1rem 1rem;
    position: fixed;
    background: #141414;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #222;
    z-index: 10000;
}

.dashboard-header-logo {
    display: inline-block;
    vertical-align: middle;
    max-height: var(--am_logo_max_height, none);
}

.dashboard-identity-block {
    float: right;
    height: 40px;
}
.dashboard-identity-bloc_block {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/dashboard/account.png") no-repeat left center;
    padding-left: 30px;
    color: #9f9f9f;
}

.dashboard-identity-bloc_block a {
    color: var(--am_link_color);
}

.dashboard-nav-close {
    padding: 1rem;
    display: none;
}

.dashboard-nav-toggle-btn,
.dashboard-nav-close .dashboard-nav-close-btn {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 0.75rem;
    padding: 0;
}

.dashboard-nav-toggle-btn {
    display: none;
}

.dashboard-nav-toggle-btn img,
.dashboard-nav-close-btn img {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-nav {
    width: 230px;
    position: fixed;
    top: 66px;
    bottom: 0;
    background: #141414;
    z-index: 10010;
    transition: left 0.2s;
    border-right: 1px solid #222;
}

.dashboard-nav .dashboard-nav-nav {
    padding: 2rem 0;
}

.dashboard-nav ul,
.dashboard-nav li,
.am-common .dashboard-nav li {
    margin: 0;
    padding: 0;
}

.dashboard-nav .dashboard-nav-nav li {
    list-style: none;
}

.dashboard-nav li.has-children > a::after {
    content: "";
    background: url("../img/dashboard/menu-fold.png") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.dashboard-nav li.has-children.expanded > a::after {
    transform: rotate(90deg);
}

.dashboard-nav ul ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s;
}

.dashboard-nav li.expanded > ul {
    max-height: 500px;
}

.dashboard-nav .dashboard-nav-nav a {
    color: #9f9f9f;
    text-decoration: none;
    display: block;
    padding: 0.75rem 1rem 0.75rem 2rem;
    transition: all 0.2s;
}

.dashboard-nav-nav {
    font-size: 1.1rem;
}

.dashboard-nav-nav ul {
    font-size: 1rem;
    padding-left: 0.5rem;
}

.dashboard-nav .dashboard-nav-nav a:hover {
    color: white;
    background-color: #222;
}

.dashboard-scroll {
    width: auto;
    height: 100%;
    overflow-y: auto;
}

.dashboard-content {
    padding: 66px 0 0;
    margin-left: 230px;
}

.dashboard-content_header {
    margin: 2rem 2rem 1rem 2rem;
}

.dashboard-content_header h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
    color: #9f9f9f;
}

.dashboard-content-mask {
    opacity: 0;
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 10005;
}

.dashboard-content_content {
    margin: 2rem 2rem 1rem 2rem;
}

ul.am-breadcrumbs {
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #222;
}

.am-breadcrumbs-separator {
    text-indent: 1000px;
    overflow: hidden;
    background: url("../img/dashboard/breadcrumbs-s.png") no-repeat center
        center;
    width: 8px;
}

.dashboard-header-anon {
    padding: 1rem;
    background: #141414;
    box-sizing: border-box;
    border-bottom: 1px solid #222;
    text-align: center;
}

.dashboard-content-anon {
    margin: 0 auto;
    max-width: 1000px;
    padding: 2rem 1rem;
}

@media all and (max-width: 1119px) {
    .dashboard-nav {
        left: -230px;
        top: 0;
    }
    .dashboard-nav-close {
        display: block;
    }
    .dashboard-nav-toggle-btn {
        display: inline-block;
    }

    .dashboard-nav-toggle .dashboard-nav {
        left: 0;
    }

    .dashboard-content {
        margin-left: 0;
    }

    .dashboard-nav-toggle .dashboard-content-mask {
        opacity: 0.7;
        visibility: visible;
    }
}

@media all and (max-width: 499px) {
    .dashboard-identity-block {
        display: none;
    }
}

/* ========================================== */
/* Black Theme Colors & General Styles */
/* ========================================== */

body,
html {
    font-size: var(--am_font_size_px);
    background: none;
}

html {
    background: #000000;
}

body.am-page-login {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.am-page-login .am-layout {
    flex: 1;
}
body.am-page-login .am-footer {
    height: auto;
}

.am-common {
    font-family: var(--am_font_family), san-serif;
    color: #9f9f9f;
}

.am-common legend {
    color: #9f9f9f;
}

.am-common a {
    color: var(--am_link_color);
    text-decoration-color: var(--am_link_color_a99);
}

.ajax-link,
.local-link,
.local {
    text-decoration-color: var(--am_link_color_a99);
}

.am-layout {
    min-height: initial;
    margin: 0;
    background: none;
}

.am-header {
    background: #141414;
}

.am-header .am-header-content-wrapper {
    border: none;
    background: none;
}

.am-header-line {
    border: none;
    background: none;
}

.am-header-menu-wrapper a,
ul.am-header-menu-narrow a,
ul.am-header-menu a {
    color: #898989;
}

ul.am-header-menu ul a {
    color: #898989;
}

ul.am-header-menu-narrow ul a {
    color: #898989;
}

ul.am-header-menu > li > a::after {
    background: #898989;
    opacity: 0.4;
}

ul.am-header-menu li ul {
    background: #353535;
}

.am-footer .am-footer-content-wrapper {
    background: none;
    color: inherit;
    height: auto;
}

.am-footer-content-content {
    padding: 1em 0;
}

.am-footer-text {
    text-align: center;
}

.am-footer .am-footer-content .am-footer-sm a {
    color: var(--am_sm_color);
    font-size: var(--am_sm_size_px);
}

.am-body {
    background: none;
}

.am-body .am-body-content-wrapper {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.am-body-content {
    min-height: 300px;
}

.am-header-content-wrapper {
    padding: 0;
}

.am-header-content-content {
    display: none;
}

.am-header .am-header-content .am-header-content-logo {
    float: none;
    margin: 0;
}

.am-header .am-header-content {
    text-align: var(--am_logo_align);
}

.am-main {
    max-width: var(--am_max_width_px);
}

.am-header-content img {
    width: var(--am_logo_width);
}

.am-footer-actions {
    display: none;
}

.am-footer .am-footer-content-wrapper {
    color: #9f9f9f;
    font-size: 0.8rem;
}

.am-info {
    background: #141414;
    border: 1px solid #222;
}

.am-user-identity-block {
    float: var(--am_identity_align);
}

.am-page-login .am-header {
    display: var(--am_login_header_display);
}

.am-page-login .am-auth-form legend {
    background: var(--am_login_legend_bg);
    padding-top: var(--am_login_legend_padding_top);
}

.am-page-login .am-auth-form div.am-row {
    background: #141414;
}

.am-auth-form form {
    border: none;
    overflow: hidden;
    box-shadow: 0px 0px 5px #00000022;
}

.am-auth-form form legend {
    border: none;
    background: #f9f9f9;
    padding: 1em 1em 1.5em;
}

.am-auth-form div.am-row div.element,
.am-auth-form div.am-row div.am-element-title {
    padding-right: 2em;
    padding-left: 2em;
}

@media all and (min-width: 500px) {
    .am-auth-form div.am-row div.am-element-title {
        padding-right: 0.5em;
    }
    .am-auth-form div.am-row div.am-element {
        padding-left: 0.5em;
    }
}

.am-popup {
    border-color: #000000;
}

.am-popup .am-popup-header {
    background: #000000;
    color: #9f9f9f;
}

.am-popup .am-popup-close-icon:after {
    color: #9f9f9f;
}

.am-fb-login-button-wrapper.am-fb-login-form-after:before,
.am-fb-login-button-wrapper.am-fb-login-form-before:after {
    background: var(--am_color);
}

.am-signup-link {
    color: #9f9f9f;
}

.am-login-layout-with-sidebar {
    max-width: 800px;
    margin: 2em auto 0;
}

.am-login-layout-with-sidebar .am-login-form-wrapper,
.am-login-layout-with-sidebar .am-sendpass-form-wrapper {
    margin-top: 0;
}

.am-signup-link {
    max-width: 450px;
    margin: 1em auto 0;
}

@media all and (min-width: 800px) {
    .am-login-layout-with-sidebar .am-login-layout-with-sidebar_form {
        float: left;
        width: 65%;
    }
    .am-login-layout-with-sidebar .am-login-layout-with-sidebar_sidebar {
        display: block;
        width: 35%;
        float: right;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .am-login-layout-with-sidebar .am-auth-form {
        margin: 0;
    }
    .am-login-layout-with-sidebar .am-signup-link {
        margin: 1em 0 0;
    }
}
.am-login-layout-with-sidebar .am-login-layout-with-sidebar_sidebar {
    border-radius: 3px;
    padding: 1em 2em;
    max-width: 450px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #00000022;
    background: #141414;
    color: #9f9f9f;
}
.am-login-layout-with-sidebar_clear {
    clear: both;
}

@media all and (max-width: 799px) {
    .am-login-layout-with-sidebar .am-login-layout-with-sidebar_sidebar {
        margin: 2em auto 0;
    }
}

ul.am-tabs li.active,
ul.am-tabs li.normal:hover {
    background: var(--am_menu_color);
}

ul.am-tabs li.active > a,
ul.am-tabs li.normal > a:hover {
    border-color: var(--am_menu_color);
}

ul.am-tabs .has-children ul {
    background: #141414;
    border: 1px solid #222;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.26),
        0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

ul.am-tabs {
    background: #141414;
    border: 1px solid #222;
}
ul.am-tabs > li {
    background: #141414;
}

ul.am-tabs a {
    border-right: 1px solid #222;
    color: white;
}

@media all and (max-width: 500px) {
    .am-account-toolbar .am-account-toolbar-items {
        background: #141414;
    }
}

.am-active-invoice {
    border: 1px solid #222;
}

.am-page-login-no-label .am-auth-form,
.am-page-login-no-label .am-signup-link {
    max-width: 350px;
}

.am-page-login-no-label .am-auth-form div.am-row div.am-element-title {
    display: none;
}

.am-page-login-no-label .am-auth-form div.am-row div.am-element {
    margin: 0;
    padding: 0.6em 2em;
}

.am-page-login-no-label
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"],
.am-page-login-no-label
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"]:active,
.am-page-login-no-label
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"]:hover,
.am-page-login-no-label
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"]:disabled {
    width: 100%;
}

.am-page-login-no-label .am-auth-form .am-form-login-switch-wrapper {
    text-align: center;
    display: block;
    padding: 1.2em 2em 0.6em;
}

.am-page-login-no-label
    .am-auth-form
    .am-form-login-switch-wrapper
    .am-form-login-switch {
    margin: 0;
}

@media all and (max-width: 799px) {
    .am-page-login-no-label
        .am-login-layout-with-sidebar
        .am-login-layout-with-sidebar_sidebar {
        max-width: 350px;
        margin: 2em auto 0;
    }
}

.am-credits {
    color: white;
}

.am-form form {
    background: #141414;
    border-color: #222;
}

.am-form-container .am-form-sidebar-sidebar {
    background: #141414;
    border: 1px solid #222;
    box-shadow: none;
}

.am-form fieldset legend {
    background: none;
    border-bottom: 1px solid #353535;
}

.am-body-content input,
.am-body-content textarea,
.am-body-content select,
.am-body-content button,
.am-popup input,
.am-popup textarea,
.am-popup select,
.am-popup button {
    font-family: var(--am_font_family), san-serif;
}

.am-body-content a.button,
.am-body-content button,
.am-body-content input[type="button"],
.am-body-content input[type="submit"],
.am-popup a.button,
.am-popup button,
.am-popup input[type="button"],
.am-popup input[type="submit"],
.am-body-content a.button:hover,
.am-body-content button:hover,
.am-body-content input[type="button"]:hover,
.am-body-content input[type="submit"]:hover,
.am-popup a.button:hover,
.am-popup button:hover,
.am-popup input[type="button"]:hover,
.am-popup input[type="submit"]:hover {
    color: white;
    background: var(--am_btn_color);
    border-radius: 50px;
    border-color: var(--am_btn_color);
}

.upload-control .upload-control-upload.upload-control-upload-single {
    border-radius: 50px;
    color: white;
    background: var(--am_btn_color);
    border: none;
    text-shadow: none;
}

.input-file,
.input-file.hover {
    border: none;
    border-radius: 3px;
    background: #353535;
}

.input-file .input-file-button,
.input-file.hover .input-file-button {
    border-radius: 0 3px 3px 0;
    color: white;
    background: var(--am_btn_color);
    border: none;
    text-shadow: none;
}

.am-cta-signup {
    font-size: 1.2rem;
    padding: 0.5em 2.5em;
}

.am-pass-indicator-bar {
    background: #9f9f9f;
}

.am-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0.2em 0 0;
    width: 1em;
    height: 1em;
    border: 1px solid #353535;
    background-color: #141414;
    outline: 0;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}
.am-form input[type="radio"]:checked {
    border-color: var(--am_btn_color);
    border-width: 0.3em;
    background-color: #fff;
}

.am-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0.2em 0 0;
    width: 1em;
    height: 1em;
    border: 1px solid #353535;
    background-color: #141414;
    outline: 0;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    vertical-align: middle;
    box-sizing: border-box;
}
.am-form input[type="checkbox"]:checked {
    background-color: var(--am_btn_color);
    border-color: var(--am_btn_color);
    background-image: var(--am_checkmark_background_image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.am-body-content select,
.am-body-content textarea,
.am-body-content input[type="text"],
.am-body-content input[type="password"],
.am-popup select,
.am-popup textarea,
.am-popup input[type="text"],
.am-popup input[type="password"] {
    color: #b9b9b9;
    border: none;
    background-color: #353535;
}

.am-body-content select,
.am-popup select {
    height: auto;
}

.am-body-content textarea::placeholder,
.am-body-content input[type="text"]::placeholder,
.am-body-content input[type="password"]::placeholder,
.am-popup textarea::placeholder,
.am-popup input[type="text"]::placeholder,
.am-popup input[type="password"]::placeholder {
    opacity: 0.25;
}

.am-body-content textarea:focus,
.am-body-content input[type="text"]:focus,
.am-body-content input[type="password"]:focus,
.am-body-content select:focus,
.am-popup textarea:focus,
.am-popup input[type="text"]:focus,
.am-popup input[type="password"]:focus,
.am-popup select:focus {
    box-shadow: 0 0 4px #000 !important;
    border: none;
    background-color: #353535;
}

.am-popup {
    background-color: #141414;
}

.am-popup .am-form form {
    background: none;
}

.am-block {
    background: #141414;
    border-color: #222;
    box-shadow: none;
}

.am-layout-two-coll .am-layout-two-coll-top,
.am-layout-two-coll .am-layout-two-coll-bottom {
    display: none;
}

.am-layout-two-coll {
    background: none;
    box-shadow: none;
    border: none;
    overflow: hidden;
    margin-top: 2em;
}

.am-layout-two-coll .am-coll-left .am-coll-content,
.am-layout-two-coll .am-coll-right .am-coll-content {
    margin: 0;
}

@media all and (min-width: 750px) {
    .am-layout-two-coll .am-coll-left .am-coll-content {
        margin: 0 1em 0 0;
    }

    .am-layout-two-coll .am-coll-right .am-coll-content {
        margin: 0 0 0 1em;
    }
}

.am-grid-container {
    box-shadow: none;
    border: 1px solid #222;
}
.am-grid th,
.am-grid th:last-child {
    background: #141414;
    border: none;
}

.am-grid th,
.am-grid th a {
    color: #555960;
}

.am-grid th a.sorted-asc,
.am-grid th a.sorted-desc {
    color: #555960;
}

.am-grid tr.am-grid-row > td {
    background: #222;
}
.am-grid tr.am-grid-row.odd td {
    background-color: #1d1d1d;
}

.am-filter-wrap {
    border: 1px solid #222;
    background: #1d1d1d;
    color: #9f9f9f;
}

.am-filter-wrap form.filter input,
.am-filter-wrap form.filter select,
.am-filter-wrap
    form.filter
    .select2-container--default
    .select2-selection--single {
    background-color: #353535;
}

.am-filter-wrap .filter-button input.gridFilterButton {
    border: none;
}

.am-filter-wrap form.filter input[type="text"] {
    background-color: #353535;
}

.am-filter-wrap .filter-button input[type="submit"]:hover,
.am-filter-wrap .filter-button input[type="submit"]:active {
    background-color: #141414;
}

.am-input-filter-wrapper {
    border: 1px solid #222;
}
.am-input-filter-wrapper.am-input-filter-wrapper_focus {
    box-shadow: 0 0 4px #00000022;
    background: #222;
}
.am-input-filter-wrapper .am-input-filter-inner-wrapper {
    background-color: transparent;
}

.am-input-filter-wrapper input[type="text"].am-input-filter:focus {
    box-shadow: none !important;
    background-color: transparent;
    color: white;
}

.am-tabs-narrow-dashboard::before,
.am-tabs-narrow-switch::before,
.am-lang-choice .am-lang-val-code {
    color: #9f9f9f;
}

div.am-errors ul,
ul.am-error,
ul.am-errors {
    background: none;
    border: none;
    border-radius: 0;
}

.am-receipt {
    box-shadow: none;
    border: 1px solid #222;
    background: #141414;
}
.am-receipt td {
    background: none;
    border: none;
}
.am-receipt td.am-receipt-total {
    background: none;
}

.am-invoice-summary .am-invoice-summary-item {
    border-bottom: 1px solid #222;
}

.am-body-content input[type="button"]:disabled,
.am-body-content input[type="submit"]:disabled,
.am-body-content button:disabled,
.am-body-content button:disabled:hover,
.am-popup input[type="button"]:disabled,
.am-popup input[type="submit"]:disabled,
.am-popup button:disabled,
.am-popup button:disabled:hover {
    border: none;
    color: #40494f;
    background: #202b33;
}

.am-flash-content-lock {
    background-color: #7c7c7c;
    color: black;
    border: none;
}
.am-flash-mask {
    background: #222;
}

.am-form .StripeElement {
    box-sizing: border-box;
    padding: 0.5em 0.75em;
    border: none;
    border-radius: 3px;
    background-color: #d7d7d7;
}

.am-form .StripeElement--focus {
    background-color: #d7d7d7;
    box-shadow: 0 0 4px #000 !important;
}

.am-invoice-summary .am-invoice-summary-item-num {
    color: #9f9f9f;
}

.am-invoice-summary {
    box-shadow: none;
    background: #141414;
    border: 1px solid #222;
}

.am-common hr,
.am-invoice-summary tr.am-invoice-summary-delimeter hr {
    background: #222;
}

.am-block-nodata {
    background: #141414;
}

/* Helpdesk */

.am-helpdesk-message.am-helpdesk-message-outbound {
    background: none;
}
.am-helpdesk-message {
    box-shadow: none;
    border: #222 1px solid;
}
.am-helpdesk-ticket-actions-container {
    border: #222 1px solid;
}
.am-helpdesk-reply-panel {
    background: #222;
}
.am-helpdesk-ticket-action.am-helpdesk-action-active {
    background-color: #222;
}
.am-helpdesk-reply-panel-content
    .am-form
    div.am-row.am-no-label
    .am-element
    textarea:focus {
    background: #353535;
    box-shadow: none !important;
}

.am-helpdesk-message.am-helpdesk-message-inbound {
    background: #141414;
}

.am-helpdesk-message-action.am-helpdesk-action-active {
    background: #222;
}

/* Affiliate */
.am-aff-banner-preview {
    box-shadow: none;
    background: #141414;
    border: 1px solid #222;
}
.am-copy-to-clipboard-highlight {
    background: #353535;
}

.am-aff-banner-preview-info textarea,
.am-aff-banner-preview-info textarea:focus {
    border-radius: 0;
    box-shadow: none;
    background: #353535;
    color: white;
}

/* Shopping Cart */

.am-cart
    .am-cart-product
    .am-cart-product-content-details
    .am-cart-product-content-desc
    .am-cart-product-content-desc-img-wrapper {
    background: #1f1f1f;
}

.am-cart .am-cart-product .am-cart-product-content-terms {
    font-weight: normal;
}

.am-cart .am-cart-product.am-cart-product-brief,
.am-cart .am-cart-product.am-cart-product-brief:hover {
    box-shadow: none !important;
    border: solid 1px #222;
    background: #141414;
}
.am-cart .am-cart-product .am-cart-product-content-add-container {
    background: #1f1f1f;
}

.am-cart .am-cart-product .am-cart-product-content-buttons input,
.am-cart .am-cart-product .am-cart-product-content-buttons input:hover,
.am-cart .am-cart-product .am-cart-product-content-buttons input:active {
    font-size: 1rem;
    border-radius: 3px;
    padding: 0.4em 0.5em;
}

#cart-basket {
    background-color: #141414;
    border-color: #222;
}

.am-basket .am-basket-img {
    border: 1px solid #9f9f9f;
}

.am-basket-preview-item {
    color: inherit;
}
.am-common .am-basket-preview-item-remove a {
    color: inherit;
}

.am-basket .am-basket-row-head {
    border-bottom: 2px solid #222;
}

.am-basket .am-basket-row {
    border-bottom: 1px solid #222;
}

.am-cart-qty-el {
    border: 1px solid var(--am_btn_color);
}

.am-body-content .am-cart-qty-el input[type="text"].am-cart-qty-el-val:focus {
    box-shadow: none !important;
}

.am-cart-checkout .am-cart-checkout-paysys {
    border-top: #222 solid 1px;
}

.am-cart-checkout .am-cart-checkout-paysys .am-cart-checkout-paysys-item {
    border-bottom: #222 solid 1px;
}

.am-cart-checkout .am-cart-checkout-c {
    border-bottom: #222 solid 1px;
}

.am-cart-checkout .am-cart-checkout-paysys div.active {
    background-color: #141414;
    border-left: #222 solid 1px;
    border-right: #222 solid 1px;
}

.am-cart-checkout .am-cart-checkout-paysys div:hover {
    background-color: #141414;
}

/* Self Service */

.am-ss-product:hover {
    box-shadow: none;
    border: solid 1px #222;
}

.am-ss-product {
    box-shadow: none;
    border: solid 1px #222;
    background: #141414;
}

.am-ss-product-add-container {
    background: #1f1f1f;
}

#EmailCode {
    color: black;
}

/* Dashboard-specific Login Form Styles */

.dashboard-content-anon .am-auth-form {
    max-width: 350px;
    margin: 0 auto;
}

.dashboard-content-anon .am-auth-form div.am-row div.am-element-title {
    display: none;
}

.dashboard-content-anon .am-auth-form div.am-row div.am-element {
    margin: 0;
    padding: 0.6em 2em;
}

.dashboard-content-anon
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"],
.dashboard-content-anon
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"]:active,
.dashboard-content-anon
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"]:hover,
.dashboard-content-anon
    .am-auth-form
    div.am-row
    div.am-element
    input[type="submit"]:disabled {
    width: 100%;
}

.dashboard-content-anon .am-auth-form .am-form-login-switch-wrapper {
    text-align: center;
    display: block;
    padding: 1.2em 2em 0.6em;
}

.dashboard-content-anon
    .am-auth-form
    .am-form-login-switch-wrapper
    .am-form-login-switch {
    margin: 0;
}
