/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7, .step-8 {
    margin-bottom: 20px;
  }

  .next-step{
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #dfdfdf;
    color: black;
    text-decoration: none;
    border-radius: 5px;
  }

  .previous-step, .step-8 .wpcf7-submit {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #131313;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid white;
}
span.wpcf7-spinner {
    display: none;
}

  .next-step:hover, .previous-step:hover {
    background-color: #ffffff
  }


  .wycen-zamowienie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.wycen-zamowienie__inner {
    position: relative;
    background: #000000d9;
    padding: 2rem;
    min-width: 50vw;
    box-shadow: 0 0 18px black;
    border: 1px solid #ffffff42;
    border-radius: 10px;
    min-height: 70vh;
    max-height: 95vh;
    overflow-y: scroll;

    /* Dostosowanie scrollbar dla Webkit (Chrome, Safari) */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #444444 #222222; /* Firefox */
}

.wycen-zamowienie__inner::-webkit-scrollbar {
    width: 12px;
}

.wycen-zamowienie__inner::-webkit-scrollbar-track {
    background: #222222;
    border-radius: 10px;
}

.wycen-zamowienie__inner::-webkit-scrollbar-thumb {
    background-color: #444444;
    border-radius: 10px;
    border: 2px solid #222222; /* Opcjonalnie, aby dodać odstęp wewnętrzny */
}

.wycen-zamowienie__inner::-webkit-scrollbar-button {
    background-color: #444444;
    border-radius: 10px;
    height: 16px; /* Wysokość strzałek */
}

.wycen-zamowienie__inner::-webkit-scrollbar-thumb:hover {
    background-color: #555555; /* Zmiana koloru na hover */
}

/* Przesunięcie scrollbar w lewo */
.wycen-zamowienie__inner::-webkit-scrollbar {
    margin-left: -8px; /* Przesunięcie scrollbar w lewo */
}

.custom_form__buttons p button, .custom_form__buttons p .wpcf7-submit {
    width: 49%;
}
.close-form {
    display: inline-block;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: #222222;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    color: #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff42;
}

.close-form:hover {
    transform: scale(1.2);
    color: white;
    transform-origin: center;
    background: #2b2b2b;
    box-shadow: 0 0 10px black;
}

.close-form::before {
    content: '×'; /* Symbol "X" */
}

.radio-group {
    display: flex;
    gap: 20px;
  }

  .radio-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border: 2px solid transparent; /* Domyślnie przezroczyste obramowanie */
    border-radius: 10px;
    transition: border-color 0.3s ease;
    position: relative;
    width: 100%;
  }
  .radio-option input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
  }

  .radio-option.active {
    border-color: #0073aa; /* Kolor obramowania po wybraniu */
  }

  .radio-option img {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .radio-option span {
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
  }


.progress__1 .progress_bar {
    background: #ff0000;
    width: 12.5%;
}
.progress__2 .progress_bar {
    background: #ff0000;
    width: 25%;
}
.progress__3 .progress_bar {
    background: #ff0000;
    width: 37%;
}
.progress__4 .progress_bar {
    background: #ff0000;
    width: 50%;
}
.progress__5 .progress_bar {
    background: #ff0000;
    width: 62.5%;
}
.progress__6 .progress_bar {
    background: #ff0000;
    width: 75%;
}
.progress__7 .progress_bar {
    background: #ff0000;
    width: 87.5%;
}
.progress__8 .progress_bar {
    background: #ff0000;
    width: 100%;

}

.progress {
    padding: 5px;
    background: #272727;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 90%;
}
.progress_bar{
    height: 24px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff8282;
    letter-spacing: 2px;
    font-weight: bold;
}
.progress_bar p{
    margin: 0;
}
.custom_form__buttons {
    display: flex;
    justify-content: space-between;
}

.wd-term-desc form{
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: inset 0 0 10px black;
}
