/* BUILD WIDGET */
.build-widget {
    padding: 0px;
    margin: 0px;
    border-radius: 8px;
    box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.33);
    height: 150px;
}
.build-widget-spacer {
    height: 70px;
    vertical-align: top;
}
.build-widget-header {
    padding: 0px;
    margin: 0px;
    transition: border-radius 0.75s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px;
    border-style: solid; 
    border-color: #050505;    
    background-color: #494949;
    color: #a8a8a8;
    cursor: pointer;
    display: block;
}
.build-widget-image {
    transition: border-radius 0.75s; 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0px;  
    border-left: 0px;
    border-right: 1px;    
    border-bottom: 0px;
    border-style: solid;
    border-color: #050505;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.build-widget-image img {
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 150px;
}
.build-widget-title {
    margin: 0px;
    font-family: Verdana;
    font-size: large;
    font-weight: "bold";
    color: #a8a8a8;
}
.build-widget-desc {
    margin: 0px;
    font-family: Verdana;
    font-size: small;
    font-weight: "bold";
    color: #a8a8a8;
}

.build-widget-content {
    transition: max-height 0.75s, opacity 0.75s, padding 0.75s, margin 0.75s; 
    margin: -1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0px;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #050505;
    background-color: #313131;
    position: relative;
    display: block;
    opacity: 0;
    max-height: 0px;
}

/*     box-shadow: inset 0 5px 3px 1px rgba(0, 0, 0, 0.33); */


.build-widget-content.visible {
    margin: 0px;
    padding: 10px;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #050505;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #313131;
    max-height: 200px;
    opacity: 1;
}


.build-widget-content-area {
    display: none;
}

.build-widget-content-area.visible {
    display: block;
}


.build-widget-extra-area {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.build-widget-extra-spacer {
    width: 100%;
    height: 70px;
}

.build-widget-premium div {
    width: 35px;
    height: 35px;
    background-color: #383838;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;  
}

.build-widget-premium img {
    margin: 5px;
    width: 25px;
    height: 25px;
    filter: brightness(0.75) sepia(1) saturate(5) hue-rotate(-35deg);
}

.build-widget-code div {
    width: 35px;
    height: 35px;
    background-color: #383838;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;  
}

.build-widget-code img {
    margin: 5px;
    width: 25px;
    height: 25px;
    filter: brightness(0.5);
}

.build-widget-guide div {
    width: 35px;
    height: 35px;
    background-color: #383838;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.build-widget-guide img {
    margin: 5px;
    width: 25px;
    height: 25px;
    filter: brightness(0.5);
}

.build-widget-bom div {
    width: 35px;
    height: 35px;
    background-color: #383838;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.build-widget-bom img {
    margin: 5px;
    width: 25px;
    height: 25px;
    filter: brightness(0.5);
}

.build-widget-stl div {
    width: 35px;
    height: 35px;
    background-color: #383838;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;  
}

.build-widget-stl img {
    margin: 5px;
    width: 25px;
    height: 25px;
    filter: brightness(0.5);
}





