:root {
    --portal_orange: #ed8921;
    --3d_orange: #faa851;
    --light_gray_color: rgb(228, 228, 228);
    /* --light_gray_color:whitesmoke */
    --dark_gray_text_color: rgb(112, 112, 112);
    --backgound-gray-color: rgb(200, 197, 197);
    --circle-size: 20px;
    --spacing: 10px;
}


button {
    background-color: #f2f2f2;
    border: none;
    color: black;
    border-radius: 2px;
}

.button:active {
    background-color: var(--portal_orange);
    opacity: 0.5;
}

body {
    overflow: hidden;
}

/* Header*/

h1 {
    text-align: center;
    font-size: 9em;
}

h5 {
    text-align: center;
    font-size: 10em;
}

.h5 {
    text-align: center;
    font-size: 5em;
}

/* breaks*/
.break {
    height: 150px;
}

.break-small {
    height: 50px;
}

/* MAIN CONTAINER */
/* MAIN CONTAINER */
/* MAIN CONTAINER */
.mainContainer {
    height: 100%;
    width: 100%;
}

/* v3d-container -  CONTAINER */
/* v3d-container -  CONTAINER */
#v3d-container {
    position: relative;
    width: 75vw;
    height: 100vh;
    /* height: 90vh; */
    overflow: hidden;
}

#soltecLogo {
    position: absolute;
    margin-left: 20px;
}

#versionNumber {
    position: absolute;
    right: 50px;
    bottom: 5px;
    color: #bebebe;
}

#orderNumberContainer {
    position: absolute;
    text-align: center;
    width: 90%;
    height: 20px;
    font-size: 20px;
    top: 10px
}

/* Settings section  - SECTION*/
/* Settings section  - SECTION*/
/* Settings section - SECTION*/

/* Settings selector - SECTION*/

#three {
    align-items: center;
    text-align: center;
}

#section-button-change-background-image {
    color: black;
    margin-top: 5px;
    border-radius: 2px;
    height: 34px;
    margin-left: 2%;
}

#button-category-selection-selector {
    padding: 0px;
    border-radius: 2px;
    border: none;
    margin: 0vw !important;
    display: flex;
    width: 100%;
    height: 41px;
    background-color: #f2f2f2;
    overflow: auto;
}

/* Adss scroll belove 1243px on button-category-selection-selector*/
@media only screen and (max-width: 1243px) {
    #button-category-selection-selector {
        padding: 0px;
        border-radius: 2px;
        border: none;
        margin: 0vw !important;
        display: flex;
        width: 100%;
        height: 50px;
        background-color: #f2f2f2;
        overflow: auto;
    }
}

#configuratorSection {
    display: none;
    position: absolute;
    margin-right: 0;
    width: 25vw;
    /* height: 92.2vh; */
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    top: 0%;
    right: 0;
    padding: 20px;

    /* background-color: var(--backgound-gray-color); */
}

/* configuratorSection - SECTION*/
/* configuratorSection - SECTION */

/* screenshotSection - ELEMENTS */
/* screenshotSection - ELEMENTS */
#screenshotSection {
    align-items: center;
}

/* configuratorSection - ELEMENTS */
/* configuratorSection - ELEMENTS */
.menuSectionTitle {
    font-size: 1.1em;
    color: black;
    font-weight: bold;
    padding-top: 20px;
}

/* border for individual inputs */
.input-borders {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 3px;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid black;
}

.input-borders:hover {
    border: 2px solid var(--portal_orange);
}

.menuSectionText {
    margin-right: 150px;
    color: #000;
    font-size: 1em;
}

.input-title {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 3px;
    color: gray;
}

/* INPUT FIELDS */
input [type="checkbox"] {
    height: 25px;
    width: 25px;
    background: white;
    border-radius: 5px;
    border: solid gray;
}

input {
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 100%;
    border: none;
    /* min-width: 200px; */
    height: 40px;
    padding-left: 10px;
}

input[type="number"]:focus {
    outline: 2px solid orange;
    /* oranges! yey */
}

/* SELECT FIELDS */
.selectField {
    border-radius: 2px;
    background-color: #f2f2f2;
    width: 100%;
    /* min-width: 200px; */
    height: 40px;
    padding-left: 10px;
    border: none;
}

.light-background-color {
    background: #ffffff !important;
}

.secondary-text-color {
    color: #d9d9d9 !important;
}

/* SELECTORS BORDER CLASS */
.sectionBorder {
    /* border: 1px solid grey; */
    /* border-radius: 5px; */
    /* padding: 10px; */
    padding-left: 0px;
}

/* CLOSE BUTTON X */
/*  close button on menu selectors */
.close-button {
    padding: 2px;
    background-color: #ffffff;
    float: right;
}

/* animationsSection - ELEMENTS */
/* animationsSection - ELEMENTS */

