html,body,h1,h2,h3,h4,h5,h6 {font-family: "Segoe UI", sans-serif; }

html { scroll-behavior: smooth; } 

html, body {
  color: var(--black-front);
  background: var(--white-back);
  font-size: 18px;  
}

h1,h2,h3 { font-weight:600; }
h2 { a { text-decoration: none; font-weight:400; } }
footer { a { color: white; text-decoration: underline; text-underline-offset: 0.1rem; } }
footer { p { margin-top: 10px; margin-bottom: 12px; } }
.tm-mySlides a { color: var(--tm-author); text-decoration: underline; text-underline-offset: 0.1rem; }
a.tm-prev, a.tm-next { text-decoration: none; }
b { font-weight: 400; }

.w3-small {
  font-size: 14px !important;
}
.w3-top .w3-small {
  font-size: 12px !important;
}

.w3-top {
  z-index:10;
}

.w3-sidebar {
  z-index: 3;
  width: 350px;
  top: 70px;
  bottom: 0;
  height: inherit;
}

.w3-main {
  margin-left: 350px;
  padding: 20px;
}

.home-btn {
  min-width: 350px;
}

#mySidebar .w3-bar-item {
  padding: 10px 37px;
}

#mySidebar .w3-bar-item .w3-bar-item {
  padding: 10px 0px 10px 20px;
}

#myFooter {
  margin-left: -20px;
}

.w3-bar {
  max-height: 70px;
}

.w3-main .w3-button {
  color: var(--white-front) !important;
  background-color: var(--w3d4) !important;
  letter-spacing: 0.2em;
}

.w3-main .w3-button:hover {
  color: black !important;
}

.w3-hover-black:hover { color:black !important; }


.badge-container {
  display:inline-block;
}

.scroll-below-bar {
scroll-margin-top: 70px;
}

.svg-icon {
  height: 70px;
  width: 70px;
  padding-top: 12px; 
  padding-bottom: 18px; 
  margin-left: -10px; 
  margin-right: -10px; 
  margin-top: -7px; 
  margin-bottom: -7px; 
}

.svg-icon:hover {
  filter: invert(1);
}

span.kssup {
  vertical-align: 8px;
}

div.kssub {
  margin-top: -16px;
}

/* Footer shadow for overview pages */
.copyright-shadow {
  box-shadow: 0px -10px 100px 20px var(--footer-shadow-color);
}

/* Feature table */
table {
  border-collapse: collapse;
  border-style: hidden;
  line-height: 30px;
}

table td, table th {
  border-collapse: collapse;
  padding: 10px;
  vertical-align: top;
  border: 3px solid var(--teal-base);
}

table {
  border-collapse: collapse;
  background: var(--white-back);
  -webkit-box-shadow: 0 0 10px 2px var(--teal-base);
  box-shadow: 0 0 10px 2px var(--teal-base);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
}
li::before {
  content: "\2022";
  color: var(--list-marker-color);
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.breadcumb {
  display:inline;
  padding-left: 0px;
}
li.breadcumb::before {
  content: "";
}
.breadcumb li {
  display: inline;
}
.breadcumb li:not(:last-child)::after {
  content: " / ";
  margin: 0 5px;
}

ul.feature-list {
  margin: 0;
  padding: 0;
}
ul.feature-list > li {
  list-style: none;
  position: relative;
  line-height: 30px;
  padding-left: 24px;
  margin-bottom: 8px;
}
ul.feature-list > li::before {
  margin-left: 0rem;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--list-marker-color);
  mask: var(--svg-marker) no-repeat center / contain;
  -webkit-mask: var(--svg-marker) no-repeat center / contain;
}

.w3-button:hover
{
  background-color: var(--btn-hover) !important;
}

/* Free/Pro buttons */
button:hover {
  cursor: pointer;
}

* {box-sizing:border-box}

/* Hide the images by default */
/* Display none was used before swipe.js
   after that css class is used only to check count of slides in js */
.mySlides {
  /* display: none; */
}


