#sim_display_logher {
    left: 50%;
}

@media all and (max-width: 1111px) {
    #sim_display_logher {
        margin-left: 0px;
        left: 554px;
    }
}

#header_sim_logher, #search_sim_logher, #footer_sim_logher {
    transition: all .1s ease-in;
}

#sim_location_logher {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#logher {
    padding: 10px 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    z-index: 2147483647;
    user-select: none;
}

#settings-panel {
    color: white;
}

#panel-logher {
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 14px;
    height: fit-content;
    overflow-x: hidden;
    padding: 5px;
    z-index: 2147483647;
    /*-ms-overflow-style: none;  /* IE and Edge */
    */ /*scrollbar-width: none;  /* Firefox */ */
    user-select: none;
    pointer-events: none;
    font-family: monospace, sans-serif !important;
}

#panel-logher::-webkit-scrollbar {
    /*display: none;*/
    width: 5px !important;
    pointer-events: auto;
}

#panel-logher::-webkit-scrollbar {
    /*display: none;*/
    width: 8px !important;
    pointer-events: auto;
}

#panel-logher::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 10px !important;
    pointer-events: auto;
}

#panel-logher::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
    pointer-events: auto;
}


#log_logher {
    height: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: #242424 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    color: #242424;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#log_logher:hover {
    background-color: #fafafa;
}

#fetch_logher {
    height: 30px;
    border-radius: 20px;
    background-color: #f9f7fc;
    box-shadow: #4c14f5 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #4c14f5;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    color: #4c14f5;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#fetch_logher:hover {
    background-color: #f3f0fc;
}

#seo_logher {
    height: 30px;
    border-radius: 20px;
    background-color: #EBEBE4;
    box-shadow: #808080 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #808080;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#resizeWindow_logher {
    min-height: 30px;
    min-width: 30px;
    border-radius: 50px;
    background-color: #f5efe9;
    box-shadow: #5E4326 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #5E4326;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#resizeWindow_logher:hover {
    background-color: #fdfff8;
}

#screenshot_logher {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #EBEBE4;
    box-shadow: #808080 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #808080;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#colorpicker_logher:hover {
    background-color: #fdfff8;
}


#colorpicker_logher {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #EBEBE4;
    box-shadow: #808080 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #808080;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#colorpicker_logher:hover {
    background-color: #fdfff8;
}

#ligthouse_logher {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #EBEBE4;
    box-shadow: #808080 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #808080;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#simulation_logher {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #EBEBE4;
    box-shadow: #808080 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    color: #808080;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#simulation_logher:hover {
    background-color: #fdfff8;
}

#ligthouse_logher:hover {
    background-color: #fdfff8;
}


#seolock_logher {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    border-radius: 20px;
    background-color: #c1c1c199;
    padding: 0 12px;
    cursor: pointer;
    z-index: 2147483647;
}

#colorpickerlock_logher {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    border-radius: 20px;
    background-color: #c1c1c199;
    padding: 0 12px;
    cursor: pointer;
    z-index: 2147483647;
}

#lighthouselock_logher {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    border-radius: 20px;
    background-color: #c1c1c199;
    padding: 0 12px;
    cursor: pointer;
    z-index: 2147483647;
}

#simulationlock_logher {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    border-radius: 20px;
    background-color: #c1c1c199;
    padding: 0 12px;
    cursor: pointer;
    z-index: 2147483647;
}

#seo_logher:hover {
    background-color: #E9F2F9;
}


#warning_logher {
    height: 30px;
    border-radius: 20px;
    background-color: #fffbe6;
    color: #614107;
    box-shadow: #614107 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#warning_logher:hover {
    background-color: #fcf7d9;
}

#error_logher {
    height: 30px;
    border-radius: 20px;
    background-color: #fff0f0;
    color: #ff0101;
    box-shadow: #ff0101 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 500;
    z-index: 2147483647;
    transition: all 100ms ease-in;
    font-family: arial, sans-serif;
}

#error_logher:hover {
    background-color: #fcebeb;
}

