body, button, input, select {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11pt;
    color: black;
}

button {
    font-size: 90%;
}

html {
    background: url('/app/pub/images/seagull-background-2024/seagull-xmas-daylight-3000x1688.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: scroll;
    line-height: 1.428571429; /* From Bootstrap 3 */
}

body.admin {
    background-color: #BFDFFF;
}

.guru-meditation {
    background-color: black;
    margin: 0;
    padding: 1em;
}

.guru-meditation div {
    border: 0.5em solid red;
    padding: 1em;
    color: red;
    text-align: center;
    animation: blinker 1.6s step-start infinite;
}

@keyframes blinker {
    50% {
        border-color: black;
    }
}

h1 {
    font-size: 150%;
    font-weight: 300;
    text-align: left;
}

h2 {
    margin-top: 20px;
    font-size: 125%;
    font-weight: 400;
}

p {
    margin: 0.8em 0;
}

p.function {
    margin: 0.4em 0;
}

p.app-tips {
    margin-top: 3em;
    font-style: italic;
}

li.app-tips {
    font-style: italic;
}

a.app-tips {
    font-weight: bold;
    font-size: 2em;
}

p.extra-padding-top {
    padding-top: 1em;
}

p.extra-padding-bottom {
    padding-bottom: 1em;
}

p.nowrap {
    white-space: nowrap;
}

#topmessage {
    margin-bottom: 10px;
}

#topmessage > * {
    text-align: center;
    padding: 4px 0;
}

#errormessage, #infomessage {
    text-align: center;
    margin: 1.2em 0 1.6em;
    padding: 1em;
    font-weight: bold;
    font-size: 1.2em;
}

#errormessage {
    background-color: #FFCCCC;
}

#infomessage {
    background-color: #FFFFE0;
}

#errormessage a, #infomessage a {
    border-bottom: 1px dotted #110F19;
}

#errormessage a:hover, #infomessage a:hover {
    border-bottom: 1px solid #110F19;
    text-decoration: none;
}

.sensei-sub-heading {
    text-transform: uppercase;
    font-size: 0.8em;
    color: grey;
    padding-right: 0.6em;
}

p.left {
    text-align: left;
}

div.page-content {
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            15px 100%,
            0% calc(100% - 15px),
            0 0);
}

div.page-content-inner {
    background-color: white;
    border: none;
    text-align: center;
    padding: 1em 2em 1.5em 2em;
}

label {
    text-align: left;
}

div.sensei {
    background-color: white;
}

div.horisontal-divide1 {
    margin: 0;
    border: 1px solid #0356D1;
    padding: 0;
    background-color: white;
    height: 0.3em;
}

div.horisontal-divide2 {
    margin: 0;
    border: 1px solid #0356D1;
    padding: 0;
    background-color: #0356D1;
    height: 0.3em;
}

