:root {
    --gray: #D3D5D9;
    --kashmir_blue: #4D658C;
    --white: #FFF;
    --blue_zodiac: #142A4F;
    --mako: #40444D;
    


    /*DESIGN SYSTEM COLORS*/

    --primary-90: #D8E6FA;
    --primary-80: #B0CEF5;
    --primary-70: #89B5F1;
    --primary-60: #619DEC;
    --primary-40: #2E6AB9;
    --primary-30: #234F8B;
    --primary-20: #17355C;
    --primary-10: #0C1A2E;
    --gray-10: #323232;
    --gray-20: #484B51;
    --gray-30: #646971;
    --gray-40: #808690;
    --gray-50: #9CA3AF;
    --gray-60: #B0B5BF;
    --gray-70: #C4C8CF;
    --gray-80: #D7DADF;
    --gray-90: #E1E3E7;
    --gray-95: #EBEDEF;
    --gray-100: #FAFBFB;
    --header-height: 90px;
}


body {
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family:'Inter';
    font-weight:400;
}


@font-face {
    font-family: 'inter';
    src: url('../../fonts/inter.woff2') format('woff2');
}


body:has(.FirstPageheader) .kontener {
    padding-top:60px;
}

body:has(.FirstPageheader) .navbar {
    top:0;
    position:static!important;
    height:auto;
    z-index:1;
}
body:has(.Top_okresy_wymiany) .kontener {
    padding-top: calc(3 * var(--header-height));
}

.modal-header .btn-close .model-btn {
    padding: 10px 12px;
    margin-top: -30px;
}


.navbar {
    background-color: var(--gray);
    color: var(--kashmir_blue);
    padding: 0 !important;
    border-bottom: 0.5px solid #898E99;
    transition: .25s linear;
}

#versionsCbxMobile-list{
    width:100%!important;
}
.navbar-hidden {
    transform: translateY(calc(-1 * var(--header-height)))
}

.cars {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: auto;
    color: #142A4F;
    width:auto;
    display: flex;
}

@-moz-document url-prefix() {
    .cars {
        display: ruby;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#username, #email, #phoneicon {
    position: absolute;
    margin: 13px 0 0 6px;
}
#nipicon {
    position: absolute;
    right: 0;
    margin-right: 158px;
    margin-top: 13px;

}

input[class="form-control"]{
    padding-left: 20px;
}
.demo_text {
    font-weight: 600;
    line-height:1.7;
    margin: 0 3px;
}

.a_button {
    text-decoration: none;
    color: var(--primary-50);
    font-weight:500;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin-right: 5px;
}
.header {
    height: var(--header-height);
    background-image: url('../../Content/banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: fixed;
    z-index: 1002;
    transition: .25s linear;
    max-width: 100vw;
}

.SearchInputPlace .loupe {
    position: absolute;
    right: 15px;
}

.FirstPage { 
    display: flex;
    justify-content: flex-start;
  
}

.FirstPageheader {
    height: 60px;
    background-image: url('../../Content/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    z-index: 1002;
}



.buttons {
    display: flex;
}



button#licence {
    background-color: transparent;
    border: none;
    margin-left: auto;
    font-family: 'Inter';
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #142A4F;
    border-bottom: 1px solid #142A4F;
}


.LicznikElementow, .LicznikElementow_X {
    background: var(--gray-80);
    gap: 18px;
    position: fixed;
    bottom: 99px;
    z-index: 1011;
}






input#input_ilosc_input {
    width: 40px;
    border: 1px solid var(--gray-80);
    text-align: center;
}


.modal-backdrop.modal-backdrop {
    z-index: 0;
}





a {
    cursor: pointer;
}
.header2 {
    height: 60px;
    width: 100%;
}

#staticBackdropLabel {
    width: 254px;
    height: 21px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--white);
}

.CarIcon.img-thumbnail {
    height: 37px;
    width: 40px;
    margin-top: 5px;
    margin-left: -12px;
    background-color: transparent;
    border: none
}



.ModuleArea2019 {
    justify-content: center;
}

.ModuleButtonText2019 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--gray-10);
    margin-left: auto;
    margin-right: auto;
}

#collapseExample {
    transition: 0.3s;
    width: 100vw;
}

.form {
    margin: 0 16px;
}


#toShow {
    font-family: Tahoma;
    border: 1px solid #EDEDED;
}

#buttons {
    background-color: var(--blue_zodiac);
    color: white;
    display: flex;
}

