h1,
h2,
h3,
h4,
h5,
h6 {
  color: #223555;
  text-transform: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#nav-toggle {
  width: 10% !important;
}

h2.hero-large-text,
.page-header .entry-title,
.page-header .page-title {
  text-transform: none;
  text-align: center;
  font-size: 2.2em;
}

.section-videolightbox .video_icon {
  display: none !important;
}

.search-background {
  background-color: #223555;
}

.search-title {
  color: #ffffff !important;
  text-align: center !important;
}

.footer-widgets,
.widget-area .widget {
  padding: 10px !important;
}

/*CSS-Zoom Produktsingle-Empfehlung*/
.img-grid-wrapper {
  display: inline-block;
  vertical-align: middle;
  /* -webkit-transform: translateZ(0);
  transform: translateZ(0); */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.img-grid-wrapper:hover,
.img-grid-wrapper:focus,
.img-grid-wrapper:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.title,
.menu-item.menu-item-type-custom a {
  color: #223555;
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after,
#nav-toggle.nav-is-visible span::before,
#nav-toggle.nav-is-visible span::after {
  color: #223555;
}

.wrap-section {
  margin: 30px 0;
  border: 1px solid lightgrey;
  padding: 15px;
  border-radius: 2px;
  color: #3c3b3b;
  font: normal 15px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  box-shadow: 1px 1px 5px #223555;
  background-color: #fff;
}

.wrap-section.has-image {
  min-height: 330px;
}

.section-title {
  width: 100%;
}

.site-footer .site-info {
  display: none !important;
}
.sidebar .widget ul {
  text-align: center !important;
}

.footer-widgets.section-padding {
  padding: 1rem 1rem 1rem 1rem !important;
}

.onepress-menu a {
  font-size: 1.2rem !important;
  letter-spacing: 0px !important;
  text-transform: initial !important;
  color: #223555;
}

.suche {
  background-color: #388588 !important;
}

.section-title-area .section-title,
.section-title-area .section-subtitle {
  text-transform: initial !important;
}

.textwidget {
  text-align: center !important;
}

.psnap_product_title {
  color: #223555 !important;
}

.psnap_amazon_button_style {
  background-color: #eb7f00 !important;
}

.psnap_feature_div {
  padding-right: 50px !important;
  overflow: visible !important;
}

/*Widget ausblenden*/
@media (max-width: 450px) {
  .inside-right-sidebar,
  .q2w3-fixed-widget-container {
    /* display:none!important; */
  }
}

.ueberschrift_h2 {
  color: #223555;
}

.fa-check {
  color: white;
}

.unsichtbar {
  list-style: none;
  margin: 0 0 0 0;
}

.entry-title {
  color: #ffffff !important;
}

.sidebar .widget a {
  color: #223555;
  font-size: 18px;
  font-weight: 600;
}

.table > thead > tr > th,
table > thead > tr > td {
  /* background-color:#223555!important;
	color:#FFFFFF!important;
	border-bottom-width:4px!important; */
}

.widget-area.sidebar .execphpwidget {
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #223555;
}

.widget-area.sidebar .execphpwidget a {
  color: white;
  line-height: 1.4;
}

#secondary div.execphpwidget a {
  /* border-bottom: 1px solid lightgray; */
  margin-bottom: 11px;
  font-size: 14px !important;
  flex-grow: 1;
  width: 100%;
}

.tablepress thead th {
  background-color: #223555;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  border: none;
  /* border-collapse: collapse; */
}

.tablepress {
  border-collapse: collapse;
  border: none;
}

.tablepress td {
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid lightgray;
}

/* ul#menu-footer {
    display: flex;
    justify-content: flex-end;
} */

#menu-footer li {
  margin-right: 25px;
  text-align: left;
}

#footer-widgets .row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
  /* justify-items: center; */
  /* flex-direction: row; */
}

#footer-widgets .row .footer-column {
  all: unset;
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.psnap_saving_procent {
  background-color: #223555;
}

.footer-widgets .sidebar .widget {
  margin-top: 30px;
}

#footer-widgets .row div.footer-column:nth-of-type(3) {
  width: 100%;
}

#site-navigation .onepress-menu a:hover {
  background-color: #223555;
  color: #ffffff;
}

.onepress-menu > li:last-child > a {
  padding-right: 20px;
}

.page-title {
  color: white;
}

.widget_categories ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1140px) {
  .widget_categories ul li.cat-item {
    all: unset;
  }
}

.widget-title {
  color: #223555;
}

div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3 a:hover {
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #ffffff00;
  color: #223555;
  transition: transform 0.5s;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  filter: blur(0px);
  display: inline-table;
}

