body {
    font-size: 1.2em;
    font-family: 'Inter var', sans-serif;
}
footer {
    margin-top: 36px;
}
footer .container {
    font-size: .7em;
}
table td, .table td {
    vertical-align: middle;
}
.black {
    color: black;
}
.acme {
    font-family: 'Acme', sans-serif;
}
.btn-wide {
    font-family: 'Acme', sans-serif;
}
.border-top {
    border-top: 2px solid #28a745!important;
}

.border-bottom {
    border-bottom: 2px solid #28a745!important;
}

.border-x {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
}
.cookie-alert {
    position: fixed;
    bottom: 0;
    z-index: 1011;
    background-color: white;
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid black;
}

#dialog-overlay {
    width:100%;
    height:100%;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;
    position:absolute;
    top:0; left:0;
    z-index:3000;
    display:none;
}
#dialog-box {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#eee;
    font-size: 1.6em;
    width: 560px;
    position:absolute;
    z-index:5000;
    display:none;
}
#dialog-box .dialog-content {
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
}
/* extra styling */
#dialog-box .dialog-content p {
    font-weight:700; margin:0;
}
#dialog-box .dialog-content ul {
    margin:10px 0 10px 20px;
    padding:0;
    height:50px;
}
.border-medium {
    border-width: medium !important;
}
.border-thick {
    border-width: thick !important;
}
.bg-highlight, .bg-highlight-2 {
    padding: 0 6px;
}
.bg-highlight {
    background-color: #00ffda;
}
.bg-highlight-2 {
    background-color: #fff261;
}
.btn {
    border-radius: 12px;
    box-shadow: -2px 3px 2px rgb(0 0 0 / 40%);
    font-size: 1em;
}
.btn-primary {
    background-color: #2f83de;
}
.btn-wide {
    width: 300px;
    height: 60px;
}
.errorlist {
    color: rgb(214, 12, 12);
}
.font-default {
    font-family: 'Inter var', sans-serif;
}
.highlight-box {
    background-color: #fff1c3;
    border: 1px solid black;
    display: inline-flex;
    padding: 6px;
}
.info {
    background-color: #17a2b8;
    border-radius: 12px;
    color: white;
    padding: 0 18px 6px 18px;
}
#logout-form {
    display: inline;
}
#logout-form button {
background: none;
border: none;
cursor: pointer;
padding: 0;
text-decoration: underline;
}
.messages li {
    list-style: inside;
}
.messages .warning {
    background-color: rgb(204, 130, 0);
    padding: 6px;
}
.more-info {
    background-color: #1959a0;
    color: #fff;
    margin-bottom: 30px;
    padding: 24px;
    box-shadow: 0 5px 103px 0px #fff, 0 0 4px -1px inset;
    border-radius: 10px;
    position: relative;
    z-index: 100;
}
.more-info a {
    color: #b8ff7a;
    text-shadow: 1px 1px 16px #333;
}
.more-info hr {
    border-top: 1px solid white;
}
.more-info .errorlist {
    color: #f9f9f9;
}
.more-info .text-muted {
    color: #b5dcff!important;
}
.purchase-form ul {
    list-style: none;
    padding: 0;
}

.purchase-form ul span.price {
    padding-left: 18px;
}
.success-info {
    color: #0a7b0a;
}
.text-header-secondary {
    color: #17a2b8;
}
.text-default {
    color: #000;
}
.text-error {
    color: rgb(214, 12, 12);
}
.text-highlight {
    color: #0b66c6;
}
.text-xs {
    font-size: 0.5em;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