.ModuleButton2019 {
    color: var(--kashmir_blue);
    font-size: 14px;
    width: 100%;
}

.ModuleArea2019 {
    border-radius: 10px;
}

.container2 {
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    grid-column-gap: 10px;
}

.container3 {
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    grid-column-gap: 10px;
}

#ModulesButtons { 
    padding-bottom: 10px;
    height:auto;
}

.footer {  
  background-color: var(--blue_zodiac);
    color: #D3D5D9;
    width: 100vw;
    z-index: 1011;
}



.Top_okresy_wymiany {
    max-width: 90%;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--gray-10);
    margin-bottom: 0;
}


.btn-footer.w-100.btn {
    border-width: 0px 0.5px 0.5px 0px;
    border-style: solid;
    border-color: #4D658C;
    border-radius: 0;
    color: #D3D5D9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.w-100 {
    border-width: 0px 0px 0.5px 0px;
    border-style: solid;
    border-color: #4D658C;
    border-radius: 0;
    color: #D3D5D9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.btn-group.d-flex.w-100 {
    position: fixed;
    z-index: 1005;
    background-color: var(--blue_zodiac);
}

.container1 {
    flex: 1;
}

.hamburger, .navigation {
    transition: transform .3s .1s ease-in-out;
}

.hamburger--active {
    transform: translateX(0px);
}

.hamburger__box {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.btn.w-100:hover {
    color: #D3D5D9;
}

.hamburger__inner {
    width: 19px;
    height: 2px;
    background-color: var(--white);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .1s .2s ease-in-out;
}

    .hamburger__inner::before,
    .hamburger__inner::after {
        width: 19px;
        height: 2px;
        border-radius: 20px;
        background-color: var(--white);
        position: absolute;
        content: '';
        left: 0;
        transition: transform .2s .2s ease-in-out;
    }

    .hamburger__inner::before {
        top: -5px;
    }

    .hamburger__inner::after {
        top: 5px;
    }

.hamburger--active .hamburger__inner {
    background-color: transparent;
}

    .hamburger--active .hamburger__inner:before {
        transform: translateY(5px) rotate(45deg);
    }

    .hamburger--active .hamburger__inner:after {
        transform: translateY(-5px) rotate(-45deg);
    }


.navigation {
    overflow: hidden;
    width: 0;
    right: 0;
    position: absolute;
    z-index: 1022;
    transition: all .5s ease-in-out;
    margin-top: 60px;
    background-color: var(--blue_zodiac);
}

.navigation--active {
    display: block;
    width: 100%;
    margin-top: 60px;
}
div:has(>.module-btn-disabled){
    opacity:0.5;
}

.ModuleIcon2019 {
    max-width: 32px;
    max-height: 32px;
}
.navigation__list {
    list-style: none;
    padding-left: 0;
}

.buttons-down {
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 40px;
}

.buttons-down .ModuleArea2019 {
    width: 48%;
}

div .modal-header {
    background: var(--blue_zodiac);
    color: var(--solitude);
    height:60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

div .modal-content {
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100vw;
}

div .modal-header .btn-close {
    border-radius: 10px;
    opacity: 1;
    font-size: 11px;
    padding: 10px;
    margin-top: -2px;
    margin-right: 0;
}

.line {
    width: 60px;
    height: 12px;
    border-bottom: 3px solid #4D658C;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
}

.navigation__item {
    margin-bottom: 20px;
}



@keyframes slide {
    0% {
        right: 0;
        width: 0%;
    }

    100% {
        right: 0;
        width: 100%;
    }
}
.ModuleArea2019 a {
  text-decoration: none ;
    color: black;
}





#fontfooter {
    height: 13px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: var(--gray-40);
    margin-bottom: 0;
}



#phone, #NIP {
    width: 160px;
}

#NIP {
    margin-left: auto;
}
label[for=my_screen] {
    color: grey;
}
.contactForm {
    height: 100%;
}
.zglos_uwagi, .licence-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--gray-70);
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 1px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.licence-button {
    margin-right: 10px;
    text-decoration: none;
}

.licence-button:hover {
    color: var(--gray-70)
}

.zglos_uwagi::before{
    margin-top: 5px;
    content: url("../../Content/suffix.svg");
}

.licence-button::before{
    content: url("../../Content/licence-info.svg");
}

.ModuleDescription2019 {
    display: none;
    font-size: 13px;
    height: 0;
    justify-content:center;
}