div.asl_r .results .item .asl_content h3 a:hover {
  transform: scale(1.03);
  line-height: inherit;
  /* zoom: 1.03; */
}

div.asl_r .results .item .asl_content .asl_desc {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

#ajaxsearchlite1.asl_m.asl_w {
  border: 5px solid;
  box-shadow: none !important;
}

div.asl_w {
  box-shadow: none;
}

a.asl_res_url {
  /* top: 30px; */
  /* position: absolute; */
}

.asl_content {
  display: flex;
  justify-content: start;
  align-items: center;
}

.wrap-section.section-merkabsatz {
  border-color: #16a085;
  box-shadow: 1px 1px 5px #16a085;
  border-radius: 10px;
  border-width: 5px;
  display: flex;
  padding-left: 50px;
  /* background-image: linear-gradient(to bottom, #ffff0000, #fb98360d); */
  background-color: #16a0850d;
}

.section-merkabsatz i.fa.fa-thumbs-o-up {
  font-size: 45px;
  position: relative;
  left: -25px;
  align-self: center;
  color: #16a085;
}

.section-text {
  line-height: 2.4;
  /* white-space: pre-line; */
  overflow: auto;
  width: 100;
}

.title-header {
  width: 100%;
  background-color: #223555;
  color: white;
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.breadcrumb li {
  margin: 2px 0px;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: white;
  text-decoration: underline;
}

.breadcrumb {
  background-color: #fb9838;
  display: flex;
  color: white;
  position: relative;
  margin: 0;
  z-index: 6;
  padding: 0;
  border-radius: 0px;
  padding-left: 15px;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
}

.page-header {
  border: 0;
  background: #223555;
  min-height: 150px;
  align-items: center;
  display: flex;
}

.wrap-section h2:after,
h2.top-title:after,
.amazon-title-text:after {
  content: "";
  width: 100%;
  background-color: #fb9837;
  height: 5px;
  display: block;
  margin-top: 6px;
}

.top-title {
  margin-top: 25px;
  margin-bottom: 30px;
}

.above-the-fold {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: calc(100vh - 264px);
  /* height: calc(100vh - 264px); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.darken:after {
  /* background: rgba(0,0,0,.6);
    content: " ";
    width: 100%;
    height: calc(100vh - 230px);
    position: absolute;
    left: 0;
    z-index:11;
    min-height: 375px; */

  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.atf-description {
  color: white;
  flex-direction: column;
  justify-content: center;
  /* top: -40px; */
  position: relative;
  z-index: 20;
  padding-bottom: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

.atf-desc-text {
  padding: 0 10px;
  max-width: 1000px;
}

.atf-desc-text div {
  margin-top: 10px;
}

.atf-links {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  z-index: 20;
  padding-bottom: 20px;
}

.atf-links .button {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .atf-links button {
    width: 290px;
    height: 50px;
    margin-bottom: 10px;
  }

  .atf-links {
    width: unset;
    flex-direction: column;
  }
}

.atf-title {
  text-align: center;
  font-size: 1.2em;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .atf-title {
    font-size: 1.5em;
  }

  .atf-description {
    font-size: 1.5em;
  }
}

.button {
  background-color: #223555;
  border: 0;
  border-radius: 2px;
  color: white;
  padding: 6px 15px;
  text-align: center;
}

#goto-article.button:hover,
#goto-article.button:focus {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  outline: none;
}

.button-orange {
  background-color: #fb9837;
}

.button.button-green {
  background: green;
  border-color: darkgreen;
  text-shadow: 0 -1px 1px green;
  box-shadow: 0 1px 0 darkgreen;
}

.button.button-green:hover,
.button.button-green:active,
.button.button-green:focus {
  background: rgb(1, 151, 1);
  border-color: darkgreen;
  box-shadow: 0 1px 0 darkgreen, 0 0 2px 1px green;
}

#goto-table.button:hover,
#goto-table.button:focus {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  outline: none;
}

img.section-image {
  max-width: 200px;
  max-height: 200px;
  border: 1px solid silver;
  border-radius: 20px;
}

img.section-image-right {
  float: right;
  margin-left: 10px;
}

img.section-image-left {
  float: left;
  margin-right: 10px;
}

.wrap-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #223555;
  font-size: 1.1rem;
  margin: 10px 10px;
}

.wrap-list {
  width: 49%;
}

.list-title {
  text-align: center;
  background: #223555;
  color: white;
  padding: 10px;
}

.sublist-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.archive-header h1.page-title {
  font-size: 3rem;
  z-index: 1;
}

