body {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    background-color: #101010;
    color: #828282;
    font-family: 'Oswald', sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}

h1 {
    font-family: 'Caveat', sans-serif !important;
}

.alt-font {
    font-family: 'Oswald', sans-serif;
}

/* button background */
.btn-gradient-fast-pink-purple {
    background: linear-gradient(to right, #F8A4FF, #580095, #F8A4FF);
    color: #fff;
    background-size: 250% auto; transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* index background */
@media only screen and (max-width: 767px) {
    .bg-mainpage-image {
      background-image: url("../images/homepage/mobile-background.70c6a2e06be0.gif");
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bg-mainpage-image {
      background-image: url("../images/homepage/tablet-background.88dbb2e03327.gif");
    }
  }

  @media only screen and (min-width: 1024px) {
    .bg-mainpage-image {
      background-image: url("../images/homepage/desktop-background.53b420a7e2d0.gif");
    }
  }

  .bg-mainpage-image {
        padding: 0 0;
        overflow: hidden;
  }

/* logo size */
  .enlarge-logo {
    transition: transform 0.3s ease;
  }

  @media (min-width: 768px) {
    .enlarge-logo {
      transform: scale(1.4);
    }
  }

/* text in header */
.navbar .navbar-nav .nav-link.enlarge-menu-text {
    font-size: 1.1em;
    transition: font-size 0.3s ease;
  }

  @media (min-width: 768px) {
    .navbar .navbar-nav .nav-link.enlarge-menu-text {
      font-size: 1.1em;
    }
  }

/* link color */
.white-link, .white-link a {color: #8890A4;}
.white-link a:hover { color: #fff; }

/* tabela 03*/
.table-style-03 {
     width: 100%;
}

.table-style-03 th {
    width: 150px;
}

.table-style-03 th,
.table-style-03 td {
    border-bottom: 1px solid #e8e8e859;
    padding: 10px 0;
}

.table-style-03 tr:last-child th,
.table-style-03 tr:last-child td {
    border: 0;
}

/* tabela 04*/
.table-style-04 {
    width: 100%;
}

.table-style-04 th {
   width: 230px;
}

.table-style-04 th,
.table-style-04 td {
   border-bottom: 1px solid #e8e8e859;
   padding: 10px 0;
}

.table-style-04 tr:last-child th,
.table-style-04 tr:last-child td {
   border: 0;
}

/* Filtry */
.custom-input-style {
    appearance: none;
    background-color: rgb(30, 30, 30); /* zmienione na ciemniejsze tło */
    border-bottom-color: rgb(223, 223, 223);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(223, 223, 223);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(223, 223, 223);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(130, 130, 130);
    cursor: pointer; /* zmienione na wskaźnik */
    display: block; /* zmienione z inline-block na block */
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 50px; /* zmienione na 50px */
    line-height: 48px; /* dodane dla lepszego wyśrodkowania tekstu */
    outline-color: rgb(130, 130, 130);
    outline-style: none;
    outline-width: 0px;
    text-align: start;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 250px; /* zmienione na 250px */
    word-break: break-word; /* dodane dla lepszego zawijania tekstu */
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Stylowanie kontenera Select2 */
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    background-color: rgb(30 30 30);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: rgb(130, 130, 130);
    height: auto; /* Dla wielu tagów */
    line-height: 48px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    outline: none;
}

/* Stylowanie strzałki rozwijania Select2 */
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
}

.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--multiple .select2-selection__arrow b {
    border-color: rgb(130, 130, 130) transparent transparent transparent;
    margin-left: -4px;
}

/* Stylowanie tekstu wewnątrz kontenera */
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
    color: rgb(130, 130, 130);
    line-height: 48px;
    font-weight: 400;
}

/* Stylowanie tagów w Select2 */
.select2-selection__choice {
    background-color: #272626; /* Dostosuj kolor tła taga według potrzeb */
    border: none;
    border-radius: 15px;
    color: rgb(130, 130, 130);
    padding: 5px 10px;
    margin-top: 5px;
    margin-right: 5px;
}

/* Stylowanie znaku 'x' do usuwania tagów */
.select2-selection__choice__remove {
    color: rgb(130, 130, 130);
    margin-right: 5px;
    vertical-align: middle;
}

/* Stylowanie rozwijanego menu Select2 */
.select2-dropdown {
    background-color: rgb(30 30 30);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 20px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.select2-search--dropdown {
    display: block;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background-color: #282828fa;

}

/* Stylowanie poszczególnych opcji w menu */
.select2-results__option {
    text-align: center;
}

.select2-results__option--highlighted {
    background-color: #e6e6e6;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgb(223, 223, 223);
    outline: 0;
}

/* Stylowanie kontenera po aktywacji (np. po kliknięciu) */
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    border-color: rgb(130, 130, 130);
}

#id_age_0, #id_age_1 {
    display: none;
}

#id_age_0 + br + input + br::before {
    content: " ";
    visibility: hidden;
}

#age-range-slider.ui-slider {
    background-color: rgb(213, 203, 203);
    border-color: rgb(88 88 88);
    border-radius: 0;
    height: 5px;
    width: 251.5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 3px;
}



.ui-slider .ui-slider-handle {
    background-color: rgb(48 48 48);
    border-color: rgb(187, 187, 187);
    border-radius: 100%; /* Zaokrąglone narożniki dla kształtu koła */
    border-style: solid;
    border-width: 1px;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -5px;
    cursor: ew-resize; /* Kursor wskaże, że można przeciągnąć w poziomie */
    z-index: 2; /* Ustawia uchwyt nad innymi elementami */
    outline: none; /* Usuwa domyślny kontur przeglądarki */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(69, 69, 69);
}
@media (max-width: 600px) {
    .ui-slider .ui-slider-handle {
        width: 20px;
        height: 20px;
        top: -8px;
    }
}

