html, body {
height: 100vh;
  margin: 0;
}

:root {
    color-scheme: dark;
    --highlight_color: #3bb883;
    --text_first_color: #fff;
    --text_second_color: #b8b8bb;

    --background_main: #1f1f1f;
    --backgroundcolor_one: #161618;
    --backgroundcolor_two: #1b1b1f;
}

a {
    text-decoration: none;
    color: inherit;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.nopoint--event {
    cursor: not-allowed;
    pointer-events: none;
}


.disabled {
    pointer-events: none;
}

.disabled_grey {
    opacity: 0.4;
    pointer-events: none !important;
    filter: grayscale(1) !important;
}

::-webkit-scrollbar {

    width: 0px;
    /* Breite des Scrollbalkens */

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Hintergrundfarbe des Scrollbalkenbereichs */
::-webkit-scrollbar-track {
    background: #444444;
    /* Hintergrundfarbe des Scrollbalkenbereichs */
}

/* Farbe des Scrollbalkens */
::-webkit-scrollbar-thumb {
    background: #464646;
    /* Farbe des Scrollbalkens */
}

/* Farbe des Scrollbalkens bei Hover */
::-webkit-scrollbar-thumb:hover {
    background: #444444;
    /* Farbe des Scrollbalkens bei Hover */
}



.tooltip {
    z-index: 40 !important;
    display: none;
    position: absolute;
    background-color: #120c14e7;
    border: 1px solid #523068;

    max-width: 300px;
    border-radius: 5px;
    padding: 8px;

    color: #fff;
    font-size: 13px;
    letter-spacing: 0.2px;
font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    text-align: left;
}

.tooltip-arrow {
    display: none;
}

.tooltip-inner {
    width: auto !important;
    padding: 10px !important;
    text-align: left !important;
    white-space: nowrap;
    background-color: #000000a2 !important;
    border: 1px solid #6d6d6d;
}

#repo_background_image {
    top: 0;
    opacity: 0.2;
    z-index: 3;
    height: 100%;
    width: 100%;
    position: fixed;
    filter: blur(4px);

    background-image: url(/img/repo_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


#repo_background_color {
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #08070f;
}

.repo_background_blured {
     top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;   

    background: rgba(39, 39, 39, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */

        border-radius: 5px;
}

#repo_info_box {
    z-index: 10;
    position: relative;
    min-height: 150px;
    width: 100%;

    padding: 30px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;    
}

.repo_info_titel {
   font-family: "Bungee", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #be9c3e;
    font-size: 24px;
    line-height: 20px;   
}

#repo_main_box {

    margin-top: 15%;
    z-index: 10;
    position: relative;

    margin-left: auto;
    margin-right: auto;

    min-height: 0px;
    width: 880px;

    border: 1px solid #313131;
    border-radius: 5px;

}

#repo_kennwort_box {
    margin-top: 20px;
    z-index: 10;
    position: relative;
    padding: 10px;

    min-height: 0;
    width: fit-content;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;  
    

}

.repo_kennwort_input {
    
    z-index: 11;
    position: relative;
    height: 70px;
    width: 50px;

    margin: 10px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;   
    
    border: 1px solid #666666;
    background-color: #131313;

    border-radius: 5px;

     font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;  

}

#repo_player_box {
    z-index: 15;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;

    position: relative;
    min-height: 90px;
    width: fit-content;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.repo_player_container {
    z-index: 16;
    position: relative;
    height: 90px;
    width: 90px;
    background-color: #161618;
    border-radius: 5px;
    margin-right: 10px;
    border: 3px solid #399930
}


.repo_player_container--active {
    margin-top: -5px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    height: 70px;
    width: 70px;
}

.repo_player_container--inactive {
    opacity: 0.7;
    filter: grayscale(1);
    border: 3px solid transparent;
    background-color: #363636 !important;
}


