body {
  background: #fe6d2e;
}
html {
    background: #fe6d2e;
}
.fs-form-overview {
    background: #fff1dc;
}

.fs-form-wrap {
    color: #000;
}

/*---------- NAV -----------*/
.fs-nav-dots button:hover::before, .fs-nav-dots button.fs-dot-current::before {
    background: #4f1300;
    border: 1px solid #411102;
}

.fs-nav-dots button::after {
    background-color: #F44336;
}

.fs-nav-dots button::before, .fs-nav-dots button::after {

/*        border: 1px dashed #919191;*/
   /* background-color: #a73300; */
}
/*--------------------------------*/
.fs-fields input {
    border-bottom: 2px dashed rgb(0 0 0 / 78%);
 }

 .fs-fields input {
    color: #fff;
}
 .fs-fields textarea {
    border: 2px solid #000;
    color: #fff;
}

/*---------- Continue Button ----------*/
button.fs-submit, button.fs-continue {
    border: 3px solid #000000;
    color: #000000;
    background: none;
}

button.fs-submit:hover, button.fs-submit:focus, button.fs-continue:hover {
    background: #3d3d3d;
    /* border: 3px dashed #518b0f; */
}

.fs-continue::after {
    color: rgb(255 255 255);
}

@media screen and (max-width: 52.5em) {
    button.fs-continue::before {
        color: #000 !important;
    }
}

/*----------------Progress Bar--------------*/
.fs-progress {
    background: #4caf50;
}
/*---------------------------------------------*/

 /*-----------Raing----------*/
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
    color: #ffc600;
}

.overview .rating:not(:hover) label input:checked ~ .icon{
    color: #ff9800;
}

.rating label:last-child .icon {
   /* color: #ffae36; */
}

 /*-------------- placeholder --------*/
.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,0.1);
	color: #d25c2ead;
}

.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
	color: rgba(0,0,0,0.1);
	color: #d25c2ead;
}

.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
	color: rgba(0,0,0,0.1);
	color: #d25c2ead;
}

.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
	color: rgba(0,0,0,0.1);
	color: #d25c2ead;
}
/*-------------------------------------*/
@media screen and (max-width: 52.5em) {
    .js .fs-form-full .fs-fields > li.single-q {
        margin-top: 22%;
    }
}

.fs-fields input:focus {
    background-color: #fe6d2e; /* Fixes chrome bug with placeholder */
}

.fs-form-overview .fs-fields input:focus {
    background-color: #fe6d2e; /* Fixes chrome bug with placeholder */
}

.checkmark {
    border: 5px solid #000;
    background-color: #00000040;
}


.fs-form-overview .fs-submit {
    border-color: #000000;
    color: #000000;
    background: #FF9800;
}
button.fs-submit:hover, button.fs-submit:focus, button.fs-continue:hover {
    background: #ffa781;
}

.fs-form-overview .fs-fields textarea:focus {
    background: #fae8cc;
}

.fs-nav-dots button::before, .fs-nav-dots button::after {
    background-color: #972c0a;
}

/* Error Message Color */
.fs-message-error {
    color: #b30505;
}

.fs-numbers {
    color: rgb(255 255 255 / 90%)
}