@charset "UTF-8";
@font-face {
  font-family: 'Edo SZ';
  src: url("fonts/EdoSZ.woff2") format("woff2"), url("fonts/EdoSZ.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 15px !important;
  }
  .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel {
    border-bottom: 0px !important;
  }
  .slick-dots {
    display: none !important;
  }
}

.no-overflow-hidden {
  overflow: visible;
}

.gb-container-01bbb8fd > .gb-inside-container {
  z-index: 11;
}

.gb-highlight {
  font-family: 'Edo SZ';
}

.paragraph-no-margin p {
  margin-bottom: 0px;
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.animated-track {
  background: url(../img/track_animated.svg) no-repeat center;
  background-size: cover;
}

.slick-slider .slick-list .slick-track {
  padding: 20px 0px;
}

.slick-slider button.slick-prev, .slick-slider button.slick-next {
  font-size: 50px;
  top: 130px;
}

.slick-slider button.slick-prev {
  left: -35px;
}

.slick-slider button.slick-next {
  right: -35px;
}

video.background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  opacity: 1;
}

@media (max-width: 768px) {
  video.background-video {
    display: none;
  }
}

.gb-container-5eb708e0 > .gb-inside-container:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to top left, rgba(113, 192, 36, 0.5) 10%, rgba(10, 38, 64, 0.9) 40%);
  z-index: -1;
}

#site-navigation .inside-navigation {
  padding-top: 10px;
}

#site-navigation .inside-navigation .navigation-branding {
  margin-left: 20px;
}

#site-navigation .inside-navigation .navigation-branding .site-logo img {
  max-width: 350px;
  height: auto;
}

.wp-show-posts-single.type-add-on {
  text-align: center;
}

.wp-show-posts-single.type-add-on i {
  font-size: 3em;
  margin-bottom: 20px;
  color: #113659;
}

.wp-show-posts-single.type-videos .wp-show-posts-inner {
  font-size: 0.9em;
  margin: 0 0 30px;
  border-radius: 10px;
  border-color: #091c2e !important;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.wp-show-posts-single.type-videos .wp-show-posts-inner header, .wp-show-posts-single.type-videos .wp-show-posts-inner .wp-show-posts-entry-summary {
  display: none;
}

