body {
    font-family: "B Nazanin Bold";
    background-image: url(/static/img/bg_img.png);
}
.owl-carousel,
.bx-wrapper { direction: ltr; }
.owl-carousel .owl-item { direction: ltr; }
.search-txt {
    font-family: "IranSans";
}

#drug-count {
    font-family: "B Titr Bold";
}

.tooltip-blue {
    color: blue;
    font-weight: bold;
    cursor: pointer;
}
/* Hide previously loaded content during HTMX request */
.htmx-request .loader-content {
    display: none;
    visibility:hidden;
}
.htmx-request.loader-content {
    display: none;
    visibility:hidden;
}
.htmx-request.loader {
    display: block;
    visibility: visible;
}
.loader {
    display: none;
    visibility:hidden;
}
.drug-title {
    font-family: "B Titr Bold";
}
html {
    scroll-behavior: smooth;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#01618796;
    text-indent:-9999px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#016187;
    color: black;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.scroll-hide {
    display: none;
}

.owl-pagination{
    display: none;
}