.archive-content .taxonomy-description {
  position: absolute;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.archive-content .archive-header {
  width: 100%;
  height: 40vh;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.archive-content .taxonomy-description img {
  display: flex;
  flex-grow: 1;
  max-height: unset;
  max-width: unset;
  object-fit: cover;
}

.taxonomy-description p {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.archive-content .taxonomy-description:after {
  /* content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s; */
}

#container-404 h1.page-title {
  text-align: center;
  font-size: 2rem;
}

.content-404 div#cercate-ora {
  padding: 270px 0;
}

.wrap-products {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid lightgray;
  justify-content: center;
}

.wrap-product {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid lightgray;
  margin: 0 5px;
  padding: 10px;
  overflow: hidden;
  width: 195px;
  flex-grow: 1;
  /* max-width: 285px; */
}

.wrap-products > div {
  margin-bottom: 15px;
}

.wrap-product > div {
  margin-bottom: 15px;
}

.product-img {
  width: 250px;
  height: 175px;
  justify-content: center;
  display: flex;
}

.product-img img {
  max-width: 250px;
  max-height: 175px;
}

.product-name {
  text-align: center;
  font-weight: bold;
  color: #223555;
  height: 75px;
}

.product-prime {
  position: relative;
  width: 63px;
  overflow: hidden;
  height: 18px;
}

.product-button {
  width: 100%;
}

.image-rating {
  width: 50%;
}

.wrap-psnap {
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
  padding: 5px;
  justify-content: center;
  align-items: stretch;
}

.wrap-psnap > div {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 4px;
}

.submit-wrap {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.plugin-logo {
  max-width: 100%;
}

.output-wrap {
  max-width: 45%;
  width: 400px;
  border: 1px solid lightgrey;
  padding: 5px;
  border-radius: 3px;
}

.autopost-wrap {
  border: 1px solid lightgrey;
  padding: 10px 15px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 270px;
  width: 100%;
}

.autopost-wrap div {
  padding: 10px 0;
}

.psnap-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
}

.psnap-subtitle {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 2px 0 5px;
  text-align: left;
  width: 100%;
  display: block;
}

textarea.posted_title_status,
textarea.posted_title_error {
  width: 100%;
  min-height: 300px;
  resize: none;
  background-color: #213454;
  color: white;
}
.wrap-posted_title_error {
  color: #ff1010;
}

#psnap_scrape_sites {
  width: 100%;
}

#psnap_scraped_sites {
  width: 465px;
  margin-bottom: 10px;
  height: 400px;
  margin-top: 40px;
}

#progressbar {
  width: 400px;
  height: 20px;
}

#statusText {
  display: block;
  width: 400px;
  height: 20px;
  margin-top: 66px;
}

.titleBox-wrap {
  width: 400px;
  margin-right: 150px;
}

.titleBox {
  height: 400px;
  width: 400px;
}

.preview-titleBox {
  height: 400px;
  width: 400px;
  resize: none;
}

.scraped-sites-wrap {
  width: 50%;
  margin: 0;
}

.wrap-navi {
  display: flex;
  justify-content: space-between;
}

.wrap-background {
  background-color: #213454;
  color: white;
}

.setting-wrap {
  border: 1px solid lightgray;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 3px;
  max-width: 275px;
}

.setting-title {
  font-weight: 700;
  width: 100%;
}

.selected-category-title {
  width: 100%;
  font-weight: 700;
}

.selected-category-value,
.release-comparisons {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ff8c00;
  min-height: 50px;
  height: 50px;
  line-height: 1.2em;
}

.release-comparisons {
  display: block;
  min-height: 0;
  height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
}

.setting-wrap div {
  margin-bottom: 40px;
}

.preview-wrap {
  padding: 10px 15px;
}

.category-wrap {
  border: 1px solid lightgray;
  padding: 10px 15px;
  min-width: 150px;
  display: flex;
  /* flex-wrap: wrap; */
  /* flex-direction: column; */
  /* justify-content: space-around; */
  border-radius: 3px;
}

.category-preview-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  height: 100%;
  padding-bottom: 20px;
}

.category-overview-wrap {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

.category-wrap > .button {
  margin-bottom: 10px;
  max-width: 200px;
}

.category-preview {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: start;
  height: calc(100% - 70px);
  min-height: 70vh;
}

.wrap-category-preview-count {
  border: 1px solid lightgray;
  border-bottom: none;
}

.category-preview > textarea {
  width: 100%;
  height: calc(100% - 35px);
  /* box-shadow: inset 0px 0px 10px 4px lightgray; */
  background-color: #213454;
  color: white;
  resize: none;
}

.category-buttons {
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-height: 500px;
  /* height: 100%; */
  max-width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 20px;
  box-shadow: inset 0px 0px 10px 2px #537fc7a6;
  border: 1px solid lightgray;
  padding: 10px 0;
  max-height: 800px;
}

.category-buttons .button {
  width: 190px;
  margin-bottom: 15px;
  margin-left: 5px;
}

.blindtext-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
  border: 1px solid lightgray;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 100;
  width: 100%;
  justify-content: space-between;
  padding-top: 0;
  background: white;
  padding-right: 1px;
}