.wp-show-posts-single.type-videos .wp-show-posts-inner .wp-show-posts-image {
  margin: 0px;
  border: 0px;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 23px 4px rgba(0, 0, 0, 0.1);
  margin: 0px;
  font-size: .9em;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .wp-show-posts-entry-content {
  padding: 20px 30px;
  margin: 0px;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .wp-show-posts-entry-content p {
  margin-bottom: 0px;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta {
  border-top: 1px solid #ddd;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta {
    padding: 10px 20px;
  }
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta .icon {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: url(/wp-content/uploads/2021/08/icon-play-store.png) no-repeat center;
  background-size: contain;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta .icon.apple {
  background-image: url(/wp-content/uploads/2021/08/icon-app-store.png);
}

@media (max-width: 768px) {
  .wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta .user {
  width: 40%;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta .user div:last-child {
  font-size: .8em;
  color: #777;
  text-transform: uppercase;
}

.wp-show-posts-single.type-ratings .wp-show-posts-inner .ratings-meta .stars {
  font-size: 1.3em;
  color: #F2DC35;
}

.wp-show-posts-faq > article {
  margin-bottom: 0px !important;
  transition: all ease 3s;
}

.wp-show-posts-faq > article.expanded.wp-show-posts-single .wp-show-posts-inner:before {
  transform: rotate(90deg);
}

.wp-show-posts-faq > article.expanded.wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-content {
  display: block;
}

.wp-show-posts-faq > article.expanded.wp-show-posts-single .wp-show-posts-inner header h5 {
  color: #000;
}

.wp-show-posts-faq .wp-show-posts-single {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.wp-show-posts-faq .wp-show-posts-single:first-child {
  border-top: 0px;
}

.wp-show-posts-faq .wp-show-posts-single:first-child .wp-show-posts-inner {
  border-radius: 10px 10px 0px 0px;
}

.wp-show-posts-faq .wp-show-posts-single:last-child .wp-show-posts-inner {
  border-radius: 0px 0px 10px 10px;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner {
  color: #555;
  padding: 20px 30px 20px 30px;
  position: relative;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner header {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner {
    padding: 15px 20px;
  }
  .wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner:before {
    top: 15px !important;
  }
}

.faq-compact .wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner {
  padding: 10px;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 25px;
  top: 21px;
  transition: all ease .2s;
}

.faq-compact .wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner:before {
  font-size: .7em;
  top: 14px;
  right: 15px;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner a {
  color: #555;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner a:hover {
  color: #000;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner header {
  margin-bottom: 0px;
  cursor: pointer;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner header h5 {
  font-size: 1em;
}

.faq-compact .wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner header h5 {
  font-size: .9em;
}

.wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-content {
  display: none;
  margin-top: 10px;
  font-size: .9em;
}

.faq-compact .wp-show-posts-faq .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-content {
  font-size: .8em;
}

.gb-button {
  border-radius: 5px;
}

.smr-youtube-image-grid a {
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  transition: all ease .3s;
}

.smr-youtube-image-grid a:hover {
  border-color: rgba(0, 0, 0, 0.7);
  color: #F2DC35;
}

.smr-youtube-image-grid a:hover:before {
  opacity: 1;
}

.smr-youtube-image-grid a:hover:after {
  opacity: 1;
}

.smr-youtube-image-grid a:before, .smr-youtube-image-grid a:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  transition: all ease .3s;
}

.smr-youtube-image-grid a:before {
  content: "";
  background: linear-gradient(to bottom right, rgba(17, 54, 89, 0.3), #113659);
  opacity: 0;
}

.smr-youtube-image-grid a:after {
  opacity: 0;
  font-size: 3em;
  content: "\f04b";
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 0px;
  right: 0px;
  margin-top: -40px;
  text-align: center;
}

.page-template-manual .alert {
  padding: 20px 30px;
  background: #eee;
  margin: 20px 0px 30px 0px;
  border-radius: 10px;
}

.page-template-manual .alert a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.page-template-manual .alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
}

.page-template-manual .alert.alert-danger {
  background: #f8d7da;
  color: #721c24;
}

.page-template-manual .alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
}

.page-template-manual h2 {
  font-size: 1.8em;
}

.page-template-manual div + h2, .page-template-manual p + h2 {
  margin-top: 30px;
}

.page-template-manual .dynamic-entry-content ul, .page-template-manual .dynamic-entry-content ol {
  margin-left: 20px;
}

.page-template-manual .dynamic-entry-content ul li:not(:last-child), .page-template-manual .dynamic-entry-content ol li:not(:last-child) {
  margin-bottom: 15px;
}

.page-template-manual .dynamic-entry-content ul {
  list-style-type: square;
}

.page-template-manual .dynamic-entry-content ul li::marker {
  color: #ccc;
}

.smr-button-default,
.smr-article-list-item .read-more-container a {
  background: none;
  color: #113659;
  border: 1px solid #113659;
}

.smr-button-default:hover,
.smr-article-list-item .read-more-container a:hover {
  background: #113659;
  color: #fff;
}

.smr-article-list-item {
  margin: 0 0 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.smr-article-list-item > .gb-inside-container {
  padding: 30px;
}

.smr-article-list-item > .gb-inside-container > h3 {
  margin-top: 0px;
}

.smr-article-list-item > .gb-inside-container > h3 > a.anchor {
  display: none;
}

.smr-article-list-item > .gb-inside-container .wp-block-post-title {
  font-size: 25px;
  margin-bottom: 10px;
}

.smr-article-list-item > .gb-inside-container .wp-block-post-title a {
  color: #113659;
}

.smr-article-list-item .read-more-container {
  margin-top: 20px;
}

.smr-article-list-item .read-more-container a {
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  color: #113659;
  font-weight: normal;
  padding: 10px 15px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17, 54, 89, 0.54);
  transition: all 0.2s ease-in;
}

.smr-article-list-item .read-more-container a:after {
  content: "\f30b";
  font-family: 'Font Awesome 5 Pro';
  margin-left: .5em;
}

.smr-article-list-item .read-more-container a:hover {
  background: none;
  color: #113659;
  transform: translate3d(0px, -3px, 0);
}

.smr-accordion-navigation {
  padding: 40px 40px 20px 40px;
  background: #f6f6f6;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .smr-accordion-navigation {
    padding: 30px 20px 20px 20px;
    display: none;
  }
  .smr-accordion-navigation.show-manual-navigation {
    display: block;
  }
}

.smr-accordion-navigation h5 {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 500;
}

.smr-accordion-navigation h5.single_item {
  display: inline-block;
  margin: 0px 0px 30px -15px;
}

.smr-accordion-navigation h5.single_item a {
  border-radius: 5px;
  background: #71c024;
  display: block;
  padding: 10px 15px;
  color: #fff;
}

.smr-accordion-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 30px -15px;
}

.smr-accordion-navigation ul li {
  margin-bottom: 5px;
}

.smr-accordion-navigation ul li a {
  color: inherit;
  display: inline-block;
  padding: 4px 15px 6px 15px;
  transition: all ease 0.3s;
  font-size: .9em;
}

.smr-accordion-navigation ul li a:hover {
  background: #eee;
  border-radius: 3px;
  color: #000;
  box-shadow: inset 1px 1px 3px #ccc;
}

.smr-accordion-navigation ul li.active a {
  background: #eee;
  border-radius: 3px;
  color: #000;
  box-shadow: inset 1px 1px 3px #ccc;
}

.times-read {
  text-align: center;
  display: block;
  margin: 10px 0px;
}

.helpful {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  margin-top: 0px;
}

.helpful button {
  padding: 5px 15px;
  font-size: 1em;
  border-radius: 3px;
  background: none;
  border: 1px solid #aaa;
  color: #333;
}

.helpful > .helpful-header h3.helpful-headline {
  font-size: 1.1em;
  margin: 0px 15px 0px 0px;
}

.helpful .helpful-controls {
  display: flex;
  margin-top: 0px;
}

.helpful .helpful-controls > div:first-child {
  margin-right: 10px;
}

.helpful .helpful-controls > div:first-child button.helpful-button {
  border-color: #58951c;
  color: #58951c;
}

.helpful .helpful-controls > div:first-child button.helpful-button:before {
  content: "\f164";
}

.helpful .helpful-controls > div button.helpful-button {
  padding: 10px 15px;
  font-size: 1em;
  border-radius: 3px;
  background: none;
  border: 1px solid darkred;
  color: darkred;
  white-space: nowrap;
  height: auto;
}

.helpful .helpful-controls > div button.helpful-button:before {
  content: "\f165";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 800;
  margin-right: 5px;
}

.helpful .helpful-feedback-form {
  padding: 10px;
}

.helpful .helpful-feedback-controls {
  display: flex;
}

.helpful .helpful-feedback-controls div:first-child {
  margin-right: 5px;
}

.helpful .helpful-feedback-controls div:last-child button {
  background: #71c024;
  color: #fff;
  width: auto;
  height: auto;
}

.helpful .feedback-note p {
  margin-bottom: 10px;
}

.helpful .group label {
  display: none;
}

.helpful .group textarea {
  margin-bottom: 10px;
}

.smr-voting {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  text-align: center;
}

.smr-voting > div:first-child {
  margin-bottom: 20px;
}

.smr-voting div > span {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  font-size: .9em;
}

@media (max-width: 768px) {
  .smr-voting div > span {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.smr-voting a {
  display: inline-block;
  font-size: 1em;
  padding: 5px 0px 5px 15px;
  border: 1px solid #58951c;
  color: #58951c;
  border-radius: 5px;
}

.smr-voting a:first-of-type {
  margin-right: 10px;
}

.smr-voting a:first-of-type:hover {
  color: #58951c;
}

.smr-voting a:last-of-type {
  color: darkred;
  border-color: darkred;
}

.smr-voting a i {
  margin-right: .3em;
}

.smr-voting a span {
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
  opacity: .5;
  font-size: .9em;
  margin-right: 10px;
}

.smr-voting + .times-read {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.smr-list-no-bullets ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px !important;
}

.smr-list-no-bullets ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0px !important;
}

.smr-list-no-bullets ul li:last-child {
  border-bottom: 0px;
}

.smr-badge {
  display: inline-block;
  background: #eee;
  padding: 3px 10px;
  font-size: .9em;
  border-radius: 3px;
}

.smr-badge.smr-badge-troubleshooting {
  background: #ffc260;
}

.smr-badge.smr-badge-addon {
  background: #71c024;
  color: #fff;
}

.smr-badge.smr-badge-manual {
  background: #113659;
  color: #fff;
}

.smr-badge.smr-badge-release {
  background: #F2DC35;
}

body.search .inside-article,
body.search .page-header {
  text-align: center;
}

.inside-article ul {
  margin-left: 20px;
}

.inside-article ul li:not(:last-child) {
  margin-bottom: 10px;
}

.image-rounded,
.image-rounded img {
  border-radius: 10px !important;
}

.wp-block-search .wp-block-search__input {
  -webkit-appearance: none;
  font-size: 2rem;
  color: #fff;
  padding: 20px 30px;
  border-radius: 5px 0px 0px 5px;
  background: #0b243b;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color ease .3s;
}

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

.wp-block-search .wp-block-search__input ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  color: #fff;
  fill: #fff;
}

.wp-block-search .wp-block-search__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  /* Firefox */
}

.wp-block-search .wp-block-search__input:focus {
  background: #0b243b;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  outline: none;
}

.wp-block-search .wp-block-search__input:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0);
}

.wp-block-search .wp-block-search__button {
  font-size: 2rem;
  margin: 0px;
  border: 1px solid #71c024;
  border-radius: 0px 5px 5px 0px;
  background: #71c024;
}

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__button {
    font-size: 1.5rem;
  }
}

.wp-block-search .wp-block-search__button svg {
  fill: #fff;
}

.search-suggestions a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 3px;
  color: #B7E992;
}

.search-suggestions a:hover {
  color: #71c024;
}

.manual-container h2, .manual-container h3 {
  position: relative;
  margin-top: 35px;
  margin-bottom: 15px;
}

.manual-container h2 .anchor, .manual-container h3 .anchor {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z' fill='%23000000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 20px;
  opacity: .5;
  transition: all ease .3s;
  cursor: pointer;
}

.manual-container h2 .anchor:hover, .manual-container h3 .anchor:hover {
  opacity: 1;
}

.wp-block-code code {
  font-family: monospace !important;
}

.wrap_svl_center {
  font-size: 0px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#powerTip p {
  margin: 10px;
  font-size: 1rem;
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  font-size: 1rem;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--base-2);
}

.wpseo_breadcrumb span span:not(:first-child):before {
  content: "→";
  display: inline-block;
  margin-right: 5px;
  color: #555;
}

.wpseo_breadcrumb span span a {
  color: #777;
}

.wpseo_breadcrumb span span.breadcrumb_last {
  display: none;
}

.cars-filter-form input[type="text"], .cars-filter-form select {
  background: none;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #fff;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 10px;
}

.cars-filter-form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel {
  border-bottom: 5px solid #ddd;
  display: flex;
  width: calc(100% - 120px);
  justify-content: center;
  margin: 0px auto 50px auto;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab {
  border-radius: 0px !important;
  border-bottom: 5px solid transparent;
  margin-bottom: -5px;
  transition: all ease .3s;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab span {
  color: rgba(17, 54, 89, 0.7);
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab.uagb-tabs__active {
  background: none;
  border-bottom-color: #113659;
  border-radius: 0px;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab.uagb-tabs__active span {
  color: #113659;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab:hover {
  border-bottom-color: #113659;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab:hover span {
  color: #113659;
}

@media (max-width: 768px) {
  .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab {
    border-left-width: 0px;
    border-right-width: 0px;
    margin: 10px 7px 10px 7px;
    padding: 5px 5px 10px 5px !important;
    font-size: 1.1rem;
  }
}

.smr-tab-navigation {
  margin-top: 50px;
  text-align: center;
  border-bottom: 1px solid #999;
}

@media (max-width: 1024px) {
  .smr-tab-navigation {
    border-bottom: 0px;
  }
}

.smr-tab-navigation a {
  display: inline-block;
  color: #999;
  border: 1px solid transparent;
  padding: 15px 30px;
  position: relative;
  bottom: -1px;
  border-radius: 5px 5px 0px 0px;
}

@media (max-width: 1024px) {
  .smr-tab-navigation a {
    display: block;
    text-align: left;
    border-radius: 5px;
  }
}

.smr-tab-navigation a.active, .smr-tab-navigation a:hover {
  border-color: #999;
  color: #113659;
  border-bottom-color: #fff;
}

@media (max-width: 1024px) {
  .smr-tab-navigation a.active, .smr-tab-navigation a:hover {
    border: 0px;
    background: #71c024;
    color: #fff;
  }
}

.smr-tab-navigation a.active {
  font-weight: bold;
}

.smr-tab-navigation a i {
  margin-right: 10px;
}

.tab-pane {
  display: none;
}

.tab-pane.show {
  display: block;
}

.smr-database-filters {
  text-align: center;
  margin: 50px 0px 30px 0px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}

.smr-database-filters select, .smr-database-filters input {
  margin-bottom: 10px;
}

.smr-database-filters select:not(:last-child), .smr-database-filters input:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .smr-database-filters select, .smr-database-filters input {
    width: 100% !important;
    display: block;
  }
}

.smr-database-filters select {
  width: 180px;
}

.smr-database-filters input {
  padding: 8px 8px 7px 8px;
  width: 250px;
}

.smr-database-headline {
  text-align: center;
  font-size: 2em;
  margin-bottom: 50px;
}

.smr-database-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  justify-content: center;
}

.smr-database-items .smr-database-item {
  width: calc(25% - 30px);
  margin: 0px 15px 30px 15px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 23px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: 0px;
}

@media (max-width: 768px) {
  .smr-database-items .smr-database-item {
    width: 100%;
    margin-right: 15px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .smr-database-items .smr-database-item {
    width: calc(50% - 30px);
  }
}

.smr-database-items .smr-database-item.car {
  background: #113659;
}

.smr-database-items .smr-database-item a {
  display: block;
}

.smr-database-items .smr-database-item span {
  position: absolute;
  right: -64px;
  background: #71c024;
  color: #eee;
  width: 200px;
  font-size: .8em;
  text-align: center;
  transform: rotate(45deg);
  top: 25px;
  z-index: 1;
}

.smr-database-items .smr-database-item.digital132 a > span {
  background: #629311;
}

.smr-database-items .smr-database-item.digital124 a > span {
  background: #186d88;
}

.smr-database-items .smr-database-item.digital143 a > span {
  background: #ac6000;
}

.smr-database-items .smr-database-item strong {
  display: block;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  transition: all ease .3s;
  border: 20px solid #fff;
}

.smr-database-items .smr-database-item.car strong {
  background-color: #fff;
  height: 230px;
}

.smr-database-items .smr-database-item h3 {
  text-align: center;
  font-size: .9em;
  padding: 20px;
  color: #fff;
  margin: 0px;
}

.smr-database-items .smr-database-item:hover strong {
  transform: scale(1.03);
}

.smr-database-pagination {
  text-align: center;
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}

.smr-database-pagination li {
  display: inline-block;
  margin: 0px;
}

.smr-database-pagination li a {
  background: #eee;
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
  font-size: 1.3em;
  display: inline-block;
  color: #777;
  transition: all ease 0.2s;
}

.smr-database-pagination li a.active, .smr-database-pagination li a:hover {
  background: #71c024;
  color: #fff;
}

.smr-database-image {
  border: 1px solid #ddd;
  display: block;
  font-size: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.smr-database-image:not(:first-child) {
  display: inline-block;
  width: 33%;
  margin-right: 20px;
}

.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
  display: none;
}

#sticky-navigation {
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#sticky-navigation > .inside-navigation {
  padding: 10px 40px;
}

#sticky-navigation #language-switch {
  color: #555;
  border-color: rgba(0, 0, 0, 0.2);
}

#sticky-navigation #language-switch:hover {
  border-color: #555;
}

#language-switch {
  color: #fff;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 45px;
  min-height: 45px;
  padding: 0px 20px 0px 35px;
  font-weight: normal;
  font-size: 1em;
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
  transition: all ease .3s;
}