.repo_player_icon {
    opacity: 0.9;
     z-index: 18;

    position: absolute;

    height: 100%;
    width: 100%;


    background-image: url(/img/repo/char.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border-radius: 5px;


    transition: all ease-in-out 0.2s;   

    border: 1px solid #313131;
}

.repo_player_icon:hover {
   cursor: pointer;
   filter: brightness(1.2);

    background-color: #1616181f;
    border: 4px solid #ffffff;
    border-radius: 5px;
}

.repo_player_background_color {
    top: 0;
    left: 0;
    z-index: 17;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
}

.repo_player_name {
   
    pointer-events: none;
    margin-left: auto;
    margin-right: auto;
    z-index: 19;
    position: absolute;
    padding: 5px 10px;

    overflow: hidden;
    
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);

    min-height: 0;
    width: fit-content;
    max-width: 90px;

    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;

    white-space: nowrap;;
    text-overflow: ellipsis;

    background-color: #212124ee;

    box-sizing: border-box;
    border-radius: 5px;
    transition: all ease-in-out 0.2s;
}

.repo_player_name--active {
     color: #50c938 !important;   
}

#repo_player_add_button {

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    z-index: 14;
    position: relative;
    padding: 15px;

    min-height: 0;
    width: fit-content;

    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 900;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    background-color: #212124;
    border: 1px solid #313131;

    box-sizing: border-box;
    border-radius: 5px;
    transition: all ease-in-out 0.2s;

    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

#repo_player_add_button:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

#repo_player_detail_box {

    position: relative;
    z-index: 10;
    height: 100%;
    padding-top: 30px;
    min-height: 0;
    top: 0;
    box-sizing: border-box;
}

#repo_task_inbox {

    overflow: hidden;
    padding: 15px 30px;
    padding-top: 90px;
    margin-bottom: 0px;
    position: relative;
    box-sizing: border-box;

    min-height: 0px;
    width: 100%;

}

#repo_playername_box {

    z-index: 15;
    top: -30px;
    left: 20px;
    position: absolute; 
    padding: 15px;
    padding-left: 50px;
    box-sizing: border-box;
    overflow: hidden;

    min-height: 60px;
    width: 500px;

    background-color: #000000;
    border: 1px solid #313131;

    background-color: #212124;
    background-image: url(/img/repo/char.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left 10px top 13px;

    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);


    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;

    transition: all ease-in-out 0.25s;
}

#repo_playername_text {
    z-index: 6;
    position: relative;

    font-family: "Bungee", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    font-size: 28px;
    line-height: 26px;

    height: 25px;
    width: calc(100% - 50px);

    background-color: transparent;
    border: none;

    text-shadow: 2px 2px 0 #000, 4px 4px 0 rgba(0, 0, 0, 0.4);

        transition: all ease-in-out 0.25s;
}

#repo_playername_text:focus {
    outline: none;
    box-shadow: none;
}

.repo_playername_text--edit {
    padding: 5px !important;
    font-size: 22px !important;
    background-color: #000000b0 !important;
    border-radius: 5px;

}

#repo_playername_bgcolor {
    opacity: 0.3;
    z-index: 5;
    position: absolute;

    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    transition: all ease-in-out 0.25s;
}

#repo_player_edit_button {

    z-index: 15;
    top: 10px;
    right: 10px;
    position: absolute; 

    height: 38px;
    width: 38px;

    background-color: #212124;
    background-image: url(/img/player_edit_icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #313131;

     -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;   

    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

    transition: all ease-in-out 0.2s
}

#repo_player_edit_button:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

#repo_player_edit_accept_button {

    z-index: 15;
    top: 10px;
    right: 10px;
    position: absolute; 

    height: 38px;
    width: 38px;

    display: none;

    background-color: #212124;
    background-image: url(/img/save_icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #313131;

     -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;   

    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

    transition: all ease-in-out 0.2s
}

