:root {
    --turcuise-color:#149fa8;
    --stroke-color: #06303E;
    --light-color: #CAE6D3;
    --silver-color: green;
    --gold-color: goldenrod;
    --gray-color: gray;
    --green-color: rgb(68, 216, 68);
}

#ezPrivacyCenter {
    background-color: transparent !important;
    opacity: 0.1;
}

#ez-cookie-dialog-wrapper #ez-cookie-dialog.ez_banner {
    border-top: 0px !important;
}

#ez-cookie-dialog-wrapper #ez-cookie-dialog.ez_banner #ez-accept-all {
    background: var(--stroke-color) !important;
}

.padding-container {
    padding: 0 10px;
}

.bg-dark {
    background-color: var(--turcuise-color) !important;
}

.main-slogan {
    background-color: var(--turcuise-color);
    padding: 20px 0;
}

.main-slogan-logo .logo-container {
    display: block;
    margin: 0px auto;
    width: 90%;
    max-width: 300px;
}

.main-slogan-link {
    text-decoration: none;
    color: var(--stroke-color);
}

.logo-container img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 200px;
}

.main-slogan-info {
    color: var(--stroke-color);
}

.slogan-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
}

.main-advantages {
    background-color: var(--stroke-color);
    padding: 20px 0;
    color: #fff;
}

.main-advantages-section {
    padding: 20px;
}

