html {
    background-color: #1E2226;
    /* font-family: Montserrat; */
}

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important;
}

.my-body {
    background-color: #1E2226;
    color: #fff;
}

.nav-link {
    background-color: transparent;
    color: #939495 !important;
}

.product_link:hover {
    color: #fff !important;
}

.nav-link-mobile {
    background-color: transparent;
    color: #939495 !important;
    padding: 16px;
}

.nav-link-active {
    color: #fff !important;
}

.preview {
    border-style: solid;
    border-width: 15px;
    border-image: repeating-linear-gradient(30deg, #9f380c, #9198e5, #0c5d9f 20px) 60
}

li:hover a,
li:focus-within a {
    color: #fff !important;
}


/* li:hover,
li:focus-within {
    color: #fff !important;
    cursor: pointer;
} */

.nav-menu-item:hover {
    color: #00DDB8 !important;
}

div.section-container-integration {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

#my-button1 {
    /* Button */
    /* background: #2FC5AC; */
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
}


/* #my-button1:hover {
    background: #00DDB8;
} */


/* #my-button2:hover {
    border-color: #00DDB8;
    background: transparent;
} */

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background-color: #2FC5AC !important;
    border-color: #2FC5AC !important;
}

.btn-primary:hover {
    background-color: #00DDB8 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00ddb87c !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #00ddb883 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00ddb87c !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #00ddb883 !important;
}

.btn-outline-primary.active,
.btn-outline-primary:active {
    background-color: transparent !important;
    box-shadow: 0 0 0 0.2rem #00ddb883 !important;
}


/* .btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background-color: #2FC5AC !important;
} */

#bg-round-container {
    position: absolute;
    width: 646px;
    height: 764px;
    left: 1274px;
    top: 849px;
    background: url(images/bg_round.webp);
}

div.feature-image-container {
    /* padding: 0px; */
}

.slide-button {
    width: 24px;
    height: 24px;
    margin-left: 29px;
    margin-right: 29px;
}

.tab-inactive {
    margin-bottom: -2px;
    border-bottom: 2px;
    border-bottom: 2px solid #ffffff00;
}

.tab-active {
    margin-bottom: -2px;
    border-bottom: 2px solid #2FC5AC;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

#footer {
    /* padding: 0%;
    margin: 0%;
    margin-left: 390px; */
    min-height: 300px;
}

.footer_text_item {
    color: #FFFFFF;
    padding-left: 0px;
    margin-bottom: 6px;
}

div.scrollmenu {
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
    white-space: normal;
}

#tabs-container::-webkit-scrollbar {
    display: none;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    /* background-color: #777; */
}

.news-item-date {
    margin-bottom: 8px;
}

.news-item-title {
    color: #FFFFFF;
}

.contact-item-header {
    color: #62686A !important;
}

div.doc-texts-container {
    margin-left: 20px;
    margin-bottom: 8px;
}

.download-button-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
}

/* g-recaptcha */
.gexp-recaptcha {
    overflow:hidden;
    width:298px;
    height:72px;
}

.gexp-recaptcha iframe {
    margin:-2px 0px 0px -2px;
}

.gexp-recaptcha-wrapper {
    overflow:hidden;
    width:298px;
    height:74px;
    padding: 2px 0px 0px 2px;
    background-color: #222222;
    border: 1px solid #515659;
    border-radius: 6px;
}

/* QR-code */
.qr-code-help-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #939495;
}

#qrcode-container {
    border: 1px solid #000000;
    position: relative;
}

#qrcode {
    width: 120px;
    height: 120px;
    background-color: #2FC5AC;
    /* display: block;
    margin: auto; */
    margin: 16px;
}

#qrcode-back {
    width: 152px;
    height: 152px;
    background-color: #FFF;
    display: block;
    margin: auto;
    text-align: center;
}

#qrcode-top-left {
    border-left: 2px solid #2FC5AC;
    border-top: 2px solid #2FC5AC;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -1px;
    margin-left: -1px;
}