.blindtext-wrap.wrap-background:hover {
  cursor: move;
}

.blindtext-row.blindtext-save-close {
  margin: 8px 0;
}

.blindtext-buttons {
  display: flex;
  height: 50vh;
  margin-right: 20px;
  flex-grow: 1;
}

.blindtext-buttons > .button {
  margin-bottom: 10px;
  margin-left: 10px;
}

.blindtext-text {
  height: 70vh;
  flex-grow: 10;
}

.blindtext-text > textarea {
  height: 100%;
  width: 100%;
  resize: none;
}

.blindtext-modal {
  display: none;
  /* margin: 0 !important; */
  position: absolute;
  width: 65vw;
  height: 65vh;
  z-index: 10002;
}

.blindtext-column:first-child {
  border-left: none;
}

.blindtext-column {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  border-left: 1px solid lightgray;
}

.blindtext-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  /* margin-top: 10px; */
  flex-wrap: wrap;
}

.blindtext-content {
  flex-grow: 1;
  align-items: start;
  flex-wrap: wrap;
}
.blindtext-column-title {
  font-size: 1.3em;
  font-weight: 700;
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
}

.blindtext-column > .button {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#modal-background {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.53);
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
}

#submitted-background {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.53);
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
}

.setting-filter-wrap {
  /* border-top: 1px solid lightgray; */
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  padding-top: 10px;
}

.setting-filter-wrap > input,
.setting-filter-wrap > select {
  margin-bottom: 10px;
}

.setting-wrap input,
.setting-wrap select {
  width: 100%;
}

.setting-generator-wrap {
  /* border-top: 1px solid lightgray; */
  /* border-bottom: 1px solid lightgray; */
  padding-bottom: 10px;
  padding-top: 10px;
}

.blindtext-wrap .button {
  margin-left: 10px;
}

#blindtext-open-button:hover,
button#test-post:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

#blindtext-open-button,
button#test-post {
  margin-top: 10px;
  width: 100%;
  height: 130px;
  background-color: #ff8c00;
  border-color: #e88000;
  box-shadow: 0 1px 0 #ff8c00;
  text-shadow: 0 -1px 1px #e88000, 1px 0 1px #e88000, 0 1px 1px #e88000,
    -1px 0 1px #e88000;
  font-size: 1.5em;
}

button#test-post {
  max-width: 250px;
  height: 50px;
}

button#test-post[disabled] {
  color: #f5c994 !important;
  background: #da8c2c !important;
  border-color: #d07a12 !important;
}

#blindtext-clear-button:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
#blindtext-clear-button {
  background: #d42f2f;
  border-color: #f91d1d #bb2929 #982121;
  box-shadow: 0 1px 0 #d42f2f;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #d42f2f, 1px 0 1px #d42f2f, 0 1px 1px #d42f2f,
    -1px 0 1px #d42f2f;
}

.blindtext-row.blindtext-exit {
  margin: 0;
  justify-content: flex-end;
}

#blindtext-exit-button:hover {
  /* border-width: 2px; */
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff,
    0 1px 1px rgba(25, 30, 35, 0.2);
  cursor: pointer;
}

#blindtext-exit-button {
  background: none;
  color: white;
  border: none;
  font-size: 1.3em;
  display: flex;
  padding: 7px 10px;
  position: absolute;
  right: 2px;
  top: 2px;
}

#select-no-category {
  background-color: #199452;
  width: 100%;
  margin: 10px 5px;
  height: 40px;
}

#select-no-category:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

.psnap-tt {
  color: #ff8c00;
  font-size: 15px;
}

.loading_icon {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 50px;
  width: 25px;
  display: none;
  z-index: 200;
}

.wrap-option {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}

.wrap-option > div {
  width: 100%;
}

.option-tab-buttons {
  display: flex;
  flex-direction: row;
  height: 40px;
}

.tab-button {
  /* width: 200px; */
  flex-grow: 1;
  background-color: #f0f0f0;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid lightgray;
  border-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #737373;
  outline: 0;
}

.tab-button:active,
.tab-button:focus,
.tab-button:hover {
  outline: 0;
}

.tab-button:hover {
  cursor: pointer;
}

.tab-button.selected-tab {
  background-color: #ff8c00;
  color: white;
}

.option-tabs {
  /* max-height: 800px; */
  /* height: 100vh; */
  /* border: 1px solid lightgray; */
  border-top: none;
  min-height: 100vh;
  display: flex;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
}