.advantage-top {
    display: block;
    margin: auto;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.advantage-icon {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 15px;

    border:2px solid #fff;    
    padding-top: 8px;
    height:100px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:100px;
}

.advantage-icon-landing-page {
    font-size: 15px !important;
    height: 36px !important;
    width: 36px !important;
    padding-top: 4px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.industry-small-icon {
    color: var(--stroke-color); 
    display: block;
    margin: auto;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;

    border: 1px solid var(--stroke-color); 
    padding-top: 5px;
    height:50px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:50px;
}

.advantage-info {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.industry-info {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}

.main-download {
    background-color: #fff;
    padding: 20px 0;
    color: var(--stroke-color);
}

.download-top {
    display: block;
    margin: auto;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.main-download-screen {
    padding: 0 50px;
}

.app-screen {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.app-screen img {
    margin: auto;
    display: block;
    width: 30%;
}

.info-container-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.main-page {
    background-color: #fff;
    padding: 20px 0;
    color: var(--stroke-color);
    margin-top: 75px;
}

.page-top {
    display: block;
    margin: auto;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.page-content {
    font-size: 20px;
    padding: 10px;
}

.page-content a {
    text-decoration: none;
    font-weight: bold;
    color: var(--turcuise-color);
}

.page-content a:hover {
    text-decoration: underline;
}

.heading {
    display: block;
    padding: 20px 0 10px 0;
    font-size: 25px;
}

.subheading {
    display: block;
    font-size: 15px;
    padding-bottom: 20px;
}

.download-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
}

.info-container-list {
    padding: 0 15px;
}

.main-subscription {
    background-color: #fff;
    padding: 20px;
    margin-top: 75px;
}

.main-payment-selection {
    background-color: #fff;
    padding: 10px;
    margin-top: 75px;
}

.subscription-top, .payment-selection-top {
    display: block;
    margin: auto;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--stroke-color);
}

.subscription-item, .payment-selection-item {
    border: 2px solid;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}

.form_section {
    border: 2px solid;
    border-color: var(--stroke-color);
    border-radius: 10px;
    padding: 10px;
}

.login_section {
    border: 2px solid;
    border-color: var(--stroke-color);
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.login_header {
    color: var(--stroke-color);
    font-size: 25px;
    padding-bottom: 10px;
}

.login_subheader {
    font-size: 15px;
}

.login_link_section {
    margin-top: 10px;
}

.form_main_error, .form_main_success {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.form_main_success {
    border-color: green;
    color: green;
}

.form_main_error {
    border-color: #ff0000;
    color: #ff0000;
}

.subscription-icon {
    font-size: 40px;
}

.subscription-name {
    font-size: 22px;
    margin-bottom: 10px;
}

.payment-selection-name {
    font-size: 22px;
}

.subscription-description, .payment-selection-description {
    margin-bottom: 10px;
    font-size: 13px;
}

.payment-selection-description {
    height: 1px;
}

.payment-selection-days {
    height: 70px;
    font-size: 50px;
}

.payment-summary {
    width: 100%;
}

.price-list-info {
    font-size: 11px;
    height: 35px;
}

.payment-summary table {
    width: 100%;
    font-size: 14px;
}

.col-prop-name {
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

.col-prop-heading {
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    color: var(--stroke-color);
}

.payment-info {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 15px;
}

.vip-description p {
    text-align:justify;
}

.vip-description table {
    margin-bottom: 30px;
}

.vip-description table tr td {
    padding-bottom: 10px;
}

.vip-description .numeric-column {
    padding-right: 10px;
}

.vip-description .numeric-column div {
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border:2px solid var(--stroke-color);    
    padding-top: 2px;
    height:30px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
}

.vip-description .special-offer-activity {
    font-size: 16px;
}

.landing_page_top_container {
    background-color: var(--stroke-color);
    color: #fff;
    padding-right: 0;
}

.landing_page_header {
    color: var(--stroke-color);
    font-size: 22px;
    padding: 10px;
}

.landing_page_subheader {
    color: var(--turcuise-color);
    font-size: 16px;
    padding: 10px;
}

.landing_page_form {
    padding: 10px;
    font-size: 15px;
}

a.link {
    text-decoration: none;
    color: var(--turcuise-color);
    font-weight: bold;
}

a.link:hover {
    color: var(--stroke-color);
}

.default-price {
    color: var(--gray-color);
    font-size: 13px;
    text-decoration: line-through;
    height: 20px;
}

.special-price {
    color: var(--green-color);
    font-size: 30px;
    margin-bottom: 10px;
}

.vip-price {
    color: var(--stroke-color);
    font-size: 20px;
    margin-bottom: 10px;
}

.select-button {
    display: block;
    border: 2px solid var(--turcuise-color);
    border-radius: 5px;
    color: var(--turcuise-color);
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
    width: 100%;
    background-color: #fff;
}

.select-button:hover {
    color: #fff;
    background-color: var(--turcuise-color);
}

.border-silver {
    border-color: var(--silver-color);
}

.best-price {
    border-color: var(--stroke-color);
    padding: 20px;
    margin: 10px;
    border: 2px solid;
    border-radius: 10px;
}

.download-section, .contact-form-section {
    border-color: var(--stroke-color);
    padding: 20px;
    margin: 0px;
    border: 2px solid;
    border-radius: 10px;
    color: var(--stroke-color);
}

.download-section .download-buttons table a img {
    width: 140px;
}

.field_container {
    margin-top: 5px;
    margin-bottom: 10px;
}

.field_label {
    font-size: 11px;
    font-weight: bold;
    color: var(--stroke-color);
}

.input_field {
    width: 100%;
    border-color: var(--stroke-color);
    padding: 10px;
    margin: 0px;
    border: 1px solid;
    border-radius: 5px;
    color: var(--stroke-color);
    font-size: 13px;
}

.checkbox_container {
    display: inline;
}

.consent_info {
    font-size: 11px;
    color: var(--stroke-color);
    display: inline;
    margin-left: 8px;
    padding-right: 40px;
    position: absolute;
}

.hint_block {
    font-size: 11px;
}

.inline_icon {
    color: var(--turcuise-color);
}

input[type="checkbox"] {
    accent-color: var(--turcuise-color);
    width: 20px;
    height: 20px;
    border-radius: 5px;
    padding: 5px;
}

.submit_button {
    display: block;
    margin: auto;
    padding: 10px 20px;
    font-weight: bold;
    background-color: var(--turcuise-color);
    color: #fff;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

.submit_button:disabled {
    background-color: gray;
    cursor: not-allowed;
}

.delete_button {
    background-color: #f00;
    text-decoration: none;
}

.rodo_info {
    font-style: italic;
    font-size: 10px;
    color: var(--stroke-color);
    text-align: justify;
    margin-bottom: 20px;
}

.faq-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.faq-section-container {
    padding: 0;
    font-size: 14px;
}

.faq-question {
    padding: 5px 15px;
    font-weight: bold;
    color: var(--stroke-color);
}

.best-price .icon {
    text-align: center;
    font-size: 40px;
    color: var(--stroke-color);
}

.best-price-info {
    padding: 0 15px;
}

.home-contact-section {
    margin: 10px 20px 20px 20px;
}

.home-contact-section .contact-form-section {
    border: 1px solid #ccc !important;
}

.best-price-info p {
    margin-bottom: 6px;
}

.silver {
    color: var(--silver-color);
}

.border-gold {
    border-color: var(--gold-color);
}

.gold {
    color: var(--gold-color);
}

.border-vip {
    border-color: var(--stroke-color);
}

.vip {
    color: var(--stroke-color);
}

.modification-date {
    text-align: right;
    font-style: italic;
}

.section-header {
    font-size: 22px;
    color: var(--stroke-color);
    border-bottom: 2px solid;
    border-color: var(--stroke-color);
    margin-bottom: 20px;
    margin-top: 10px;
}

.letter-based-section-header, .sub-section-header {
    font-size: 18px;
}

.sub-section-header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

p {
    text-align: justify;
}

.footer {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
}

.footer-left {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.footer-right {
    padding: 15px;
    text-align: center;
}

.footer-right table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 10px 15px;
}

.footer-right a {
    color: #fff;
    text-decoration: none;
}

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

.link-column {
    text-align: left;
    padding-bottom: 10px;
}

.icon-column {
    vertical-align: top;
    padding-right: 5px;
    padding-bottom: 10px;
}

.download-buttons {
    width: 100%;
}

.download-buttons table {
    margin: auto;
}

.download-buttons table a {
    display: block;
    padding: 5px;
}

.download-buttons table a img {
    width: 150px;
}

.premium-intro {
    text-align: center;
    margin: 20px 0 0 0px;
    padding-top: 30px;
}

.premium-header {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 31px;
}

.small-premium-icon {
    font-size: 9px !important;
    color: goldenrod !important;
}

.premium-icon-container {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 60px;
    color: goldenrod;
}

.premium-intro-info {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    padding-bottom: 30px;
}

.small-premium-btn-icon {
    font-size: 9px;
    color: goldenrod;
    display: block;
    position: relative;
    float: right;
    margin-right: 5px;
}

.article-wrapper {
    width: 100%;
}

.article-container {
    max-width: 1000px;
    margin: 0 auto;
}

.article-top {
    padding-top: 200px;
}

.article-title {
    background: rgba(202, 230, 211, .8);
    text-align: center;
    color: var(--stroke-color);
    font-family: "PT Sans Narrow", sans-serif;
    padding: 10px;
}

.article-main-title {
    font-size: 30px;
}

.article-main-header {
    text-align: center;
    color: var(--stroke-color);
    font-family: "PT Sans Narrow", sans-serif;
    padding: 30px 0 20px 0;
    font-size: 30px;
}

.article-main-subheader {
    text-align: center;
    color: var(--stroke-color);
    font-family: "PT Sans Narrow", sans-serif;
    padding: 10px 0 10px 0;
    font-size: 20px;
}

.article-subtitle {
    font-size: 25px;
}

.article-content {
    padding: 25px 15px;
    font-size: 15px;
    font-family: "PT Sans Narrow", sans-serif;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.article-section-header {
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.article-subsection-header {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.wallet-container {
    padding: 20px 10px;
    font-family: "PT Sans Narrow", sans-serif;
}

.wallet-header {
    font-size: 30px;
    color: var(--stroke-color);
    padding-bottom: 20px;
}

.wallet-buttons {
    margin-top: 10px;
    font-family: "PT Sans Narrow", sans-serif;
}

.wallet-button {
    text-decoration: none;
    padding: 10px;
    margin: 5px 0;
    border: 2px solid var(--turcuise-color);
    border-radius: 5px;
    color: var(--stroke-color);
    display: block;
}

.wallet-button:hover {
    background-color: var(--light-color);
    cursor: pointer;
}

.wallet-button-header {
    font-weight: bold; 
}

.right-arrow {
    float: right;
    padding-top: 10px;
    color: var(--turcuise-color);
}

.blog-article-container {
    max-width: 400px;
    margin: 20px auto;
}

.blog-article-link {
    display: block;
    text-decoration: none;
    color: var(--stroke-color);
}

.blog-article-image {
    display: block;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-article-title-container {
    padding: 5px;
    background-color: var(--light-color);
    border-radius: 0 0 8px 8px;
    height: 90px;
}

.blog-article-title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-article-subtitle {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
}

.paragraph {
    padding-bottom: 10px;
    text-align: justify;
}

#carouselExampleIndicators{
    margin-top: 77px;
    background-color: #fff;
}

.carousel-inner {
    background-color: #fff !important;
}

.carousel-item{
    height: 300px;
}

.carousel .carousel-indicators button {background-color: var(--light-color);}
.carousel .carousel-indicators button.active {background-color: var(--stroke-color);}

.carousel-bg-right-gradient {
    left: 300px;
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    background-image: linear-gradient(to right, transparent, #fff);
}

.carousel-bg-top-text {
    position: absolute;
    top: 20px;
    left: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.carousel-bg-center-text {
    background-color: rgba(6, 48, 62, 0.5);
    padding: 10px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 120px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    left: 0;
}

.carousel-bg-right-text {
    position: absolute;
    bottom: 40px;
    right: 20px;
    color: var(--stroke-color);
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    z-index: 1000;
}

.many-cards-screen-container {
    position: absolute;
    left: 77%;
    top: 10px;
}

.many-cards-screen-container img {
    height: 210px;
}

.polish_container {
    width: 100%;
    font-weight: bold;
}

.recommendation-container {
    padding: 5px;
    border-bottom: 1px solid gray;
}

.recommendation-container:hover {
    cursor: pointer;
}

.recommendation-container:hover .arrow-right-button {
    padding: 20px 2px 20px 8px;
}

.recommendation_table {
    width: 100%;
}

.main-column {
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 16px;
}

.arrow-right-button {
    color: var(--turcuise-color);
    display: block;
    padding: 20px 5px;
}

.new_customer_reward {
    text-align: center;
    font-size: 20px;
    color: var(--stroke-color);
}

.div-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.div-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.div-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}

.navbar-toggler {
    margin-top: 0px;
}

.first-section {
    margin-top: 75px;
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.nav-tabs .nav-link {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 18px;
    cursor: pointer;
    color: var(--turcuise-color);
}

.nav-tabs .nav-link:hover {
    color: var(--turcuise-color);
}

.nav-link i {
    font-size: 20px;
}

.home-brief {
    padding: 10px;
}

.home-big-header {
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 28px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.common-big-header {
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-sub-header {
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
}

.main-numbers {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-number-container {
    color: #fff;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 80px;
    text-align: center;
}

.main-number-description {
    color: #fff;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    text-align: center;
}

.card-portfolio {
    justify-content: flex-start;
    display: flex;
    overflow-x: scroll;
    padding: 20px;
    gap: 20px;
}

.card-portfolio-item {
    border-radius: 10px;
    box-shadow: 1px 0 10px 1px #888;
}

.card-portfolio-item img {
    border-radius: 10px;
    height: 180px;
}

.advantage-section {
    border-radius: 10px;
    background-color: var(--light-color);
    margin: 10px 0;
    padding: 15px;
}

.head-advantage-icon {
    text-align: center;
    color: var(--stroke-color);
    font-size: 30px;
}

.advantage-info-header {
    text-align: center;
    margin-top: 20px;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
    color: var(--stroke-color);
}

.advantage-description {
    text-align: center;
    padding: 20px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    color: #333;
}

.home-description {
    text-align: center;
    font-size: 18px;
    font-family: "PT Sans Narrow", sans-serif;
    padding: 5px;
}

.home-brief-table-container {
    margin-top: 20px;
    font-size: 15px;
    font-family: "PT Sans Narrow", sans-serif;
}

.home-brief-table-container table {
    border-spacing: 20px;
}

.home-brief-table-container i {
    font-size: 20px;
}

.home-brief-table-container .td-icon {
    padding-right: 6px;
}

.home-brief-table-container td {
    padding-bottom: 10px;
}

.home-brief-button-container {
    text-align: center;
}

.link-small {
    text-decoration: none;
    color: var(--turcuise-color);
    font-size: 12px;
}

.gray-info {
    color: #666;
    font-size: 12px;
}

.home-brief-marketing-image-container {
    padding: 10px 10px 0 10px;
    margin: 20px 20px 10px 20px;
    background: var(--light-color);
    border-radius: 20px;

}

.home-brief-marketing-image-container img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.marketing-button {
    display: block;
    background-color: var(--stroke-color);
    color: white;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
}

.marketing-button:hover {
    color: var(--light-color);
    border-color: var(--light-color);
}

.login-top-section {
    background-color: var(--stroke-color);
    color: white;
    padding: 10px;
}

.login-top-section-link {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
}

.login-top-info {
    background-color: var(--stroke-color);
    color: white;
    padding: 10px;
}

.login-top-info-header {
    font-size: 23px;
    padding-bottom: 10px;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.login-top-info-subheader {
    font-size: 13px;
}

.blink_item {
  animation: blinker 1600ms linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
  will-change: transform;
}

.logo-group {
  display: flex;
  gap: 40px;
  padding-right: 40px;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-track img {
  height: 300px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.7s;
  box-shadow: 1px 0 10px 1px #888;
  border-radius: 20px;
}

.logo-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.bd-placeholder-img{font-size:1.125rem;text-anchor:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}

@media (min-width: 768px){
    .bd-placeholder-img-lg{font-size:3.5rem}
}

.b-example-divider{
    width:100%;
    height:3rem;
    /*background-color:#0000001a;
    border:solid rgba(0,0,0,.15);*/
    border-width:1px 0;
    /*box-shadow:inset 0 .5em 1.5em #0000001a,inset 0 .125em .5em #00000026;*/
}

.b-example-vr{flex-shrink:0;width:1.5rem;height:100vh}
.bi{vertical-align:-.125em;fill:currentColor}
.nav-scroller{position:relative;z-index:2;height:2.75rem;overflow-y:hidden}
.nav-scroller .nav{
    display:flex;
    flex-wrap:nowrap;
    padding-bottom:1rem;
    margin-top:-1px;
    overflow-x:auto;
    text-align:center;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch
}
.btn-bd-primary{
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle{z-index:1500}
.bd-mode-toggle .bi{width:1em;height:1em}
.bd-mode-toggle .dropdown-menu .active .bi{display:block!important}

#tooltip {
    height: 20px;
    text-align: center;
    font-size: 15px;
    color: var(--gray-color);
}

.copyButton {
    cursor: pointer;
    margin-left: 1px;
}

/* Cookies */
#consentBox {
    background: #333;
    color: #fff;
    opacity: 0.95;
    padding: 15px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#consentBox.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

::selection {
    color: #fff;
    background: #229a0f;
}

.flow_top_button_container {
    background: var(--turcuise-color);
    padding: 2px;
    border-radius: 50%;
}

.flow_top_button {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: var(--turcuise-color);
    color: var(--stroke-color) !important;
    border-radius: 50%;
    font-size: 25px !important;
    padding-top: 4px;
    border: 2px solid var(--stroke-color);
}

.flow_top_button:hover {
    border-color: var(--light-color);
    color: var(--light-color) !important;
}

#consentContent p {
    color: #fff;
    margin: 5px 5px 10px 0;
    font-size: 12px;
}

#consentContent .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.consentButton,
.rejectButton {
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consentButton {
    background: var(--turcuise-color);
    margin-right: 10px;
}

.rejectButton {
    background: transparent;
    border: 2px solid var(--turcuise-color);
    text-decoration: none;
}

#consentHeader {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

/* Navbar */
.dropdown-menu {
    --bs-dropdown-border-radius: 0;
    border-width: 0;
    border-radius: 0;
    background-color: var(--turcuise-color);
    color: var(--bs-nav-link-color);
}

.dropdown-item {
    color: var(--bs-nav-link-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-item:hover {
    background-color: var(--turcuise-color);
    color: var(--bs-nav-link-hover-color);
}

/* Panel */
.panel_wrapper {
    margin-top: 75px;
}

.left_panel_nav {
    float: left;
    width: 200px;
}

.panel_main {
    padding: 10px;
}

.bottom_panel_nav {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.company_header {
    padding-bottom: 20px;
}

.company_header table tr {
    border-bottom: 1px solid gray;
}

.company_header table tr td {
    padding-top: 5px;
    padding-bottom: 8px;
}

.logo_img {
    max-width: 80px;
    max-height: 70px;
    margin-right: 5px;
}

.company_header .company_name {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 20px;
    width: 100%;
}

.main_header {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
}

.company_header .right_action_panel {
    text-align: right;
}

.company_header .right_action_panel a {
    font-size: 13px;
    text-decoration: none;
    color: var(--turcuise-color);
    font-weight: bold;
    text-transform: uppercase;
}

.company_header .right_action_panel a:hover {
    color: var(--stroke-color);
}

.company_expiration_info {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-stretch: condensed;
    font-size: 13px;
}

.company_expiration_info .success {
    color: green;
}

.company_expiration_info .warning {
    color: #f00;
}

.company_menu_container {
    padding: 5px;
}

.company_menu_container .menu_item, .functional_button {
    text-decoration: none;
    color: #fff;
    font-stretch: condensed;
    font-size: 12px;
    font-weight: normal;
    background-color: var(--turcuise-color);
    border-radius: 5px;
    padding: 8px 3px;
    display: block;
    text-align: center;
}

.functional_button {
    margin-top: 20px;
    max-width: 800px;

}

.company_menu_container .menu_item:hover {
    color: var(--stroke-color);
}

.camera-container {
    width: 100%;
    max-width: 500px;
    max-height: 350px;
    margin: auto;
    display: block;
}

.reward_icon {
    width: 100%;
    text-align: center;
    font-size: 50px;
    padding-bottom: 20px;
}

.reward_description {
    color: var(--stroke-color);
    font-size: 15px;
    font-weight: bold;
}

.pin-wrap{
    background:#fff;
    padding:18px;
    border-radius:8px;
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:center
}

.pin{display:flex;gap:8px}

.pin input{width:48px;height:56px;font-size:24px;text-align:center;border:1px solid #d0d5dd;border-radius:6px;background:transparent}

.muted{font-size:13px;color:#6b7280}

.actions{display:flex;gap:8px}

.card_icon_button {
    font-size: 30px;
    opacity: 80%;
}

.card_icon_button:hover {
    opacity: 100%;
    cursor: pointer;
}

.sub_header {
    color: var(--stroke-color);
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 20px;
}

.qr_info {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 15px;
}

.qr_code_container {
    text-align: center;
    padding: 5px;
}

.qr_code_counter {
    font-size: 10px;
}

.progress_container {
    width: 100%;
    height: 6px;
    background: #ccc;
    border-radius: 5px;
}

#progressbar {
    height: 100%;
    background-color: var(--turcuise-color);
    border-radius: 5px;
}

#qrcode {
    margin: auto;
}

.code_value {
    font-size: 40px;
    margin: 20px auto;
}

input[type="color"] {
    height: 40px;
    width: 50px;
    box-shadow: 1px 0 10px 1px #888;
    padding: 5px;
}

.color_picker {
    display: block;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 0 10px 1px #888;
    width: 45px;
    height: 40px;
    cursor: pointer;
    margin: 2px;
}

.color_picker:hover {
    box-shadow: 1px 0 10px 1px #666;
}

.color_container {
    width: 35px;
    height: 30px;
    border-radius: 5px;
}

/* Card styles */
.card_preview {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 1px 0 10px 1px #888;
    margin-bottom: 20px;
}

.card_header {
    padding: 5px;
}

.card_header_table {
    width: 100%;
}

.card_header_table .company_name {
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.card_stamp_container {
    padding: 5px;
}

.feature_description {
    text-align: justify;
    font-size: 14px;
}

.stamps_table {
    width: 100%;
}

.stamp_ceil {
    text-align: center;
}

.stamp_link {
    text-decoration: none;
}

.stamp {
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    border: 2px dashed var(--stroke-color);
    width: 45px;
    height: 45px;
    margin: 5px auto;
    cursor: pointer;
}

.stamp:hover {
    border: 2px solid;
    opacity: 100%;
}

.stamp-collected {
    border: 2px solid !important;
    opacity: 100% !important;
}

.stamp-uncollected {
    border: 2px dashed;
    opacity: 50%;
}

.card_reward_info {
    margin-top: 0px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
      max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s, /* ease-out curve z lekkim opóźnieniem */
      opacity 0.4s ease-out 0.05s,
      padding 0.3s ease-out;
    padding: 0 15px;
    font-size: 13px;
}

.card_reward_info.show {
    max-height: 200px;
    opacity: 1;
    padding: 15px;
}

.faq_section {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px;
    padding-bottom: 30px;
}

.faq-link {
    text-decoration: none;
    cursor: pointer;
    color: var(--turcuise-color)
}

.faq-answer {
    margin-top: 0px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
      max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s, /* ease-out curve z lekkim opóźnieniem */
      opacity 0.4s ease-out 0.05s,
      padding 0.3s ease-out;
    padding: 0 15px;
    font-size: 13px;
}

.faq-answer.show {
    max-height: 200px;
    opacity: 1;
    padding: 15px;
}

.reward-info-table {
    width: 100%;
}

.reward-info-table .icon-container {
    padding-top: 5px;
    font-size: 20px;
    padding-right: 10px;
}

.reward-info-table .reward-info-description {
    width: 100%;
    padding-top: 5px;
}

.card_reward_link {
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 12px;
    opacity: 80%;
    font-weight: 500;
}

.card_reward_link:hover {
    opacity: 100%;
}

.discount-icon {
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    padding-top: 2px;
}

.icons_table {
    width: 100%;
    border-spacing: 0;
}

.icons_table tr td {
    padding: 0;
    border-spacing: 0;
}

.icons_table tr td a.stamp_link {
    padding-top: 2px;
    padding-bottom: 2px;
}

.icons_table .icons_category {
    font-size: 11px;
    font-weight: bold;
    color: var(--stroke-color);
    padding-top: 10px;
}

.icons_table .stamp {
    opacity: 30%;
}

.icons_table .stamp:hover, .icons_table .stamp_selected {
    opacity: 100% !important;
    border: 2px solid;
}

.card_footer {
    border-top: 0px solid;
}

.card_info {
    float: right;
    font-size: 12px;
    padding: 5px;
}

.form-check-input:checked {
    background-color: var(--turcuise-color);
    border-color: var(--turcuise-color);
}

.reward-container {
    font-family: "Yanone Kaffeesatz", sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.reward-description {
    font-size: 20px;
    color: var(--stroke-color);
}

.confirmation-question {
    text-align: justify;
    font-size: 12px;
    font-weight: bold;
}

.statistics td {
    width: 25%;
    padding: 3px;
    text-align: center;
}

.statistics_container {
    height: 75px;
}

.statistics_value {
    font-size: 30px;
}

.statistics_name {
    font-size: 10px;
    text-transform: uppercase;
}

.no-logo-warning {
    color: goldenrod;
    text-align: center;
    width: 75px;
    margin-right: 5px;
}

.no-logo-warning a {
    display: block;
    text-decoration: none;
    color: goldenrod;
    border: 1px solid goldenrod;
    border-radius: 8px;
    padding: 5px;
}

.no-logo-warning a:hover {
    background-color: goldenrod;
    color: #fff;
}

.no-logo-warning a div {
    font-size: 12px;
}

label {
    margin-top: 2px;
}

.places_container {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.place_container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.place_container:hover {
    background-color: var(--light-color);
}

.place_left {
    width: 100%;
    font-family: "PT Sans Narrow", sans-serif;
}

.place_buttons {
    width: 20px;
}

.place_name {
    font-size: 15px;
    color: var(--stroke-color);
}

.place_secondary_text {
    font-size: 11px;
    color: #666;
}

.place_icon_button {
    font-size: 20px;
    color: var(--turcuise-color);
    text-decoration: none;
}

.place_icon_button:hover {
    color: var(--stroke-color);
}

.saved_place {
    font-size: 20px;
    color: var(--stroke-color);
    text-decoration: none;
}

.saved_place:hover {
    cursor: default;
}

.place_container {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.place_container.hide {
  opacity: 0;
  transform: translateY(-10px);
}

.warning_icon_container {
    color: var(--gold-color);
    font-size: 100px;
    margin: 30px auto 20px;
    text-align: center;
}

.success_icon_container {
    background-color: green;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 45px;
    padding-top: 10px;
}

.success_message_container, .warning_message_container {
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
}

.header_message {
    font-size: 30px;
    padding-bottom: 15px;
}

.success-row {
    width: 100%;
}

.success_message {
    padding-bottom: 15px;
}

.success-button {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-family: "PT Sans Narrow", sans-serif;
    color: var(--stroke-color);
    margin-bottom: 20px;
}

.success-button:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.success-button i {
  transition: transform 0.2s ease;
}

.success-button:hover i {
  transform: translateX(4px);
}

.success-icon {
    width: 70px;
    padding: 5px 5px 5px 5px;
}

.success-arrow {
    width: 30px;
}

.success-header-message {
  font-size: 16px;
  font-weight: 600;
  color: #111827; /* prawie czarny */
  line-height: 1.2;
}

.success-content-message {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280; /* szary */
  line-height: 1.4;
}

.post-login-ad {
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
}

.post-login-ad-icon {
    padding: 0;
    /*font-size: 60px;*/
}


.post-login-ad-header {
    font-size: 25px;
}

.post-login-ad-content {
    font-size: 16px;
    margin-top: 15px;
}

.post-login-ad-footer {
    font-size: 16px;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    font-style: italic;
}

.chart-container {
    height: 250px;
    max-height: 250px;
}

.no-data {
    text-align: center;
    color: #bbb;
    padding: 30px 0;
}

.statistics-row {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.statistics-box {
    padding: 10px 15px 0;
}

.statistics-top-header {
    font-size: 20px;
    padding: 5px 5px 0 5px;
    color: var(--stroke-color);
}

.statistics-top-subheader {
    font-size: 10px;
    padding: 5px 5px 0 5px;
}

.statistics-main-number {
    font-size: 50px;
    text-align: center;
}

.statistics-main-number-unit {
    font-size: 20px;
}

.statistics-trend-container {
    position: relative;
    float: right;
    height: 0;
}

.statistics-value {
    font-size: 15px;
    position: relative;
    top: -70px;
    padding-right: 0px;
}

.statistics-bottom-description {
    font-size: 12px;
    color: var(--gray-color);
    clear: both;
}

.increasing-trend {
    color: var(--green-color);
}

.decreasing-trend {
    color: red;
}

/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
   -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
   background-color: #ccc;
   border-radius: 0.5rem;
   height: 0.5rem;  
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -4px; /* Centers thumb on the track */

   /*custom styles*/
   background-color: var(--turcuise-color);
   height: 1rem;
   width: 1rem;
}

input[type="range"]:focus::-webkit-slider-thumb {   
  outline-offset: 0.125rem; 
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
   border-radius: 0.5rem;
   height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
   border: none; /*Removes extra border that FF applies*/
   border-radius: 0; /*Removes default border-radius that FF applies*/

   /*custom styles*/
   background-color: var(--turcuise-color);
   height: 1rem;
   width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb {
  outline-offset: 0.125rem; 
}


/* Upload Image */
.upload-box {
        width: 100%;
        padding: 10px;
        border: 2px dashed #aaa;
        border-radius: 12px;
        background: white;
        text-align: center;
        transition: 0.3s;
    }

.upload-box p {
    font-size: 11px;
}
    .upload-box.dragover {
        border-color: var(--stroke-color);
        background: var(--light-color);
    }
    .upload-box input {
        display: none;
    }
    img.preview {
        max-width: 100%;
        margin-top: 15px;
        border-radius: 8px;
    }
    button {
        margin-top: 20px;
        background: #007bff;
        color: white;
        border: none;
        padding: 10px 18px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 15px;
    }
    button:disabled {
        background: #aaa;
        cursor: not-allowed;
    }
    #message {
        margin-top: 15px;
        font-size: 14px;
    }

/* Styl ogólny menu */
.sidebar {
  color: var(--turcuise-color);
  overflow-y: auto;
  box-shadow: 1px 0 10px 1px #888;
  background-color: #fff;
  z-index: 1000;
}

/* Menu po lewej stronie (domyślnie dla desktopów) */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 150px;
  height: 100vh;
  padding-top: 90px;
}

/* Główna zawartość strony */
.panel_main {
  margin-left: 150px;
  padding: 10px;
}

.panel_main h1 {
  padding-bottom: 20px;
}

/* Styl linków w menu */
.sidebar ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-end: auto;
}

.sidebar ul li {
  margin-bottom: 15px;
  text-align: center;
}

.sidebar ul li a {
  color: gray;
  text-decoration: none;
  display: block;
  font-size: 12px;
  padding: 10px;
  border-radius: 4px;
  transition: background 0.3s;
}

.sidebar ul li a i {
    font-size: 20px;
}

.sidebar ul li a:hover, .sidebar ul li a.active {
  color: var(--turcuise-color);
  font-weight: bold;
}

.how-it-works-section {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px;
    padding-bottom: 30px;
}

/* Overlay */
    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 999;
    }

    .overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Panel */
    .bottom-panel {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40%;
      background: #fff;
      border-radius: 16px 16px 0 0;
      transform: translateY(100%);
      transition: transform 0.3s ease;
      z-index: 1000;
      padding: 20px;
      box-sizing: border-box;
    }

    .bottom-panel.active {
      transform: translateY(0);
    }

.bottom-panel a {
    font-size: 20px;
    text-decoration: none;
    color: var(--stroke-color);
    font-family: "PT Sans Narrow", sans-serif;
    display: block;
    padding: 5px;
    cursor: pointer;
}

.bottom-panel a:hover {
    background-color: var(--light-color);
}

.bottom-panel .functional_button {
    text-decoration: none;
    color: #fff;
    font-stretch: condensed;
    font-size: 12px;
    font-weight: normal;
    background-color: var(--turcuise-color);
    border-radius: 5px;
    padding: 8px 3px;
    display: block;
    text-align: center;
}

.bottom-panel-header {
    font-size: 25px;
    font-family: "PT Sans Narrow", sans-serif;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.bottom-panel-icon {
    padding-right: 10px;
}

.bottom-panel-text {
    width: 100%;
}

.bottom-panel-result-container {
    font-size: 11px;
    color: green;
    width: 65px;
    display: none;
}

.affiliate-link {
    display: block;
    text-align: center;
}

.affiliate-link img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

  .places_list_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 10px 0 !important;
  }

  .places_list_wrapper .places_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }

  .places_list_wrapper .places_list {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding: 0 10px;
  }

  .bottom_action_panel {
    flex: 0 0 100px;
    height: 100px;

    border-top: 1px solid #ddd;
    background: var(--light-color);
    padding: 10px;
  }

  .circle_button_table {
    width: 100%;
  }

  .range_container {
    width: 100%;
    padding-top: 8px;
  }

  .circle_button_enabled {
    font-size: 40px;
    color: var(--turcuise-color);
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
  }

  .circle_button_disabled {
    font-size: 40px;
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
    opacity: 1;
  }

  .circle_button_enabled:hover, .circle_button_disabled:hover {
    opacity: 0.8;
  }

  .compatibility_warning {
    margin: 20px 0;
    padding: 16px 18px;
    border: 1px solid #f0c36d;
    border-left: 5px solid goldenrod;
    border-radius: 10px;
    background-color: #fffaf0;
}

.compatibility_header {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    font-size: 18px;
    font-weight: 600;
    color: #8a5a00;
}

.compatibility_message {
    color: #555;
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}

.compatibility_message b {
    color: #333;
}

/* Media width realated */
@media only screen and (max-width: 992px) {

    .payment-left-col {
        width: 31%;
    }

    .payment-right-col {
        width: 69%;
    }

    /* Menu na dole */
  .sidebar {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    top: auto;
    display: flex;
    justify-content: space-around;
    padding: 0 0;
    box-shadow: 1px 0 10px 1px #888;
  }

  /* Linki poziomo */
  .sidebar ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-inline-start: 0;
  }

  .sidebar ul li {
    margin-bottom: 0;
  }

  .sidebar ul li a {
    padding: 10px 5px;
    text-align: center;
  }

  /* Główna zawartość — bez marginesu */
  .panel_main {
    margin-left: 0;
    padding-bottom: 100px; /* miejsce na dolne menu */
  }

  .first-step-number {
    height: 100px !important;
    margin-top: 96px !important;
  }

  .first-step-number .number-container {
    top: 0%;
  }

  .last-step-number {
    height: 100px !important;
  }

  .last-step-number .number-container {
    margin-top: 48px !important;
  }

  .step-container {
    padding-left: 50px;
  }

  .step-header {
    float: left;
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: left;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    color: var(--stroke-color);
    width: 80%;
  }

  .step-description {
    padding: 0px 20px 0px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    color: #333;
    text-align: left;
    float: left;
    width: 84%;
  }

  .step-number {
    border-left: 3px solid var(--stroke-color);
    width: 50px;
    height: 200px;
    position: relative;
    float: left;
  }

  .number-container {
    position: absolute;
    left: -16px;
    top: 47%;
    background: var(--stroke-color);
    padding: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
    .payment-left-col {
        width: 50%;
    }

    .payment-right-col {
        width: 50%;
    }

    .first-step-number {
        width: 50% !important;
        float: right !important;
    }

    .first-step-number .number-container {
        left: -5% !important;
    }

    .last-step-number {
        width: 50% !important;
    }

    .last-step-number .number-container {
        left: 94% !important;
    }

    .step-container {
        padding: 0;
    }

    .step-header {
        clear: both;
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 20px;
        color: var(--stroke-color);
    }

    .step-description {
        padding: 20px;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 16px;
        color: #333;
        text-align: center;
    }

    .step-number {
        border-bottom: 3px solid var(--stroke-color);
        width: 100%;
        height: 30px;
        position: relative;
    }

    .number-container {
        position: absolute;
        top: 14px;
        left: 47%;
        background: var(--stroke-color);
        padding: 3px;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
    }
}