canvas{
    position: absolute;
}

html{
    font-family: helvet, serif !important;
    height: 100%;
    user-select: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.viewer {
    display: flex;
    flex-direction: column;
    flex: 0 100%;
    position: relative;
}

.body{
    width: 100%;
    height: 100%;
    margin:0;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.textureDetailsColor{
    display:none;
}

.configuratorColor{
    width:32px;
    height: 32px;
}

.loaderParent {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 51;
    background: #fff;
}

.allscreen{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
    z-index: 51;
}

.loader {
    z-index: 1;
    margin: 10px 0;
    border: 16px solid #aaaaaa;
    border-radius: 50%;
    border-top: 16px solid #E6C9A5;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loaderViewer{
    border: 8px solid #aaaaaa;
    border-radius: 50%;
    border-top: 8px solid #E6C9A5;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    z-index: 50;
}

.textLoaderViewer {
    color:#555;
    font-size: 18px;
    font-weight: 800;
    z-index: 50;
}

.loaderElement{
    flex: 0 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 50;
}

.textLoader {
    color:#555;
    font-size: 18px;
    font-weight: 800;
    z-index: 5;
}

.informationCouleur{
    margin: 0;
    font-size: 1.1em;
    color: #aaa;
    font-weight: bold;
    padding-left: 5px;
}


/*.tailleConfigurator:focus{
    background: #E6C9A5;
    color: white;
}*/

.selectedTaille{
    background: #E6C9A5;
    color: white;
}

.tailleConfigurator:hover{
    background: #F9F1E7;
    color: white;
}
.tailleConfigurator:active{
    background: #E6C9A5;
    color: white;
}


.textureDiv{
    display: flex !important;
    flex-direction: column;
    justify-content: start;
}

.detailsSubModel{
    font-size: 1.1em;
    color: #444;
    font-weight: 800;
    padding-left: 15px;
    line-height: 25px;
}



.tailleDoigt{
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    color: #848484;
}

.sliderTailleDoigt{
    flex: 0.95;
}

.sliderTailleDoigt::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.sliderTailleDoigt::-moz-range-thumb {
    cursor: pointer; /* Cursor on hover */
    content: 'Hello';
    width: 50px;
    height: 50px;
}

.width100{
    width: 100%;
}

.outputslider{
    position: relative;
    margin-top: 25px;
    background: #E6C9A5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 1.5em;
}
