
body {
    background-color: #121212;
}


.ReactionTimePole{
    width: 100%;
    background-color: #3c7ce8;
    height: 500px;
    text-align: center;
    align-content: center;
}

.TextRT{
    color: white;
    font-size: 75px;
    font-family: system-ui;
    font-weight: normal;
}

.TextRT2{
    color: white;
    font-size: 22px;
    font-family: system-ui;
    font-weight: normal;
    margin: 0;
}

.switchMode{
    margin: 4px;
    height: 70px;
    width: 170px;
    border-radius: 12px;
    background-color: #090909;
    color: #dadada;
    font-size: 19px;
    transition: all 0.7s ease;
    font-family: system-ui;
    cursor: pointer;
}

.infoRT{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modeText{
    color: #dadada;
    font-family: system-ui;
    font-size: 25px;
}

.modeSwitching{
    margin-top: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-evenly;

}

.space{
    margin-right: 28px;
}

.backToTheIntro{
    margin-left: 28px;
    color: #3976dd;
    font-family: system-ui;
    font-size: 25px;
    text-decoration: underline;
}

.saveScoreRT{
    margin-top: 25px;
    font-size: 25px;
    color: white;
    background-color: #3976dd;
    font-family: system-ui;
    width: 250px;
    height: 45px;
    border: 1px solid black;
    border-radius: 10px;
    align-content: center;
    text-align: center;
    transition: all 0.2s ease;
}

.saveScoreRT:hover{
    background-color: #2460c5;
}

.saveDataRTdiv{
    display: none;
    height: 250px;
    width: 350px;
    position: absolute;
    margin-top: -200px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: black 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.saveDataRTdivVetsi{
    align-content: center;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: absolute;
}

.krizek{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-right: 6px;
    z-index: 2;
    transition: all 0.1s ease;
}

.krizek:hover {
    scale: 1.2;
}

.cara1krizek, .cara2krizek{
    width: 30px;
    height: 2px;
    border-radius: 15px;
    rotate: 45deg;
    background-color: black;
    position: absolute;
    border: none;
}

.cara2krizek{
    rotate: 135deg;
}

.radaSKrizkem{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
}

.saveScoreRTactually{
    height: 35px;
    border: 1px solid black;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 130px;
    cursor: pointer;
    margin-bottom: 5px;
    background-color: #e4e4e4;
}

.saveScoreRTactually:hover{
    background-color: #d1d1d1;
}

.formVetsi{
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.saveScoreText{
    position: absolute;
    margin-top: 30px;
    font-family: system-ui;
    font-size: large;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.coVsechnoSavenoutVetsi{
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.coVsechnoSavenout{
    position: absolute;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    display: none;
}

/* Create a custom checkbox */
.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

/* Create the checkmark inside the checkbox */
.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 8px;
    height: 14px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}

/* Style the label next to the checkbox */
label {
    cursor: pointer;
    padding-left: 10px;
    font-size: 18px;
}

/* Show the checkmark when the checkbox is checked */
input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}

.labelKcheckboxu{
    font-family: system-ui;
}

input[type="checkbox"]:disabled + .custom-checkbox {
    opacity: 0.5;
    cursor: not-allowed;
}
