/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.stl-container-wrapper {
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
	font-family: 'Open Sans';
}

.stl-container-wrapper > .btn-view-stl {
    margin: 2rem;
}

.stl-container-wrapper > .stl-container-section  > .stl-container > .progress {
    margin: 2rem;
}

.bg-red {
    background: #394A58;
    color: white;
}

.btn-red {
	font-size: 16px;
    line-height: 20px;
    text-transform: none !important;
    font-weight: 700;
    font-family: "Open Sans", sans-serif !important;
    padding: 12px 28px !important;
    background-color: #1DA1F2 !important;
    color: #fff !important;
    border-radius: 3px;
    background-image: none;
    border: 0 !important;
}


.btn-restore-camera-state {
	font-size: 16px;
    line-height: 20px;
    text-transform: none !important;
    font-weight: 700;
    font-family: "Open Sans", sans-serif !important;
    padding: 12px 28px !important;
    background-color: #394A58 !important;
    color: #fff !important;
    border-radius: 3px;
    background-image: none;
    border: 0 !important;
}