::-moz-selection {
    background: rgba(4, 111, 68, 0.23);
}

::selection {
    background: rgba(4, 111, 68, 0.23);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html.dark-mode {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

* {
    outline: 0 !important;
}

:active,
:focus {
    outline: 0 !important;
}

body {
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #1d1d1d;
    background-color: #fff;
}

body.page-loading {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}

body.st-body-no-scroll {
    position: relative !important;
    overflow-y: scroll !important;
}

.no-scroll {
    overflow: hidden;
}

a {
    color: #1d1d1d;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #000;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a,
button {
    text-decoration: none;
}

a:hover,
button:hover {
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.py-50 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-30 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.img-ani {
    transform: rotate3d(0.5, -0.866, 0, 15deg) rotate(1deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-ani:hover {
    transform: rotate3d(0, 0, 0, 0deg) rotate(0);
}

.container.right-container {
    max-width: 87%;
    margin: 0 0 0 auto;
}

.container .row {
    margin: 0 -0.75em;
}

.container .row [class^='col-'] {
    padding: 0 0.75em;
}

.container .row.no-gutters {
    margin: 0;
}

.container .row.no-gutters [class^='col-'] {
    padding: 0;
}

.titleMain {
    position: relative;
    background: #fff;
    padding: 0.9375em 1.25em 0.9375em 0;
    display: flex;
    align-items: center;
}

.titleMain h1 {
    color: #046f44;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 0.8125em;
}

.titleMain h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25em;
    height: 100%;
    background: #046f44;
}

.liteGreenBg {
    background-color: #eef7f4;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.padTop {
    padding-top: 1.5em;
}

.padBottom {
    padding-bottom: 1.5em;
}

.marTop {
    margin-top: 1.5em;
}

.marBottom {
    margin-bottom: 1.5em;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.btn {
    position: relative;
    font-size: 1em;
    box-shadow: none;
    white-space: normal;
    padding: 0.75em 1.875em;
    border-radius: 5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
}

.btn .btn-icon {
    font-size: 1.125em;
}

.btn .btn-icon.btn-icon-before {
    padding-left: 0;
    padding-right: 0.625em;
}

.btn.btn-center .btn-icon {
    padding-left: 0.625em;
}

.btn-main {
    background: linear-gradient(270deg, #29b9d1 0, #5b3e90 100%);
    color: #fff;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-main .btn-icon {
    padding-left: 0.625em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-main:active,
.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #252525;
}

.btn-main:active .btn-icon:not(.btn-icon-before),
.btn-main:focus .btn-icon:not(.btn-icon-before),
.btn-main:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.75em);
}

.btn-link {
    color: #56ab91;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-link .btn-icon {
    padding-left: 0.375em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #1d1d1d;
}

.btn-link:focus .btn-icon:not(.btn-icon-before),
.btn-link:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.625em);
}

.btn-sm {
    font-size: 0.875em;
    padding: 0.625em 1.5em;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

hr {
    color: rgba(29, 29, 29, 0.3);
    margin: 0 0 1.5em 0;
    border-top: 1px solid rgba(29, 29, 29, 0.3);
    width: 100%;
}

.floating-select {
    font-size: 1em;
    background: 0 0;
    display: block;
    width: 100%;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(67, 67, 67, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375em;
    background: url(../images/select-arrow.svg) no-repeat right 5px center/1.125em 1.125em;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 0.5em;
    padding-right: 1.875em;
    position: relative;
    color: rgba(67, 67, 67, 0.48);
}

textarea {
    resize: none;
}

.boxWrapper {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2.5em #dee2e6;
    border-radius: 0.5em;
    padding: 1.5em;
}

@media (min-width: 2560px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1980px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1900px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1600px) and (max-width: 1899.98px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .container .row {
        margin: 0 -0.75em;
    }

    .container .row [class^='col-'] {
        padding: 0 0.75em;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: start;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn {
    margin-right: 7rem;
}

.btn {
    position: relative;
    font-size: 1.125em;
    box-shadow: none;
    white-space: normal;
    padding: 0.75em 1.875em;
    border-radius: 5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
}

.btn .btn-icon {
    font-size: 0.75em;
}

.btn .btn-icon.btn-icon-before {
    padding-left: 0;
    padding-right: 0.625em;
}

.btn.btn-center .btn-icon {
    padding-left: 0.625em;
}

.btn-main {
    background: linear-gradient(270deg, #29b9d1 0, #5b3e90 100%);
    color: #fff;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-main .btn-icon {
    padding-left: 0.625em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-main:active,
.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #252525;
}

.btn-main:active .btn-icon:not(.btn-icon-before),
.btn-main:focus .btn-icon:not(.btn-icon-before),
.btn-main:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.75em);
}

.btn-link {
    color: #4bc8be;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-link .btn-icon {
    padding-left: 0.625em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #1d1d1d;
}

.btn-link:focus .btn-icon:not(.btn-icon-before),
.btn-link:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.75em);
}

.btn-sm {
    font-size: 0.875em;
    padding: 0.625em 1.5em;
}

.closeIconMain {
    height: 24px;
    opacity: 0;
    position: relative;
    transform: translateY(-200%);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s;
    transition-delay: 0s, 0s;
    width: 24px;
    z-index: 10000;
    opacity: 1;
    transform: none;
    transition-delay: 0.5s;
    border: 0;
    padding: 0;
    background: none;
}

.closeIconMain::before {
    border-top: 2px solid;
    content: '';
    font-size: 10px;
    left: 50%;
    margin: -1px -12px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.42, 0, 0.175, 1);
    width: 24px;
}

.closeIconMain::after {
    border-top: 2px solid;
    content: '';
    font-size: 10px;
    left: 50%;
    margin: -1px -12px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.175, 1);
    width: 24px;
}

.closeIconMain:active::before,
.closeIconMain:hover::before {
    content: '';
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}

.closeIconMain:active::after,
.closeIconMain:hover::after {
    content: '';
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: rotate(-315deg);
}

.closeIconMain:enabled:hover {
    border: none !important;
    background: none !important;
}

.closeIconMain:focus {
    box-shadow: none !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1331px;
    }
}

.mb-10 {
    margin-bottom: 100px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-none {
    cursor: none !important;
}

.header-body-text {
    font-family: Montserrat, sans-serif;
    font-size: 1.125em;
    text-align: center !important;
}

.underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

.norecords {
    color: #56ab91;
    text-align: center;
    font-weight: 600;
}

.p-component {
    font-family: Montserrat;
}

.p-inputtext {
    font-family: Montserrat;
}

.playIconHldr {
    position: absolute;
    bottom: 14px;
    left: 15px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    border: 2px solid white;
    justify-content: center;
    box-shadow: 0px 0px 9px 1px #8c8c8c;
    line-height: 30px;
    z-index: 2;
}

.playIconHldr svg {
    width: 15px;
    line-height: 30px;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.9));
}