img {
    vertical-align: middle;
    border-style: none;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.center {
    margin: auto;
}

.left {
    text-align: left;
}

.strong {
    font-weight: bold;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 400px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 400px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progressmessage {
    margin: 0;
    padding: 9px 0;
    background-color: #68c934;
    text-align: center;
    color: white;
    width: 100%;
    height: 14px;
    overflow: hidden;

    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;

    /*-webkit-animation: progress-bar-stripes 20s linear infinite;
    -moz-animation: progress-bar-stripes 20s linear infinite;
    animation: progress-bar-stripes 20s linear infinite;*/
}

.progress {
    height: 28px;
}

#progress_frame {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 32px;
}

.sprend-running-mode {
    position: absolute;
    top: 1.4em;
    left: 20em;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding: 4px 1em 2px;
    color: white;
    background-color: #cf13ff;
    border: 1px dotted white;
    cursor: pointer;
}

.sprend-running-mode:hover, .sprend-running-mode.prod-bg-color:hover {
    color: #52687a;
    background: transparent;
    border-color: transparent;
}

.sprend-running-mode.prod-bg-color {
    background-color: #213b54;
}

@media (max-width: 630px) {
    .sprend-running-mode {
        display: none;
    }
}

td.number {
    text-align: right;
    white-space: nowrap;
}

table.list, .popup table {
    border-collapse: collapse;
    margin: 1em 0;
}

table.list tbody th {
    margin: 0;
    border: 1px solid #110F19;
    background: #110F19;
    padding: 3px 5px 3px 5px;
    text-align: left;
    color: white;
    font-weight: normal;
}

table.list tbody td {
    margin: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 5px 3px 5px;
}

table.list tbody tr.even {
    background-color: #f9f9f9;
}

table.list tbody tr.odd {
    background-color: #eeeeee;
}

table.senseitable {
    border-collapse: collapse;
    margin: 1em 0;
}

table.senseitable tr td:first-child {
    white-space: nowrap;
}

table.senseitable th {
    padding: 0.6em 0.8em 0.6em 0.8em;
    text-align: left;
    color: white;
    font-weight: bold;
}

table.senseitable th.right {
    text-align: right;
    white-space: nowrap;
}

table.senseitable th a {
    color: white;
}

table.senseitable td {
    margin: 0;
    padding: 0.3em 0.8em 0.3em 0.8em;
}

table.senseitable td.description {
    background-color: rgba(0, 0, 0, 0.33);
    color: white;
    font-size: 0.8em;
    padding: 0.8em 1em 0.8em 1em;
}

table.defaultcolors th {
    border: 1px solid black;
    background: #3d3d3d;
}

table.defaultcolors td {
    border: 1px solid black;
}

table.critical-colors {
    color: #a53c3e;
}

table.critical-colors th {
    border: 1px solid #a53c3e;
    background: #d9484a;
}

table.critical-colors td {
    border: 1px solid #a53c3e;
}

table.critical-colors a {
    color: #a53c3e;
}

table.error-colors {
    color: #813435;
}

table.error-colors th {
    border: 1px solid #813435;
    background: #963435;
}

table.error-colors td {
    border: 1px solid #813435;
}

table.error-colors a {
    color: #813435;
}

table.alert-by-email-colors {
    color: #316533;
}

table.alert-by-email-colors th {
    border: 1px solid #316533;
    background: #317d4b;
}

table.alert-by-email-colors td {
    border: 1px solid #316533;
}

table.alert-by-email-colors a {
    color: #316533;
}

table.log-to-file-colors {
    color: #3d3d3d;
}

table.log-to-file-colors th {
    border: 1px solid #3d3d3d;
    background: #5e5e5e;
}

table.log-to-file-colors td {
    border: 1px solid #3d3d3d;
}

table.log-to-file-colors a {
    color: #3d3d3d;
}

table.log-colors {
    color: black;
}

table.log-colors th {
    border: 1px solid black;
    background: #3d3d3d;
}

table.log-colors td {
    border: 1px solid black;
}

table.log-colors a {
    color: black;
}

div.recipient-panel {
    margin: 0.7em 0;
    padding: 1em;
    border-radius: 0.5em;
    background-color: white;
    border: 1px solid #d7d6d6;
}

div.recipient-panel div {
    margin-bottom: 0.5em;
}

table.recipients-light tbody tr:nth-child(odd) {
    background-color: white;
}

table.recipients-light tbody tr:nth-child(even) {
}

table.recipients-light th {
    text-transform: uppercase;
    padding: 0.5em;
    font-weight: bolder;
}

table.recipients-light td {
    padding: 0.5em;
}

@media (max-width: 500px) {
    table.recipients-light td:nth-child(3) {
        display: none;
    }
}

.popup table {
    width: 100%;
}

.popup th {
    text-align: left;
    padding: 3px 5px;
    vertical-align: top;
}

.popup td {
    padding: 3px 5px;
    vertical-align: top;
}

.popup tr.odd {
    background-color: #eeeeee;
}

.pro-badge {
    font-size: 0.8em;
    text-transform: uppercase;
    background: #a8b4bf;
    color: white;
    border-radius: 0.3em;
    padding: 0.15em 0.5em;
    margin-left: 0.5em;
    user-select: none;
}

.beta {
    background: #67203f;
}

table.function {
    margin: 0.3em 0 0 0;
    border: 0;
    border-collapse: collapse;
    padding: 0;
}

td.function {
    margin: 0;
    border: 0;
    padding: 0.2em;
    text-align: left;
}

p.header, span.header {
    font-size: 140%;
    font-weight: 300;
    margin: 8px 0;
}

p.header2, span.header2 {
    font-size: 120%;
    font-weight: 300;
    margin: 4px 0;
}

p.biggerheader {
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
}

.no-border {
    border: 0;
}

a, .click-link {
    color: #110F19;
    text-decoration: underline dotted;
    cursor: pointer;
}

a:hover, .click-link:hover {
    color: #110F19;
    text-decoration: underline;
}

.page-content-inner a, .page-content-inner a:hover {
    color: #110F19;
}

* {
    box-sizing: border-box;
}

@media (max-width: 500px) {
    img.sprend-logo {
        width: 100%;
    }
}

img.sprend-logo {
    cursor: pointer;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 3em;
}

.top-bar-menu {
    background-color: white;
    color: #110F19;
    font-size: 1.1em;
    font-weight: 400;
    margin-left: 2em;
    padding: 2.5em 2em 1em 1.4em;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            15px 100%,
            0% calc(100% - 15px),
            0 0);
}