/* LOGO PRELOADER */
/* LOGO PRELOADER */
/* LOGO PRELOADER */
/* LOGO PRELOADER */
/* LOGO PRELOADER */

.v3d-simple-preloader-logo {
    background-image: url("soltec_loading_logo.jpg");
    background-size: contain;
    /* width: 300px; */
    /* height: 172px; */
    width: 35vw;
    height: 18vh;
    /* position: relative; */
    position: absolute;
    left: 15vw;
    align-items: center;
}

.v3d-simple-preloader-bar {
    /* background: var(--3d_orange); */
    background: var(--3d_orange);
    /* border: solid; */
    border-color: var(--3d_orange);
    position: absolute;
    top: 60%;
}

.v3d-simple-preloader-container {
    /* width: 600px; */
    /* height: 300px; */
    width: 50vw;
    height: 30vh;
    position: absolute;
    top: 45%;
    /* left: calc(50% - 150px); */
    left: 35%;
    padding: 10px;
}

/* Loading spinner - SCREENSHOT */
/* Loading spinner - SCREENSHOT */
/* Loading spinner - SCREENSHOT */
#loadingWhileScreenshoting {
    display: none;
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;

    /*width: 100%;
    height: 100%;
    background-color: rgb(227, 226, 226); */
    /* background-color: rgba(255, 255, 255); */
    /* opacity: 0.5; */
}

#screnshotLoadingTitle {
    position: fixed;
    font-size: 50px;
    color: white;
    font-weight: bold;
    margin-left: 40%;
    margin-top: calc(45vh + 80px);
}

.spinner {
    width: 1.5rem;
    height: 1.5rem;
    border-top-color: #444;
    border-left-color: #444;

    animation: spinner 400ms linear infinite;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-small {
    position: absolute;
    margin-top: calc(45vh - 50px);
    margin-left: calc(50% - 50px);
    border-top-color: var(--3d_orange);
    border-left-color: var(--3d_orange);
    width: 100px;
    height: 100px;
    border-width: 6px;
}

.spinner-big {
    position: absolute;
    margin-top: calc(45vh - 60px);
    margin-left: calc(50% - 60px);
    border-top-color: var(--3d_orange);
    border-left-color: var(--3d_orange);
    width: 120px;
    height: 120px;
    border-width: 6px;
}

/* close button - BUTTON */
/* close button - BUTTON */
/* close button - BUTTON */
.close {
    font-size: 45px;
    font-weight: 600;
    display: inline-block;
    transform: rotate(45deg);

    content: counter(step);
    counter-increment: step;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 2px solid black;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: var(--light_gray_color);
}

.closeDIv {
    width: 28px;
    height: 28px;
    background-color: white;
    border: 1px solid var(--light_gray_color);
    border-radius: 50%;
}

.closeDIv:hover {
    background-color: #faa851;
}

.mdiv {
    height: 25px;
    width: 2px;
    margin-left: 12px;
    background-color: black;
    transform: rotate(45deg);
    z-index: 1;
}

.md {
    height: 25px;
    width: 2px;
    background-color: black;
    transform: rotate(90deg);
    z-index: 2;
}

/* RADIO BUTTON  */
/* RADIO BUTTON  */
/* RADIO BUTTON  */
.radio {
    /* display: flex;
     */
    background: white;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 5px;
    color: white;
    font-size: 16px;
}

.radio input {
    width: auto;
    height: 100%;
    appearance: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 4px 8px;
    background: rgb(197, 196, 196);
    color: white;
    margin-bottom: 5px;
    font-size: 16px;
}

.radio input:hover {
    background-color: bisque;
}

.radio input:checked {
    background-image: linear-gradient(180deg, #faa851, #faa851);
    color: #fff;
}

.radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}

/*  BUTTONS */
/*  BUTTONS */
/*  BUTTONS */

/*  exit configurator button above the settngs */
.exit-button {
    /* background-color: white;
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: small;
    float: right;
    z-index: 100; */

    bottom: 8px;
    position: relative;
    background-color: white;
    /* margin-top: -5px; */
    margin-bottom: 5px;
    font-size: small;
    float: right;
    /* top: 10px; */
    z-index: 100;
}

.Animation-Buttons {
    border-radius: 2px;
    background-color: #f2f2f2;
    width: 26%;
    min-width: 80px;
    /* min-width: 200px; */
    height: 35px;
    margin: 5px;
    color: black;
    border: none;
    margin-left: 2%;
}

.Animation-Buttons:hover {
    border: solid 2px var(--portal_orange);
}

.Animation-Buttons:active {
    background-color: var(--portal_orange);
    opacity: 0.5;
}

.rotationButtons {
    border-radius: 2px;
    background-color: #f2f2f2;
    width: calc(50% - 23px);
    height: 35px;
    margin: 10px;
    margin-top: 5px;
    color: black;
    border: none;
}

.rotationButtons:hover {
    border: solid 2px var(--portal_orange);
}

.rotationButtons:active {
    background-color: var(--portal_orange);
    opacity: 0.5;
}

.longButton {
    border-radius: 2px;
    background-color: #f2f2f2;
    width: calc(100% - 20px);
    /* min-width: 200px; */
    height: 35px;
    margin: 10px;
    border: none;
}

.longButton:hover {
    border: solid 2px var(--portal_orange);
}

.longButton:active {
    background-color: var(--portal_orange);
    opacity: 0.5;
}

.button-exit-configurator {
    background-color: transparent;
    height: 35px;
    margin: 10px;
    border: none;
    font-size: 0.9em;
}

#lightsButton {
    width: 80px;
}

