body {
    min-width: 300px;
}
a {
    text-decoration: underline;
}

.centered-container {
    margin: 0 auto;
    max-width: 750px;
}

.main-container {
    margin-top: 35px;
    margin-bottom: 35px;
}
header {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%)
}

header,
header a,
header a:hover {
    color: white;
}
header a,
.nav-item a,
a.no-underline,
a.nav-link,
a.btn {
    text-decoration: none;
}

.headertitle {
    margin-left: 15px;
}

@media screen and (max-width: 400px) {
    .headertitle {
        font-size: 1.1rem;
    }
}

.margin-md {
    margin: 25px 0;
}

.padding-md {
    padding: 20px;
}

h1, h2, h3 {
    font-weight: bold;
}
h1 {
    margin-bottom: 25px;
}
h3 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
}

form label.requiredField,
form#checkout_form label {
    font-weight: bold;
}

.license-card {
    margin: 25px 0;
}

.card-header {
    font-weight: bold;
}

ul.bundle_details {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.license-card a.btn {
    margin-bottom: 10px;
}

.subheader {
    background-color: #e9ecef;
}

header .homelink:hover {
    text-decoration: none;
}

nav.nav-main {
    padding-left: 15px;
}
nav.nav-main a:first-child {
    padding-left: 0 !important;
}

nav.nav-main .active {
    font-weight: bold;
}

header nav {
    float: left;
}
.userinfo {
    text-align: right;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 50px;
    float: right;
}

footer#footer {
    font-size: 14px;
    padding-top: 40px;
}

footer a {
    margin: 0 7px;
    color: #fff !important;
}

#checkout_form h3 {
    margin-top: 2rem;
}
#checkout_form #div_id_vat_number,
#checkout_form #div_id_state {
    display: none;
}
#checkout_form .package-name {
    font-size: 18px;
    background-color: #255a8c26;
    display: inline-block;
    padding: 5px 10px;
}

.renewal_mode_info {
    display: none;
    font-size: 14px;
}
ul.checkmark-list {
    list-style: none;
    padding-left: 0;
}
ul.checkmark-list li {
    position: relative;
    padding-left: 1.5em;
}
ul.checkmark-list li:before {
    content: '';  /* placeholder for the SVG ✓ */
    position: absolute;
    left: 0;  /* place the SVG at the start of the padding */
    top: 2px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='14' height='14' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
    /*opacity: 0.5;*/
}
ul.checkmark-list li.xmark:before {
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 320 512'><path d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/></svg>") no-repeat;
}
.autorenew-form label {
    font-weight: normal;
}