/* Universal Styles */
* {
    box-sizing: border-box;
}

[id^="campaignPlaceholder_"] > span > ul > div {
    display:none !important;
}

/* General Body Styles */
form#standardForm {
    margin: 0px;
}

body {
    color: #000;
    font-family: sans-serif;
height: fit-content;
}

ul {
    margin: 0px;
}

span#hostedpci_script {
    border-radius: 5px;
    align-self: center;
    display: block;
    max-width: 650px;;
    width: 100%;
    font-weight: bold;
}

#p32.addresslabel {
    width: 100%;
    display: flex;
    padding: 0px;
    justify-content: space-between;
    margin: 0px;
}

#p32.addresslabel .questionlabel {
    display: none;
}

select#EXPMONTH {
    margin: 0px;
    height: 50px;
    width: 48%;
    border-radius: 5px;
}

select#EXPYEAR {
    height: 50px;
    width: 48%;
    margin: 0px;
    border-radius: 5px;
}

div#content1 img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

/* Section Styles */
.sect0 {
    border: 1px solid #cccccc;
    padding: 30px;
    border-radius: 5px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 650px;;
    width: 100%;
}

.sect1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.sect2 {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    gap: 20px;
}

/* Header Styles */
h1 {
    text-align: center;
    margin: 0;
    font-size: 24px;
    flex: 100%;
    line-height: 100%;
    color: inherit;
    font-family: inherit;
}

h2 {
    font-family: inherit;
    color: inherit;
    margin: 0;
}

h3{
    font-family: inherit;
    color: inherit;
    margin: 0 0 10px;
    font-size: 20px;
}

h4 {
    font-size: 21px;
    color: inherit;
    font-family: inherit;
}

h6 {
    margin-bottom: 20px;
    font-family: inherit;
    color: inherit;
}

/* Button and Input Styles */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    margin: 0px;
}

/* Container and Content Styles */
.container {
    top: 0px !important;
    display: block;
    margin: 0;
    padding: 20px;
    width: 100%;
}

div#content1 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    width: 100%;
}

div#submitbtn {
    width: 100%;
    margin-top: 20px;
}

input[type="submit"] {
    max-width: 650px;;
    padding: 10px 28px;
    background: #e5800d;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #f39932;
    font-size: 12px;
    font-style: normal;
    font-weight: 510;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-shadow: none;
}

input[type="submit"]:hover {
    max-width: 650px;
    padding: 10px 28px;
    background: #f39932;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #f39932;
    font-size: 12px;
    font-style: normal;
    font-weight: 510;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-shadow: none;
}

/* Style for the submit button when it is enabled */
input[type="submit"]:enabled {
    background-color: #e19026; /* Green background */
    color: white; /* White text */
    cursor: pointer; /* Pointer cursor to indicate it's clickable */
}

/* Style for the submit button when it is disabled */
input[type="submit"]:disabled {
    background-color: #ccc; /* Gray background */
    color: #888; /* Dark gray text */
    cursor: not-allowed; /* Cursor indicates the button is not interactive */
    border: 1px solid black;
}


.orcheck {
    stroke-width: 2px;
    stroke: #e5800d;
}

/* Footer Styles */
.sixteen.columns.footer {
    border: none;
    margin: 0;
    padding: 0px;
}


/* Span Styles */
span.annmon {
    display: inline-block;
    vertical-align: top;
}

span.annmonrate {
    display: block;
    font-size: 16px;
    padding: 7px 0px;
    color: #000;
}

span.annmontitle {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 100%;
}

span.spanc1527.drg-element-type-cms-content.drg-element-sub-type-category-1 ul li, 
span.spanc2300.drg-element-type-cms-content.drg-element-sub-type-category-1 ul li, 
span.spanc2630.drg-element-type-cms-content.drg-element-sub-type-category-1 ul li{
    padding-bottom: 0px;
    display: flex;
    align-items: flex-start;
}


span.zephr-radio-payment-options-description {
    font-size: 12px;
}

span#logo, span#cover {
    margin: 0px;
}

p#p1527, p#p2252, p#p2300, p#p2630 {
    height: 0px;
    margin: 0px;
}

p#p2300 .questionlabel {
    display:none;
}

p#p2228 {
    display: none;
}

span.spanc2258.drg-element-type-cms-content.drg-element-sub-type-category-1 {
    display: none;
}


/* Strong Styles */
strong {
    color: inherit;
}

/* Promocode */
input#id49 {
    width: 100%;
    display: block;
    height: 50px;
    padding-left: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    outline: 0;
    background-color: #fff;
}

p#p1541 {
    display: none;
}

input#id1541_506 {
    display: none;
}

span.spanc1541.drg-element-type-cms-content.drg-element-sub-type-category-1 label {
    display: flex;
    cursor: pointer;
    color: #6ba5e9;
}

p#pleasematch {
    color: red;
    font-weight: bold;
}

/* */ 

p#p1539, p#p2631 {
    display: none;
}

.drg-element-sub-type-category-8 input {
    display: none;
}

.forgotp {
    margin: 0 0 15px;
}

.forgotp a {
    margin: 10px 0;
    color: #6ba5e9;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
}

/* Campaign Detector */
span.spanc2233.drg-element-type-cms-content.drg-element-sub-type-category-1 {
    display: none;
}

div[id^="campaignPlaceholder"] p {
  display: none;
}