#repo_player_edit_accept_button:hover {
    cursor: pointer;
    filter: brightness(1.1);
}


#repo_player_color_picker {
    z-index: 6;
    position: relative;

    width: 100%;
    display: none;
    flex-direction: row;
    gap: 6px;
    margin-top: 20px;
}

.repo_player_color_option {
    z-index: 8;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    border: 2px solid transparent;
}

.repo_player_color_option:hover {
    transform: scale(1.28);
    border-color: #ffffff;
}

.repo_player_color_option--selected {
    border-color: #ffffff;
    transform: scale(1.28);
}

#repo_player_status_inbox {

    z-index: 15;
    top: -30px;
    right: 120px;
    position: absolute; 
    padding-right: 7px;

    height: 55px;
    width: 160px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;    

    border-radius: 5px;
    border: 1px solid #313131;
    background-color: #212124d0;
}

#repo_player_status_icon {

    position: relative;
    height: 50px;
    width: 50px;

    background-image: url(/img/player_status.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

#repo_player_status_icon:hover {
    cursor: help;

}


#repo_player_status {

    z-index: 15;
    position: relative; 
    margin-top: 0px;

    height: 40px;
    width: 120px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    border-radius: 5px;

    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900; 

    transition: all ease-in-out 0.2s
}

#repo_player_status:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

.repo_player_status--active { 
    color: #39b358;
    background-color: #1b6125;
    border: 1px solid #25ac2b;
}

.repo_player_status--poweron {
    animation: repo_poweron 0.65s ease-in-out;
}

@keyframes repo_poweron {
    0% {
        color: #ffd45a;
        background-color: #5f4312;
        border-color: #d89b25;
        filter: brightness(0.8);
        transform: scale(1);
        box-shadow: 0 0 8px rgba(216, 155, 37, 0.35);
    }

    15% {
        filter: brightness(1.8);
        transform: scale(1.02);
        box-shadow: 0 0 18px rgba(255, 196, 64, 0.75);
    }

    30% {
        filter: brightness(0.45);
        transform: scale(0.98);
        box-shadow: none;
    }

    45% {
        color: #39b358;
        background-color: #1b6125;
        border-color: #25ac2b;
        filter: brightness(1.8);
        box-shadow: 0 0 18px rgba(57, 179, 88, 0.8);
    }

    65% {
        filter: brightness(0.8);
        transform: scale(0.99);
        box-shadow: 0 0 4px rgba(57, 179, 88, 0.35);
    }

    82% {
        filter: brightness(1.35);
        transform: scale(1.01);
        box-shadow: 0 0 14px rgba(57, 179, 88, 0.65);
    }

    100% {
        color: #39b358;
        background-color: #1b6125;
        border-color: #25ac2b;
        filter: brightness(1);
        transform: scale(1);
        box-shadow: 0 0 10px rgba(57, 179, 88, 0.35);
    }
}

.repo_player_status--inactive { 
    color: #ffd45a;
    background-color: #5f4312;
    border: 1px solid #d89b25;
    box-shadow: 0 0 10px rgba(216, 155, 37, 0.35);
}

.repo_player_status--inactive {
    animation: repo_warning_idle 2s ease-in-out infinite;
}

@keyframes repo_warning_idle {
    0% {
        box-shadow: 0 0 6px rgba(216, 155, 37, 0.25);
        filter: brightness(1);
    }

    50% {
        box-shadow: 0 0 14px rgba(255, 196, 64, 0.55);
        filter: brightness(1.12);
    }

    100% {
        box-shadow: 0 0 6px rgba(216, 155, 37, 0.25);
        filter: brightness(1);
    }
}

.repo_player_status--poweroff {
    animation: repo_poweroff 0.65s ease-in-out;
}

