.mix-composition{
    margin-bottom: 40px;
}

.quoteForm {
    width: 100%;
    max-width: 872px;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin: auto;
}      

.quoteForm h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.quoteForm p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.quoteForm .imp-error-message,
.quoteForm .imp-success-message{
	width:100%;
    margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #ccd0d4;
	border-left-color: rgb(204, 208, 212);
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	border-left-color: #46b450;
}
.quoteForm .imp-error-message {border-left-color: #e80404}
.quoteForm .imp-error-message p,
.quoteForm .imp-success-message p{
    margin: 0;
    padding:10px 15px;
}

.quoteForm form {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.inputBox {
    width: calc(50% - 15px);
    position: relative;
}
.city, .state, .zip, .country{width: calc(25% - 23px);}

.inputBox.full {
    width: 100%;
}
.checkbox{
    width: 100%;
    position: relative;
}
.quoteForm label {
    font-size: 16px;
    font-weight: 500;
    font-family:inherit;
    padding-bottom: 8px;
    display: block;
}
.checkbox label {font-size:14px;}

.quoteForm label sup {
    color:#594FA1;
    position: relative;
    vertical-align: baseline;
    font-size:1.000em;
    line-height: 0;
    top: 0;
}
.selectBox{
    width: 100%;
    position: relative;
    border-radius: 6px;
    background-color: #EAEAEA;
}
.selectBox::after {
    width:8px;
    height:8px;
    margin-top:-6px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom:2px solid #594FA1;
    border-right:2px solid #594FA1;
    content: "";
    right:15px;
    top: 50%;
}

.quoteForm select,
.quoteForm [type="text"],
.quoteForm [type="date"],
.quoteForm [type="datetime"],
.quoteForm [type="datetime-local"],
.quoteForm [type="email"],
.quoteForm [type="month"],
.quoteForm [type="number"],
.quoteForm [type="password"],
.quoteForm [type="search"],
.quoteForm [type="tel"],
.quoteForm [type="url"],
.quoteForm [type="week"],
.quoteForm [type="date"],
.quoteForm textarea {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 16px;
    border-radius: 6px;
    font-family:inherit;
    background-color: #EAEAEA;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 400;
    transition: all ease 0.3s;
}
.quoteForm select{
    background-color:transparent;
    appearance: none;
}

.quoteForm select:focus,
.quoteForm [type="text"]:focus,
.quoteForm [type="date"]:focus,
.quoteForm [type="datetime"]:focus,
.quoteForm [type="datetime-local"]:focus,
.quoteForm [type="email"]:focus,
.quoteForm [type="month"]:focus,
.quoteForm [type="number"]:focus,
.quoteForm [type="password"]:focus,
.quoteForm [type="search"]:focus,
.quoteForm [type="tel"]:focus,
.quoteForm [type="url"]:focus,
.quoteForm [type="week"]:focus,
.quoteForm [type="date"]:focus,
.quoteForm textarea:focus {
    font-weight:500;
    border-bottom: 2px solid #594FA1;
    border-radius: 6px 6px 0 0;
    color: #333333;
    outline: none;
}
.quoteForm [type="checkbox"]{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.quoteForm [type="checkbox"] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #BABABA;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 14px;
    border-radius: 4px;
}
.quoteForm [type="checkbox"]:checked + label:before {
    background-color:#594FA1;
    border-color:#594FA1;
}
.quoteForm [type="checkbox"]:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.quoteForm textarea{
    height: 100px;
    padding: 16px;
    resize: none;
}
.submitBox{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.submitBox [type="submit"]{
    border: none;
    font-family:inherit;
    display: inline-block;
    text-align: center;
    background:#F26A2A;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.278em;
    padding: 15px 42px;
    text-transform: none;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
}
.submitBox [type="submit"]:hover {
    background:#594FA1;
    color:#fff;
}

.terms {
    width:80%;
    max-width:680px;
    line-height:23.8px;
    font-size:14px;
}
.terms a {
    color:#594FA1;
    text-decoration: none;
}
.terms a:hover{
    color:#F26A2A;
    text-decoration: none;
}
@media screen and (max-width:767px){
    .quoteForm form {gap: 15px;}
    .inputBox {width: 100%;}
    .quoteForm label {padding-bottom: 5px}
    .lastName label{display: none;}
    .terms {
        width: 100%;
        margin-top: 15px;
    }
}



#color-mixer .breakout__percentage__btn {
    background-color:#594FA1;
    border-radius: 10px;
}

#color-mixer a {
    color:#594FA1;
    text-decoration: none;
}
#color-mixer a:hover{
    color:#F26A2A;
    text-decoration: none;
}
#color-mixer a.btn:hover,
#color-mixer .btn {
    background:#F26A2A;
    color:#fff;
}
#color-mixer a.btn,
#color-mixer .btn:hover{
    background:#594FA1;
    color:#fff;
}
/* Chrome, Safari, Edge, Opera */
#color-mixer input[type=number]::-webkit-inner-spin-button,
#color-mixer input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#color-mixer input[type=number] {
  -moz-appearance: textfield;
}