.option-tabs > div {
  width: 100%;
  height: 100%;
  background-color: #213454;
  color: white;
  display: none;
  padding: 20px;
}

.option-title {
  font-size: 1.6em;
  font-weight: 700;
  margin: 15px 0px 15px;
  width: 100%;
  line-height: 1em;
}

.option-title-small {
  font-size: 1.3em;
  font-weight: 500;
  margin: 15px 0px 15px;
  width: 100%;
  line-height: 1em;
  text-decoration: underline;
}

.wrap-option input[type="color"] {
  padding: 0;
  width: 20px;
}

.wrap-option input[type="text"] {
  width: 400px;
}

.option-custom-rating input.custom-rating-value,
.option-custom-rating input.custom-rating-value-percent {
  width: 50px;
}

.option-custom-rating input.custom-rating-name {
  width: 100px;
}

.custom-rating-title {
  width: 110px;
}

.inner-wrap-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 1.2em;
}

.option-single {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  max-width: 600px;
  margin: 5px 5px;
  padding: 2px 0 5px 0px;
  /* border-bottom: 1px solid lightgray; */
  flex-wrap: wrap;
}

.option-multiple {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  flex-wrap: wrap;
}

.option-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.option-value {
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

img.divider-preview {
  max-width: 250px;
  height: 15px;
  object-fit: cover;
}

textarea#psnap_option_introduction {
  width: 400px;
  resize: none;
  height: 200px;
  min-height: 200px;
}

#wpfooter {
  position: relative;
}

.wrap-option > label {
  min-width: 180px;
}

.wrap-inner-license {
  margin: 20px 0;
  /* padding: 20px; */
  /* border: 1px solid lightgray; */
  background-color: #213454;
  color: white;
}

.wrap-inner-license p {
  font-size: 1.2em;
  margin: 5px;
  padding: 2px 0 5px 0px;
}

.license-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.wrap-inner-license input[type="text"] {
  width: 400px;
}

div.spacer {
  width: 100%;
  height: 40px;
}

img.option-preview {
  max-width: 160px;
  max-height: 40px;
}

input[type="text"].jscolor {
  width: 110px;
  text-align: center;
}

.image-preview-wrapper img {
  width: auto;
  max-height: 40px;
  max-width: 160px;
}

.error-box {
  display: flex;
  justify-content: center;
  padding: 20px;
  border: 1px solid red;
}

#image-preview-psnap_option_divider_upload {
  width: auto;
  max-height: 15px;
  max-width: 250px;
  /* padding-left: 20px; */
}

.option-value input[type="radio"] {
  margin-left: 20px;
}

.option-single input#psnap_option_divider {
  margin: 0;
  margin-left: 4px;
}

.placeholder-buttons:before {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  background-color: white;
  top: 9px;
  left: -14px;
  transform: rotate(-45deg);
  border: 1px solid lightgray;
  border-bottom: none;
  border-right: none;
  /* display: inline; */
  /* box-shadow: 0px 0px 2px 2px #637aa0; */
}

.placeholder-buttons {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 7px;
  background-color: white;
  /* box-shadow: 0px 0px 2px 2px #637aa0; */
}

div.wrap-placeholder-buttons {
  position: absolute;
  width: 150px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.wrap-custom-border {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  /* width: 100%; */
  /* padding: 5px 0; */
}

.wrap-custom-border .button {
  margin-left: 15px;
}
.wrap-custom-border input {
  margin-left: 20px;
}

.wrap-default-category {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wrap-default-category > input {
  margin-left: 10px;
}

.wrap-default-category .button {
  /* margin-left: 45px; */
}

.image-preview-wrapper {
  border: 1px solid lightgray;
  width: 250px;
  height: 40px;
  text-align: center;
  margin: 10px;
}

.wrap-delete-all {
  display: flex;
  flex-wrap: wrap;
  width: 220px;
  flex-direction: column;
  align-self: center;
  margin-top: 30px;
}

.wp-core-ui .button-red {
  background: #ba0000;
  border-color: #aa0000 #990000 #990000;
  box-shadow: 0 1px 0 #990000;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #990000, 1px 0 1px #990000, 0 1px 1px #990000,
    -1px 0 1px #990000;
}

.wp-core-ui .button.button-red.focus,
.wp-core-ui .button.button-red.hover,
.wp-core-ui .button.button-red:focus,
.wp-core-ui .button.button-red:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #fff;
  background: #ba0000;
  border-color: #aa0000 #990000 #990000;
}

#delete_all_verification {
  margin-top: 10px;
}

.wrap-create-sites {
  justify-content: center;
  display: flex;
  max-width: 600px;
  flex-wrap: wrap;
}

.wrap-create-sites > .button,
.wrap-create-sites > .submit {
  margin-right: 20px;
  max-width: 160px;
  display: inline;
}

