
.wrapper_gak {
    max-width: 800px;
    margin: auto;
    text-align: center;
    background-color: #AFCEDD36;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
	border: 1px solid #53768b2b;
}

.container_gak {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider-container_gak {
    margin-bottom: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.text-container_gak {
    margin: 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
	white-space: nowrap
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    background: #1B374D; /* Change this color for the slider track */
    outline: none;
    opacity: 0.7;
    -webkit-transition: .5s;
    transition: opacity .5s;
	border-radius: 8px;
}

input[type=range]:hover {
    opacity: 1;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #EEF5F8; /* Change this color for the slider thumb */
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #EEF5F8; /* Change this color for the slider thumb */
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.result_afkastberegner {
    margin-top: 20px;
    font-size: 1.5em;
    color: #354652;
}


#toggleDiv {
    display: none;
}

.gakbutton {
            padding: 10px;
            width: 100%;
            background-color: #354652;
            color: white;
            border: none;
            cursor: pointer;
        }
