
.panelContainer{
    padding: 5px;
    position: absolute;
    border-radius: 4px;
    background-color: #ffffffb3;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    margin:5px;
    border: solid 1px #00000026;
}

.checkBoxRowSelection{
    padding: 5px;

}

.checkBoxRowSelection-description{
    display: inline;
}


/* * {
    scrollbar-width: thin;
    scrollbar-color: blue orange;
  } */
  
  /* Works on Chrome/Edge/Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }
  *::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    
  }
  *::-webkit-scrollbar-thumb {
    background-color: rgb(148, 148, 148);
    border-radius: 20px;   
    width: 4px;
  }



.ModuleDeleteButton-container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 5px;
}

.ModuleDeleteButton{
    display: inline-block;
    background-color: #a72313;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    user-select: none;
}



.ContextualConfigurationPanel-optionsGroupTitle{
    padding: 5px;
    background-color: #fff5d680;

}



.OptionsScrollContainer{
    position: absolute;
    top: 35px;
    bottom: 0px;
    width: 100%;   
    overflow: hidden auto;   
}


.TextureOptionElement{
    width: 100%;
    margin: 2px;
    background-color: rgba(235, 235, 235, 0.513);
    text-align: center;
    cursor: pointer;
}



.ModulesSidebar-container {
    user-select: none;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.ModulesSidebar-carousel{
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
    overflow: hidden;
    border-radius: 5px;
    /*box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}

.ModuleSidebar-navButton{
    font-size: 25px;
    color: #8c8c8c;
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 134px;
    cursor: pointer;
}

.ModuleSidebar-navButton:hover{
  background-color: rgba(0, 0, 0, 0.05);
}

.ModuleSidebar-navButtonLeft{  
    left:0;  
}

.ModuleSidebar-navButtonRight{  
    right: 0; 
}

.ModulesSidebar-dragButton{
    display: inline-block;
    font-family:  "Segoe UI";    
    border-radius: 3px;
    height: 100%;
    position: relative;
    white-space: normal;  
    margin : 0px 15px;
    user-select: none;
    cursor: pointer;
}


  
.ModulesSidebar-thumbnailCanvas{
    user-select: none;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0px;
    margin: auto;
  }