Select-option {
  background-color:#171b20;
  color:#ffffff;
}
.Select-menu .is-focused {
  background-color:#171b20;
  color:#171b20;
}

.LiveField__header {
    font-size: 20px !important;
}

.LiveField__answer {
    margin-top: 30px !important;
}

.Choices__choice.btn-default {
    background-color: transparent !important;
    border: 2px solid #7E41ED !important;
    color: #fff !important;
    border-radius: 30px !important;
}

.Choices__choice.btn-raised {
    border-radius: 30px !important;
}

.Choices__label {
    margin-top: 2px !important;
}

#field-number-1ekt5, input[type="text"].LiveField__input, input[type="email"].LiveField__input, input[type="tel"].LiveField__input {
    color: #fff !important;
    height: 48px !important;
    border: 2px solid #7E41ED !important;
    border-radius: 8px !important;
    padding: 14px !important;
    font-size: 16px !important;
}

.LiveField__input .Select-control {
    border-bottom: 0 !important;
}

.LiveField__input .Select-menu-outer .is-focused {
    background: #fff !important;
}

.__header-one {
    padding-left: 10px;
    border-left: solid 4px #7E41ED;
}

.paragraph {
    line-height: 26px !important;
    margin-top: 10px  !important;
    font-size: 16px  !important;
}


.Product__price {
    display: none;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:active,
input[type="text"]:-webkit-autofill:focus {
    background-color: transparent !important;
}


.GuidedModeInstructions__container {
    background: #161a1e;
    padding-top: 8px;
}


.ProgressIndicator div {
    height: 8px !important;
}