.option-tabs p.submit {
  max-width: 600px;
  text-align: end;
}

.hline {
  width: 100%;
  border-bottom: 1px solid lightgray;
  max-width: 600px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.radio-wrap {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: 1px solid lightgray;
  padding: 10px;
}

.radio-wrap-option {
  margin-bottom: 5px;
}

.radio-wrap input[type="radio"] {
  margin-left: 20px;
}

.aws-check {
  display: block;
  margin: 0 11px;
  list-style-type: none;
}

.aws-check li {
}

.aws-check li:before {
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 25px;
  color: #16a085;
}

.js-editor {
  width: 600px;
  height: 400px;
}

/* TinyMCE */
.mce-edit-area.mce-container.mce-panel {
  height: calc(100% - 35px);
}

#psnap_blindtext_ifr,
.mce-container-body,
.mce-container.mce-tinymce,
.mce-tinymce .mce-container-body.mce-stack-layout {
  height: 100%;
}

.wrap-only-license .wrap-inner-license {
  padding: 20px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .option-single {
    justify-content: center;
  }

  .option-single label {
    text-align: center;
    margin-right: 5px;
  }

  .option-single input[type="checkbox"] {
    margin-top: 5px;
  }

  .blindtext-text {
    height: 60vh;
  }

  .mce-container.mce-tinymce {
    height: 100%;
  }

  .mce-edit-area.mce-container.mce-panel {
    height: calc(100% - 104px);
  }

  .above-the-fold {
    height: unset;
  }

  input[type="radio"] {
    min-width: 25px;
  }

  .blindtext-modal {
    width: 88vw;
  }

  .blindtext-buttons {
    height: unset;
    margin-bottom: 15px;
  }

  .blindtext-save-close button {
    width: 100%;
  }

  .wrap-psnap > div {
    margin-right: 0;
  }

  .option-tabs > div {
    /* width: unset; */
    min-height: 160vh;
    max-width: calc(100vw - 40px);
  }

  .radio-wrap-option {
    margin-bottom: 15px;
  }

  input[type="text"].jscolor {
    width: 100%;
  }

  .wrap-option > div {
    /* min-width: 120vw; */
  }
  .option-tab-buttons {
    flex-wrap: wrap;
    height: 200px;
  }

  .wrap-option input[type="text"] {
    width: 90vw;
  }

  #psnap_option_default_category_background_color {
    width: 75vw;
  }

  .wrap-inner-license {
    max-width: 80%;
  }

  textarea#psnap_option_introduction {
    max-width: 90vw;
  }

  #psnap_option_website_logo,
  #psnap_option_favicon {
    width: 100%;
  }

  .wrap-default-category .button {
    margin-left: 30px;
  }
  .wrap-default-category {
    width: 90vw;
  }

  .wrap-option label {
    margin-bottom: 5px;
  }

  h2.hero-large-text,
  .page-header .entry-title,
  .page-header .page-title {
    font-size: 2em;
  }
}

.footer-widgets .sidebar .widget,
.sidebar .widget a,
.sidebar .widget a:hover {
  color: #ffffff !important;
}

.successful-activation {
  color: #33bf62;
  font-weight: bold;
  padding: 20px 0;
}

.error-activation {
  color: #e82b2b;
  font-weight: bold;
  padding: 20px 0;
}

.good-license {
  color: #33bf62;
}

.bad-license {
  color: #e82b2b;
}

.wp-core-ui .button.button-buy {
  background-color: #ff8c00;
  border-color: #ff8c00;
  box-shadow: none;
  color: white;
}

.wp-core-ui .button.button-buy:hover {
  background-color: rgb(250, 165, 60);
  border-color: rgb(250, 165, 60);
}

.wp-core-ui .button.button-deactivate {
  background-color: #e12d2d;
  border-color: #e12d2d;
  box-shadow: none;
  color: white;
  margin-right: 12px;
}

.wp-core-ui .button.button-deactivate:hover {
  background-color: #f34949;
  border-color: #f34949;
}

.option-single-left {
  min-width: 180px;
  margin: 5px 0;
}

.option-single-right {
  min-width: 400px;
  margin: 5px 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 34px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #ff8c00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff8c00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}

#title-preview-select {
  min-height: 500px;
  width: 299px;
  overflow: hidden;
}

#titles-selected {
  min-height: 500px;
  resize: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#titles-selected i.fas {
  color: #e21e27;
  font-size: 14px;
}

#title-preview-select i.fas {
  color: #316f35;
  font-size: 14px;
}

/* #titles-selected::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 

#titles-selected::-webkit-scrollbar-thumb {
    background-color: #000000;
} */

.category-selected {
}