.playIconHldr i::before {
    color: white;
    text-shadow: 0 0 10px #8c8c8c;
}

.skeleton-loader {
    background-color: #d3d3d3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.skeleton-loader:after {
    content: '';
    -webkit-animation: skeleton-loading 1.3s infinite;
    animation: skeleton-loading 1.3s infinite;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(transparent),
            color-stop(rgba(255, 255, 255, 0.3)),
            to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

@keyframes skeleton-loading {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

[dir='rtl'] .bi-arrow-right::before {
    content: '\f12f';
}

[dir='rtl'] .p-paginator .p-paginator-prev,
[dir='rtl'] .p-paginator .p-paginator-next,
[dir='rtl'] .p-paginator .p-paginator-last,
[dir='rtl'] .p-paginator .p-paginator-first {
    transform: rotate(180deg);
}

[dir='rtl'] .bi-chevron-right::before {
    content: '\f284';
}

.p-component,
.p-inputtext {
    font-family: var(--font_family) !important;
}

.tajik-language-body {
    word-break: break-all;
}

.login-main {
    display: flex;
    border: 2px solid gray;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.unreadmessage-count-main {
    position: absolute;
    top: -11px;
    left: 1, 5;
    left: 15px;
    border-radius: 50px;
    background: #ff6060;
    color: #fff;
    padding: 0 8px;
}

.divider-line {
    border-bottom: 1px solid var(--primary_color);
}

.urdu-language-body-line-height {
    line-height: 2.8 !important;
}

.default-padding {
    padding-top: 165px;
    /* For desktop */
}

.mobile-padding {
    padding-top: 50px;
    /* For mobile */
}

.no-padding {
    padding-top: 0;
    /* When scrolling */
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir='rtl'] .playIconHldr {
    left: auto;
    right: 15px;
}

.urdu-language-body-line-height p {
    line-height: 2.8 !important;
}

[dir='rtl'] .swiper-button-prev,
[dir='rtl'] .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

[dir='rtl'] .pi-chevron-right:before {
    content: '\e931';
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    padding: 0 1.25rem 1.25rem 1.25rem !important;
    /* PrimeReact's default CSS was overriding it, so I used !important to enforce the style. */
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu.close {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu.open .menu-content {
    opacity: 1;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */

.hide-scrollbar {
    -ms-overflow-style: none;
}

/* Sub Menu Mobile Start */

.subMenuHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0px 12px 0 24px;
    z-index: 99;
    height: 60px;
    display: flex;
    align-items: center;
}

.subMenuHeader .backMain {
    position: relative;
}

.subMenuHeader .backMain span {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.subMenuHeader .backMain span i {
    margin-right: 2px;
    color: #282828;
}

.subMenuHeader .rightIcon {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.subMenuHeader .rightIcon i {
    margin-left: 10px;
    cursor: pointer;
}

.SignInCont {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 0px 15px;
    z-index: 99;
    height: 86px;
    box-shadow: -5px -5px 20px 0px #0000001a;
}

.menu-height {
    height: 87vh;
}

.subMenu.close {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.subMenu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 15px 30px 15px 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.subMenu3Mobile .p-accordion .p-accordion-header .p-accordion-header-link {
    border: none;
    background: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
}

.subMenu3Mobile .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 0;
}

.subMenu3Mobile .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
    box-shadow: none;
}

.subMenu3Mobile .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: none;
    border-bottom: 1px solid #ededed;
}

.subMenu3Mobile .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: none;
    border-bottom: 1px solid #ededed;
}

.subMenu3Mobile .p-accordion .p-accordion-content {
    border: none;
    padding: 1.25em 0;
}

.subMenu3Mobile .p-accordion .p-accordion-header .p-accordion-header-link svg {
    display: none;
}

.subMenu3Mobile .p-accordion .p-accordion-header .p-accordion-header-link::after {
    content: '\e930';
    font-family: 'PrimeIcons';
    background: 0 0;
    width: 2.2em;
    height: 2.2em;
    text-align: center;
    font-size: 1.375em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
}

.subMenu3Mobile .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link::after {
    color: #000;
    transition: transform 0.2s ease-in-out;
    transform: rotate(-180deg);
}

.subMenu3Mobile .p-accordion .p-accordion-header .p-accordion-header-link {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.subMenu3Mobile .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.SignInCont .signInHldr {
    display: flex;
    position: relative;
    align-items: center;
    top: 22px;
    left: 0px;
}

.SignInCont .login-icon {
    display: flex;
    border: 2px solid gray;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    margin-right: 8px;
}

.SignInCont .conutry-main {
    right: 25px;
    position: absolute;
    top: 27px;
}

.mobile-border-top {
    border-top: 1px solid #ebf2ee;
}

.conutry-modal-main {
    top: 0;
    height: 100vh;
    width: 100%;
    border-radius: 0;
}

.urdu-language-margin-bottom {
    margin-bottom: 1em;
}

.default-margin-bottom {
    margin-bottom: 0.5em;
}

.sub-menu-parent {
    float: left;
    overflow: hidden;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    pointer-events: none;
}

.sub-menu-parent:hover .menu-container {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    pointer-events: auto;
}

.sub-menu-parent:hover .menu-container .menu-content {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.5s;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.mobile-padding-bottom {
    height: 86px;
}

.menu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.anchor-target {
    scroll-margin-top: 100px;
}

.poster-image {
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
    background-color: #e0e0e0;
}

.poster-image.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/*react-photo-view default CSS was overriding it, so I used !important to enforce the style. */
.PhotoView__Photo {
    height: 100vh !important;
    object-fit: cover;
}

.photo-caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
}

.photo-caption {
    color: white;
    font-size: 1em;
    padding: 15px 12px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    white-space: normal;
    word-break: break-word;
}


@media (max-width: 767.98px) {
    .overflow-x-hidden {
        overflow-x: hidden;
    }

    .overflow-y-hidden {
        overflow-y: hidden;
    }

    .skeleton-loader {
        position: relative;
        height: 50vh;
    }

    .skeleton-loader:after {
        height: 50%;
    }

    /* PrimeReact applies inline styles via JS, so we use !important to override them */
    /* This will apply only language dropdowns */
    body .language-dropdown-panel .p-dropdown-items-wrapper {
        max-height: 250px !important;
    }

    /*react-photo-view default CSS was overriding it, so I used !important to enforce the style. */
    .PhotoView__Photo {
        height: auto !important;
        object-fit: cover;
    }

    .photo-caption-wrapper {
        bottom: 40px;
    }
}