﻿.ataprofilelink {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 600;
}

#dropdownMenuLink.notification-active img {
    border: 1px solid #fff;
    background: #fff;
}

#dropdownMenuLink.notification-active .userprofileIcon {
    width: 34px;
    height: 34px;
    background: #EE4E5E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#user-msg-icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    right: 14px;
    background: #ccc;
    border-radius: 50%;
    border: 2px solid #fff;
}

@media(max-width:500px) {
    #user-msg-icon {
        width: 12px;
        height: 12px;
        top: 8px;
    }
}
.btn-opacity {
    opacity: 0.8;
}

.anytime-breadcrumbs {
    height: 32px;
}

.languagedropdown {
    width: 70px;
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
    margin-right: 20px;
}

#LanguageModalPopup a.lang-option {
    height: 100px;
    display: flex;
    width: 50%;
    border: 1px solid #ccc;
    margin: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000;
}

#LanguageModalPopup .modal-dialog {
    margin: 30% auto;
}

.psychic-card.offer-applicable .exprt-price {
    text-decoration: line-through;
}

.psychic-card.offer-applicable .free-badge {
    display: block !important;
}

.psychic-card .must-try-badge {
    width: 70px;
    left: -15px;
    background: #ee4e5e;
    height: 18px;
    font-size: 9px;
    transform: rotate(-41deg);
    z-index: 1;
    top: 8px;
}

.psychic-card .offer-badge {
    width: 70px;
    left: -15px;
    background: #5bbe2a;
    height: 18px;
    font-size: 9px;
    transform: rotate(-41deg);
    z-index: 1;
    top: 8px;
}

.psychic-card.must-try-badge-applicable .must-try-badge {
    display: flex !important;
}

.psychic-card.offer-badge-applicable .offer-badge {
    display: flex !important;
}

body.country-other .anytime-call-action .d-flex a {
    padding: 30px;
}

@media(min-width:768px) {
    body.country-other .anytime-astrologers {
        margin-top: 90px;
    }
}

@media(max-width:1199px) {
    body.country-other .anytime-call-action .d-flex a img {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:575px) {
    body.country-other .anytime-call-action .d-flex a {
        padding: 8px;
    }

    body.country-other .anytime-call-action p {
        font-size: 18px;
        margin-left: 10px !important;
    }
}

body.for-mobile-only > .wrapper > .header,
body.for-mobile-only > .wrapper > .anytime-breadcrumb, body.for-mobile-only > .wrapper > .ds-head-body > .astrology-services, body.for-mobile-only > .wrapper > .ds-head-body > .anytime-menu, body.for-mobile-only > .wrapper > .anytime-footer, body.for-mobile-only > .inmobile-bottom, body.for-mobile-only > .wrapper > .ds-head-body > .ds-head-populararticle > .astrology-services, body.for-mobile-only > .wrapper > .ds-head-body > .ds-head-populararticle > .hideDivInMobile {
    display: none !important;
}

body.for-mobile-only .main-heading {
    font-size: 18px !important;
}

body.for-mobile-only .ds-head-body .col-md-12.mt-5 {
    margin-top: 20px !important;
}


[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    font-size: 22px;
    line-height: 22px;
}

[data-star]::before {
    display: block;
    content: '★★★★★';
    color: #cbc5c5;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    width: 0;
    color: #FFC301;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after, [data-star^=".1"]::after {
    width: 2%
}

[data-star^="0.2"]::after, [data-star^=".2"]::after {
    width: 4%
}

[data-star^="0.3"]::after, [data-star^=".3"]::after {
    width: 6%
}

[data-star^="0.4"]::after, [data-star^=".4"]::after {
    width: 8%
}

[data-star^="0.5"]::after, [data-star^=".5"]::after {
    width: 10%
}

[data-star^="0.6"]::after, [data-star^=".6"]::after {
    width: 12%
}

[data-star^="0.7"]::after, [data-star^=".7"]::after {
    width: 14%
}

[data-star^="0.8"]::after, [data-star^=".8"]::after {
    width: 16%
}

[data-star^="0.9"]::after, [data-star^=".9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}

h1.main-heading {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

h1.main-heading::after {
    content: "";
    width: 136px;
    height: 3px;
    background: #ee4e5e;
    position: relative;
    display: block;
    top: 10px;
    margin: 0 auto;
}
