@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.ttf') format('ttf'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans Light';
    src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Light.ttf') format('ttf'),
        url('../fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, h1, h2, h3, p, ul, ol, li, dl, dt, dd, form, input, button, textarea, table, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
  
body {
    background-color: #F2F2F2;
    color: #6021dd !important;
    font-family: 'Plus Jakarta Sans';
}

.container {
    max-width: 1100px;
    padding: 30px;
    margin: auto;
}

.container-title {
    color: #014B88;
}

.footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.footer-company a {
    color: var(--black, #000);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
}

.footer-menu-item a {
    color: #000;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.company-title {
    margin-top: 70px;
    color: var(--granat, #004C8A);
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.company-desc {
    margin-top: 20px;
    color: var(--black, #000);
    text-align: justify;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    line-height: 1.3rem;
}

.speech-bubble-parent:after {
    content: '';
    z-index: 2;
    position: relative;
    left: 140px;
    bottom: -10px;
    width: 200px;
    border: 20px solid transparent;
    border-top-color: white;
    border-bottom: 0;
    border-left: 0;
}

.speech-bubble {
    border-radius: 17.297px 17.297px 17.297px 0px;
    z-index: 2;
    position: relative;
    background: var(--White, #FFF);
    color: #000000;
    padding: 20px;
    font-size: 16px;
    line-height: 25px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
    margin-left: 140px;
}

.pbs-btn {
    border-radius: 20px;
    background: var(--granat, #004C8A);
    color: #ffffff; 
    width: 178px; 
    height: 41px;
    cursor: pointer;
}

.info-widget-parent {
    max-width: 600px;
    justify-content: flex-end;
}

.info-widget {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.info-widget img {
    max-width: 100%;
}

.info-widget--title {
    color: var(--black, #000);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 60px;
    margin-top: 10px;
}

.info-widget--value {
    color: #004C8A;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    line-height: normal;
}

.container-logo {
    max-width: 150px;
}

.container-title {
        text-align: right;
}

.girl {
    position: relative; 
    top: -70px; 
    left: 30px;
}

/* Strona nr 2 */
.app-form {
    border-radius: 17.297px 17.297px 17.297px 17.297px;
    z-index: 2;
    position: relative;
    background: var(--White, #FFF);
    color: #000000;
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
}

.app-form--title {
    color: var(--granat, #004C8A);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
    text-transform: uppercase;
}

.app-form--calendar-months {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    color: #999999;
}

.app-form--calendar-table {
    color: #999999;
    /*width: 100%;*/
}

.currday {
    background-color: #004C8A;
    border-radius: 5px;
    color: #ffffff !important;
}

.activeday {
    cursor: pointer;
    color: #004C8A;
    font-weight: bold;
}

.app-form--calendar {
    margin-bottom: 15px;
    text-align: center;
}

.app-form--calendar-table td, .app-form--calendar-table th {
    text-align: center;
    padding: 3px;
    width: 40px;
}


.app-form--middle-col {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.app-form--calendar-months svg {
    cursor: pointer;
}

.app-form--calendar-months svg:hover {
    fill: #004C8A;
}

.app-form--calendar-tod {
    display: flex;
    justify-content: center;
}

.app-form-time {
    margin-top: 5px;
    line-height: 2.2rem;
    text-align:center;
    width: 100%;
    border: 1px solid #999;
    color: #D9D9D9;
}

.app-form-time-a {
    color: #004C8A;
    font-weight: bold;
    cursor: pointer;
}

.currtime {
    background-color: #004C8A;
    border-radius: 5px;
    color: #ffffff !important;
}

.invalid-feedback {
    margin-top: 0px;
    font-size: 12px;
    font-weight: 600;
}

.app-form-time-container {
    overflow-y: auto;
    height: 300px;
}

.form-control {
    font-weight: 700;
}

.doc-static {
    color: #000000;
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
}

.doc-static h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #004C8A;
}

.doc-static ol {
    margin-left: 10px;
}

.doc-static ol {
  counter-reset: item
}
.doc-static li {
  display: block
}

.doc-static li:before {
  content: counters(item, ".") ". ";
  padding-right: 10px;
  counter-increment: item
}

.doc-static h1 {
    margin-bottom:5px;
}

.confirm-table {
    width: 100%;
}

.confirm-table td {
    font-size: 16px;
    font-family: inherit;
    line-height: 25px;
    height: 40px;
    text-align: left;
}

.confirm-table td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    width: 50%;
}

.confirm-table td:nth-child(2) {
    font-weight: 600;
    color: #004C8A;
    text-align: left;
    width: 50%;
}

.phone-number {
    color: var(--granat, #004C8A);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .container-logo {
        max-width: 100px;
    }

    .phone-number {
        margin-top: 20px;
    }

    .col-md-4 {
        margin-top: 25px;
    }

    .speech-bubble {
        margin-left: 0px;
    }

    .girl {
        top: -30px;
    }

    .info-widget {
        margin-top: 30px;
    }

    .container {
        padding: 10px;
    }

    .info-widget--title {
        height: auto;
    }

}