@charset "utf-8";
/* CSS Document */

.form-actions {
    padding-top: 20px;
}

.form-error-arrow {
    position: absolute;
    top: -16px;
    left: 10px;
    height: 0px;
    width: 0px;
    border: 8px solid transparent;
    border-bottom: 8px solid rgba(102,102,102,0.3);
}

.form-error-arrow-inner {
    display: none;
    position: absolute;
    height: 0px;
    width: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FCC;
    border-bottom-width: 11px;
    left: -10px;
    top: -10px;
}

.form-error-message {
    clear: both;
    float: none;
	bottom: -5px;
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    font-size: 12px;
    border: none;
    box-shadow: 0px 2px 4px rgb(102 102 102 / 50%);
    border-radius: 6px 6px;
    background: #FCC;
}

.form-error-message img {
    margin: 0 8px 0 3px;
    width: 20px;
    height: 20px;
}

.fr-view {
    line-height: 1.6;
    padding: 20px 0;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 60px;
    text-align: left;
    word-wrap: break-word;
}

.headerText {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.headerText .container {
	max-width: 100%;
	padding-right: 15px;
    padding-left: 15px;
}

.headerText h3 {
    color: red;
}

.hidealert {
	display: none !important;
}

.nf-field-label {
    order: 5;
}

.nf-field-label .btn-primary, .nf-field-label .btn-primary:hover {
    color: #fff;
    background-color: #ce202d !important;
    border-color: #ce202d !important;
	display: block;
}

.nf-field-label input, .nf-field-label select, .nf-field-label textarea {
    min-height: 35px;
    max-width: 400px;
	width: 100%;
    border-radius: 10px;
	border: 1px solid black;
}

.nf-field-label input[type=file] {
    border-radius: unset;
	border: none;
}

.nf-field-label label {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: "Poppins", Poppins;
	display: block;
}

.nf-field-label label:not(:first-child) {
    margin: 10px 0 0px;
}

.ninja-forms-req-symbol {
    color: #e80000;
}

div.form-error-message {
	display: flex; 
    justify-content: flex-start;
    align-items: center;
    background-color: #FF4E5D;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
}

div.form-error-message .form-error-arrow {
    border-bottom-color: #FF4E5D;
}

div.fr-view {
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 1.004rem;
    color: #000000;
}

h1.title {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5em;
    font-family: inherit;
    font-weight: 700;
    color: red;
    text-transform: none;
    margin: 0 0 .5em;
    text-align: left;
}

@media (min-width: 981px)
{
	.headerText .container {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
}