html, body {
    font-family: Roboto Condensed, sans-serif;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
.loader {
    position: absolute;
    z-index: 99999;
    background: #fff;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.iframe {
    position: relative;
}
.iframe-action-items {
    position: absolute;
    bottom: 12px;
    left: 5px;
    display: flex;
    flex-direction: row;
}
.iframe-fullscreen-item {
    position: absolute;
    top: 5px;
    right: 5px;
}
.iframe-action-items a:hover, .iframe-fullscreen-item a:hover {
    cursor: pointer;
    opacity: 0.8;
}
iframe.initial {
    border: none;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
iframe {
    width: 100%;
    height: initial;
    position: relative;
    z-index: initial;
    min-height: 650px;
}
.fullscreen-iframe iframe {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 9999;
}
.fullscreen-iframe .iframe-action-items {
    position: fixed;
    bottom: 1%;
    left: 10px;
    z-index: 99999;
}
.fullscreen-iframe .iframe-action-sections {
    position: fixed;
    bottom: 7%;
    left: 10px;
    z-index: 99999;
}
.fs-iframe-close-btn {
    position: fixed;
    top: 1%;
    right: 10px;
    cursor: pointer;
    z-index: 99999;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgba(213, 212, 212, 0.47);
}
.fs-iframe-close-btn:hover {
    opacity: 0.8;
}
.fs-iframe-close-btn.hide {
    display: none;
}

.iframe-bot-icons .col a {
    margin-right: 10px;
    cursor: pointer;
}
.iframe-bot-icons a:hover {
    opacity: 0.8;
}
.iframe-action-sections {
    position: absolute;
    bottom: 10%;
    left: 5px;
}
.iframe-action-sections h4 {
    font-size: 16px;
    position: absolute;
    top: 5px;
}
.close-action {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}
.iframe-action-colors, .iframe-action-environments {
    display: none;
    background: #ffffff80;
    padding: 20px;
    min-width: 300px;
}
.iframe-action-colors.open, .iframe-action-environments.open {
    display: flex;
    flex-direction: column;
}
.color, .environment {
    display: flex;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    align-items: center;
}
.color.active, .environment.active {
    border: 1px solid #000;
}
.color p, .environment p {
    margin-bottom: 0;
    margin-left: 15px;
}
.close-action {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.wheel-btn img {
    box-shadow: 1px 1px 6px 0px #00000082;
    border-radius: 6px;
    padding: 10px;
}

/* Toggles */
.toggles {
    overflow-y: auto;
    max-height: 100vh;
    height: 100%;
}
::-webkit-scrollbar {
    display: none;
}
.wheel-toggle, .accessories-toggle, .performance-toggle {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}
.wheels, .accessories, .performance {
    display: none;
}
.wheels.open, .accessories.open, .performance.open {
    display: flex;
    width: 100%;
}
.wheels .row, .performance .row, .accessories .row {
    width: 100%;
    justify-content: space-between;
    margin: 0;
}
.accessories-section, .wheel-section, .performance-section {
    margin-top: 10px;
}
.accessories-section h4, .wheel-section h4, .performance-section h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.brake-btn, .wheel-btn, .accessory {
    display: flex;
    flex-direction: column;
}
.brake-btn, .wheel-btn, .accessory {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    width: 49%;
    color: #000;
    cursor: pointer;
    margin: 10px 0 10px 0;
    text-decoration: none;
}
.acc-img {
    min-height: 93px;
    align-items: center;
    display: flex;
}
.brake-btn span, .accessory span, .wheel-btn span {
    align-self: start;
    margin-top: 10px;
}
.brake-btn .form-switch, .wheel-btn .form-switch, .accessory .form-switch {
    align-self: start;
    margin-top: 10px;
    justify-content: center;
    display: flex;
}
.form-switch label {
    text-decoration: none;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.form-check-input {
    box-shadow: none!important;
    border-color: #dee2e6!important;
}
.form-check-input:focus {
    border-color: #dee2e6!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.brake-btn .form-check-input:checked, .wheel-btn .form-check-input:checked, .accessory .form-check-input:checked {
    background-color: green;
    border-color: green;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}