#language-switch:hover {
  border-color: #fff;
}

#language-switch:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  background: url(../img/deutsch.png) no-repeat center;
  background-size: cover;
  left: 15px;
  top: 10px;
}

#language-switch.english:before {
  background-image: url(../img/english.png);
}

#language-switch span {
  display: block;
  margin-left: 15px;
}

#smr-navigation-container {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

#smr-navigation-container .search-trigger {
  color: #fff;
  font-size: 1.5em;
  padding: 0px 10px;
  z-index: 1;
  border-radius: 55px;
  text-align: center;
  transition: all ease .3s;
  position: relative;
}

#sticky-navigation #smr-navigation-container .search-trigger {
  color: #555;
}

@media (max-width: 380px) {
  #smr-navigation-container .search-trigger {
    display: none;
  }
}

#smr-navigation {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
}

#smr-navigation.open {
  overflow: visible;
}

@media (max-width: 1279px) {
  #smr-navigation.open:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}

#smr-navigation.open > a.open {
  opacity: 0;
  transform: rotate(180deg);
}

#smr-navigation.open > a.close {
  opacity: 1;
  transform: rotate(-180deg);
}

#smr-navigation.open > ul {
  opacity: 1;
  transform: translate(0px, -15px);
}

#smr-navigation > a {
  color: #fff;
  font-size: 2em;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  border-radius: 55px;
  width: 55px;
  height: 55px;
  text-align: center;
  transition: all ease .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sticky-navigation #smr-navigation > a.open {
  color: #555;
}