.screenshot-container {
	display: flex;
	width: 100%;
	margin: 20px 0;
}
.preview-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	width: calc(100% / (var(--preview-count) + 1));
	margin-right: 10px; 
}
.preview {
	width: 100%;
	height: calc(100% / var(--preview-count));
}
.main-image {
	width: calc(100% * 8 / 9);
	height: auto;
	margin-left: auto; 
	margin-right: 0;
}

.main-image-x7 {
	width: calc(100% * 7 / 8);
	height: auto;
	margin-left: auto; 
	margin-right: 0;
}

/* Caption text */
.text {
  color: var(--teal-base);
  font-size: 18px;
  padding: 12px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 100%;
  height: 5%;
  min-height: 56px;
  text-align: right;
  background: var(--gallery-header-back);
  background: linear-gradient(90deg, var(--transparent) 0%, var(--gallery-header-back) 50%, var(--gallery-header-back) 100%);
}

.text-nolink {
  padding: 8px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  text-align: right;
  background: rgb(255,255,255);
  background: linear-gradient(270deg, var(--gallery-header-back) 250px, var(--transparent));
}

.text-link {
  padding: 0px 5px;
}

.text-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.text-img1 {
  width:100%;
  height:auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  display: inline-block;
  opacity: 0.5;
}

.active, .dot:hover {
  opacity: 1;
  outline: 1px solid var(--teal-base);
}

/* Tm Slideshow container */
.tm-slideshow-container {
  position: relative;
}

/* Tm Slides */
.tm-mySlides {
  display: none;
  padding: 20px 37px 0 37px;
  text-align: center;
}

/* Tm Next & previous buttons */
.tm-prev, .tm-next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  height: 100%;
  margin-top: -50px;
  padding: 15px;
  color: var(--tm-next-prev);
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Tm Position the "next button" to the right */
.tm-next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Tm On hover, add a black background color with a little bit see-through */
.tm-prev:hover, .tm-next:hover {
  background-color: var(--tm-hover);
  color: white;
}

/* Tm The dot/bullet/indicator container */
.tm-dot-container {
  text-align: center;
  padding: 0 0 25px 0;
}

/* Tm The dots/bullets/indicators */
.tm-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: var(--tm-back);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Tm Add a background color to the active dot/circle */
.tm-active, .tm-dot:hover {
  background-color: var(--tm-active);
}

/* Tm Add an italic font style to all quotes */
q {font-style: italic;}

/* Tm Add a blue color to the author */
.tm-author {
  color: var(--tm-author);
  margin: 10px 5px 0 5px;
} 

/* Use case step number */

span.step {
  background: blue;
  outline: 2px solid var(--teal-base);
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

/* roboto-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* swipe.js */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  
  display: flex;
  flex-direction: row;
  align-items: center;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* other */

h2.anchor {
  padding-top: 130px;
  margin-top: -130px;
}

.sticky {
  position: sticky;
  top: 70.5px;
  z-index: 1;
  padding: 10px 0px;
  border-left: 12px solid var(--white-back);
  border-right: 12px solid var(--white-back);
  margin: -2px -12px;
  display: inline-block;
  background: var(--white-back);
  box-shadow: -2px 0 8px var(--sticky-shadow);
}

.sticky-shown {
  position: sticky;
  top: 70.5px;
  z-index: 1;
  padding: 10px 0px;
  background: var(--white-back);
}

.buynow {
  margin: 0.5em 0 0 0;
}

.ss-btn-pro, .ss-btn-free {
  border: 1px solid var(--teal-base);
}

.colhead
{
  color: var(--colhead);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.price {
  color: var(--price);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.list-icon {
  height: 1em;
  filter: brightness(var(--list-icon-brightness));
  margin-top: -3px;
}

/* scroll */

/* WebKit */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--scroll-track);
}

::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-thumb-hover);
}

::-webkit-scrollbar-button {
  display: none;
}

/* FF */
* {
  scrollbar-color: var(--scroll-thumb) var(--scroll-track);
  scrollbar-width: thin;
}