.filter-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 10px 0; */
}

.filter-button-arrow-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: bold;
}

button.filter-select-button.button {
  /* margin: 0 10px; */
  min-width: 35px;
  margin: 2px;
  width: 40px;
}

button.button.filter-active,
button.button.filter-active:focus {
  /* background-color: #FF8C00; */
  border-color: #ff8c00 #dc7900 #dc7900;
  background: #ff8c00;
  box-shadow: 0 1px 0 #ff8c00;
  text-shadow: 0 -1px 1px #ff8c00, 1px 0 1px #ff8c00, 0 1px 1px #ff8c00,
    -1px 0 1px #ff8c00;
}

button.button.filter-active:hover {
  background: #ff981b;
}

#modal-offset {
  text-align: center;
}

#modal-inner-offset {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 100px;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 115px);
  z-index: 99;
  background: #f1f1f1;
  border: 2px solid darkgray;
  padding: 20px;
}

div#modal-offset {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
}

#modal-offset-title {
  color: #333333;
  font-weight: bold;
}

#modal-offset-value {
  width: 100px;
  text-align: center;
}

.wrap-support {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 25px;
}

@media screen and (max-width: 1218px) {
  .wrap-support {
    position: initial;
    width: 100%;
  }
}

.button.button-support {
  width: 200px;
  margin-top: 10px;
  width: 245px;
  height: 75px;
  font-size: 1.2em;
  white-space: normal;
  text-align: center;
  padding: 2px 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.button.button-support:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

.button-support i {
  font-size: 1.5em;
}

.button-support span {
  width: 125px;
}

.wrap-switch-mode {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 25px;
}

@media screen and (max-width: 1218px) {
  .wrap-switch-mode {
    position: initial;
    width: 100%;
  }
}

button#switch_mode {
  margin-top: 10px;
  width: 245px;
  height: 75px;
  background-color: #ff8c00;
  border-color: #e88000;
  box-shadow: 0 1px 0 #ff8c00;
  text-shadow: 0 -1px 1px #e88000, 1px 0 1px #e88000, 0 1px 1px #e88000,
    -1px 0 1px #e88000;
  font-size: 1.2em;
  white-space: normal;
  text-align: center;
  padding: 2px 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

button#switch_mode:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

#switch_mode i {
  width: 20px;
}

#switch_mode span {
  width: 200px;
}

.wrap-add-product {
  border: 1px solid lightgray;
  padding: 7px;
}

.wrap-add-product .wrap-add-title {
  margin-top: 30px;
  margin-bottom: 24.5px;
}

.wrap-filter-options {
  border: 1px solid lightgray;
  padding: 7px;
}

.tooltip {
}

.tooltip .tooltiptext {
  display: none;
  z-index: 99;
  /* max-width: 450px; */
  background: #fff;
  border: 1px solid darkgray;
  border-radius: 6px;
  padding: 5px;
  margin-left: 5px;
  text-align: left;

  color: rgb(50, 55, 60);
  font-weight: normal;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: absolute;
}

#title-preview-select:checked {
  background: yellow;
  color: red;
}
.tooltip:hover .tooltiptext {
  display: block;
}

div.wrap-realease-comparisons {
  border-bottom: 1px solid lightgray;
  padding-bottom: 40px;
}

select#title-preview-select:hover {
  cursor: url(/wp-content/plugins/portalheld-plugin/img/plus_maus.png), pointer;
}

select#titles-selected:hover {
  cursor: url(/wp-content/plugins/portalheld-plugin/img/minus_maus.png), pointer;
}

button.ms-choice {
  display: none;
}

li.ms-select-all {
  display: none !important;
  visibility: hidden;
}

.ms-parent {
  height: 525px;
}

.ms-drop.bottom {
  top: 0;
}

.ms-drop.bottom ul {
  text-align: left;
  overflow-x: hidden;
}

.ms-drop.bottom {
  min-height: 500px;
}

.ms-drop .ms-no-results {
  visibility: hidden;
}

.ms-parent input[type="checkbox"] {
  /* visibility: hidden; */
  display: none;
}

.ms-drop.bottom li {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 0;
}

.ms-drop {
  z-index: 98;
}

#reset_title_database {
  margin-top: 30px;
}

#reset_title_database_verification {
  margin-top: 10px;
}