#smr-navigation > a.close {
  background: #B7E992;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

#smr-navigation > ul {
  display: flex;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
  background: linear-gradient(to bottom, #113659, #0d2944);
  padding: 40px 80px 40px 50px;
  border-radius: 5px;
  z-index: 1;
  transition: all ease-in .3s;
}

@media (max-width: 1279px) {
  #smr-navigation > ul {
    display: block;
    max-height: calc(100vh - 50px);
    overflow: auto;
    transition: none;
  }
}

#smr-navigation > ul > li:not(:last-child) {
  margin-right: 2.5em;
}

@media (max-width: 1279px) {
  #smr-navigation > ul > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#smr-navigation > ul > li > a {
  display: block;
  white-space: nowrap;
  color: #B7E992;
  font-weight: normal;
  font-size: 1.7em;
  font-family: 'Edo SZ';
  margin-bottom: 15px;
}

#smr-navigation > ul > li > ul,
#smr-navigation > ul > li > ul ul {
  background: none;
  display: block;
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  float: none;
}

#smr-navigation > ul > li > ul li,
#smr-navigation > ul > li > ul ul li {
  display: block;
  padding-bottom: 10px;
}

#smr-navigation > ul > li > ul li.big,
#smr-navigation > ul > li > ul ul li.big {
  padding-bottom: 15px;
}