@keyframes repo_poweroff {
    0% {
        color: #39b358;
        background-color: #1b6125;
        border-color: #25ac2b;
        filter: brightness(1.5);
        transform: scale(1);
        box-shadow: 0 0 14px rgba(57, 179, 88, 0.65);
    }

    12% {
        filter: brightness(0.35);
        transform: scale(0.98);
        box-shadow: none;
    }

    25% {
        filter: brightness(1.8);
        transform: scale(1.02);
        box-shadow: 0 0 18px rgba(57, 179, 88, 0.8);
    }

    40% {
        filter: brightness(0.25);
        transform: scale(0.97);
        box-shadow: none;
    }

    55% {
        color: #ffd45a;
        background-color: #5f4312;
        border-color: #d89b25;
        filter: brightness(1.6);
        box-shadow: 0 0 18px rgba(255, 196, 64, 0.65);
    }

    70% {
        color: #ffe08a;
        background-color: #6f4d12;
        border-color: #ffb52b;
        filter: brightness(0.85);
        box-shadow: 0 0 6px rgba(255, 196, 64, 0.35);
    }

    85% {
        color: #ffd45a;
        background-color: #5f4312;
        border-color: #d89b25;
        filter: brightness(1.35);
        box-shadow: 0 0 14px rgba(255, 196, 64, 0.55);
    }

    100% {
        color: #ffd45a;
        background-color: #5f4312;
        border-color: #d89b25;
        filter: brightness(1);
        transform: scale(1);
        box-shadow: 0 0 10px rgba(216, 155, 37, 0.35);
    }
}


#repo_player_back_button {

    z-index: 15;
    top: -30px;
    right: 20px;
    position: absolute; 

    height: 55px;
    width: 55px;

    background-color: #212124;
    background-image: url(/img/back_icon.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 5px;
    border: 1px solid #313131;

    transition: all ease-in-out 0.2s
}

#repo_player_back_button:hover {
    cursor: pointer;
    filter: brightness(1.1);
}


#repo_task_titel_box {
    z-index: 13;

    top: 55px;
    left: 50px;
    position: absolute;
    padding: 10px 25px;
    height: 30px;
    width: fit-content;

    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;

    transition: all ease-in-out 0.25s;
}

.repo_task_titel_box--neutralcolor {
    border: 1px solid #be9c3e;
    background-color: #0a0905; 
}

.repo_task_titel_box--acceptcolor {
     border: 1px solid #3ebe44;
    background-color: #0b1109;   
}


#repo_task_titel_font {
  font-family: "Bungee", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 2px 2px 0 #000, 4px 4px 0 rgba(0, 0, 0, 0.4);

    transition: all ease-in-out 0.25s;
}

.repo_task_titel_font--neutralcolor {
    color: #be9c3e;
}

.repo_task_titel_font--acceptcolor {
    color: #35922c;
}


#repo_task_desc_box {
    z-index: 12;

    top: -90px;

    position: relative;
    padding: 15px;
    margin-top: 80px;
    padding-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 60px;
    min-height: 40px;
    width: 100%;

    box-sizing: border-box;
    border-radius: 5px;

    overflow: hidden;
    max-height: 500px;

    transition: all ease-in-out 0.25s;

}

.repo_task_desc_box--neutralcolor {
     border: 1px solid #be9c3e;
    background-color: #110f09b4;   
}

.repo_task_desc_box--acceptcolor {
     border: 1px solid #3ebe44;
    background-color: #0b1109b4;   
}


#repo_task_desc_font {
    padding: 15px;
        padding-top: 0px;
    box-sizing: border-box;

  font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    text-shadow: 2px 2px 0 #000, 4px 4px 0 rgba(0, 0, 0, 0.4);

}

.repo_task_player_highlight {
    filter: brightness(1.2);
    text-shadow: 2px 2px 0 #000, 4px 4px 0 rgba(0, 0, 0, 0.4);
}

#repo_task_change_button {
    z-index: 15;

    padding: 10px 20px;
    height: 60px;

    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    border-radius: 5px;
    transition: all ease-in-out 0.2s;


    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

