.gltr-overlay {
    right: 0px;
    position: absolute;
    z-index: 2100;
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
    transition: 0.3s;
    border: var(--gltr-contrast-color) 1px outset;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    padding: 0px;
    max-width: inherit;
    outline: none;
    visibility: hidden;
}

.gltr-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: var(--gltr-contrast-color);
    transition: 0.3s;
    /* display: block; */
    background-color: transparent;
}

.gltr-overlay a:hover,
.gltr-overlay a:focus {
    color: #ffffff;
}

.gltr-overlay .btn-overlay-top {
    position: absolute;
    top: 10px;
    right: 25px;
    filter: invert(100%) drop-shadow(2px 4px 6px black);
    width: 45px;
}

.message-box-overlay {
    background-color: transparent;
    border: 0;
    display: inline-block;
    min-height: var(--height-navigation-bar);
    width: fit-content;
    height: fit-content;
    top: -700px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--zindex-message-overlay);
}

.message-box-overlay-open {
    top: 35%;
    opacity: 1.0;
}

.message-box-overlay-content {
    display: inline-block;
    min-height: var(--height-navigation-bar);
    position: relative;
    text-align: center;
}

.message-box-div {
    text-align: center;
    display: inline-block;
    color: white;
}

.username-full-content {
    position: relative;
    width: 90%;
    left: 5%;
    margin-top: 10px;
}

.username-full-label {
    text-align: center;
    color: white;
    margin-top: 20px;
}

.username-simple-overlay {
    width: 600px;
    height: 800px;
    bottom: -800px;
}

.username-simple-overlay-open {
    bottom: var(--height-navigation-bar);
    z-index: 2101;
}

.username-simple-overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
}

.color-picker-overlay {
    width: 430px;
    height: 480px;
    bottom: -480px;
}

.color-picker-overlay-open {
    bottom: var(--height-navigation-bar);
    z-index: 2108;
}

.color-picker-overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#color-from-screen-zoom-preview-div {
    position: absolute;
    left: 10px;
    bottom: 120px;
    width: 200px;
    height: 200px;
    border: 2px solid black;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    pointer-events: none;
    z-index: 2102;
    filter: drop-shadow(2px 4px 6px black);
}

#color-from-screen-zoom-preview-canvas {
    transform: scale(5);
    transform-origin: top left;
    z-index: 2102;
    position: absolute;
}

#color-from-screen-pointer {
    position: absolute;
    width: 32px;
    /* Pointer size */
    height: 32px;
    display: none;
    /* Initially hidden */
    pointer-events: none;
    z-index: 2102;
    left: 0px;
    top: 0px;
}

#color-from-screen-canvas {
    left: 0px;
    top: 0px;
    z-index: 2102;
    position: absolute;
}

.gltr_langcode_img {
    width: 100px;
    margin-right: 30px;
}

.text-svg {
    position: relative;
    width: 100%;
    left: 0px;
    z-index: 901;
}