.animation-long-Button {
    border-radius: 2px;
    background-color: #f2f2f2;
    width: 100%;
    height: 35px;
    margin-top: 10px;
    margin-left: 0px;
    border: none;
}

.animation-long-Button:hover {
    border: solid 2px var(--portal_orange);
}

.animation-long-Button:active {
    background-color: var(--portal_orange);
    opacity: 0.5;
}

/* #setBackgroundImage {
    min-width: 150px;
    width: 250px;
} */
/* CHECKBOX */
/* CHECKBOX */
/* CHECKBOX */
.con {
    /* margin-left: 10vw; */
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 2px;
    border: 1px solid gray;
    background-color: white;
}

.con input:checked~.checkmark {
    background-color: white;
    border: 2px solid var(--portal_orange);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.con input:checked~.checkmark:after {
    display: block;
}

.con .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--portal_orange);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* TOGGLE SWICH  */
/* TOGGLE SWICH  */
/* TOGGLE SWICH  */
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, var(--portal_orange), #f2b370 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    /* position: relative; */
    display: block;
    height: inherit;
    font-size: 15px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: white;
    text-shadow: 0 1px wheat;
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px wheat;
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, rgb(166, 163, 163), rgb(191, 182, 182));
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

/* TOGGLE BUTTON */
/* TOGGLE BUTTON */
/* TOGGLE BUTTON */
.toggleButton {
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 5px;
    background: rgb(197, 196, 196);
    color: white;
    font-size: 16px;

}

.activeToggleButton {
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 5px;
    background: #faa851;
    color: white;
    font-size: 16px;

}

.active,
.toggleButton:hover {
    background-color: bisque;
    color: white;
}


/* JOYSTIC */
/* JOYSTIC */
/* JOYSTIC */
.joystick {
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: solid;
    border-radius: 10px;
    background-color: var(--light_gray_color);
}

.joystickPad {
    width: 30px;
    height: 30px;
    position: relative;
    left: 40%;
    top: 40%;
    border: solid;
    border-radius: 10px;
    background-color: var(--portal_orange);
}

#shadowSection {
    width: 100%;
    text-align: center;
}

#shadowJoystick {
    position: relative;
    display: inline-block;

}

#movementJoystick {
    display: none;
}


/* LED LIGHTS */
/* LED LIGHTS */
/* LED LIGHTS */
#ledLightsContainer {
    width: fit-content;
    flex-direction: row;
    box-sizing: border-box;
    /* place-content: stretch space-evenly; */
    /* align-items: stretch; */
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ledLight {
    height: 70px;
    text-align: center;
    /* border-top:solid;
    border-bottom:solid;
    border-right: solid; */
    width: 25px;
    background-color: rgb(197, 196, 196);
    margin-bottom: 3px;
    margin-right: 3px;
    cursor: pointer;
    color: white;
}

.disabled[ledLight] {
    cursor: default;
    pointer-events: none;
    background-color: #e9ebed !important;
}

.ledLight:hover {
    background-color: bisque;
}

/* BACK TO TOP */
/* BACK TO TOP */
/* BACK TO TOP */
#backToTop {
    position: fixed;
    right: 12px;
    bottom: 5px;
    width: 25px;
    height: 25px;
}

/* By default hide all section */
.section {
    display: none;
}

/* Show section if it is active */
.section.section-active {
    display: block;
}

/* Specific subsection of the category */
.subsection {
    border: 1px solid black;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 15px;
}

/* Subsection on hover add border and other visuals */
.subsection:hover {
    border: 2px solid var(--portal_orange);
    padding: 7px;
}

/* Sets design of section button */
.section-button {
    flex: 1;
    border-radius: 2px;
    height: 34px;
    margin-top: 5px;
    margin-right: 2%;
    border: 2px solid transparent;
}

/* Change design if section is selected. */
.section-button.section-button-active {
    background-color: white;
    border: 2px solid var(--portal_orange);
    border-radius: 5px;
}