#smr-navigation > ul > li > ul li.big:hover a > div:first-child,
#smr-navigation > ul > li > ul ul li.big:hover a > div:first-child {
  filter: none;
}

#smr-navigation > ul > li > ul li.big a,
#smr-navigation > ul > li > ul ul li.big a {
  background: #0a2137;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  transition: all ease .3s;
}

#smr-navigation > ul > li > ul li.big a span,
#smr-navigation > ul > li > ul ul li.big a span {
  border: 0px;
  padding: 0px;
  font-size: .8em;
}

#smr-navigation > ul > li > ul li.big a > div:first-child,
#smr-navigation > ul > li > ul ul li.big a > div:first-child {
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100px;
  background-position: center;
  position: relative;
  transition: all ease .3s;
}

#smr-navigation > ul > li > ul li.big a > div:first-child:after,
#smr-navigation > ul > li > ul ul li.big a > div:first-child:after {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
}

#smr-navigation > ul > li > ul li.big a > div:last-child,
#smr-navigation > ul > li > ul ul li.big a > div:last-child {
  padding: 10px 20px;
}

#smr-navigation > ul > li > ul li a,
#smr-navigation > ul > li > ul ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 1.1em;
  white-space: nowrap;
  position: relative;
}

#smr-navigation > ul > li > ul li a i:not(.icon),
#smr-navigation > ul > li > ul ul li a i:not(.icon) {
  font-size: .8em;
  margin-left: 3px;
  opacity: 0;
  transition: all ease .5s;
  position: relative;
  left: 0px;
}

#smr-navigation > ul > li > ul li a span,
#smr-navigation > ul > li > ul ul li a span {
  display: block;
  font-size: .85em;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  white-space: normal;
  min-width: 300px;
}

#smr-navigation > ul > li > ul li a:hover i:not(.icon),
#smr-navigation > ul > li > ul ul li a:hover i:not(.icon) {
  left: 3px;
  opacity: 1;
}

#smr-navigation > ul > li > ul li:last-child a span,
#smr-navigation > ul > li > ul ul li:last-child a span {
  border-bottom: 0px;
  padding-bottom: 0px;
}

body.search-open #page {
  filter: blur(5px);
}

body.search-open .smr-search-container {
  display: flex;
}

.smr-search-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
  font-size: 0px;
}

.smr-search-container input, .smr-search-container button {
  font-size: 2rem;
  color: #fff;
  padding: 20px 30px;
  border-radius: 5px 0px 0px 5px;
}

@media (max-width: 768px) {
  .smr-search-container input, .smr-search-container button {
    font-size: 1.1rem;
  }
}

.smr-search-container input:focus, .smr-search-container button:focus {
  outline: none;
}

.smr-search-container input {
  width: 700px;
  max-width: 70vw;
  background: rgba(5, 20, 33, 0.6);
  border-color: #777;
}

.smr-search-container input:focus {
  border-color: #777;
  color: #fff;
  background: rgba(5, 20, 33, 0.6);
}

.smr-search-container button {
  border-radius: 0px 5px 5px 0px;
  background: #71c024;
}

.smr-search-container button svg {
  fill: #fff;
  font-size: 2rem;
}

.smr-search-container .text {
  text-align: center;
  display: block;
  margin-top: 15px;
}

.smr-search-container .text a {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.smr-search-container .text a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  #site-navigation .inside-navigation {
    padding-bottom: 10px;
    background: linear-gradient(to bottom, rgba(10, 38, 64, 0.7), rgba(10, 38, 64, 0.3));
  }
  #site-navigation .inside-navigation .navigation-branding .site-logo {
    background: url(/wp-content/uploads/2021/08/Logo-horizontal-dunkler-Hintergrund.png) no-repeat center;
    background-size: contain;
  }
  #site-navigation .inside-navigation .navigation-branding .site-logo img {
    visibility: hidden;
    max-width: 150px;
  }
  #smr-navigation > ul > li > ul li a i:not(.icon), #smr-navigation > ul > li > ul ul li a i:not(.icon) {
    display: none;
  }
  #language-switch {
    border: 0px;
    padding: 0px 10px 0px 25px;
    margin-right: 10px;
  }
  #sticky-navigation > .inside-navigation {
    padding: 0px;
  }
  .navigation-branding img, .site-logo.mobile-header-logo img {
    height: 60px !important;
    max-width: 150px;
  }
  #smr-navigation.open > ul {
    padding: 20px;
    width: calc(100vw - 30px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    margin-right: -10px;
  }
  #smr-navigation > ul > li > ul li a, #smr-navigation > ul > li > ul ul li a {
    white-space: normal;
  }
  #smr-navigation > ul > li > ul li.big a > div:first-child, #smr-navigation > ul > li > ul ul li.big a > div:first-child {
    display: none;
  }
  #smr-navigation > ul > li > ul li a span, #smr-navigation > ul > li > ul ul li a span {
    min-width: 0px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* CSS in here for tablet only */
}

@media (min-width: 1025px) {
  /* CSS in here for desktop only */
}

.wpcf7 form > div label input, .wpcf7 form > div label textarea {
  padding: 10px 0px;
  display: block;
  margin-top: 10px;
  border: 0px;
  border-bottom: 1px solid #ccc;
}

