/* Base font size */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Focus styles for buttons and form elements */
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Ensure full height for the page */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Arial', sans-serif;
  color: #333; /* Corporate dark gray text */
  background-color: #f8f9fa; /* Light gray background */
}

/* Header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0056b3; /* Corporate blue */
  margin-bottom: 1rem;
}

/* Link styles */
a {
  color: #0056b3; /* Corporate blue */
  text-decoration: none;
}

a:hover, a:focus {
  color: #003d80; /* Darker blue for hover */
  text-decoration: underline;
}

/* Button styles */
.btn {
  background-color: #0056b3; /* Corporate blue */
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
}

.btn:hover, .btn:focus {
  background-color: #003d80; /* Darker blue for hover */
  color: white;
}

/* Navbar styles */
.navbar {
  background-color: #0056b3; /* Corporate blue */
  color: white;
}

.navbar a {
  color: white;
}

.navbar a:hover {
  color: #d1e7ff; /* Light blue for hover */
}

/* Footer styles */
footer {
    /*background-color: #003d80; */ /* Darker corporate blue */
    text-align: center;
    background-color:white;
    /*
        color: white;
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;*/
}

/* Form styles */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.form-control:focus {
  border-color: #0056b3; /* Corporate blue */
  box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
}

/* Table styles */
.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  background-color: white;
}

.table th, .table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  text-align: left;
}

.table th {
  background-color: #0056b3; /* Corporate blue */
  color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa; /* Light gray for striped rows */
}



/*myps****************************/


/*888888888888*/
.textContainer {
    font-size: 16px;
    text-align: justify;
    margin: 0px 150px 0px 150px;
}

.textContainer2 {
    font-size: 19px;
    text-align: justify;
    margin: 0px 150px 0px 150px;
    color: #424445;
    line-height: 1.5;
    font-weight: 400;
}

.textContainer3 {
    color: #434242;
    font-size: 19px;
    font-weight: 400;
    text-align: justify;
    margin: 100px 150px 100px 150px;
    line-height: 1.5;
}

    .textContainer3 p {
        margin-top: 10px;
    }

.textContainer4 {
    font-size: 19px;
    text-align: justify;
    margin: 50px 0px 100px 0px;
    line-height: 1.5;
    font-weight: 400;
}

.h2TextContainer {
}

.textPadding {
    padding: 0px 15px;
    text-align: center;
}

.imageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.man1Color {
    color: rgb(165, 116, 116);
}

.man2Color {
    color: rgb(94, 162, 126);
}

.man3Color {
    color: rgb(77, 134, 171);
}

.man-div {
    width: 33%;
}

    .man-div p {
        font-weight: 500;
        padding: 0 10%;
        font-size: 95%;
    }

.ulPointer {
    list-style-image: url(../img/punktor.png);
}

.text {
}

hr.new {
    border-top: 1px solid rgb(140,177,222);
}

.feataureScore {
    font-size: 40px;
}

table, td {
    /*border: 1px solid black;*/
    font-size: 20px;
    text-align: center;
    margin: 5px;
}

.table-full-width {
    width: 100%;
}

th {
    font-size: 12px;
    margin: 5px;
    width: 170px;
}

.tabobszaryzawodowe td {
    padding: 18px 10px 18px 20px;
    font-size: 70%;
    text-align: left;
}

.chart {
    font-size: 14px;
}

.page1text {
    margin: 0px 75px 0px 75px;
    text-align: justify;
    font-size: 16px;
}

.background-gray {
    background-color: lightgray;
    margin: 5px 5px 5px 5px;
}

.float-metacechy {
    float: left;
    margin-right: 20px;
}

.centerimg {
    margin-top: 10px;
    width: 70px;
}

.table-row-background {
    background-color: #f2f2f2;
}

.table-margin {
    margin: 40px 0px;
}

.optymalne-srodowisko-3row {
    width: 256px;
    margin: 20px;
    text-align: center;
    font-size: 16px;
}

.chartcenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.skla-pozioma {
    width: 889px;
}

.skala-pozioma-tekst {
    display: flex;
    width: 889px;
    color: rgb(0,0,0)
}

.man {
    background-image: url('../img/man-chart.png');
    background-repeat: no-repeat;
}

.woman {
    background-image: url('../img/woman-chart.png');
    background-repeat: no-repeat;
}

.link {
    text-decoration: none;
    background-color: none;
}

.imgcover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.pdffooterline {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: blue;
}

.testUserInfo {
    position: absolute;
    top: 1400px;
    left: 350px;
    font-size: 16px;
}

.testUserInfoWeb {
    margin-top: -200px;
    margin-left: 500px;
    font-size: 16px;
}

.test-user-info-table-td-label {
    width: 360px;
    text-align: left;
}

.test-user-info-table-td-name {
    width: 455px;
    font-size: 42px;
    border-bottom: 1px solid currentColor;
    text-align: left;
    color: #56698f;
}

.test-user-info-table-td {
    color: #56698f;
    text-align: left;
}

.spis-tresci-line-td {
    border-bottom: 1px dotted #D9DADA;
    width: 550px;
}

.spis-tresci-td {
    text-align: left;
    padding-top: 20px;
}

.spis-tresci-top-td {
    text-align: left;
    color: #56698f;
    font-size: 35px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.spis-tresci-top-td {
}

.p-ramka {
    color: #3C5469;
    border: 2px solid rgb(63,113,156);
    padding: 15px;
    background-color: rgb(222,235,247);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
    word-spacing: 4px;
}

.text-h2 {
}

.aspect-h2 {
    text-transform: uppercase;
    color: #3C5469;
    font-size: 22px;
    font-weight: 500;
}

.aspect-h2-gen {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}


h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #6086A7;
    margin-bottom: 40px;
    word-spacing: 5px;
}

.text-h4 {
    font-weight: 500;
}

b, strong {
    font-weight: 500;
    font-size: 101%;
}

.wrapp {
    width: 1188px;
    margin-left: auto;
    margin-right: auto;
}

.btn-width {
    width: 161px;
}

.tab-col-ucziwosc {
    color: rgb(239,127,26)
}

.tab-col-emocjonalnosc {
    color: rgb(237,157,160)
}

.tab-col-ekstrawersja {
    color: rgb(57,49,133)
}

.tab-col-ugodowosc {
    color: rgb(168,38,130)
}

.tab-col-sumiennosc {
    color: rgb(0,141,210)
}

.tab-col-otwartosc {
    color: rgb(176,203,31)
}

.score-percent {
    font-size: 44px;
}

.metacecha-1 {
    color: rgb(239,127,26)
}

.metacecha-2 {
    color: rgb(237,157,160)
}

.metacecha-3 {
    color: rgb(57,49,133)
}

.metacecha-4 {
    color: rgb(168,38,130)
}

.metacecha-5 {
    color: rgb(0,141,210)
}

.metacecha-6 {
    color: rgb(176,203,31)
}

/*kursywa dla części opisowej*/
.opis-italic p {
    /*font-style:italic;*/
}

.opis-italic li {
    /*font-style: italic;*/
}

.border-pages-desc {
    border: 2px solid rgb(63,113,156);
    padding: 20px;
}

/* Make the Home/Index table font smaller */
.small-table {
    font-size: 0.85rem;
}

