@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;400;700&display=swap');

body {
    background: linear-gradient(0deg, #e0e0e0,#fff) fixed !important;
    font-weight: 400;
}
body, input {
    font-size: 20px;
	font-family: 'Lexend', sans-serif;
}
main {
    margin: 110px 0 130px;
}
footer.fixed {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    text-align: right;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 30px;
	font-weight: 700;
	border-bottom: 3px solid #000;
	margin-bottom: 3px;
}
label {
    margin-top: 15px;
	font-weight: 700 !important;
}
.checkbox-group label,
.radio-group label {
    margin-top: 5px;
	font-weight: 400 !important;
}
.navbar-brand {
    font-size: 20px;
	font-weight: 700 !important;
}
header .btn,
footer .btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.form-rendered #build-wrap {
    display: none;
}
  
.render-wrap {
    display: none;
}
  
.form-rendered .render-wrap {
    display: block;
}

#edit-form {
    display: none;
    float: right;
}
  
.form-rendered #edit-form {
    display: block;
}
  
body, input {
    font-size: 20px;
	font-family: 'Lexend', sans-serif;
}
main {
    margin: 103px 0 130px;
}
.cb-wrap.pull-right {
    top: 64px !important;
    position: sticky !important;
}
footer.fixed {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    text-align: right;
}
#tableName {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    padding-left: 10px;
    font-weight: 700;
}
#tableName, .form-control, .btn {
    border-radius: 12px !important;
    font-size: 20px;
}
.form-wrap.form-builder .frmb li.form-field {
    background: transparent !important;
    border: 2px dashed #0002 !important;
    padding: 15px 25px 25px !important;
    border-radius: 12px;
}
.form-actions.btn-group {
    display: none !important;
}