.wpcf7 form > div + div {
  margin-bottom: 20px;
}

.wpcf7 form .checkbox-container .wpcf7-list-item {
  display: block;
  margin: 0px;
}

.wpcf7 form .checkbox-container .wpcf7-list-item label {
  display: block;
  padding: 10px 0px;
}

.wpcf7 form .checkbox-container .wpcf7-list-item label input {
  display: inline-block;
  border: 0px;
}

.wpcf7 form .wpcf7-submit {
  border-radius: 5px;
}

.wpcf7 form .wpcf7-submit:disabled {
  background: #ddd;
}

.wpcf7 form .wpcf7-response-output {
  border: 0px;
  margin: 30px 0px 0px 0px;
  padding: 20px;
  border-radius: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #af5454;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
}

.smr-results {
  padding: 40px;
}

body.prepare-print {
  overflow: hidden;
  height: 100vh;
}

body.prepare-print .print_overlay {
  display: flex;
}

body.prepare-print .tab-pane {
  display: block !important;
}

body.prepare-print .chart_container {
  width: 900px;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
}

.smr-results h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
}

.smr-results .widget {
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 50px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .smr-results #result .widget {
    max-width: 100%;
    overflow: scroll;
    white-space: nowrap;
  }
}

.smr-results .text-center {
  text-align: center;
}

.smr-results h2 {
  margin-bottom: 10px;
}

.smr-results h4 {
  margin-bottom: 10px;
}

.smr-results .mt-5 {
  margin-top: 70px;
}

.smr-results table {
  border: 0px;
  border-collapse: collapse;
  margin-bottom: 0px;
}

.smr-results table tr:nth-child(even) th, .smr-results table tr:nth-child(even) td {
  background: #f9f9f9;
}

.smr-results table td, .smr-results table th {
  padding: 15px 10px;
  border: 0px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.smr-results table td i, .smr-results table th i {
  margin-right: 10px;
}

.smr-results table td > div, .smr-results table th > div {
  display: flex;
  align-items: center;
}

.smr-results table td > div .logo, .smr-results table th > div .logo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.smr-results table.table-with-borders td, .smr-results table.table-with-borders th {
  border: 1px solid #ddd;
}

.smr-results table.table-with-borders td:last-child, .smr-results table.table-with-borders th:last-child {
  border-right: 0px;
}

.smr-results table.table-with-borders td:first-child, .smr-results table.table-with-borders th:first-child {
  border-left: 0px;
}

.smr-results table thead tr td, .smr-results table thead tr th {
  border-top: 0px !important;
}

.smr-results table tr:last-child td, .smr-results table tr:last-child th {
  border-bottom: 0px;
}

.smr-results .shares_laps {
  display: flex;
  overflow-x: auto;
  position: relative;
}

.smr-results .shares_laps table td span {
  display: inline-block;
  border-radius: 5px;
  padding: 0px 10px;
}

.smr-results .shares_laps > div {
  margin-right: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.smr-results .shares_laps > div table tr td:nth-child(2) span:before,
.smr-results .shares_laps > div table tr.very_slow td:nth-child(2) span:before,
.smr-results .shares_laps > div table tr.very_fast td:nth-child(2) span:before {
  display: inline-block;
  content: " ";
  width: 20px;
  margin-right: 10px;
  transform: rotate(-45deg);
  color: red;
  opacity: .5;
}

.smr-results .shares_laps > div table tr.overall_best td:nth-child(2) span:before,
.smr-results .shares_laps > div table tr.personal_best td:nth-child(2) span:before,
.smr-results .shares_laps > div table tr.very_slow td:nth-child(2) span:before,
.smr-results .shares_laps > div table tr.very_fast td:nth-child(2) span:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f309";
}

.smr-results .shares_laps > div table tr.overall_best td:nth-child(2) span:before,
.smr-results .shares_laps > div table tr.personal_best td:nth-child(2) span:before {
  color: #fff !important;
  transform: rotate(-180deg) !important;
}

.smr-results .shares_laps > div table tr.very_fast td:nth-child(2) span:before {
  transform: rotate(-135deg);
  color: #56aa19;
}

.smr-results .shares_laps > div table tr.personal_best td:nth-child(2) span {
  background: #56aa19;
  color: #fff;
}

.smr-results .shares_laps > div table tr.overall_best td:nth-child(2) span {
  background: #EA25BC;
  color: #fff;
}

.smr-results .shares_laps h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: inherit;
  text-transform: none;
  line-height: 100%;
  padding-left: 60px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.smr-results .shares_laps h3 strong {
  font-weight: normal;
  color: #999;
}

.smr-results .shares_laps h3 div {
  font-weight: normal;
  font-size: .7em;
  margin-top: 5px;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smr-results .shares_laps .fa-star {
  color: #f4dc50;
  text-shadow: 1px 1px 1px #777;
}

.smr-results .shares_laps .fa-wrench {
  color: #777;
}

.smr-results .shares_laps span.logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.smr-results .legend div span {
  margin-right: 20px;
  display: inline-block;
  margin-top: 10px;
}

.smr-results .legend div span i {
  margin-right: 10px;
}

.smr-results .legend div span i.fa-long-arrow-alt-up {
  transform: rotate(45deg);
  color: #56aa19;
}

.smr-results .legend div span i.fa-long-arrow-alt-down {
  transform: rotate(-45deg);
  color: red;
}

.chart_outer_container h3 {
  font-size: 1.3em;
  padding-bottom: 10px;
  text-align: center;
}

.chart_outer_container .chart_container {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.chart_outer_container + .chart_outer_container h3 {
  margin-top: 20px;
}

.sr-logo {
  background: url(../img/logo_smartrace_horizontal.png) no-repeat center;
  height: 60px;
  background-size: contain;
  margin-bottom: 50px;
}

#certificates .certificates-container {
  padding: 50px 0px;
}

#certificates .certificates-container .certificate {
  margin-right: 13px;
  max-width: 700px;
  padding: 20px;
  margin: 0px auto 30px auto;
  text-align: center;
  background: url(../img/flag.jpg);
}

#certificates .certificates-container .certificate .content {
  padding: 20px 20px 50px 20px;
  background: #fff;
}