#qrcode-top-right {
    border-right: 2px solid #2FC5AC;
    border-top: 2px solid #2FC5AC;
    width: 16px;
    height: 16px;
    right: 0px;
    top: 0px;
    position: absolute;
    margin-top: -1px;
    margin-right: -1px;
}

#qrcode-bottom-left {
    border-left: 2px solid #2FC5AC;
    border-bottom: 2px solid #2FC5AC;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: -1px;
    margin-left: -1px;
}

#qrcode-bottom-right {
    border-right: 2px solid #2FC5AC;
    border-bottom: 2px solid #2FC5AC;
    width: 16px;
    height: 16px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    margin-bottom: -1px;
    margin-right: -1px;
}


/* Download menu */

#button-download {
    background: #2FC5AC;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 12px 22px 12px 22px;
    height: 56px;
}

#button-download-menu {
    background: #2FC5AC;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /* padding: 12px 16px 12px 16px; */
    height: 56px;
    width: 56px;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    /* padding: 16px; */
    /* font-size: 16px; */
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    /* float: right; */
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: #FFFFFF;
    padding: 6px 24px;
    text-decoration: none;
    display: block;
    z-index: 4;
}

.dropdown-content a:first-of-type {
    padding-top: 20px;
}

.dropdown-content a:last-of-type {
    padding-bottom: 20px;
}

.dropdown a:hover {
    color: #00DDB8;
    text-decoration: none;
}

div a {
    color: white;
    text-decoration: none;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #00DDB8 !important;
    text-decoration: none !important;
}

.footer-active {
    color: #00DDB8 !important;
}

.faq-title:hover {
    color: #00DDB8;
    text-decoration: none;
    cursor: pointer;
}

.faq-title h4:hover {
    color: #00DDB8;
    text-decoration: none;
    cursor: pointer;
}

.faq-open {
    display: block;
}

.faq-hide {
    display: none;
}

div.show {
    display: block;
}

.faq-item-container:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0975) 0%, rgba(0, 0, 0, 0.15) 100%);
    border-radius: 8px;
}


/* features */

div.container-features-top {
    background: linear-gradient(178.89deg, #2E3A3F 0.95%, #161B1E 99.06%);
    position: relative;
    /* height: 1130px; */
    overflow: hidden;
}

.feature-title-row {
    margin-top: 20px;
}

.feature-subtitle-row {
    margin-top: 12px;
}


/* nav bar */

.nav-bar-blur {
    background: rgba(29, 33, 37, 0.6);
    backdrop-filter: blur(12px);
    transition: 300ms ease all;
    -o-transition: 300ms ease all !important;
    -ms-transition: 300ms ease all !important;
    -moz-transition: 300ms ease all !important;
    -webkit-transition: 300ms ease all !important;
}

.notransition {
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}


/* menu dropdown */

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content2 {
    display: none;
}

.dropdown-content2 a {
    display: block;
}

.dropdown2:hover .dropdown-content2 {
    display: block;
}


/* checkbox button */

.checkbox-frame {
    text-align: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0px;
}

.checkbox-mark {
    width: 22px;
    height: 17px;
    margin-top: -4px;
}

.checkbox-button {
    width: 29px;
    height: 29px;
    border: 0;
    cursor: pointer;
    /* font-size: 2rem; */
    background-image: url('../images/checkbox-mark-16.svg');
}


/* button:hover {
    background-image: url('images/checkbox-off.svg');
    background-size: cover;
} */

.carousel-control-prev {
    /* right: 0; */
    width: 40px !important;
    left: -56px !important;
    opacity: 1 !important;
}

.carousel-control-next {
    /* left: 0; */
    width: 40px !important;
    /* margin-left: -50px; */
    right: -56px !important;
    opacity: 1 !important;
}

.tab-style {
    line-height: 20pt !important;
}