.logElement {
    padding: 10px 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: #242424 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    color: #242424;
    transform: translateX(100%);
    animation: fadeSlideRight 0.5s ease forwards;
    z-index: 2147483647;
    max-width: min(calc(100% - 1em), 412px);
    text-wrap: wrap;
    inline-size: 412px;
    overflow-wrap: break-word;
    width: auto;
    border: none;
    min-width: 200px;
    position: relative;
    pointer-events: auto;
}

.floatResize {
    position: absolute;
    top: 0;
    left: -2.5px;
    width: 5px;
    height: 100%;
    cursor: ew-resize;
    pointer-events: auto;
}

.stopScroll {
    background-color: #fd3f61 !important;
    color: #fff !important;
}

.logElement:hover {
    background-color: #fafafa;
}

.errorElement {
    padding: 10px 15px;
    background-color: #fff0f0;
    color: #ff0101;
    border-radius: 10px;
    box-shadow: #ff0101 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    transform: translateX(100%);
    animation: fadeSlideRight 0.5s ease forwards;
    z-index: 2147483647;
    max-width: min(calc(100% - 1em), 412px);
    text-wrap: wrap;
    inline-size: 412px;
    overflow-wrap: break-word;
    width: auto;
    min-width: 200px;
    border: none;
    pointer-events: auto;
}

.errorElement:hover {
    background-color: #fcebeb;
}


.seoElement {
    padding: 10px 15px;
    background-color: #f0f6fa;
    color: #2986CC;
    border-radius: 10px;
    box-shadow: #2986CC 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    transform: translateX(100%);
    animation: fadeSlideRight 0.5s ease forwards;
    z-index: 2147483647;
    max-width: min(calc(100% - 1em), 412px);
    text-wrap: wrap;
    inline-size: 412px;
    overflow-wrap: break-word;
    width: auto;
    min-width: 200px;
    border: none;
    display: none;
    pointer-events: auto;
}

.seoElement:hover {
    background-color: #E9F2F9;
}


.warnElement {
    padding: 10px 15px;
    background-color: #fffbe6;
    color: #614107;
    border-radius: 10px;
    box-shadow: #614107 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    transform: translateX(100%);
    animation: fadeSlideRight 0.5s ease forwards;
    z-index: 2147483647;
    max-width: min(calc(100% - 1em), 412px);
    text-wrap: wrap;
    inline-size: 412px;
    overflow-wrap: break-word;
    width: auto;
    min-width: 200px;
    border: none;
    pointer-events: auto;
}

.warnElement:hover {
    background-color: #fcf7d9;
}

.fetchElement {
    padding: 10px 15px;
    background-color: #f9f7fc;
    color: #4c14f5;
    border-radius: 10px;
    box-shadow: #4c14f5 0px 0px 0px 1px, rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    transform: translateX(100%);
    animation: fadeSlideRight 0.5s ease forwards;
    z-index: 2147483647;
    max-width: min(calc(100% - 1em), 412px);
    text-wrap: wrap;
    inline-size: 412px;
    overflow-wrap: break-word;
    width: auto;
    min-width: 200px;
    border: none;
    pointer-events: auto;
}

.fetchElement:hover {
    background-color: #f3f0fc;
}

#settings_logher {
    position: relative;
    background-color: #242424;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    box-shadow: #242424 0px 0px 0px 1px, rgb(255 255 255 / 80%) 0px 0px 6px;
    cursor: pointer;
    font-family: arial;
}

#trash_logher {
    background-color: #242424;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    box-shadow: #242424 0px 0px 0px 1px, rgb(255 255 255 / 80%) 0px 0px 6px;
    cursor: pointer;
}

#off_logher {
    background-color: #242424;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    box-shadow: #242424 0px 0px 0px 1px, rgb(255 255 255 / 80%) 0px 0px 6px;
    cursor: pointer;
}

#pause_logher {
    background-color: #242424;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    box-shadow: #242424 0px 0px 0px 1px, rgb(255 255 255 / 80%) 0px 0px 6px;
    cursor: pointer;
}