@media (max-width: 500px) {
    .top-bar-menu {
        padding-top: 1em;
    }
}

@media (max-width: 720px) {
    .top-bar {
        padding: 0 1em;
    }

    .top-bar-menu {
        margin-left: 1em;
    }
}

.top-bar-menu a {
    color: #110F19;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
    white-space: nowrap;
}

.top-bar-menu a:hover {
    text-decoration: underline;
}

@media (max-width: 860px) {
    .top-bar-menu .hide-when-narrow {
        display: none;
    }

    .show-when-top-menu-is-small {
        display: block;
    }

    .hide-when-top-menu-is-small {
        display: none;
    }
}

@media (min-width: 861px) {
    .show-when-top-menu-is-small {
        display: none;
    }
}

@media (max-width: 500px) {
    .top-bar {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (max-width: 500px) {
    .hide-when-narrow {
        display: none;
    }
}

.page-content-wrapper {
    max-width: 900px;
    margin: 3em auto auto auto;
    position: relative;
    color: #555555;
}

@media (max-width: 720px) {
    .page-content-wrapper {
        margin-top: 1em;
    }
}

.cc_container a, .cc_container a:visited {
    color: #110F19 !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #110F19 !important;
    background-color: #b2e180 !important;
}

.sensei_body {
    font-size: 11pt;
}

#languages {
    max-width: 600px;
    text-align: center;
}

.lang-menu {
    text-transform: capitalize;
    color: #929191;
}

.white-footer-menu {
    display: none;
    padding: 20px 30px 0 30px;
    background-color: white;
    color: #110F19;
    font-weight: 400;
    height: 60px;
}

.black-footer-menu {
    background-color: #110F19;
    color: white;
    padding: 20px 30px;
}

@media (max-width: 390px) {
    .black-footer-menu {
        padding-right: 20px;
    }
}

.sprend-footer-content {
    display: flex;
    justify-content: space-between;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.1em;
    height: 102px;
}

.social-media-container {
    display: flex;
    padding-top: 0.7em;
    justify-content: center;
    gap: 10px;
}

page-with-footer {
    display: block;
    position: relative;
    min-height: 100vh;
}

page-with-footer-inner {
    display: block;
    padding-bottom: 120px;
}

@media (max-width: 860px) {
    page-with-footer-inner {
        padding-bottom: 180px;
    }

    footer {
        height: 162px;
    }

    .white-footer-menu {
        display: block;
    }
}

footer a {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}

footer a:hover {
    text-decoration: underline;
}

.black-footer-menu a {
    color: white;
    font-weight: 300;
}

.white-footer a {
    color: #110F19;
}

.menu-item-separator {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#recipientswitcher {
    margin: 26px 0 0 5px;
    cursor: pointer;
}

#member_menu {
    text-align: center;
    margin-bottom: 20px;
}

#uploadbutton,
.sprend-button,
div.form input[type=submit],
div.form input[type=button] {
    border: 1px solid #110F19;
    border-radius: 20px;
    background: white;
    padding: 0.6em 1em;
    color: #110F19;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
}

.smaller-button {
    font-size: 0.9em;
    font-weight: 400;
    padding: 0.5em 0.8em;
}

a.black-button {
    color: white;
    font-weight: 700;
    font-size: 1.1em;
    background-color: #110F19;
    width: 10em;
    padding: 0.6em 2em;
    text-decoration: none;
}

