
[theme=light] {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #d6293e;
    --bs-orange: #fd7e14;
    --bs-yellow: #f7c32e;
    --bs-green: #0cbc87;
    --bs-teal: #20c997;
    --bs-cyan: #4f9ef8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray-100: #f7f8f9;
    --bs-gray-200: #eff2f6;
    --bs-gray-300: #eef0f2;
    --bs-gray-400: #e1e4e6;
    --bs-gray-500: #a1a1a8;
    --bs-gray-600: #676a79;
    --bs-gray-700: #29292e;
    --bs-gray-800: #14191e;
    --bs-gray-900: #0f0f10;
    --bs-primary: #0f6fec;
    --bs-secondary: #14191e;
    --bs-success: #0cbc87;
    --bs-info: #4f9ef8;
    --bs-warning: #f7c32e;
    --bs-danger: #d6293e;
    --bs-light: #eef0f2;
    --bs-dark: #14191e;
    --bs-primary-rgb: 15, 111, 236;
    --bs-secondary-rgb: 20, 25, 30;
    --bs-success-rgb: 12, 188, 135;
    --bs-info-rgb: 79, 158, 248;
    --bs-warning-rgb: 247, 195, 46;
    --bs-danger-rgb: 214, 41, 62;
    --bs-light-rgb: 231, 235, 243;
    --bs-dark-rgb: 20, 25, 30;
    --bs-primary-text-emphasis: #0b4ea5;
    --bs-secondary-text-emphasis: #0e1215;
    --bs-success-text-emphasis: #08845f;
    --bs-info-text-emphasis: #376fae;
    --bs-warning-text-emphasis: #ad8920;
    --bs-danger-text-emphasis: #961d2b;
    --bs-light-text-emphasis: #29292e;
    --bs-dark-text-emphasis: #0e1215;
    --bs-primary-bg-subtle: #cfe2fb;
    --bs-secondary-bg-subtle: #d0d1d2;
    --bs-success-bg-subtle: #cef2e7;
    --bs-info-bg-subtle: #dcecfe;
    --bs-warning-bg-subtle: #fdf3d5;
    --bs-danger-bg-subtle: #f7d4d8;
    --bs-light-bg-subtle: #fbfcfc;
    --bs-dark-bg-subtle: #d0d1d2;
    --bs-primary-border-subtle: #9fc5f7;
    --bs-secondary-border-subtle: #a1a3a5;
    --bs-success-border-subtle: #9ee4cf;
    --bs-info-border-subtle: #b9d8fc;
    --bs-warning-border-subtle: #fce7ab;
    --bs-danger-border-subtle: #efa9b2;
    --bs-light-border-subtle: #eff2f6;
    --bs-dark-border-subtle: #a1a3a5;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Inter", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(103, 106, 121, 0.5);
    --bs-secondary-color-rgb: 103, 106, 121;
    --bs-secondary-bg: #eff2f6;
    --bs-secondary-bg-rgb: 239, 242, 246;
    --bs-tertiary-color: rgba(103, 106, 121, 0.5);
    --bs-tertiary-color-rgb: 103, 106, 121;
    --bs-tertiary-bg: #f7f8f9;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: var(--bs-gray-800);
    --bs-link-color: #0f6fec;
    --bs-link-color-rgb: 15, 111, 236;
    --bs-link-decoration: none;
    --bs-link-hover-color: #0c59bd;
    --bs-link-hover-color-rgb: 12, 89, 189;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: rgba(0, 0, 0, 0.1);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.4rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.7rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(83, 88, 93, 0.15);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(83, 88, 93, 0.15);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --custom-button-background: #fff;
    --custom-button-border: #acb3c1;
    --custom-button-hover: #f9f9f9;
    --custom-button-text: #000
}