#certificates .certificates-container .certificate .content .medal {
  width: 180px;
  height: 180px;
  background: #FFD700;
  border-radius: 180px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  font-weight: bold;
  color: #998100;
  border: 20px solid #e6c200;
  border-top-width: 0px;
  position: relative;
}

#certificates .certificates-container .certificate .content .medal.with-flowers {
  margin: 20px auto 40px auto;
}

#certificates .certificates-container .certificate .content .medal.with-flowers .flower {
  position: absolute;
  top: 0px;
  left: -67px;
  right: -67px;
  bottom: -115px;
}

#certificates .certificates-container .certificate .content .medal.with-flowers .flower path {
  stroke: #b39700 !important;
  fill: #b39700 !important;
}

#certificates .certificates-container .certificate .content .name {
  font-size: 3em;
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid #ddd;
  padding: 0px 10px;
}

#certificates .certificates-container .certificate .content .logo {
  height: 50px;
  margin-top: 30px;
  background: url(../img/logo_smartrace_horizontal.png) no-repeat center;
  background-size: contain;
}

#certificates .certificates-container .certificate .content .car {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

#certificates .certificates-container .certificate .content .car .car-logo {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#certificates .certificates-container .certificate .content .car .car-name {
  font-size: 1.3em;
  max-width: 400px;
}

#certificates .certificates-container .certificate .content .event {
  margin-top: 20px;
}

#certificates .certificates-container .certificate .content .event > span {
  display: block;
  color: #777;
}

#certificates .certificates-container .certificate .content .event > span:first-child {
  font-size: 1.2em;
  color: #333;
}

#certificates .certificates-container .certificate:nth-child(3) .medal {
  background: #CD7F32;
  color: #7b4c1e;
  border-color: #b9722d;
}

#certificates .certificates-container .certificate:nth-child(3) .medal.with-flowers .flower path {
  stroke: #905923 !important;
  fill: #905923 !important;
}

#certificates .certificates-container .certificate:nth-child(2) .medal {
  background: #C0C0C0;
  color: #8d8d8d;
  border-color: #b3b3b3;
}

#certificates .certificates-container .certificate:nth-child(2) .medal.with-flowers .flower path {
  stroke: #9a9a9a !important;
  fill: #9a9a9a !important;
}

.print-only {
  display: none;
}

.shariff_container {
  text-align: center;
}

.smr-button {
  background: #71c024;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: 1.2em;
}

.smr-button:hover, .smr-button:active, .smr-button:visited, .smr-button:focus {
  color: #fff;
}

.smr-button i {
  margin-right: 5px;
}

@media print {
  .inside-article {
    padding: 0px !important;
  }
  body.prepare-print {
    height: auto;
    overflow: auto;
  }
  .print-only {
    display: block;
  }
  h2.print-only {
    margin-bottom: -10px !important;
  }
  .d-print-none {
    display: none !important;
  }
  body.prepare-print .tab-pane.d-print-none {
    display: none !important;
  }
  @page {
    size: landscape;
  }
  body {
    font-size: 13px;
  }
  h2 {
    font-size: 30px;
  }
  .header-wrap,
.shariff_container,
.smr-tab-navigation {
    display: none;
  }
  .header-wrap + .gb-container,
.shariff_container + .gb-container,
.smr-tab-navigation + .gb-container {
    display: none;
  }
  .legend {
    margin-top: 20px !important;
  }
  #main .smr-results ~ * {
    display: none;
  }
  #page ~ * {
    display: none;
  }
  .separate-containers .site-main {
    margin: 0px;
  }
  .smr-results {
    padding: 0px;
    margin: 0px !important;
  }
  .smr-results h2 ~ h5 {
    display: none;
  }
  .smr-results .widget {
    padding: 0px;
    box-shadow: none;
    overflow: hidden !important;
  }
  .smr-results table th, .smr-results table td {
    padding: 5px 10px;
  }
  .tab-pane {
    display: block !important;
  }
  .tab-pane#result .widget {
    padding: 0px !important;
    margin-top: 30px !important;
    border: 0px;
  }
  .tab-pane#result .widget table {
    border: 1px solid #ccc;
  }
  table thead tr:first-child th {
    background-color: #eee;
  }
  .chart_outer_container {
    margin-top: 0px !important;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .chart_outer_container > div {
    width: 100%;
    flex-shrink: 0;
    display: block;
  }
  .chart_outer_container h3 {
    font-size: 1.8em;
    display: block;
    width: 100%;
  }
  .smr-results .shares_laps {
    flex-wrap: wrap;
    column-gap: 20px;
    position: relative;
  }
  .smr-results .shares_laps h3 {
    margin-bottom: 0px;
  }
  .smr-results .shares_laps td, .smr-results .shares_laps th {
    padding: 3px;
  }
  .smr-results .shares_laps td span, .smr-results .shares_laps th span {
    padding: 0px;
  }
  .smr-results .shares_laps .widget {
    margin-right: 0px;
    padding: 20px 0px;
    width: calc(33% - 13px);
  }
  .page-break {
    break-after: page;
    clear: both;
  }
  #certificates .certificates-container {
    padding: 0px;
  }
  #certificates .certificates-container .certificate {
    page-break-after: always;
    margin: 0px;
    max-width: none;
    height: 100vh;
  }
  #certificates .certificates-container .certificate .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.print_overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.print_overlay .content {
  width: 500px;
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.print_overlay .content .overlay_close {
  font-size: 2em;
  position: absolute;
  top: 5px;
  right: 15px;
  color: #777;
}

