.am-receipt {
    border: 1px solid #666;
    border-radius: 3px;
    margin-bottom: 1em;
    padding: 0.5em;
    border-collapse: collapse;
    box-shadow: 0px 1px 1px #777;
	background-color: #666;
}

.am-receipt td {
    background-color: #444;
    padding: 0.25em;
    border: 0px solid #444;
    border-radius: 3px;
	color: white;
}

.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-user-identity-block {
    font-weight: bold;
    padding-left: 25px;
    line-height: 24px;
    float: left;
	color: white;
}

.am-receipt th {
    font-weight: bold;
    padding: 0.5em;
    border: none;
	color: white;
	background-color: #666;
}

.am-form div.row {
    margin: 0;
    background-color: #444;
}

.StripeElement {
    box-sizing: border-box;
    padding: .5em .75em;
    border: 0px solid #ced4da;
    border-radius: 3px;
    background-color: #444;
}

.p-FieldLabel {
    display: block;
    color: white;
}

.am-form div.element-title label {
    font-weight: bold;
    color: #e8e8e8;
}

.am-form div.element-title .comment, .am-form div.element-title .comment strong, .am-form div.element-title .comment b {
    opacity: .8;
    color: #cecece;
}

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

.am-block li {
    list-style-type: none;
    margin: 0 0.3em 0 0;
    color: #dcdcdc;
}

.am-layout-two-coll .am-layout-two-coll-top {
    clear: both;
    height: 20px;
    background-color: #444;
}

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