
/*New Form*/

.horo-container {
    color: #000!important;
}
button.prediction_btn {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    border: none !important;
    padding: 11px 11px !important;
    border-radius: 7px !important;
    cursor: pointer !important;
    font-size: 12px;
}
button.reset_btn {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    border: none !important;
    padding: 11px 11px !important;
    border-radius: 7px !important;
    cursor: pointer !important;
    font-size: 12px;
}
/*div#horo-btn-row {
    text-align: center;
}*/
div.horo-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
div#result_bg {
    display: none;
}
.result_row {
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 34px;
}
h3#horoscope_tittle {
    font-size: 2em;
}
p#horoscope_summary {
    font-size: 1em;
}
p#ratings {
    color: red;
}
p#numerology_text {
    font-size: 1.3em;
}
p#numerology_result {
    font-size: 2.5em;
    color: #040491;
}
p#selected_fields {
    font-size: 1.5em;
}
div#horo-header {
    background: #dc3545;
    padding: 11px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
p#validation_error {
    font-size: .8em;
    color: red;
}
.horo-radio{
    cursor: pointer;
}
.result_row {
    margin-top: 50px;
}
div#result_bg {
    width: 275px;
    height: 275px;
}
div#horoscope_area {
    display: none;
}
/*div#horo-filed-row,.category_row {
    text-align: center;
}*/
div#horo-filed-row {
    margin: 25px 0 25px 0;
    display: flex;
}
.horo-field{
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background: #fff !important;
    text-align: center;
    height: 43px;
    width: 100px;
}
.horo-field:focus {
    outline: 1px solid #dc3545;
}