/* Cognito forms */
/* Labels and input fields */
#cognito-form-1 .cog-label {
color: #333;
margin-top: 0;
margin-bottom: 0;
font-family: Inter,sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1.5em;
padding-top:0px;
}
#cognito-form-1 .el-input__inner {
border: 1px solid silver;
border-radius: 3px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Inter,sans-serif;
font-size: 16px;
line-height: 1.5em;
}
#cognito-form-1 .cog-row {
margin-top:0px !important;
margin-top:0px !important;
}
#cognito-form-1 .cog-input {
margin-bottom:0px;
padding-top:0px;
}
#cognito-form-1 .cog-checkable {
font-family: Inter,sans-serif;
font-size: 16px;
line-height: 1.5em;
}
#cognito-form-1 .el-checkbox__label {
padding-top:0px;
padding-bottom:0px;
}
#cognito-form-1 .el-checkbox__inner {
transform: scale(var(--checkable__scale)) scale(0.6);
}
#cognito-form-1 .el-checkbox {
margin-bottom:0px;
}
/* Bullet points at top */
#cognito-form-1 .el-scrollbar__view {
font-family: Inter,sans-serif;
font-size: 14px !important;
line-height: 1.5em;
}
#cognito-form-1 .cog-page-progress__page-title {
color:#969696;
}
#cognito-form-1 .cog-page-progress--steps a::before {
font-size: 12px;
}
/* Button */
#cognito-form-1 .el-button {
padding: 16px 30px 15px;
font-family: Inter,sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 1.2em;
border-radius: 5px;
}
#cognito-form-1 .cog-button {
margin-top:0px;
}
/* Error Message */
#cognito-form-1 .cog-error-message {
font-family: Inter,sans-serif;
font-size: 14px;
}
/* Other */
#cognito-form-1 h2 {
font-family: Gelasio,sans-serif;
font-size: 28px;
line-height: 1.3em;
padding-bottom: 10px;
font-weight: 500;
}
#cognito-form-1 h3, #cognito-form-1 h4 {
font-family: Gelasio,sans-serif;
font-size: 24px;
line-height: 1.3em;
font-weight: 500;
}
#cognito-form-1 .is-read-only {
font-family: Inter,sans-serif;
font-size: 16px;
color:#0f4c81;
line-height: 1.5em;
}
#cognito-form-1 .cog-html {
font-family: Inter,sans-serif;
font-size: 14px;
padding-bottom:10px;
}
#cognito-form-1 .cog-payment__order-details {
font-family: Inter,sans-serif;
}
#cognito-form-1 .el-checkbox__inner {
cursor: pointer;
}
/* Feedback Form Specific styles */
.div-feedback-1 p {
    font-family: Inter,sans-serif;
    font-size: 18px;
    padding-bottom:10px;
    }
#mce_noneditablecaret {
    font-size: 24px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}


.div-feedback-1 #cognito-form-1 h2, .div-feedback-1 #cognito-form-1 .cog-html {
    padding-bottom: 0px;
}
.el-upload-dragger div span {
    font-size: 16px;
    font-family: Inter,sans-serif;
    line-height: 1.2em;
    color: #333;
    
}
.cog-content p span {
    font-size: 18px !important;
    padding-bottom: 10px !important;
}