.Pokaz_alert, .Pokaz_alert_modul {
    position: fixed;
    bottom: 16vh;
    left: 13px;
    width: 93vw;
    background: #E87301;
    padding: 10px;
    height: 39px;
    border: none;
    border-radius: 8px;
    transform: translateY(150%);
    transition-duration: 1s;
    display: none;
}


.Pokaz_alert.active, .Pokaz_alert_modul.active {
    transform: translateY(0%);
    transition-duration: 1s;
}

.alert_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    letter-spacing: -0.02em;
    color: #F0F1F2;
    text-align: center;
}

@media screen and (max-width:400px){ 
    .ModuleDescription2019 {
        display: none !important;
    }
}

.modal-body {
    height: 80vh;
    overflow-y: auto;
}

.TopNavigationModulesContainer2019 {
    display: none;
}

.TopNavigationModules2019 {
    width: 632px;
}

#trZmienPojazd {
    cursor: pointer;
}
tr [id="trZmienPojazd"] td {
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

#ModuleButton2019 {
    cursor: pointer;
}

.ModuleButton2019, .ModuleButton2019Disable {
    cursor: pointer;
}

.footerButtons {
    display: block;
    font-size: 13px;
}

#komunikat_licencja_wygasa {
    display: none;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn-footer {
   cursor: pointer;
}

#divWyborPojazduDemo2019 {
    width: 726px;
    display: none;
}

#btnDemoPojazdyCiezarowe2019 img {
    float:left;
}

#tableWyborPojazduDemoCiezarowe2019 {
    display: none;
}

#trZmienPojazd td {
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.modal-body {
    max-height: 80vh;
}

.modal .modal-dialog {
    position: absolute;
    bottom: 0;
    margin: 0;
    margin-bottom: 6px;
    width: 100%;
}

#Pola_obowiazkowe {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #898E99;
    margin-bottom: 24px;
}



#contactForm {
    margin: 16px 16px 20px 16px;
}

#contactForm .mb-3 {
    margin-bottom: 8px !important;
}

.mb-3.col-12 {
    display: flex;
}

.text_uwagi {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #40444D;
    margin: 16px 16px 0 16px;
}

div.modal.fade .modal-dialog {
    transform: translate(0, 480px);
}

div.modal.show .modal-dialog {
    transform: none;
}

.modal.fade div.modal-dialog-nadwozie {
    transform: translate(0, 463px);
}



.notify-window {
    position: absolute;
    bottom: -100px;
    left: 0;
    display: none;
}

.notify-window.show-notify{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    height: 142px;
    animation-name: show;
    animation-duration: 1s;
    border-radius: 25px 25px 0px 0px;
    display: block;
}

.notify-window.hide-notify{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1004;
    height: -142px;
    animation-name: hide;
    animation-duration: 1s;
    border-radius: 25px 25px 0px 0px;
}

.ButtonNadwozie { 
    text-decoration: none;
    border: none;
    background-color: transparent;
    text-align: left;
}

.WyborNadwozia:nth-child(2n+1) {
    background-color: #FBFBFB;
}

.WyborNadwozia {
    display: flex;
    padding:12px;
    flex-direction: column;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    height: 42px;
}

.title {
    height: 58px;
    width: 100%;
    background: #142A4F;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.line_top {
    margin-top: 12px;
    width: 60px;
    border-bottom: 3px solid #4D658C;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
}

p.title_text {
    margin-bottom: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    padding: 25px 16px;
}

.SearchInputPlace {
    height: 54px;
    width: 100%;
    background-color: var(--gray-90);
    display: flex;
    place-content: center;
    place-items: center;
    position: relative;
}

input.SearchInput {
    height: 42px;
    width: 95%;
    border: 1px solid var(--gray-80);
    border-radius: 4px;
    font-style: normal;
    line-height: 120%;
    padding-left: 8px;
}

    input.SearchInput:hover {
        border: 1px solid var(--primary-50);
        box-shadow: 0px 0px 8px rgba(58, 132, 231, 0.4);
        border-radius: 4px;
    }



@keyframes show {
    from {height: 0;}
    to {height: -100px;}
}

@keyframes hide { 
    from {height: -100px;}
    to {height:0;}
}
.show-empty{
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    opacity: 0.6;
    z-index: 1003;
}

.body-bottomsheet {
    height: 477px;
    overflow: scroll;
}

