.blue{color: #075fe4;}
.white{color:white;}

body {
    pointer-events: none;
    background-color: #262626;
}

.container {
    pointer-events: auto;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 100;
}

.rechner {
    pointer-events: all;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #1a1818;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
    width: 440px;
    height: 684px;
    border-style: solid;
    border-radius: 25px;
}

div.p_switch {
    height: 40px;
    width: 10px;
    border-radius: 8px;
    background-color: red;
    position: absolute;
    left: 477px;
    top: 109px;
    cursor: pointer;
    z-index: -1;
}

div.p_switch_color {
    background-color: green;
}

.output {
    font-family: sans-serif;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
    height: 150px;
    font-size: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.output_color {
    background-color: black;
}

.input {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    user-select: none;
    cursor: pointer;
    font-size: 50px;
    width: 100px;
    height: 100px;
    margin-bottom: 1px;
    border-radius: 5px;
}

.margin_left {
    margin-left: 10px;
}

#apple_logo {
    width: 25px;
    height: 30px;
    z-index: 2;
    position: relative;
    left: 8px;
    bottom: 675px;
}

.hide {
    display: none;
}

.notch {
    width: 130px;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 675px;
}

#output_num_1 {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 25px;
}

#history_list {
    z-index: 2;
    color: black;
    font-family: sans-serif;
    font-size: 30px;
    position: absolute;
    background-color: #d7d7d7;
    text-align-last: justify;
    padding: 15px;
    border-radius: 15px;
    min-width: 180px;
    border-style: solid;
    margin: 10px;
    pointer-events: all;
}

.history_button {
    cursor: pointer;
    border-style: groove;
    padding: 2px;
}

span.history_icon {
    font-size: 50px;
    color: white;
    pointer-events: all;
    cursor: pointer;
    user-select: none;
    margin: 10px;
}
