﻿input.invalid{
    outline: 3px solid red;
}
.labelInvalid{
    /*font-weight:bold;*/
    font-size:13px;
    color:red;
    /*padding-left:10px;*/
    display:none;
    /*white-space: nowrap;*/
}
.ui-autocomplete.ui-front {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2000 !important;
}
textarea {
    padding-top: 12px !important;
    overflow: hidden;
}
input.form-control, textarea.form-control {
    border-radius: 20px !important;
    border: solid 2px !important;
    border-color: rgb(255, 216, 0) !important;
    height: 50px;
    outline: none;
}
input.form-control.invalid, textarea.form-control.invalid {
    border-color: rgb(255, 0, 0) !important;
}
.tab {
    overflow: hidden;
    background-color: #c1c1c1;
    border-radius: 20px 20px 0px 0px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #FFF;
}

.tabcontent {
    display: none;
    padding: 15px;
    /*border: 1px solid #ccc;*/
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    background:none;
}

/*Navigation*/
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

.section-top {
    /*background-image: url(../img/belka.jpg);*/
}
.section-main {
    margin-top: 20px;
    margin-bottom: 6.4%;
    /*    margin-bottom: 11.5vh;*/
    /*min-height: 100vh;*/
    /*background-repeat: no-repeat;
    background-image: url(../img/background.jpg);
    background-size:contain;*/
    /*min-height: 900px;
    max-height: 900px;*/
}
@media only screen and (max-height: 920px) {
    .section-main {
        margin-top: 20px;
        margin-bottom: 5.9%;
    }
}

    .footer {
        /* position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;*/
    }

    body {
        /*background-repeat: no-repeat;*/
        background-image: url(../img/bg04.png);
        /*background-size: cover;*/
        /*min-height: 2509px;
    max-height: 2509px;*/
    }

    mainForm {
        /*height: 100vh;*/
        /*display:flex;*/
        transition: background 0.5s ease;
        /*position: relative;*/
    }

    .center {
        /*position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    }

    .top-center {
        /*position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%) !important;
    margin-top: 10px;*/
    }

    .big-anim-button {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, monospace;
        background: #b6ff00;
        color: #2c2c2c;
        cursor: pointer;
        font-size: 2em;
        padding: 1.5rem;
        border: 0;
        transition: all 0.5s;
        border-radius: 10px;
        width: auto;
        position: relative;
        min-width: 250px;
    }

        .big-anim-button::after {
            content: "\f138";
            font-family: "FontAwesome";
            font-weight: 400;
            position: absolute;
            /*left: 95%;*/
            top: 50%;
            right: 0;
            bottom: 0;
            opacity: 0;
            transform: translate(-50%, -50%);
        }

        .big-anim-button:hover {
            background: #00AA21;
            transition: all 0.5s;
            border-radius: 10px;
            box-shadow: 0px 6px 15px #0000ff61;
            padding: 1.5rem 3rem 1.5rem 1.5rem;
            color: #ffffff;
        }

            .big-anim-button:hover::after {
                opacity: 1;
                transition: all 0.5s;
                color: #ffffff;
            }

    .icon-box {
        width: 90%;
        max-width: 400px;
    }

    .register-box {
        width: 90%;
        max-width: 400px;
        background-color: white;
        /*padding:10px;*/
        border-radius: 20px 20px 20px 20px;
    }

    .field-input-row-inline {
        background: white;
        height: 50px;
        justify-content: space-between;
        align-items: center;
        border-radius: 20px;
        border: solid 2px;
        /*margin:10px;*/
        border-color: rgb(255, 216, 0);
        padding: 7px;
        /*margin-top: 10px !important;*/
        /*margin-bottom: 10px !important;*/
    }

    .field-input-row {
        background: white;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 20px;
        border: solid 2px;
        /*margin:10px;*/
        border-color: rgb(255, 216, 0);
        padding: 10px;
        /*margin-top: 10px !important;*/
        /*margin-bottom: 10px !important;*/
    }

        .field-input-row.invalid {
            border-color: rgb(255, 0, 0);
        }

        .field-input-row i {
            padding: 10px;
        }

    .pointer {
        cursor: pointer;
    }

    span.inactive
    {
        display:none;
    }

    span.active
    {
        display:flex;
    }

    div.inactive {
        opacity: 0;
        pointer-events: none;
        /*transform: translate(-50%, 50%);*/
        /*transition: all 2.5s ease;*/
        visibility: hidden;
        height: 0 !important;
        margin: 0 !important;
        max-height: 0 !important;
        line-height: 0 !important;
        overflow: hidden !important;
        display: block;
        padding: 0 !important;
        /*width: 0px;*/
        /*content:none;*/
        transition: height 0.5s, opacity 0.5s;
    }

    div.active {
        opacity: 1;
        pointer-events: all;
        /*transform: translate(-50%, -50%);*/
        /*transition: all 0.5s ease;*/
        /*transition: padding none*/
        /*width:initial;*/
        /*height:initial;*/
        transition: height 0.5s, opacity 0.5s;
    }

    button.inactive {
        pointer-events: none;
        transition: all 0.5s ease;
        background: #909090;
        color: #EEEEEE;
        cursor: none;
        /*transition: all 0.5s;*/
        /*padding: 1rem;*/
        /*content: none;*/
    }

    img.active {
        visibility: visible;
    }

    img.inactive {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        height: 0 !important;
        padding: 0 !important;
        transition: height 0.5s, opacity 0.5s;
        margin-top: 0px !important;
    }

    .field-input-row input {
        background: none;
        border: none;
        flex: 1;
        height: 100%;
        outline: none;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .reg-full {
        width: 90%;
        max-width: 500px;
    }

    .action-full {
        width: 90%;
        max-width: 1200px;
        margin-bottom: 10px;
    }

    .submit-button {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, monospace;
        background: #b6ff00;
        color: #2c2c2c;
        cursor: pointer;
        font-size: 1em;
        padding: 1rem;
        border: 0;
        transition: all 0.5s;
        border-radius: 10px;
        width: auto;
        position: relative;
    }

        .submit-button::after {
            font-family: "FontAwesome";
            font-weight: 400;
            position: absolute;
            top: 53%;
            right: 0;
            bottom: 0;
            opacity: 0;
            transform: translate(-50%, -50%);
        }

        .submit-button:hover {
            background: #00AA21;
            transition: all 0.5s;
            border-radius: 10px;
            box-shadow: 0px 6px 15px #0000ff61;
            padding: 1rem 1.8rem 1rem 1rem;
            /*padding: 1rem;*/
            color: #ffffff;
        }

            .submit-button:hover::after {
                opacity: 1;
                transition: all 0.5s;
                color: #ffffff;
            }

    .submit-button-back {
        padding: 10px;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }

        .submit-button-back:hover {
            padding: 14px 30px 12px 10px
        }

    .save-content::after {
        content: "\f0c7";
    }

    .logout-content::after {
        content: "\f08b";
    }

    .arrow-left-content::after {
        content: "\f060";
    }

    .edit-content::after {
        content: "\f044";
    }

    .sign-in-content::after {
        content: "\f090";
    }

    .required {
        color: red;
    }

    .jumbotron {
        /*background: white;
    font-size:40px;*/
        /*width: 400px;*/
    }

    .login {
        color: white;
    }

    .title {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .box {
        padding: 15px;
        border-radius: 20px;
        background: white;
    }

    .login-box {
        max-width: 600px;
        width: 90%;
        /*margin: 10px;*/
    }

    .zgoda {
        font-size: 11px;
    }

    .form-control:focus {
        outline: 0 !important;
        border-color: initial;
        box-shadow: none;
    }

    .znajdz-sklep {
        /*width:min-content;*/
        /*position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);*/
        /*margin-right:30px;*/
    }

    .section-yellow {
        background-repeat: no-repeat;
        background-image: url(../img/bg_yellow.png);
        background-size: cover;
        /*height: 70vw;*/
        /*min-width: 1300px;
    max-width: 1300px;*/
    }

    .vert-center {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
    }

    .vert-center2 {
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
    }

    .sp-red {
        font-size: 50px;
        color: rgb(227,7,23);
        font-weight: bold;
    }

    .sp-black {
        font-size: 26px;
        font-weight: 600;
    }

    .img-znajdz-sklep {
        margin-top: 20px;
    }

    .link-white {
        font-weight: bold;
        color: white !important;
        margin-right: 40px;
        font-size: 14px;
    }

    .link-red {
        font-weight: bold;
        color: #e53627 !important;
        margin-right: 40px;
        font-size: 14px;
    }

    .link-yellow {
        font-weight: bold;
        color: #ffe600 !important;
        margin-right: 40px;
        font-size: 14px;
    }

    .link-menu {
        color: black;
        font-size: 20px;
    }

        .link-menu:hover {
            font-weight: bold;
            color: black;
            font-size: 20px;
            text-decoration: underline;
        }

    .text-skan {
        color: #e53627;
        font-weight: 700;
        font-size: 1.3vw;
    }

    .text-bon {
        color: black;
        font-weight: 900;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 1.3rem;
    }

    a.selected {
        font-weight: bold;
    }

    .bg-black {
        background-color: black;
    }

    .bg-white {
        background-color: white;
    }

    .navbar {
        height: 75px;
        padding-left: 50px;
    }

    .sp-black2 {
        font-size: 28px;
        /*font-weight: 600;*/
    }

    .zajrzyj-logo {
        margin-top: 20px;
    }

    .button-red-long {
        background-color: red;
        color: white;
        width: 100%;
        border: 0;
        border-radius: 20px;
        font-weight: bold;
        padding: 5px;
        /*margin-bottom: 10px;*/
        padding: 10px;
        margin-top: 10px;
    }

    .button-red-normal {
        background-color: red;
        color: white;
        /*width: 100%;*/
        border: 0;
        border-radius: 20px;
        font-weight: bold;
        padding: 5px;
        /*margin-bottom: 10px;*/
        min-width: 80px;
        padding: 10px;
        margin-top: 10px;
    }

    .button-green-normal {
        background-color: #28a745;
        color: white;
        /*width: 100%;*/
        border: 0;
        border-radius: 20px;
        font-weight: bold;
        padding: 5px;
        /*margin-bottom: 10px;*/
        min-width: 80px;
        padding: 10px;
        margin-top: 10px;
        z-index: 2;
        position: relative;
    }

    .alertbox {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .section-karty {
        /*background-color*/
    }

    .row {
        margin: 0;
    }

    .simp-acc-exists {
        max-width: 600px;
        width: 90%;
    }

    .no-padding {
        padding: 0;
    }

    #divThank {
        width: 90%;
        max-width: 700px;
    }

    .darkred {
        color: rgb(227,7,23)
    }

    .custom-combobox {
        /*position: relative;*/
        display: flex;
        flex: 1;
    }

    .custom-combobox-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 0;
    }

    .custom-combobox-input {
        margin: 0;
        padding: 5px;
        border: none;
        outline: none;
    }

    ::placeholder {
        color: #495057;
        opacity: 1;
    }

    .field-input-row-sklep.disabled {
        background-color: #e9ecef;
    }

    .input-bottom-line {
        border: none;
        border-bottom: 1px solid #1890ff;
        padding: 5px 10px;
        outline: none;
    }

    .full-width {
        width: 100%;
    }

    .fill-width {
        width: 99%;
    }

    .nowrap {
        white-space: nowrap;
    }

    .align-right {
        text-align: right;
    }

    .modal-dialog {
        overflow-y: initial !important
    }

    .modal-body .body-scroll {
        /* max-height: 75vh;*/
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #DDD;
    }

    #tableKraje td {
        padding: 0px 10px 8px 0px;
    }

    #tableKraje tr {
        cursor: pointer;
    }

        #tableKraje tr:hover {
            background-color: #DDD;
            transition: background 0.5s ease-out;
        }

    .body-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .body-scroll::-webkit-scrollbar-track {
        background: #DDD;
    }

    .body-scroll::-webkit-scrollbar-thumb {
        background-color: blue;
        border-radius: 20px;
        border: 5px solid #AAA;
    }

    #placeholderFlaga img {
        max-height: 21px;
    }

    #placeholderAccFlaga img {
        max-height: 30px;
    }

    #placeholderFlagaSaveAcc img {
        max-height: 30px;
    }

    .flaga {
        max-height: 50px;
    }

    input.disable-spin-button::-webkit-outer-spin-button,
    input.disable-spin-button::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

    .box-white {
        background-color: white;
        border-radius: 20px;
        width: min-content;
        margin: 0 auto;
        padding: 10px;
    }

    .containter-center {
        width: 100%;
        text-align: center;
    }

    .section-promo {
        margin-bottom: 30px;
    }

    .hyperlink {
        cursor: pointer;
        text-decoration: underline;
        color: dodgerblue;
    }

    .link-red-button {
        background-color: red;
        color: white;
        /*width: 100%;*/
        border: 0;
        border-radius: 20px;
        font-weight: bold;
        padding: 5px;
        /*margin-bottom: 10px;*/
        min-width: 80px;
        padding: 13px 90px;
        text-decoration: none;
    }

        .link-red-button:hover {
            text-decoration: none;
            color: white;
        }

    @media only screen and (max-width: 5000px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 0.5vw;
        }
    }

    @media only screen and (max-width: 4500px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 0.5vw;
        }
    }

    @media only screen and (max-width: 4000px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 0.6vw;
        }
    }

    @media only screen and (max-width: 3500px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 0.7vw;
        }
    }

    @media only screen and (max-width: 3100px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 0.8vw;
        }
    }

    @media only screen and (max-width: 2900px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 0.9vw;
        }
    }

    @media only screen and (max-width: 2700px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 1vw;
        }
    }

    @media only screen and (max-width: 2200px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 1.1vw;
        }
    }

    @media only screen and (max-width: 2000px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 1.2vw;
        }
    }

    @media only screen and (max-width: 1800px) {
        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 1.3vw;
        }
    }

    @media only screen and (max-width: 767px) {
        .apka-reka {
            text-align: center;
        }

        .apka-container {
            height: 300px;
        }

        .coupons-row {
            flex-direction: column;
        }
    }

    @media only screen and (min-width: 768px) {
        .apka-container {
            height: 492px;
        }

        .apka-reka {
            position: relative;
        }

            .apka-reka img {
                position: absolute;
                top: 0px;
                /*right: -1px;*/
            }
    }


    .bar-step {
        position: absolute;
        margin-top: -45px;
        z-index: 1;
        font-size: 12px;
        width: 90px;
    }

    .bar-step-bottom {
        position: absolute;
        margin-top: -5px;
        z-index: 1;
        font-size: 12px;
        width: 90px;
    }

    .label-txt {
        float: left;
        font-size: 1rem;
        font-weight: 900;
        margin-left: -35px;
        text-align: center;
    }

    .label-line {
        /*float: right;
        background: #000;
        height: 50px;
        width: 1px;
        margin-left: 5px;*/
        margin-top: 5px;
        font-size: 2.25rem;
        margin-left: 0px;
        position: absolute;
    }

    .label-percent {
        float: right;
        margin-left: 5px;
    }

    .label-line-bottom {
        /*float: right;
        background: #000;
        height: 50px;
        width: 1px;
        margin-left: 5px;*/
        font-size: 43px;
        margin-top: 15px;
        width: 45px;
        height: 45px;
        background-color: white;
        border-radius: 999px;
        vertical-align: middle;
        text-align: center;
        margin-top: -10px;
    }

    .label-txt-bottom {
        float: left;
        font-style: normal;
        font-size: 1rem;
        font-weight: 900;
        /*margin-top: 10px;*/
        margin-left: -20px;
    }

    .label-logo-bottom {
        margin-top: 10px;
        margin-left: -20px;
    }

    .i-line-background {
        background-color: red;
        color: white;
        font-style: normal;
        padding-top: 0.9rem;
        border-radius: 0.25rem;
        width: 90px;
        display: inline-block;
        height: 30px;
        text-align: center;
        margin-top: -20px;
    }

    .i-line-background-bottom {
        background-color: lightgray;
        font-style: normal;
        padding-top: 0.9rem;
        padding-bottom: 2px;
        border-radius: 0.25rem;
        width: 90px;
        display: inline-block;
        height: 30px;
        text-align: center;
    }

    .first-step {
        left: 52.78%
    }

    .second-step {
        left: 99.75%
    }

    .coupons-row {
    }

    .coupons-place {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    @media screen and (max-width: 1250px) {
        .first-step {
            left: 52.5%
        }

        .second-step {
            left: 99.75%
        }
    }

    @media screen and (max-width: 1100px) {
        .first-step {
            left: 52.3%
        }

        .second-step {
            left: 99.25%
        }
    }

    @media screen and (max-width: 900px) {
        .first-step {
            left: 52%
        }

        .second-step {
            left: 99%
        }
    }

    @media screen and (max-width: 700px) {
        .first-step {
            left: 51%
        }

        .second-step {
            left: 98.5%
        }
    }

    @media screen and (max-width: 500px) {
        .link-menu {
            color: black;
            font-size: 1.375rem;
        }

            .link-menu:hover {
                font-weight: bold;
                color: black;
                font-size: 1.375rem;
                text-decoration: underline;
            }

        .sp-black2 {
            font-size: 1.25rem;
        }

        .text-skan {
            color: #e53627;
            font-weight: 700;
            font-size: 1.5vw;
        }

        .text-bon {
            color: black;
            font-weight: 900;
            margin-left: 20px;
            margin-right: 20px;
            font-size: 1rem;
        }

        .zajrzyj-logo {
            margin-top: 20px;
            max-width: 65% !important;
        }
    }
.flex-coupons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 40px;
}
.coupon-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    position: relative;
    width: clamp(400px, 45%, 360px);
}
.coupon-lp {
    position: absolute;
    top: 1%;
    left: 0%;
}
.img-kupon{
    width:100%;
}

label[for="cbKarta"] {
    margin-left: 10px;
    font-size: 14px;
}

label[for="cbAccKarta"] {
    margin-left: 10px;
    font-size: 14px;
}

/*#cbKarta {
    accent-color: black;
}*/