[theme=dark] {
    color-scheme: dark;
    --bs-body-color: #eef0f2;
    --bs-body-color-rgb: 238, 240, 242;
    --bs-body-bg: #0f0f10;
    --bs-body-bg-rgb: 15, 15, 16;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(238, 240, 242, 0.5);
    --bs-secondary-color-rgb: 238, 240, 242;
    --bs-secondary-bg: #14191e;
    --bs-secondary-bg-rgb: 20, 25, 30;
    --bs-tertiary-color: rgba(238, 240, 242, 0.5);
    --bs-tertiary-color-rgb: 238, 240, 242;
    --bs-tertiary-bg: #121417;
    --bs-tertiary-bg-rgb: 18, 20, 23;
    --bs-primary-text-emphasis: #6fa9f4;
    --bs-secondary-text-emphasis: #727578;
    --bs-success-text-emphasis: #6dd7b7;
    --bs-info-text-emphasis: #95c5fb;
    --bs-warning-text-emphasis: #fadb82;
    --bs-danger-text-emphasis: #e67f8b;
    --bs-light-text-emphasis: #f7f8f9;
    --bs-dark-text-emphasis: #eef0f2;
    --bs-primary-bg-subtle: #03162f;
    --bs-light-rgb: 32, 34, 39;
    --bs-secondary-bg-subtle: #040506;
    --bs-success-bg-subtle: #02261b;
    --bs-info-bg-subtle: #102032;
    --bs-warning-bg-subtle: #312709;
    --bs-danger-bg-subtle: #2b080c;
    --bs-light-bg-subtle: #14191e;
    --bs-dark-bg-subtle: #0a0d0f;
    --bs-primary-border-subtle: #09438e;
    --bs-secondary-border-subtle: #0c0f12;
    --bs-success-border-subtle: #077151;
    --bs-info-border-subtle: #2f5f95;
    --bs-warning-border-subtle: #94751c;
    --bs-danger-border-subtle: #801925;
    --bs-light-border-subtle: #29292e;
    --bs-dark-border-subtle: #14191e;
    --bs-heading-color: inherit;
    --bs-link-color: #a1a1a8;
    --bs-link-hover-color: #0c59bd;
    --bs-link-color-rgb: 15, 111, 236;
    --bs-link-hover-color-rgb: 12, 89, 189;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #eef0f2;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #29292e;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    --custom-button-background: #313448;
    --custom-button-border: #191b2a;
    --custom-button-hover: #404353;
    --custom-button-text: #fff
}

* {
    font-family: var(--bs-font-sans-serif)
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#offcanvasSidebar {
    max-width: 80%
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll
}

.dropdown-menu.show {
    -webkit-animation: fadeIn .3s alternate;
    animation: fadeIn .3s alternate
}

.navbar-nav {
    flex-direction: row!important
}

.nav-item {
    margin-right: 10px
}

.counter-item {
    padding: 16px;
    text-align: center
}

.counter-number {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 32px;
    display: block
}

.counter-label {
    font-size: 16px
}

.custom-shadow {
    box-shadow: 0 4px 50px -12px rgba(17,12,46,.16)
}

.counter-stage {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
    border-right: 1px solid rgba(0,0,0,.08)
}

.counter-stage:last-child {
    border-right: none
}

.hover-effect {
    min-width: 3rem;
    min-height: 3rem;
    height: 3rem;
    border-radius: 50%
}

.area-color {
    background-color: rgb(18 12 52/8%);
    border: 4px solid #00000012
}

.area-color-border {
    border: 4px solid #00000012
}

.custom-button {
    background-color: var(--custom-button-background);
    color: var(--custom-button-text);
    border-radius: 10px;
    margin: 12px;
    min-width: 20%;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px solid var(--custom-button-border)!important
}

.custom-button:hover {
    color: var(--custom-button-text)!important;
    background-color: var(--custom-button-hover)!important
}

.custom-button:active {
    color: var(--custom-button-text)!important;
    background-color: var(--custom-button-hover)!important
}

.progress {
    flex-grow: 1;
    height: 40px
}

.progress-bar {
    transition: width .5s ease-out
}

.list-group-item-action:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.selected-time-btn {
    background-color: #007bff;
    color: #fff
}

.scrollable-row {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 2px
}

.scrollable-row .btn {
    flex: 0 0 auto
}

.scrollable-row::-webkit-scrollbar {
    height: 4px
}

.scrollable-row::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 2px
}

.rounded-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 4px solid #00000012;
    border-radius: 10px;
    overflow: hidden
}

.rounded-table thead th {
    border-top: none
}

.rounded-table th,.rounded-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    text-align: left
}

.rounded-table th:first-child,.rounded-table td:first-child {
    border-left: none
}

.rounded-table th:last-child,.rounded-table td:last-child {
    border-right: none
}

.rounded-table tbody tr:last-child td {
    border-bottom: none
}

.rounded-table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.custom-background {
    background: rgb(18 12 52/8%)
}

.colorlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px
}

.colorcondiv {
    display: flex;
    flex-direction: column;
    align-items: center
}

.colrdiv {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 5px
}

.blue {
    background-color: #00f
}

.green {
    background-color: green
}

.red {
    background-color: red
}

.black {
    background-color: #000
}

.yellow {
    background-color: #ff0
}

.orange {
    background-color: orange
}

.pink {
    background-color: pink
}

.purple {
    background-color: purple
}

.white {
    background-color: #fff
}

.colorname a {
    color: var(--bs-body-color);
    text-decoration: none
}