a.black-button:hover {
    text-decoration: none;
}

.cancel-button {
    border: 2px solid #b4b0b4;
    background: #d6d7d5;
    color: #454343;
}

#uploadbutton:hover:enabled,
.page-content-inner a.black-button:hover:enabled,
.page-content-inner a.black-button:hover,
.sprend-button:hover:enabled,
.mailtoui-button-content:hover:enabled,
div.form input[type=submit]:hover,
div.form input[type=button]:hover {
    color: white;
    border-color: #4775ef;
    background-color: #4775ef;
}

a.black-button:active:hover {
    color: white;
    border-color: #2e4ea1;
    background-color: #2e4ea1;
}

.cancel-button:hover:enabled {
    background: #e7e8e6;
}

.sprend-button:hover:active:enabled,
#uploadbutton:hover:active:enabled {
    color: white;
    border-color: #2e4ea1;
    background-color: #2e4ea1;
}

.cancel-button:hover:active:enabled {
    border-color: #6c6a6c;
    background: #6c6a6c;
    color: white;
}

#uploadbutton:disabled {
    opacity: 0.5;
    cursor: default;
}

/************** MailToUI ************/

.mailtoui-modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mailtoui-modal-head {
    background-color: #d4d4d4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid rgb(166, 166, 166);
    padding: 0.8em 2em;
}

.mailtoui-modal-close {
    font-size: 2em;
}

.mailtoui-modal-close:hover {
    text-decoration: none;
    color: #6d6d6d;
}

.mailtoui-modal-body {
    background-color: #f0f0f0;
}

.mailtoui-modal-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.mailtoui-button-content {
    border: 2px solid #a1cf72;
    border-radius: 6px;
    background: #b2e180;
    padding: 0.7em;
    color: #110F19;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
}

.mailtoui-button-text {
    margin: 0;
    position: inherit;
}

.mailtoui-button:focus .mailtoui-button-content {
    color: white;
    background-color: #689048;
    border-color: #689048;
}

.mailtoui-button-content:hover {
    text-decoration: none;
    background: #ceefab;
    color: #110F19;
}

.mailtoui-copy, .mailtoui-brand, .mailtoui-button-icon {
    display: none;
}

.error {
    color: #cc0000;
}

.invoice-me-error {
    color: #cc0000;
    background-color: #ffedea;
    padding: 1em;
    font-size: 1.1em;
    font-weight: bolder;
}

.shadow2 {
    box-shadow: 1px 1px 5px rgb(153, 153, 153);
}

.rounded2 {
    border-radius: 5px 5px 5px 5px;
}

div.form label, div.form .label {
    display: block;
    margin: 1.5em 0 6px 0;
}

div.form label.inline {
    display: inline;
    margin: 5px 0 2px 0;
}

div.form .field {
    margin: 6px 0 10px 0;
}

div.invoice-me .field {
    width: 90%;
}

