@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

.karmkulator-main-container h1 {
    font-size: 36px;
}

.karmkulator-main-container h2 {
    font-size: 30px;
}

.karmkulator-main-container h3 {
    font-size: 24px;
}

.karmkulator-main-container h4 {
    font-size: 20px;
}

.karmkulator-main-container h5 {
    font-size: 18px;
}

.karmkulator-main-container h6 {
    font-size: 18px;
}

.form-class {
    padding-top: 10px;
}

.reset_form {
    font-family: 'Dosis', sans-serif;
    background: none;
    border: none;
    color: rgb(218, 22, 22);
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.reset_form:hover {
    background: none;
    color: rgb(121, 31, 31);
}

.imie-waga {
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-flow: row wrap;
    font-weight: bold;
    justify-content: center;
}

.imie-waga div {
    width: 30%;
    /* border: 1px solid blue; */

}

#input-imie {
    width: 90%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

#input-waga {
    float: right;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    max-width: 100%;
}

#waga {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
}

#imie_psa {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
}

.alert {
    font-family: 'Arial', sans-serif;
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.test-alert {
    background-color: #F9E7E7;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.line {
    border: 1px solid #B4B4B4;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 20%;
    margin-right: 20%;
}

.tipaktywnosc {
    font-family: 'Dosis', sans-serif;
    position: relative;
    margin-left: 20%;
    width: 695px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://stettiner.co/devkarmkulator/wp-content/uploads/2020/09/Group-528.png");
}

.tipciaza, .tipkarmienie {
    font-family: 'Dosis', sans-serif;
    display: none;
    position: relative;
    margin-left: 20%;
    width: 640px;
    height: 126px;
    background-repeat: no-repeat;
    background-image: url("https://stettiner.co/devkarmkulator/wp-content/uploads/2020/09/Group-530.png");
}

.tipnadwaga {
    font-family: 'Dosis', sans-serif;
    position: relative;
    margin-left: 20%;
    width: 479px;
    height: 125px;
    background-repeat: no-repeat;
    background-image: url("https://stettiner.co/devkarmkulator/wp-content/uploads/2020/09/Group-529.png");
}

.tekstciaza, .tekstkarmienie, .tekstnadwaga {
    position: absolute;
}

.tekstaktywnosc {
    position: absolute;
    padding: 10px;
    width: 80%;
}

.karmkulator-header {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    font-weight: bold;
    text-align: center;
    background-image: url("https://stettiner.co/devkarmkulator/wp-content/uploads/2020/09/Hdr_Img_Bg.png");
    font-size: 20px;
}

.karmkulator-header div {
    position: relative;
    /* border: 1px solid blue; */
}

.karmkulator {
    font-family: 'Dosis', sans-serif;
    font-size: 50px;
    margin: 10px;
    font-weight: bold;
}

.opis {
    /* padding: 10px; */
    font-family: 'Arial', sans-serif;
    margin: 10px;
    color: white;
    margin-left: 20%;
    margin-right: 20%;
}


.kroki {
    font-family: 'Dosis', sans-serif;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kroki div {
    width: 20%;
    height: 100px;
    position: relative;
    /* border: 1px solid red; */
}

.parp-banner {
    position: relative;
    width: 60%;
    background-color: #1C8F4E;
    margin: auto;
    margin-top: 20px;
    padding: 30px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.odznaka {
    position: absolute;
    top: 68px;
    left: 8%;
}

.piesek {
    position: absolute;
    margin-left: 70%;
    bottom: 0;
}


#napiskrok {
    font-weight: bold;
    margin: 5px;
    font-size: 14px;
}

#opiskrok {
    font-weight: bold;
    font-size: 30px;
    margin-top: 12px;
}


.piesek {
    position: absolute;
    margin-left: 70%;
    bottom: 0;
}

.szczeniaki {
    display: flex;
    flex-flow: column wrap;
}

.plecpsa, .aktywnosc, .sterylizacja, .nadwaga, .suka, .ciaza, .trzy {
    font-family: 'Arial', sans-serif;
    /* border: 1px solid red; */
    justify-content: center;
    font-weight: bold;
    display: flex;
    flex-flow: row wrap;
}

.plecpsa div, .sterylizacja div, .nadwaga div, .suka div, .ciaza div, .trzy div {
    height: 40px;
    /* border: 1px solid blue; */
    width: 20%;
}

.aktywnosc div {
    height: 120px;
    /* border: 1px solid blue; */
    width: 20%;
}

#plec, #aktywnosc, #sterylizacja, #nadwaga, #wiek, #suka, #ciaza, #szczeniaki, #docelowawaga {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin-left: 20%;
}