.background-image {
    width: 100%;
    min-width: 600px;
    height: 338px;
    cursor: pointer;
}

.heading { text-align: center; color: #454343; font-size: 30px; font-weight: 700; position: relative; margin-bottom: 70px; text-transform: uppercase; z-index: 999; } .white-heading{ color: #ffffff; } .heading:after { content: ' '; position: absolute; top: 100%; left: 50%; height: 40px; width: 180px; border-radius: 4px; transform: translateX(-50%); background: url(https://i.ibb.co/G32GT0L/heading-line.png); background-repeat: no-repeat; background-position: center; } .white-heading:after { background: url(img/heading-line-white.png); background-repeat: no-repeat; background-position: center; } .heading span { font-size: 18px; display: block; font-weight: 500; } .white-heading span { color: #ffffff; } /* clearfix */ .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* display none until init */ .owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .owl-carousel .owl-item img{ max-width: 100%; } .owl-carousel .item { padding: 0 7.5px; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { cursor:url(grabbing.png) 8 8, move; } /* fix */ .owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } #demo1 .customNavigation, #demo2 .customNavigation { top: 50%; position: absolute; width: 100%; left: 0px; margin-top: -40px; } #demo1 .customNavigation .btn, #demo2 .customNavigation .btn { padding: 0px; } #demo1 .customNavigation .btn.prev, #demo2 .customNavigation .btn.prev { position: relative; left:-76px; } #demo1 .customNavigation .btn.next, #demo2 .customNavigation .btn.next { position: relative; right: -70px; float: right; } div#demo1 { position: relative; } .user-blog { padding: 50px 0 50px; } .user-blog:before { position: absolute; top: -100px; left: 0; content: " "; background: url(img/user-blog.png); background-size: 100% 100px; width: 100%; height: 100px; float: left; z-index: 99; } div#owl-demo1 .item { padding: 0 15px; } .blog-grid { background: #fff; box-shadow: 0px 0px 20px #c3c3c3; margin: 10px 0; border: 1px solid #d6d6d6; border-radius: 1px; } .discretion-blog p { font-size: 15px; color: #454343; } .discretion-blog h4 { color: #454343; font-size: 16px; font-weight: 700; text-transform: uppercase; } .discretion-blog .btn { color: #fefeff; background: #454343; width: 100%; text-transform: uppercase; border-radius: 0px; margin-top: 10px; -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); transform: perspective(122px) translateZ(0); } .discretion-blog .btn:hover { color: #ffffff; } .discretion-blog .btn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #0d6efd; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; border: 2px solid #0d6efd; } .discretion-blog .btn:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } .date-blog { background: #0d6efd; width: 70px; position: absolute; bottom: 0; left: 15px; color: #fff; text-align: center; padding: 10px 0px; } .date-blog:after { width: 0; height: 0; content: ""; border-left: 0 solid transparent; border-right: 70px solid transparent; border-bottom: 12px solid #0d6efd; top: -11px; position: absolute; left: 0; } .img-date { position: relative; } .user-blog .owl-theme .owl-controls .owl-page span { width: 17px; height: 17px; background: #454343; opacity: 1; } .user-blog .owl-theme .owl-controls .owl-page.active span, .user-blog .owl-theme .owl-controls.clickable .owl-page:hover span { background: #0d6efd; }

@media(max-width: 441px) {
    .nav.nav-pills.nav-stack .nav-item {
        margin-top:10px
    }
}

@media(max-width: 576px) {
    .responsive-h1 {
        font-size:1.12rem;
        font-weight: 700
    }

    .hover-effect {
        min-width: 2rem;
        min-height: 2rem;
        height: 2rem
    }
}

@media(min-width: 577px) {
    .hover-effect:hover {
        background-color:hsla(0,0%,0%,.13)
    }
}

@media(max-width: 770px) {
    .background-image {
        min-width: 500px;
    }
}

@media(max-width: 577px) {
    .background-image {
        min-width: 290px;
        height: 210px;
    }
}

.blog-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog {
    border: 1px solid #dfdfdf;
    padding: 10px 10px;
    border-radius: 10px;
}

.blog-title {
    font-weight: bold;
}

.blog-image {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.blog-image img {
    height: 200px;
    width: 100%;
}

.blog-content {

}


#box {
    width: 80vw;
    height: 80vh;
    margin: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: crosshair;
    position: relative !important;
}

#svg {
    width: 100%;
    height: 80%;
    shape-rendering: geometricPrecision;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/protractor.png);
    background-size: contain;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.position-absolute {
    position: absolute !important;
}

.end-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}

#box circle, #box line, text, #box path {
    fill: none;
    transform-origin: center;
}

