Paperform__popupclose {
	background-color: black;
}
.Paperform__popupclose1{
	top: 3px;
}
.Paperform__popupclose2{
	top: 3px;
}
/* Override Active color (buttons, selected answers, links, typed answer text) */
:root {
    --color-active: #eceae0;
}

/* Override Text color (default text) */
:root {
    --color-text: #4A0F0A;
}

/* Override Warning color (error messages) */
:root {
    --color-warning: #d9534f;
}

.btn-raised, .btn-raised:hover, .btn-raised:focus,.LiveFieldSection,.LiveField {
    box-shadow: none;
}

/* Typography boilerplate */
body {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4A0F0A;
}

h1.__header-one,
h2.__header-two,
h3.__header-three {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #4A0F0A;
}

h1.__header-one { font-size: 2.5rem; }
h2.__header-two { font-size: 2rem; }
h3.__header-three { font-size: 1.5rem; }

/* Fields (placeholders and answers) */
.__field,
.__field input,
.__field textarea,
.__field select,
.LiveField__header{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4A0F0A;
}

/* Header and footer text */
.__header-text,
.__footer-text {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4A0F0A;
}



.Choices__choice.btn-default {
    background-color: white;
    box-shadow:none;
    padding:3px 0;
    color: #4A0F0A;
}
.Choices__choice.btn-raised {
    border-radius: 4px;
    padding:3px 0;
}
.ChoicesQuestion.Choices .Choices__choice .material-icons {
    float: left;
    margin-right: 5px;

}
.Choices__choice[aria-checked="true"] {
    border: 1px solid #4A0F0A;
    color: #4A0F0A;
}
.Choices .Choices__choice .material-icons {
    font-size: 24px;
}
.Choices__label {
    padding-left: 18px;
    margin-top:7px;
    color: #4A0F0A;
}
.LiveField--required .LiveField__header [data-block]:last-child > [data-offset-key]:last-child > :last-child [data-text]::after {
    color: #d9534f !important;
}
.LiveField__input {
    border-radius: 8px;
    padding:12px 12px !important;
    background-color: #f9f9f6;
    margin-bottom:5px;
    color:black;
    box-shadow: none;
    border-bottom: none !important;
}
.LiveField__error{
    margin-bottom:10px;
    border-radius:8px;
}

.LiveField__description, .Field__hinttext, .LiveSummary__answer, td.LiveSummary__answer {
    color: #4A0F0A;
    font-size: 16px;
    padding:12px 12px !important;
}


.LiveField__answer .Select-option.is-selected {
    background-color: #4A0F0A;
    color: #fff;

}
.LiveField__answer .Select-option:hover,
.LiveField__answer .Select-option.is-focused {
    background-color: rgba(74, 15, 10, 0.15) !important;
    color: #000 !important;
}

.LiveField__answer .Select-option.is-selected.is-focused {
    background-color: #4A0F0A !important;
    color: #fff !important;
}

textarea.LiveField__input[rows][rows="1"] {
    background-color: #f9f9f6;

    padding: 2px;
    box-shadow: none
}
.submit .btn-raised.btn-primary {

    font-size: 18px;
    font-weight: 600 !important;
    border: 2px solid #4A0F0A !important;

    display: inline-block !important;
    padding: 15px 40px;
    width: auto !important;
    background-color:#fa9efc;
    border-radius:32px;
    color: #4A0F0A;
}

h2{
    color: #4A0F0A !important;
    text-align:left;
}



.Address__input label {
    color: #4A0F0A;
    margin-bottom: 10px;
}