.print_overlay .content h3 {
  font-size: 1.5em;
  margin-top: 20px;
}

.print_overlay .content .smr-button {
  margin-bottom: 0px;
}

.print_overlay .content .checklist {
  margin: 20px 0px;
}

.print_overlay .content .checklist div {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ddd;
  transition: all ease .1s;
  color: #aaa;
}

.print_overlay .content .checklist div:hover {
  background: #f2f2f2;
}

.print_overlay .content .checklist div + div {
  border-top: 0px;
}

.print_overlay .content .checklist div i {
  margin-right: 5px;
  color: #aaa;
}

.print_overlay .content .checklist div i.fa-check {
  display: none;
  color: green;
}

.print_overlay .content .checklist div.checked {
  color: #000;
}

.print_overlay .content .checklist div.checked i.fa-times {
  display: none;
}

.print_overlay .content .checklist div.checked i.fa-check {
  display: inline-block;
}

.user-registration.ur-frontend-form.sr-custom-form,
#sr-login-form-container .ur-frontend-form.login {
  background: none;
  padding: 0px;
  box-shadow: none !important;
}

.user-registration.ur-frontend-form.sr-custom-form .description,
#sr-login-form-container .ur-frontend-form.login .description {
  display: block;
  margin-top: 5px;
}

.user-registration.ur-frontend-form.sr-custom-form .ur-button-container,
#sr-login-form-container .ur-frontend-form.login .ur-button-container {
  justify-content: center;
  width: auto !important;
}

.user-registration.ur-frontend-form.sr-custom-form .ur-button-container .btn,
#sr-login-form-container .ur-frontend-form.login .ur-button-container .btn {
  margin: auto !important;
  background: #71c024 !important;
  border-color: #58951c !important;
}

.user-registration.ur-frontend-form.sr-custom-form .user-registration-Button.button.ur-submit-button,
#sr-login-form-container .ur-frontend-form.login .user-registration-Button.button.ur-submit-button {
  background: #71c024 !important;
  border-color: #58951c !important;
}

.user-registration.ur-frontend-form.sr-custom-form .ur-lost-password-title,
.user-registration.ur-frontend-form.sr-custom-form .ur-lost-password-message,
#sr-login-form-container .ur-frontend-form.login .ur-lost-password-title,
#sr-login-form-container .ur-frontend-form.login .ur-lost-password-message {
  display: none !important;
}

#sr-login-form-container.lost-password #user-registration {
  margin-top: 0px;
}

#sr-login-form-container.lost-password #user-registration .user-registration-Button.button.ur-reset-password-btn {
  background: #71c024 !important;
  border-color: #58951c !important;
}

#sr-login-form-container.my-account #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a,
#sr-login-form-container.my-account #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
  background: none;
}

#sr-login-form-container.my-account #user-registration.horizontal,
#sr-login-form-container.my-account #user-registration.vertical {
  box-shadow: none;
  border-radius: 0px;
  background: none;
}

#sr-login-form-container.my-account #user-registration.horizontal .user-registration-profile-header i,
#sr-login-form-container.my-account #user-registration.horizontal #user_registration_user_login_field,
#sr-login-form-container.my-account #user-registration.vertical .user-registration-profile-header i,
#sr-login-form-container.my-account #user-registration.vertical #user_registration_user_login_field {
  display: none;
}

#sr-login-form-container.my-account #user-registration.horizontal .user-registration-MyAccount-content__body > p,
#sr-login-form-container.my-account #user-registration.horizontal .user-registration-profile-header > header > span,
#sr-login-form-container.my-account #user-registration.horizontal .user-registration-profile-header > header > p > strong,
#sr-login-form-container.my-account #user-registration.vertical .user-registration-MyAccount-content__body > p,
#sr-login-form-container.my-account #user-registration.vertical .user-registration-profile-header > header > span,
#sr-login-form-container.my-account #user-registration.vertical .user-registration-profile-header > header > p > strong {
  display: none !important;
}

#sr-login-form-container.my-account #user-registration.horizontal button,
#sr-login-form-container.my-account #user-registration.horizontal html input[type="button"],
#sr-login-form-container.my-account #user-registration.horizontal input[type="reset"],
#sr-login-form-container.my-account #user-registration.horizontal input[type="submit"],
#sr-login-form-container.my-account #user-registration.horizontal a.button,
#sr-login-form-container.my-account #user-registration.horizontal a.wp-block-button__link:not(.has-background),
#sr-login-form-container.my-account #user-registration.vertical button,
#sr-login-form-container.my-account #user-registration.vertical html input[type="button"],
#sr-login-form-container.my-account #user-registration.vertical input[type="reset"],
#sr-login-form-container.my-account #user-registration.vertical input[type="submit"],
#sr-login-form-container.my-account #user-registration.vertical a.button,
#sr-login-form-container.my-account #user-registration.vertical a.wp-block-button__link:not(.has-background) {
  background: #71c024;
}

#sr-login-form-container.my-account #user-registration.horizontal .user-registration-img-container .user-registration-tips,
#sr-login-form-container.my-account #user-registration.vertical .user-registration-img-container .user-registration-tips {
  display: none;
}

#sr-login-form-container.my-account #user-registration.horizontal .user-registration-MyAccount-navigation-link.is-active a {
  color: #71c024;
  border-bottom-color: #71c024;
}

#sr-login-form-container.my-account #user-registration.horizontal .user-registration-MyAccount-navigation-link a:hover {
  background-color: #f5f5f5;
  color: #000;
}
