/*! CSS Used from: https://astrologyapi.com/iframe/assets/css/lib/bootstrap.min.css */
*, ::after, ::before {
    box-sizing: border-box;
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=submit], button {
    -webkit-appearance: button;
}

[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 1.75rem;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-4, .col-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00e9fa;
    outline: 0;
    box-shadow: 0 0 0 .2rem #00e9fa;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

/*! CSS Used from: https://astrologyapi.com/iframe/assets/css/style.css?version=7342 */
.p-tag {
    position: relative;
    display: block;
    line-height: 32px;
    font-size: 1rem;
}

#WhoroscopeFormError {
    color: #FF5722;
}

.display-none {
    display: none;
}

.form-control {
    margin-bottom: 12px;
    height: calc(1.5em + .75rem + 10px);
    font-size: 0.9rem;
    border-width: 2px;
}

.control-label {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.form-control:hover, .form-control:focus, .form-control:active {
    border-color: #35ACE0;
    box-shadow: none;
}

::-webkit-input-placeholder {
    font-size: 0.8rem;
}

::-moz-placeholder {
    font-size: 0.8rem;
}

:-ms-input-placeholder {
    font-size: 0.8rem;
}

:-moz-placeholder {
    font-size: 0.8rem;
}

.vr-custom-btn {
    width: 100%;
    height: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0;
    color: #fff;
    background-color: #43ace0;
    border-color: #43ace0;
}

.vr-custom-btn:hover {
    background-color: #1f8ee0;
    color: #ffffff;
}

.font-bold {
    font-weight: 600;
}

/*Typeahead css*/

.tt-dropdown-menu {
    text-align: left;
}

.tt-hint, .typeahead {
    padding:.375rem .75rem;
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    outline: 0;
}
.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 1px solid #0097cf;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.tt-suggestions{
    height: 300px;
    overflow: scroll;
}
.tt-suggestion p {
    white-space: nowrap !important;
    font-size: 0.8em !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 6px 8px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
    margin: 0;
}
.tt-suggestion p:hover{
    background: #fafafa;
}

.sign-wrapper {
    width: 500px;
    height: 100%;
    background: #ffffff;
    visibility: visible;
    box-shadow: 0 16px 48px #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
}
#WesternHoroscopeForm{
    margin: 0 auto;
    display: block;
}
.button-100{
    width:100%;
}

.card{
    box-shadow: 0 15px 35px rgba(93,50,50,.05), 0 2px 15px rgba(0,0,0,.05);
    border: 0;
    z-index: 0;
}

.card-body{
    padding: 0.8rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}
.card.orange{
    background: linear-gradient(40deg,#ffd86f,#fc6262) !important;
}
.card.blue{
    background:linear-gradient(40deg,#45cafc,#303f9f) !important;
}
.card.purple{
    background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;
}
.card.aqua{
    background: linear-gradient(40deg,#2096ff,#05ffa3) !important;
}

.badge{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 2em;

}
.badge1{
    color: #a57fed;
    background: #FAF6FE;
}
.badge2{
    color: #7ef4ce;
    background: #EBFAF5;
}
.badge3{
    color: #ff3e9c;
    background: #FFF5F5;
}
.badge4{
    color: #ff9f3f;
    background: #FFF9F2;
}
.badge img
{
    width: 40px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.house-tags-wrapper{
    display: block;
    overflow: hidden;
    position: relative;
}
.house-tags{
    padding: 3px 12px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.8em;
}
.house-tags-wrapper span.sign-element.Fire{
    color: #ff3e9c;
    background: #FFF5F5;
}
.house-tags-wrapper span.sign-element.Earth{
    color: #009E68;
    background: #EBFAF5;
}
.house-tags-wrapper span.sign-element.Air{
    color: #a57fed;
    background: #F6F7FE;
}
.house-tags-wrapper span.sign-element.Water{
    background: #F6F7FE;
    color: #0051f0;
}
.house-tags-wrapper span.sign-nature.Cardinal{
    color: #33691E;
}
.house-tags-wrapper span.sign-nature.Fixed{
    color: #ff9f3f;
    background: #FFF9F2;
}

.house-tags-wrapper span.sign-nature.Mutable{
    color: #9852F1;
    background: #FAF6FE;
}

.house-tags-wrapper span.sign-nature.Angular{
    color: #FF8C02;
    background: #FFF9F2;
}
.house-tags-wrapper span.sign-nature.Succedent{
    color: #5262F1;
    background: #F6F7FE;
}
.house-tags-wrapper span.sign-nature.Cadent{
    color: #a57fed;
    background: #FAF6FE;
}