#color-mixer .breakout__percentage__value__input {
	color: #9B9B9B;
	background-color: #EAEAEA !important;
}
#color-mixer .breakout__percentage__value__input:focus {outline: none;}
#color-mixer .rubber-type-switch .choices{
    width: 100%;
    height:auto;
    border: none;
    padding: 0 16px;
    border-radius: 6px;
    font-family:inherit;
    background-color: #EAEAEA;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    appearance: none;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 400;
    transition: all ease 0.3s;
}
#color-mixer .rubber-type-switch .choices.is-focused {
    font-weight:500;
    /*border-bottom: 2px solid #594FA1;*/
    /*border-radius: 6px 6px 0 0;*/
    border-bottom: unset;
    color: #333333;
    outline: none;
    cursor:unset;
}
#color-mixer .choices[data-type*="select-one"]::after {display: none;}
#color-mixer .choices[data-type*="select-one"]::before{
    width:8px;
    height:8px;
    margin-top:-6px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom:2px solid #594FA1;
    border-right:2px solid #594FA1;
    content: "";
    right:15px;
    top: 50%;
}
#color-mixer .choices[data-type*="select-one"] .choices__inner {
	padding: 0;
	width: 100%;
	text-align: left;
}
#color-mixer .rubber-type-switch .choices__list--single{
	width: 100%;
    font-family: "Poppins", sans-serif;
	line-height: 50px;
	color: #9B9B9B;
	font-size: 15px;
	font-weight: 400;
    padding: 0;
}
#color-mixer .rubber-type-switch .choices__list--dropdown {
	width: 100%;
	max-width: inherit;
    left: 0;
}
.breakout__warning {
	text-align: center;
}

#color-mixer .choices[data-type*="select-one"]::before,
.color-mixer .choices__list--dropdown,
.choices[data-type*="select-one"] .choices__input.choices__input--cloned,
a.breakout__warning__equalize{
    display:none;
}

#color-mixer .rubber-type-switch .choices {
	width: 100%;
	height: auto;
	border: none;
	padding: 0 16px;
	border-radius: 6px;
	font-family: inherit;
	background-color: #EAEAEA;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	appearance: none;
	font-size: 15px;
	color: #9B9B9B;
	font-weight: 400;
	transition: all ease 0.3s;
}

.color-mixer .choices[data-type*="select-one"].is-open::after{
    border: unset;
}

#color-mixer .mix-composition {
  border:10px solid #594FA1;
  box-shadow:0 5px 10px 5px rgba(0,0,0, 0.5);
  border-radius:20px;
}
#color-mixer .mix-composition__canvas{
    border-radius:10px;
}

.color-mixer .circle-color__btn{
    border:10px solid #594FA1;
    border-radius: 20px;
}

.color-mixer .breakout__percentage__value__input {
	padding: 5px 22px 5px 15px;
	border-radius: 10px !important;
}

#color-mixer path{fill:#594FA1;}
#color-mixer svg:hover path{fill:#F26A2A;}