.svg-aux-base-line {
    stroke: black;
    stroke-width: 1;
}

#box circle, #box line, text, #box path {
    fill: none;
    transform-origin: center;
}

.svg-arc-circle, .svg-arc-opposite-circle {
    stroke: #39F;
    stroke-width: 50;
}

.svg-animate {
    transition: all 0.5s;
}

.svg-pointer-extra-line {
    stroke: #39F;
    stroke-dasharray: 6 6;
    stroke-dashoffset: 5;
}

.svg-pointer-line {
    stroke: black;
}

.svg-pointer-arrow {
    fill: #39F !important;
    fill-opacity: 0.75;
    stroke: black;
    stroke-width: 0.5;
}

.svg-arc-opposite-circle {
    stroke: #F00;
}

.svg-arc-text, .svg-arc-opposite-text {
    font-size: 12px;
    font-family: Lucida Console, monospace;
    fill: black;
    alignment-baseline: middle;
    text-anchor: middle;
}

.ruler {
    position: relative;
    user-select: none;
}

.horizontal {
    width: 100%;
    height: 50px;
}

.vertical {
    height: 76em;
    width: 50px;
}

.ruler>div.mark {
    position: absolute;
    border-left: 1px solid #000;
}

.ruler .number {
    position: absolute;
    font-size: 12px;
}

.horizontal .number {
    top: 20px;
}

.vertical .number {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    left: 20px;
    transform-origin: center;
}

.configPanel-inner {
    margin-bottom: 20px;
}

#ruler-container {
    width: 100%;
    height: 100%;
    color: var(--bs-emphasis-color);
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
    overflow: hidden;
}

.custom-close-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1010;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    display: none;
}

.custom-close-icon svg {
    fill: #fff;
}

@media (max-width: 576px) {
    .control-group {
        flex-direction: column;
    }

    .btn-group,
    .button-controls {
        width: 100%;
        margin-bottom: 10px;
    }

    .button-controls {
        display: flex;
        justify-content: space-between;
    }
}

[theme="dark"] #svg {
    filter: invert(1); /* Example: Inverts colors */
    fill: white; /* Changes SVG fill color */
}

.mainView {
    display: block;
}

.number {
    text-anchor: middle;
    font-size: 36px;
    fill: #192029;
}

#fullscreen-ruler .small {
    font-size: 26px;
}

.line-grid {
    stroke: #a0a9b5;
}

.line-grid-minor {
    stroke-width: 0.4;
}

.line-grid-medium {
    stroke-width: 0.8;
}

.line-grid-major {
    stroke-width: 1.2;
}

.line-scale {
    stroke: #192029;
    stroke-width: 1.4;
}

#configBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #192029;
    border: 0;
    margin: 0;
    color: inherit;
    transition-duration: .15s;
    transition-timing-function: ease-out;
}

#configBtn i {
    color: #fff;
}

#configBtn.is-active {
    transform: scale(.8);
}

#configPanel {
    position: fixed;
    right: 30px;
    bottom: 40px;
    background: #323b48;
    color: #fff;
    border-radius: 3px;
    transition-duration: .15s;
    transition-timing-function: ease-out;
    transform-origin: bottom right;
    transform: scale(0) rotate(17deg);
}

#configPanel.is-active {
    transform: none;
}

.configPanel-inner {
    margin: 20px;
}

.configPanel-inner>label {
    margin: 10px 0 6px;
    display: block;
}

.input-group {
    display: flex;
    margin: 5px -5px;
}

.input-group input {
    margin: 0 5px;
}

.radio-group:after {
    content: '';
    display: block;
    clear: both;
}

.radio-group label {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    display: none;
}

.radio-group input[type="radio"]:checked+label {
    border-bottom: 3px solid #fff;
}

input[type="range"]+input[type="number"] {
    background: inherit;
    border: none;
    color: inherit;
}

#densitySlider {
    width: 130px;
}

#densityInput {
    width: 50px;
}

.hidden {
    display: none;
}

@media (prefers-color-scheme: dark) {
    .number {
        fill: #fff;
    }

    .line-scale {
        stroke: #fff;
    }

    #configBtn {
        background: #101317;
    }

    #configPanel {
        background: #192029;
    }
}

.hidden {
    display: none;
}

.custom-close-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1010;
    background-color: #192029;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Assuming fullscreen-specific content is hidden by default and only shown in fullscreen mode */
.fullscreen-content {
    display: none;
    /* Hide fullscreen content by default */
}

/* Styles when in fullscreen mode */
.is-fullscreen .fullscreen-content {
    display: block;
    /* Only show fullscreen content */
}

.is-fullscreen #mainContainer {
    display: none;
    /* Hide main content */
}