@keyframes fadeSlideRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.warnElement pre, .errorElement pre, .logElement pre, .fetchElement pre, .seoElement pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: none;
    margin: 0;
    font-size: 11px !important;
    padding: 8px 0px !important;
}

.errorElement pre {
    color: #ff0101;
    border: none;
}

.logElement pre {
    color: #242424;
    border: none;
}

.stopScroll pre {
    color: #fff !important;
    border: none;
}

.warnElement pre {
    color: #242424;
    border: none;
}

.fetchElement pre {
    color: #4c14f5;
    border: none;
}

.seoElement pre {
    color: #2986CC;
    border: none;
}

.headerseo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    border: none;
    gap: 10px;
}

.headerseo pre {
    color: #94C2E5;
    text-decoration: underline;
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    border: none;
}

.headerlog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    border: none;
    gap: 10px;
}

.stopScroll .headerlog pre {
    color: #a3a3a3;
    text-decoration: none;
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    border: none;
}

.headerlog pre {
    color: #a3a3a3;
    text-decoration: underline;
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    border: none;
}

.headerwarn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    border: none;
    gap: 10px;
}

.headerwarn pre {
    color: #8a5d0b;
    text-decoration: underline;
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    border: none;
}

.headerfetch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    border: none;
    gap: 10px;
}

.headerfetch pre {
    color: #b6a0fa;
    text-decoration: underline;
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    border: none;
}

.headererror {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    border: none;
}

.headererror pre {
    color: #fa8787;
    text-decoration: underline;
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    border: none;
    gap: 10px;
}

#settings-panel {
    position: absolute;
    background-color: #242424;
    right: 5px;
    top: -10px;
    height: 250px;
    width: 350px;
    border-radius: 20px;
    padding: 15px;
    border: none;
    transform: translateY(-100%);
    color: white;
    overflow-y: auto;
    box-shadow: #242424 0px 0px 0px 1px, rgb(255 255 255 / 80%) 0px 0px 6px;
}

#settings-panel hr {
    margin-bottom: 10px;
}

#settings-panel p {
    font-size: 14px !important;
}

#settings-panel input {
    width: 90%;
}

.preObject pre {
    padding-top: 0px;
    border: none;
}

.fetchusernotpaidcolor {
    color: #4c14f5 !important;
}


.renderjson a {
    text-decoration: none;
}

.renderjson .disclosure {
    color: #242424;
}

.renderjson .syntax {
    color: #242424;
}

.renderjson .string {
    color: #c81529;
}

.renderjson .number {
    color: #1a1aa6;
}

.renderjson .boolean {
    color: #881280;
}

.renderjson .key {
    color: #242424;
}

.renderjson .keyword {
    color: #242424;
}

.renderjson .object.syntax {
    color: #242424;
}

.renderjson .array.syntax {
    color: #242424;
}

#fetchtext, #seotext, #logtext, #warningtext, #errortext {
    font-family: arial !important;
    font-size: 15px !important;
}

.topbarreduce, .bottombarreduce {
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

.topbarreduce {
    transform: translateY(0.1rem);
}

.bottombarreduce {
    transform: translateY(-0.1rem);
}

#mainreduce .topbarreduce, #mainreduce .bottombarreduce, #mainreduce .topbarreduceclose, #mainreduce .bottombarreduceclose {
    box-shadow: #242424 0px 0px 0px 1px, rgb(255 255 255 / 80%) 0px 0px 6px;
}

#mainreduce:hover .topbarreduce {
    transform: rotate(-12deg) translateY(0.1rem);
}

#mainreduce:hover .bottombarreduce {
    transform: rotate(12deg) translateY(-0.1rem);
}

.topbarreduceclose, .bottombarreduceclose {
    transition: all 0.5s ease;
}

#mainreduce:hover .topbarreduceclose {
    transform: rotate(12deg) translateY(0.1rem);
}

#mainreduce:hover .bottombarreduceclose {
    transform: rotate(-12deg) translateY(-0.1rem);
}
