* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow: hidden;
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}


/*===== TEST SHOE =====*/

.webgl-container {
    position: relative;
}

.webgl {
    z-index: 3;
    position: absolute;
    right: 40px;
    top: 40px;
}

.webgl-pan-container {
    position: relative;
}

.webglPan {
    z-index: 3;
    position: absolute;
    left: -15px;
    top: 75px;
}


/*===== AVC CONTROLS CONTAINER =====*/

.avc-controls--left {
    left: 0;
    position: absolute;
    max-width: 200px;
    z-index: 100;
}

.avc-controls--right {
    right: 0;
    text-align: right;
    position: absolute;
    max-width: 200px;
    z-index: 100;
}

.avc-controls--title {
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    user-select: none;
}

.avc-controls--content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.avc-controls--content ul.avc-controls--list.avc-list-type--vertical {
    background-color: #1E1B30;
    border-radius: 32px;
    max-width: 64px;
    min-width: 64px;
    box-sizing: border-box;
}


/*===== LIST TYPE ROUND =====*/

ul.avc-list-type--round li {
    width: 100%;
    box-sizing: border-box;
}


/*===== LIST TYPE VERTICAL =====*/

ul.avc-list-type--round.avc-list-type--vertical {
    text-align: center;
    margin-right: 0;
    padding: 10px 0;
    float: left;
}

ul.avc-list-type--round.avc-list-type--vertical li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

ul.avc-list-type--round.avc-list-type--vertical li:last-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
}

ul.avc-list-type--round.avc-list-type--vertical span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s all;
}


/*===== LIST TYPE COLOR SWACH =====*/

button.avc-button--type-color-swach {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s all;
}

button.avc-button--type-color-swach.avc-color-blue {
    background: #0c9def;
    background: radial-gradient(circle, #0c9def 0%, #083f89 100%);
    border: 2px solid #083f89;
}

button.avc-button--type-color-swach.avc-color-blue:hover {
    border: 2px solid #0c9def;
}

button.avc-button--type-color-swach.avc-color-grey {
    background: #6a6d69;
    background: radial-gradient(circle, #6a6d69 0%, #272827 100%);
    border: 2px solid #272827;
}

button.avc-button--type-color-swach.avc-color-grey:hover {
    border: 2px solid #6a6d69;
}

button.avc-button--type-color-swach.avc-color-pink {
    background: #e22dff;
    background: radial-gradient(circle, #e22dff 0%, #9300c7 100%);
    border: 2px solid #9300c7;
}

button.avc-button--type-color-swach.avc-color-pink:hover {
    border: 2px solid #e22dff;
}

button.avc-button--type-color-swach.avc-button--avtive {
    border: 2px solid #dadada;
}

button.avc-button--type-color-swach.avc-button--avtive:hover {
    border: 2px solid #cecece;
    cursor: pointer;
}

/*# sourceMappingURL=main.css.map*/