div.invoice-me select {
    width: 90%;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

table.form {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin: 0.5em 0 1em 0;
}

table.form th {
    vertical-align: middle;
    text-align: left;
    padding: 6px 10px 6px 5px;
    font-weight: normal;
    border-right: 1px solid #dddddd;
}

table.form td {
    padding: 4px 10px 4px 10px;
}

img.status {
    padding: 0 3px 3px 0;
}

.jquery_placeholder {
    color: #aaa;
}

.inboxsize {
    font-size: 60%;
    font-weight: 400;
    color: white;
    background-color: #5e5972;
    position: absolute;
    top: 0.8em;
    right: 1em;
    text-align: center;
    border-radius: 0.8em;
    padding: 0.2em 0.5em 0.3em;
}

.popup {
    display: none;
}

.popup li {
    margin: 5px 0;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #d2d1d3;
    background-color: #f4f3f5;
}

.field > input[type=text] {
    border: 1px solid #d2d1d3;
    background-color: #f4f3f5;
}

textarea:disabled, input:disabled {
    background-color: #eeeeee;
}

.page-content-inner input[type=text], .page-content-inner input[type=password], .page-content-inner textarea, .page-content-inner select {
    padding: 8px;
}

@media (max-width: 500px) {
    div.page-content-inner {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#recipient, #recipients, #message {
    padding: 8px;
}

table.usage-tracker {
    width: 97%;
    margin-left: 0.3em;
    border: 1px solid grey;
    background-color: white;
}

table.usage-tracker td.used {
    margin: 0.1em;
    border: 1px solid #966217;
    background-color: #f9a326;
    padding-top: 1em;
}

table.usage-tracker td.unused {
    margin: 0.2em;
    border: 1px solid grey;
    background: #eeeeee;
    padding-top: 1em;
}

.tab-bar {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
}

.tab-bar h1 {
    display: inline;
    font-size: inherit;
    font-weight: 300;
    margin: 0;
}

.tab-bar a {
    text-decoration: none;
}

.tab-bar a:hover {
    text-decoration: underline;
}

.tab-bar > div {
    color: #110F19;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.1em;
    padding: 0.7em 0.9em;
    width: 33.33%;
    text-align: center;
    font-weight: 300;
    display: inline-block;
    margin-right: -4px;
}

@media (max-width: 500px) {
    .tab-bar > div {
        font-size: 1.1em;
    }
}

.tab-bar > div img {
    margin-top: -2px;
}

.tab-bar > div.narrow {
    width: 12%;
}

.tab-bar > .active {
    background: white;
}

.tab-bar > div a, .tab-bar > div .click-link {
    color: #110F19;
}

.tab-bar > div.active a, .tab-bar > div.active .click-link {
    color: #ffffff;
}

.dialog {
    display: none;
}

#noscript {
    background-color: #cc0000;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
}

.or_separator {
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.or_separator:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.or_separator span {
    color: #999999;
    background: #eeeeee;
    padding: 0 10px;
}

.translist .row {
    background-color: white;
    padding: 1em 0.5em;
    margin: 1em 0;
}

.translist .row p {
    margin-bottom: 0;
}

.translist .message {
    font-family: 'Courier New', monospace;
    padding: 0.5em;
    margin: 0.5em 0 1.8em 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.downloadmessage {
    font-family: 'Courier New', monospace;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.archivefilecontents {
    padding: 1em;
    margin: 0 0.7em 1em 0.1em;
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
}

.archivefilecontents table {
    width: 100%;
}

a.fblogin {
    color: white;
    background-color: #3b5998;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

a.fblogin:hover {
    background-color: #496bba;
    color: #ffffff;
    text-decoration: none;
}

.mt25 {
    margin-top: 25px;
}

#play_preview {
    float: right;
    width: 320px;
    margin-top: -65px;
    margin-left: 20px;
    display: none;
}

.text-label-error {
    color: darkred;
}

products-section-outer {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

products-section-inner {
    display: block;
    font-size: 1.2em;
    padding: 4em;
    min-width: 4em;
    max-width: 80em;
}

products-section-outer h1, products-section-outer h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 42pt;
    margin-bottom: 1.5em;
    margin-top: 0;
    color: white;
}

products-section-outer h2 a {
    text-decoration: none;
}

products-section-outer h2 a:hover {
    text-decoration: none;
    cursor: inherit;
}

products-section-outer h1 {
    text-align: left;
}

products-section-outer h2 {
    font-size: 28pt;
}

products-section-outer p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #110F19;
    margin-top: 2em;
}

products-section-outer.dark {
    background-color: #110F19;
    color: white;
}

products-section-outer.white {
    color: #110F19;
    background: white;
}

products-section-outer.light {
    background-color: #F6F5F7;
    color: #110F19;
}

products-section-outer.light h2 {
    color: #110F19;
}

products-section-outer.dark, products-section-outer.dark p {
    background-color: #110F19;
    color: white;
}

feature {
    display: inline-block;
    width: 50%;
    padding: 1.2em 0.8em;
    margin: 0;
    vertical-align: middle;
    font-size: 1.1em;
}

feature img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

feature.thirty-three {
    width: 33%;
}

feature.forty {
    width: 40%;
}

feature.sixty {
    width: 60%;
}


@media (max-width: 600px) {
    products-section-outer h1, products-section-outer h2 {
        font-size: 2em;
    }

    products-section-inner {
        padding: 3em 2em;
    }

    .compare-plans-table td {
        padding: 1em 0.6em;
    }

    .compare-plans-table button.sprend-button {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

feature {
    display: inline-block;
    width: 50%;
    padding: 1.2em 0.8em;
    margin: 0;
    vertical-align: middle;
    font-size: 1.1em;
}

feature img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

feature.thirty-three {
    width: 33%;
}

feature.forty {
    width: 40%;
}

feature.sixty {
    width: 60%;
}

review {
    display: inline-block;
    width: calc(33.33% - 2em);
    margin: 1em;
    padding: 1.4em;
    border-collapse: collapse;
    vertical-align: top;
    font-size: 0.9em;
    color: #b2e180;
    background-color: #110F19;
    border-radius: 0.6em;
}

.img-and-text {
    display: flex;
}

.feature-img {
    display: flex;
    align-items: center;
}

.feature-img img {
    width: 3em;
}

.feature-desc {
    flex-grow: 1;
    padding-left: 1.3em;
    display: flex;
    align-items: center;
    color: #110F19;
}

products-section-outer.dark .feature-desc {
    color: white;
}

feature info-panel {
    display: inline-block;
    background: white;
    padding: 1.6em;
}

feature info-panel p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    font-weight: inherit;
    color: #110F19;
    padding: 0.4em 0;
    margin: 0;
}

feature .shadow {
    border-radius: 0.5em;
    box-shadow: 0.2em 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2), -0.1em -0.1em 0.1em rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
    feature.forty img {
        width: 60%
    }

    feature, feature.thirty-three, feature.forty, feature.sixty {
        width: 100%
    }

    review {
        width: calc(100% - 2em);
    }
}

/*********************************************
		Payment Dialog
*********************************************/

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 90px;
        width: 420px;
    }
}

.panel-info {
    background-color: #f7f7f7;
    border-color: #dddddd;
    border-radius: 0;
}

.modal-title, .modal-body {
    text-align: center;
}

.modal-header {
    border-bottom: 1px solid #a6a6a6;
}

.modal-content {
    background-color: #d4d4d4;
}

.modal-body {
    background-color: #f0f0f0;
    padding: 1.5em 1em 2em 1em;
}

.modal-body .section-title {
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.modal-body .form-group label {
    padding-top: 0.6em;
}

.dialog-button-row {
    margin-top: 2.5em;
    margin-right: 16px;
    text-align: right;
}

.dialog-button-row button {
    margin-left: 1em;
}

.no-padding-left {
    padding-left: 0;
}

.payment-info-title {
    font-size: 1.2em;
    margin: 0.5em 0 1em 1.5em;
}

.payment-info-title img {
    position: relative;
    top: -0.3em;
    width: 160px;
    margin: 0 0 0 1em;
    padding: 0;
}

.credit-card-img {
    width: 160px;
    margin: 1em 0 1.5em 0;
}

.form-group {
    margin-bottom: 0.7em;
}

.dialog-back {
    position: absolute;
    margin-top: -0.2em;
}

input.invalid {
    border: 1px solid #e2918e;
    background-color: #ffd3d1;
}

div.dialog-message-panel {
    background-color: #654c37;
    color: white;
    padding: 0.8em;
    margin-top: 2em;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-body {
    text-align: left;
}

.panel-body input[type=radio] {
    margin-left: 1em;
}

.center-everything {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-data td {
    padding: 0.3em;
}

.card-data .glyphicon {
    color: #5e8543;
}

.card-data .input-group {
    width: 100%;
}

text-edit-with-save-cancel {
    border: 1px solid grey;
    border-radius: 0.5em;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 0.5em;
}

text-edit-with-save-cancel:hover {
    background-color: white;
    cursor: pointer;
}

notification-box {
    display: block;
    font-size: 0.8em;
}

message-panel {
    display: flex;
    background-color: #654c37;
    color: white;
    margin-top: 2em;
    padding: 0.8em;
    min-height: 3em;
    align-items: center;
    justify-content: center;
}

.rotate-clockwise span {
    -animation: clockwise 4s infinite linear;
    -webkit-animation: clockwise2 4s infinite linear;
}

@keyframes clockwise {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes clockwise2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.lang-menu {
    display: block;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 4px;
    width: 100px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

/* Change the background color when hovering over the dropdown menu */
.lang-menu:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Change the color of the dropdown menu options */
.lang-menu option {
    color: #000;
}