.body-bottomsheet > body {
    overflow: hidden;
}




.vehicle-selector {
    display: none;
}

    .vehicle-selector.k-combobox {
        display: flex;
        border-radius: 4px;
        border: 1px solid var(--gray-90);
    }
/*DYNAMIC ANIMATIONS*/
@keyframes slideUpEnd {
    from {
        height: var( --slideAmount);
    }

    to {
        height: 0;
    }
}

@keyframes slideUpStart {
    from {
        height: 0;
    }

    to {
        height: var( --slideAmount);
    }
}

.navbar>div:first-child{
    height:42px;
    flex-wrap: nowrap;

}

/*KENDO DROPDOWN */
.k-i-arrow-s:before {
opacity:0.7;
}
.k-input:focus-within, .k-widget.k-input:focus-within {
    box-shadow: 0px 0px 8px 0px rgba(58, 132, 231, 0.40);
    border: 1px solid var(--primary-50, #3A84E7) !important;
    border-radius: 4px;
}
.k-list-item.k-focus, .k-list-item:focus{
    box-shadow:none;
}
.k-list-item.k-hover, .k-list-item:hover, .k-list-item.k-selected {
    background-color: var(--primary-90) !important;
    color: var(--gray-10) !important;
}
.k-list-scroller{
    padding:0 !important;

}
.k-list-item {
    border-bottom: solid 1px var(--gray-90);
    font-weight:400;
    border-radius: 0;
}
.k-list{
    color:var(--gray-10)!important;
}
.k-datepicker-calendar, .k-filebrowser .k-image, .k-grid .k-filter-options, .k-popup, .k-time-popup {
    box-shadow: 2px 4px 8px 0px rgba(50, 50, 50, 0.25);
}
.k-input, .k-widget.k-input {
    color: var(--gray-10) !important;
}
.k-list-group-sticky-header, .k-list-item-group-label {
    border-color: var(--gray-90);
    background-color: var(--primary-90) !important;
    color: var(--gray-10) !important;
    height: 26px;
    font-size: 14px !important;
    font-weight: 500;
    padding: 0 !important;
    padding-left: 9px !important;
    line-height: 120%;
}
    .k-list-item-group-label{
        width: 100%;
        line-height: 23px;
        margin-top: -39px;
        border-bottom: 1px solid #D7DADF;
        border-top: 1px solid #D7DADF;
        font-weight: 700;
        transform: translate(8px, 10px);
    }
.text-bold {
    color: #323438;
    overflow:hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    font-weight: 600;
}

@media print {
    body {
        position: static !important;
    }
}
.vehicleNameText {
    overflow: hidden;
    color: #323438;
    text-overflow: ellipsis;
    font-family: Inter;
    font-weight: 600;
}
.kendo-item-left{
    min-width:max-content;
    margin-right:0.75rem;
}
.k-list-item-text {
    width: 100%;
}
.k-list-item-text::before, .k-list-optionlabel::before{
    display:none;
}
.k-icon.k-i-arrow-s.k-button-icon{
    transition:0.3s;
}
.k-state-border-down {
    box-shadow:0px 0px 8px 0px rgba(58, 132, 231, 0.40) !important;
}
.k-state-border-down .k-icon.k-i-arrow-s.k-button-icon {
    transform: rotate(180deg);
}
.k-list-item {
    border-bottom: 1px solid #D7DADF!important;
    border-radius:0 !important;
    padding:0.75rem 0.5rem!important;
}
    .k-list-item:nth-child(even) {
       background: #FAFAFB!important;
    }
    .k-list-item:last-child {
        border-bottom: none !important;
    }

.k-list-item:has(.k-list-item-group-label) {
    margin-top: 28px;
}

#zmien {
    transition: 0.3s;
}
#zmien.arrow-rotate{
    transform:rotate(180deg);
}
#hamburgerMenu{
     position:fixed;
    top:0;
    right:0;
    left:100%;
    bottom:0;
    transition:0.5s;
    z-index:1029;
    background:var(--gray-95);
    overflow:hidden
}
#hamburgerMenu.active{
    left:0;
}

@media screen and (max-width: 1700px) {
    .SearchInputPlace .loupe {
        right: 4.5%;
    }

    .idsIcon-SearchInput {
        position: absolute;
        right: 4.5%;
    }
}

@media screen and (min-width: 1700px) {
    .idsIcon-SearchInput {
        position: absolute;
        right: 15px;
    }
}