.wiek {
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: 20%;
    margin-right: 20%;
}

/*
.wiek div
{
  border: 1px solid blue;
}
*/
#sliderwieku {
    flex: 4;
}


#liczbalewa {
    flex: 1;
    font-size: 26px;
    text-align: center;
    color: #010101;
    font-weight: bold;
}

#liczbaprawa {
    flex: 1;
    font-size: 26px;
    text-align: center;
    color: #010101;
    font-weight: bold;
}

.karmkulator-container {
    /* display: block; */
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .karmkulator-container+.karmkulator-container
{
  margin-left:2%;
} */
/* Hide the browser's default radio button */
.karmkulator-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.karmkulator-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.karmkulator-container input:checked ~ .checkmark {
    background-color: #04AA52;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.karmkulator-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.karmkulator-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* INPUT RANGE */

input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/* SLIDER THUMB */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 5px solid #F8F8F8;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #07AA51;
    cursor: pointer;
    margin-top: -13px;
}

input[type=range]::-moz-range-thumb {
    border: 5px solid #F8F8F8;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background: #07AA51;
    cursor: pointer;
}


input[type=range]::-ms-thumb {
    border: 5px solid #F8F8F8;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background: #07AA51;
    cursor: pointer;
}

/* SLIDER TRACK */

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #010101;
    border-radius: 4px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #010101;
    border-radius: 4px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #010101;
    border-radius: 4px;
}

.line {
    border: 1px solid lightgray;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 20%;
    margin-right: 20%;
}


.container3 {
    margin-left: 20%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container3:hover input ~ .checkmark3 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container3 input:checked ~ .checkmark3 {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container3 input:checked ~ .checkmark3:after {
    display: block;
}

/* Style the checkmark/indicator */
.container3 .checkmark3:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #04AA52;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tipaktywnoscmobile {
    display: none;
}

.tipnadwagamobile {
    display: none;
}

.tipciazamobile {
    display: none;
}

.tipkarmieniemobile {
    display: none;
}


@media only screen and (max-width: 1230px) {
    .kroki div {
        width: auto;
        padding: 20px;
    }

    .piesek {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .parp-banner {
        width: 100%;
    }

    .odznaka {
        display: none;
    }

    .test-alert {
        width: 100%;
    }

    .tipaktywnosc {
        display: none !important;
    }

    .tipnadwaga {
        display: none !important;
    }

    .tipciaza, .tipkarmienie {
        display: none !important;
    }

    .tipciazamobile, .tipkarmieniemobile {
        font-family: 'Dosis', sans-serif;
        font-size: 16px;
        font-weight: normal;
        display: block;
        background-color: #07AA51;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        color: white;
    }

    .tipaktywnoscmobile {
        font-family: 'Dosis', sans-serif;
        display: block;
        background-color: #07AA51;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        color: white;
    }

    .tipnadwagamobile {
        font-family: 'Dosis', sans-serif;
        font-size: 16px;
        display: block;
        background-color: #07AA51;
        border-radius: 10px;
        padding: 20px;
        margin-top: 10px;
        color: white;
    }

    .imie-waga div, #input-imie, #input-waga, #waga, #plec, #aktywnosc, #sterylizacja, #nadwaga, #wiek, #suka, #docelowawaga {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .kroki, .plecpsa, .aktywnosc, .sterylizacja, .nadwaga, .suka {
        flex-direction: row;
        justify-content: normal;
    }

    .kroki div, .plecpsa div, .aktywnosc div, .sterylizacja div, .nadwaga div, .suka div, .ciaza div, .szczeniaki div {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    #krok2 {
        display: none;
    }

    #krok3 {
        display: none;
        margin-right: 0%;
    }

    .piesek {
        display: none;
    }

    #liczbaprawa {
        display: none;
    }

    #liczbalewa {
        display: none;
    }

    .wiek {
        margin: 0;
    }
}