#repo_task_change_button:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

.repo_task_change_button--normal {
    position: absolute !important;
    right: 50px; 
    bottom: 90px;
    width: fit-content;

    background-color: #4e4324;
    border: 1px solid #be9c3e;
}

.repo_task_change_button--first {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 50%;

    background-color: #212124;
    border: 1px solid #313131;
}

.repo_task_change_button--inactive {
    pointer-events: none !important;
    border: 1px solid #2b2b30;
    background-color: #161618;
    filter: grayscale(1);
}

.repo_is_typing::after {
    content: "|";
    margin-left: 3px;
    color: #be9c3e;
    animation: repo_typing_cursor 0.5s infinite;
}

@keyframes repo_typing_cursor {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


#repo_action_inbox {
    top: 0;

    margin-bottom: 15px;
    position: relative;
    box-sizing: border-box;

    z-index: 3;
    margin-left: auto;
    margin-right: auto;

    min-height: 40px;
    width: calc(100% - 60px);

    border-top: 1px solid #313131;
}


#repo_action_titel_box {
    z-index: 13;
    top: -20px;
    left: 30px;
    position: absolute;
    padding: 10px 25px;
    height: 20px;
    width: fit-content;
    border: 1px solid #313131;
    background-color: #0f0f0f;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;
}

#repo_action_titel_font {
    font-family: "Bungee", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 2px 2px 0 #000, 4px 4px 0 rgba(0, 0, 0, 0.4);
}


#repo_action_log_list {
    z-index: 7;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;   
    margin-top: 30px;

    min-height: 0px;
    box-sizing: border-box;
    padding: 10px;

    transition: all ease-in-out 0.5s;
}

.repo_action_log_container {

    position: relative;

    height: 30px;
    width: 100%;

    margin-bottom: 5px;
    margin-right: 10px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;   
    box-sizing: border-box;


}

.repo_action_log_time {

    position: relative;
    min-height: 0;
    width: 60px;

    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #313131;
    border-radius: 5px;


    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
    text-align: center;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;  
}

.repo_action_log_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;   
    box-sizing: border-box;

    height: 100%;
    width: 100%;

}



.repo_action_log_playername {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;   
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    margin-left: 15px;

    height: 100%;
    flex-grow: 0;

    color: #ffffff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;

    filter: brightness(1.5);
}

.repo_action_log_message {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;   
    box-sizing: border-box;

    height: 100%;

    flex-grow: 1;
    flex-shrink: 1;

    margin-left: 15px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
    font-size: 14px;

    font-weight: 400;
}


#repo_player_color_range {
    width: 100%;
    height: 20px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

/* Chrome / Edge / Safari - Linie */
#repo_player_color_range::-webkit-slider-runnable-track {
    height: 4px;
    background: #4a4a4d;
    border-radius: 10px;
}

/* Chrome / Edge / Safari - Knopf */
#repo_player_color_range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    background: #8f8f94;
    border: 2px solid #c8c8cc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}

/* Beim Bewegen / Hover */
#repo_player_color_range:hover::-webkit-slider-thumb {
    background: #b0b0b6;
    border-color: #ffffff;
}

#repo_player_color_range:active::-webkit-slider-thumb {
    background: #d0d0d4;
    border-color: #ffffff;
    transform: scale(1.1);
}

/* Firefox - Linie */
#repo_player_color_range::-moz-range-track {
    height: 4px;
    background: #4a4a4d;
    border-radius: 10px;
}

/* Firefox - Knopf */
#repo_player_color_range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #8f8f94;
    border: 2px solid #c8c8cc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}

/* Firefox Hover / Active */
#repo_player_color_range:hover::-moz-range-thumb {
    background: #b0b0b6;
    border-color: #ffffff;
}

#repo_player_color_range:active::-moz-range-thumb {
    background: #d0d0d4;
    border-color: #ffffff;
}