@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.login-user-name{
    color: white;
}
:root{
    --wow-primary:#784978;
    --wow-secondary:#FB8F3F;
}
header{
    position: fixed;
    top: 0;
    left:0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 15px 30px rgba(175, 175, 175, 0.25);
}
#landing-number-call .dropdown-menu:hover{
    background-color: var(--wow-primary);
}
#landing-number-call .dropdown-menu:hover > a{
    color: white !important;
}
header .top-bar{
    background-color: var(--wow-primary);
    padding: 9px 15px;
}
.logo-row{
    background-color: white;
    padding: 10px 15px;
}
.top-bar a{
    text-decoration:none;
    color:white;
    font: normal normal normal 16px/22px Open Sans;
}
.top-bar .phonenumber{
    letter-spacing: 2.88px;
}
body{
    padding-top: 130px;
}
body.modal-open {
    position: unset;
}
#landing-number-call a:hover{
    color: white !important;
}
footer{
    background-color: var(--wow-primary);
    padding: 60px 16px 50px 16px;
    width: 100%;
}
footer h3{
    font: normal normal 600 17px/23px Open Sans;
    color: #f9f9f9;
    margin:0px;
}
footer .app-links{
    margin-left:-16px;
}
footer .footer-social{
    gap:18px;
}
footer p.copy{
    font: normal normal normal 13px/18px Open Sans;
    color: #fff;
}
footer .footer-bottom-links{
    display: flex;
    flex-wrap:wrap;
    gap:39px;

}
footer .footer-bottom-links a{
    font: normal normal 600 13px/18px Open Sans;
    color: #fff;
    text-decoration:none;
}
footer .bottom-row .col{
    padding-top:55px;
}
header .signup-signin-links i{
    background: #FFF;
    padding: 4px 5px;
    border-radius: 50%;
    margin:0px 7px 0px 25px;
}
.first_step .fa.fa-eye, .first_step .fa.fa-eye-slash {
    position: absolute;
    top: 34%;
    right: 15px;
    cursor: pointer;
}
.password-detail span {
    width: 12px;
    height: 12px;
    background: #FB8F3F 0% 0% no-repeat padding-box;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}
.popupLoader {
    right: 20px;
    top: 3px;
    display: none;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #fff transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}
#error-modal{
    z-index: 99999;
}
.tg-modal-content{
/*    top:0;
    bottom:;*/
    left:0;
    right:0;
    width:430px;
    position:absolute;
    margin:0 auto;
    transform: translateY(30%);
}
.closePopupbtn {
    opacity: 1;
    position: absolute;
    color: #fff;
    right: 7px;
    top: 7px
}
.closePopupCross {
    font-size: 24px;
    font-weight: 400
}
@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.btnsignin {
    height: 42px;
    width: 182px;
    background: #660066 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #77777729;
    border-radius: 5px;
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform:capitalize;
    border:0px;
    padding:0 30px;
}
.rememberme-text{
    float: left;
    text-align: left;
    font: normal normal 600 12px/20px Open Sans;
    letter-spacing: 0px;
    color: #191919;
}
.buy-plan-div.d-flex p{
    display: inline-block;
}
.dropdown-profile .dropdown-menu {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 0px;
}

.dropdown-profile .dropdown-menu {
    min-width: 200px;
    background-color: #F9F9F9;
}
.dropdown-profile .dropdown-menu a {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    border-bottom: solid 1px #E0E0E0;
    padding: 15px 0;
}
a:-webkit-any-link {
    text-decoration: none;
    word-break: break-all;
}
.dropdown-menu{
    left: 45px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
@-webkit-keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
.spinner-border{
    display:inline-block;
    width:2rem;
    height:2rem;
    vertical-align:-.125em;
    border:.25em solid currentColor;
    border-right-color:transparent;
    border-radius:50%;
    -webkit-animation:.75s linear infinite spinner-border;
    animation:.75s linear infinite spinner-border
}
.btnSpinner {
    position: relative;
}
.btnSpinner:after {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 14px);
    z-index: 10;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
li.page-item {
    list-style-type: none;
    width: max-content;
}
a.professional-page-link.leftarrow {
    border: 1px solid;
    border: 0.5px solid #847C7C9E;
    border-radius: 2px;
    padding: 0 3px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-bt {
    display: flex;
    gap: 24px;
}
.page-item.page-right-ar {
    margin-left: 12px;
}
li.page-item {
    list-style-type: none;
    width: max-content;
}

li.page-item.active>a {
    background-color: #eee;
    border-color: #ddd;
    color: #6d486d;
    padding: 5px 10px;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.no-result-found {
    min-height: 138px;
    background: #F9E7D92E 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100%;
    padding: 16px;
}

.no-content-image {
    margin-left: 16px;
}

.no-result-found h4 {
    font: normal normal 600 18px/24px Open Sans;
    letter-spacing: 0;
    color: #404040;
    display: inline-block;
    margin-top: 30px;
    margin-left: 2%;
}

.no-result-found p {
    font: normal normal 300 16px/22px Open Sans;
    letter-spacing: 0;
    color: #404040;
    display: inline-block;
    margin-top: 0;
    margin-left: 11%;
}
/*----------------Terms Modal CSS*/
.terms-popups{
    z-index: 1050;
}
.terms-popups .modal-dialog{
    margin-top: 10% !important;
}
.terms-popups .modal-body{
    height: 400px !important;
    overflow-y: auto;
}
.terms-popups .modal-content {
    height: unset !important;
    margin: unset !important;
    width: 100%;
}
@media (max-width:992px){
    .sm-start{
        justify-content:flex-start;
    }

    footer .bottom-row .col{
        padding-top:18px;
    }
    .top-bar a{
        font-size: 12px;
    }
    .hippa-logo-responsive img{
        width: 135px;
    }
    body{
        padding-top: 50px;
    }
    .sm-logo{
        display: flex !important;
    }
}
@media (max-width:768px){
    .buy-plan-div.d-flex p{
        display: block !important;

        text-align: center;
        display: block;
        width: 100%;
        margin-top: 10px;

    }
    .hide-lg{
        display: block !important;
    }
    .hide-xs{
        display: none;
    }
    body {
        padding-top: 67px;
    }
    .p-title.pharmacy-main-heading{
        margin-top: 30px !important;
    }
    .sm-logo{
        display: flex !important;
        width: 100%;
    }
    .modal-body.termsconditionpopup {
        padding: 5px !important;
    }

    .tg-modal-content{
        width: 100%;
        position: absolute;
        margin: unset;
    }
}
