body {
  background: #03a9f4;
}
html {
    background: #03a9f4;
}
.fs-form-overview {
    background: #B3E5FC;
}

.fs-form-wrap {
    color: #005a90;
}
.fs-nav-dots button:hover::before, .fs-nav-dots button.fs-dot-current::before {
    background: #92ddff;
}

.fs-fields input {
    border-bottom: 2px dashed rgb(5 117 168);
 }

 .fs-fields input {
    color: #005a90;
}
 .fs-fields textarea {
    border: 2px solid #005a90;
    color: #005a90;
}

/*---------- Continue Button ----------*/
button.fs-submit, button.fs-continue {
    border: 3px solid #fff;
    color: #01579B;
    background: #92ddff;
}

button.fs-submit:hover, button.fs-submit:focus, button.fs-continue:hover {
    background: #B3E5FC;
    /* border: 3px dashed #518b0f; */
}

.fs-continue::after {
    color: rgb(255 255 255);
}

@media screen and (max-width: 52.5em) {
    button.fs-continue::before {
        color: #0288D1 !important;
    }
}

/*----------------Progress Bar--------------*/
.fs-progress {
    background: #4FC3F7;
}
/*---------------------------------------------*/

 /*-----------Raing----------*/
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
    color: #FDD835;
}

.overview .rating:not(:hover) label input:checked ~ .icon{
    color: #FB8C00;
}

 /*-------------- placeholder --------*/
.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,0.1);
	color: #038fcf85;
}

.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
	color: rgba(0,0,0,0.1);
	color: #038fcf85;
}

.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
	color: rgba(0,0,0,0.1);
	color: #038fcf85;
}

.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
	color: rgba(0,0,0,0.1);
	color: #038fcf85;
}
/*-------------------------------------*/
@media screen and (max-width: 52.5em) {
    .js .fs-form-full .fs-fields > li.single-q {
        margin-top: 15%;
    }
}


.fs-fields input:focus {
    background-color: #35b9f54a; /* Fixes chrome bug with placeholder */
}

.fs-form-overview .fs-fields input:focus {
    background-color: #35b9f54a; /* Fixes chrome bug with placeholder */
}


.checkmark {
    /*border: 5px solid #fff;
    background-color: #00000040;*/
}


.fs-form-overview .fs-submit {
    border-color: #000000;
    color: #232529;
}
button.fs-submit:hover, button.fs-submit:focus, button.fs-continue:hover {
/*    background: #2d2d2d;*/
}

.fs-form-overview .fs-fields textarea:focus {
    background: #B3E5FC;
}