html, body {
    margin: 0;
    padding: 0;
    background: url(https://www.studiourodylux.pl/wp-content/uploads/2023/03/strona-LUX-nowa-grafika.png) no-repeat center top;
    color: #5099a3;
}

#main_container, #footer_container, #footer_bottom_container {
    width: 90%;
    margin: 0 auto;
    font-family: verdana;
}

@media (min-width: 900px){
    /* tablet */
    #main_container, #footer_container, #footer_bottom_container {
        width: 50%;
        margin: 0 auto;
        font-family: verdana;
    }
}

#header_container {
    height: 50px;
    width: 100%;
    float: left;
}

@media (min-width: 900px){
    /* tablet */
    #header_container {
        height: 225px;
        width: 100%;
        float: left;
    }
}

#cont_container {
    width: 100%;
    float: left;
}

#footer_bottom {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #313131;
    margin: 20px 0 20px 0;
    background: #5099a3;
    text-align: center;
}


#wide_cont_container {
    width: 100%;
    margin: 0;
}

div.inner_middle {
    margin: 0;
    background: #fff;
    border: 0;
    zoom: 1;
    padding: 10px;
}

div.outer_middle {
    float: left;
    background: #5099a3;
    width: 100%;
}

.inner_middle-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    justify-content: center;
}

.personel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #5099a3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(80, 153, 163, 0.25);
    border: 0px;
    vertical-align: middle;
}

.personel-btn:hover {
    background: #27646c;
}

#submit_szukaj {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #bdbdbd;
    color: #fff;
    box-shadow: 0 4px 12px rgba(26, 95, 208, 0.25);
    border: 0px;
    vertical-align: middle;
}

#submit_szukaj:hover {
    background: #198754;
}

#submit_szukaj:disabled:hover {
    background: #bdbdbd;
    cursor: not-allowed;
}

.box-card {
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(10, 20, 30, 0.06);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #12212a;
    max-width: 100%;
    margin: 5px 0;
}

.personel-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(10, 20, 30, 0.06);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #12212a;
    max-width: 100%;
    margin: 5px 0;
}

.personel-card-left {
    position: relative;
    width: 100px;
    flex: 0 0 100px;
}

.personel-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e7edf3;
}

.personel-card-content {
    flex: 1 1 auto;
    min-width: 0;
}

.personel-name {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #5099a3;
}

.personel-line {
    font-size: 14px;
    line-height: 1.35;
    margin: 2px 0;
    color: #425a66;
}

.personel-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    justify-content: flex-end;
}

.personel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #5099a3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(26, 95, 208, 0.25);
    vertical-align: middle;
}

.personel-btn:hover {
    background: #27646c;
}

.dalej-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #198754;
    color: #fff;
    box-shadow: 0 4px 12px rgba(15, 96, 58, 0.25);
    border: 0px;
    vertical-align: middle;
}

.dalej-btn:hover {
    background: #0f603a;
}

.zarezerwuj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #198754;
    color: #fff;
    box-shadow: 0 4px 12px rgba(15, 96, 58, 0.25);
    border: 0px;
    vertical-align: middle;
}

.zarezerwuj-btn:hover {
    background: #0f603a;
}

#usluga_id_x {
    cursor: pointer;
    height: 32px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #871919;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 96, 58, 0.25);
    border: 0px;
    vertical-align: middle;
}

#personel_id_x {
    cursor: pointer;
    height: 32px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    background: #871919;
    color: #fff;
    box-shadow: 0 4px 12px rgba(184, 0, 0, 0.25);
    border: 0px;
    vertical-align: middle;
}