.product-name {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ms-drop.bottom li {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 0;
  }

  .wrap-section.section-merkabsatz {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
  }

  .section-merkabsatz i.fa.fa-thumbs-o-up {
    position: unset;
    padding-bottom: 10px;
  }

  img.section-image {
    float: unset;
    margin: 0;
  }

  .wrap-section.has-image {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .wrap-amazon-box {
    justify-content: center;
  }

  .wrap-amazon-box .amazon-image {
    margin-left: 0;
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;
  }

  .amazon-tables {
    margin-bottom: 0;
  }

  #primary {
    padding-top: 0;
  }

  .amazon-image a {
    text-align: center;
  }

  .wrap-amazon-box .psnap_feature_list {
    margin-left: 0;
    /* padding: 0 10vw; */
  }

  .wrap-amazon-boxes .psnap_feature_list li {
    padding-left: 2.3em;
  }

  .wrap-amazon-boxes .psnap_feature_list li:before {
    margin-left: -2.3em;
    width: 2.3em;
  }

  div#ajaxsearchlite1 {
    max-width: calc(100% - 3vw);
  }
}

.mce-tinymce {
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}

.ph_divider {
  min-height: 25px;
  object-fit: cover;
}

.blindtext-text .mce-tinymce .mce-container-body {
  background: #213454;
  color: white;
}

.blindtext-text .mce-tinymce .mce-container-body * {
  background: #213454;
  color: white;
}

.blindtext-text .mce-container.mce-panel * {
  color: white;
}

.blindtext-text .mce-container.mce-panel {
  background: #213454;
}

.blindtext-text .mce-container.mce-flow-layout-item.mce-btn-group > div {
  background: none;
}

.blindtext-text .mce-container.mce-panel .mce-textbox {
  color: black;
}

.blindtext-text .mce-container-body.mce-abs-layout {
  background-color: white;
}

.blindtext-text .mce-container.mce-panel #mceu_35-button span.mce-txt {
  color: black;
}

.blindtext-text
  .mce-widget.mce-btn.mce-abs-layout-item.mce-last.mce-btn-has-text {
  background: #1e6abc;
}

.blindtext-text .mce-container.mce-panel label {
  color: black;
}

div.rating-slider {
  width: 300px;
  background: #cccccc;
  /* border: 1px solid lightgray; */
  height: 1e;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.wrap-slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.wrap-slider-values {
  width: 100px;
  display: flex;
  justify-content: space-between;
}

.rating-slider .ui-slider-range {
  background: darkorange;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  top: -1px;
  height: 114%;
}

.rating-slider .ui-slider-handle {
  border-radius: 45px;
  width: 19px;
  height: 18px;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.rating-slider .ui-slider-handle:hover {
  cursor: pointer;
}

input.custom-rating-value-percent,
input.custom-rating-value {
  background: white;
  color: #616161;
  max-width: 36px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  height: 21px;
  text-align: center;
  border: 0;
  font-weight: 600;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.option-single.option-custom-rating {
  position: relative;
  align-items: flex-end;
}

.option-single label:not(.switch) {
  min-width: 100px;
}

/* .wrap-option-preview {
    display: flex;
    justify-content: space-between;
} */

/* Saved notif*/
#data-saved-notif {
  display: none;
}

.wrap-data-saved {
  position: fixed;
  top: 50px;
  left: 200px;
  padding: 10px;
  background: #4caf50;
  border: 2px solid #64c5684d;
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 2px 2px #5a5a5a7a;
  z-index: 10001;
}

.wrap-data-saved i.far.fa-save {
  margin-right: 6px;
  font-size: 24px;
}

#data-saved-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.158);
}

@media screen and (min-width: 940px) {
  aside.widget.widget_execphp {
    width: 25vw;
  }
}

@media screen and (max-width: 939px) {
  #secondary aside.q2w3-widget-clone-sidebar-1 {
    display: none !important;
  }

  #secondary aside {
    position: relative !important;
    top: 0 !important;
  }
}

.edit-post-visual-editor.editor-styles-wrapper,
.editor-writing-flow.block-editor-writing-flow {
  height: unset;
  margin-bottom: 25px;
}

.ph-debug {
  border: 2px solid lightcoral;
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  display: none;
}

.wrap-amazon-box:first-child {
  margin-top: 0;
}

.wrap-section:last-child {
  margin-bottom: 0;
}

.option-info {
  max-width: 600px;
  display: block;
}

.pa-5-warning {
  color: darkorange;
}

.pa-5-warning {
  color: white;
  display: flex;
  /* flex-wrap: wrap; */
  background-color: darkorange;
  padding: 10px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
}

#psnap_amazon_own_keys + span.slider {
  background: #49c449;
  box-shadow: inset 0 1px 3px #102d109c, 0 1px rgba(255, 255, 255, 0.1);
}

#psnap_amazon_own_keys:checked + span.slider {
  background: #ff8c00;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}

.ph-aws-use > span {
  background: #3c9d3c;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #00000021;
}

.pa-5-help {
  text-align: center;
  font-weight: bold;
  font-size: 125%;
}

.pa-5-warning a {
  color: white;
}