.ui-slider .ui-slider-range {
    background-color: rgb(35, 35, 35);
    border-color: rgb(51, 51, 51);
    border-radius: 3px; /* Zaokrąglone narożniki */
    border-style: none;
    height: 3px;
    position: absolute;
    top: 0px;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.select-before-init {
    appearance: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 20px;
    width: 250px;
    height: 48px;
    padding: 15px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(130, 130, 130);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#id_skills::-webkit-inner-spin-button,
#id_skills::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--open .select2-selection--multiple {
    border-color: #c5c4c1;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple {
    background-color: rgb(30 30 30);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 20px;
    cursor: text;
    padding-left: 10px;
    position: relative;
}

.select2-results__option--highlighted {
    background-color: #74726e;
    border-radius: 6px;
    color: white;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #dbd8d3 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #928f8ad8;
    color: white;
}

.select2-selection__choice {
    border: none;
    border-radius: 20px;
    color: white;
    padding: 5px 15px;
    margin-top: 5px;
    margin-right: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
    vertical-align: middle;
    transition: 0.3s ease;
}

.select2-selection__choice__remove:hover {
    color: #E0C085;
}

.select2-selection__choice {
    background-color: rgb(30 30 30);
    border: none;  /* Usuwamy obramowanie */
    border-radius: 20px;  /* Większy promień zaokrąglenia dla bardziej opływowego efektu */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    color: rgb(22, 22, 22);
    cursor: text;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;  /* Mniejsza wysokość */
    line-height: 28px;  /* Dostosowanie wysokości lini do nowej wysokości */
    margin: 5px;  /* Marginesy wokół etykiety */
    padding: 0px 15px;  /* Padding po bokach, a nie na górze/dole */
    text-align: center;  /* Tekst w środku */
    transition: 0.3s ease;  /* Animacja przejścia */
    vertical-align: middle;  /* Wyrównanie pionowe */
    white-space: nowrap;  /* Tekst nie przechodzi na nową linię */
    -webkit-font-smoothing: antialiased;
}

.select2-selection__choice:hover {
    background-image: linear-gradient(45deg, #8f17ff81, #8b39ff);
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

.select2-selection__choice__remove {
    color: rgb(255, 255, 255);
    margin-right: 8px;  /* Lekkie oddalenie od tekstu */
    vertical-align: middle;
    transition: 0.3s ease;
}

.select2-selection__choice__remove:hover {
    color: #8d17ff;
}

.select2-container {
    display: block;
    width: 100% !important; /* Zapewnia, że Select2 zajmuje całą szerokość */
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: 'Oswald';
    overflow: hidden;
    word-break: keep-all;
}

div[id="age-range-slider"] {
    display: block;
    margin-bottom: 0.5em; /* Dodaje niewielki odstęp pomiędzy etykietą a select */
    width: 80% !important; /* Zapewnia, że Select2 zajmuje całą szerokość */

}

.select-before-init {
    align-items: flex-start;
    background-color: rgb(30, 30, 30); /* Updated */
    border-bottom-color: rgb(223, 223, 223);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: solid;
    border-bottom-width: 0.666667px;
    border-left-color: rgb(223, 223, 223);
    border-left-style: solid;
    border-left-width: 0.666667px;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 0.666667px;
    border-top-color: rgb(223, 223, 223);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: solid;
    border-top-width: 0.666667px;
    box-sizing: border-box;
    color: rgb(130, 130, 130);
    cursor: text; /* Updated */
    display: block; /* Updated */
    font-family: Oswald, sans-serif; /* Updated */
    font-size: 14px;
    font-weight: 400;
    height: 54.3333px; /* Updated */
    line-height: 48px; /* Added */
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    min-height: 32px; /* Added */
    outline-color: rgb(130, 130, 130);
    outline-style: none;
    outline-width: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 5px; /* Updated */
    padding-left: 10px; /* Updated */
    padding-right: 5px; /* Updated */
    padding-top: 15px;
    position: relative; /* Added */
    text-align: start;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: text-bottom;
    width: 262.5px; /* Updated */
    word-break: break-word; /* Updated */
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 50px;
    padding-right: 0px;
}

.select2-selection__clear span {
    color: #c77fceef;
    font-size: 25px;
}

.icon-position {
    display: inline-block;
}

.preStyledLikeP {
    box-sizing: border-box;
    color: rgb(130, 130, 130);
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: start;
    text-size-adjust: 100%;
    visibility: visible;
    width: 386.007px;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: auto; /* Zachowanie dla tekstu, który przekracza szerokość kontenera */
    overflow-y: auto; /* Zachowanie dla tekstu, który przekracza wysokość kontenera */
    white-space: pre-wrap; /* Zastępuje 'nowrap' w oryginalnym 'pre', aby pozwolić na zawijanie tekstu */
}


/* questionanaire form */

.form-check {
    display: flex;
    align-items: flex-start;  
}

.form-check input[type="checkbox"] {
    margin-right: 10px;     
    margin-top: 2px;         
}

.form-check label {
    flex: 1;                  
    margin: 0;            
    line-height: 1.4;       
}


/* stylowanie select tylko dla form.physical_characteristics */
.select-physical-characteristics select {
    -webkit-appearance: none;
    -moz-appearance: none;     
    appearance: none;         
    background-image: none;    
    background-color: rgb(30 30 30);    
    border: 1px solid #ccc;     
    padding: 10px;              
}
 
