.contact-us-wrapper .iti__country-list {
    width: 300px;
}

.pointer-event-none {
    pointer-events: none;
}

.pricing-body.custom-pricing-body {
    height: 220px;
    overflow-y: auto;
}

.pricing-body.custom-pricing-body::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.pricing-body.custom-pricing-body::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px;
}

/* Handle */
.pricing-body.custom-pricing-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ffc439;

}

.pricing-body ul li {
    justify-content: start;
}

.pricing-body.custom-pricing-body ul li {
    line-height: 26px;
    font-weight: 600;
}

.pricing-body.custom-pricing-body ul li span {
    font-weight: 400;
}

.plan-name {
    color: #687173;
    font-weight: 500;
    font-size: 16px;

}

.plan-description {
    font-weight: 500;
    font-size: 16px;
    color: #2c2e2f;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    background: #00000091;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

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

.comment-input {
    padding: 0 6px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    margin: 12px;
}

.comment-input input {
    border: 1px solid #EDEDED;
    border-radius: 50px;
    margin: 9px 0;
    padding: 13px 15px;
    color: var(--theme-black-60);
    font-family: var(--rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
}

.comment-input input:focus-visible {
    outline: 0;
}

.comment-list {
    padding: 5px 10px;
    height: 120px;
    overflow-y: scroll;
    border-radius: 30px;
}

.comment-list p {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 18px;
    color: #121212;
    font-weight: 400;
}

.comment-list::-webkit-scrollbar {
    width: 4px !important;
}

.comment-list::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 5px !important;
}

.comment-list::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background: #e3e3e3 !important;

}

.custom-user-comment{
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment-reply-wrapper{
    display: none;
}

.comment-details{
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
}

.custom-author-name span{
    font-size: 12px;
}

.user-profile {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
    border: 2px solid #ffffff;
    padding: 6px;
}

.userprofile-wrapper{
    position: relative;
}

.profile-upload svg {
    position: absolute;
    width: 19px;
    fill: #ffffff;
    top: 3px;
}

.upload-profile-image{
    cursor: pointer;
}

.article-tag-wrapper {
    overflow-y: auto;
    height: 235px;
}

.article-tag-wrapper::-webkit-scrollbar {
    width: 4px !important;
}

.article-tag-wrapper::-webkit-scrollbar-track {
    background: var(--theme-primary);
    border-radius: 5px !important;
}

.article-tag-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background: #e3e3e3;

}

.story-saved{
    fill:#121212;
}

.swiper-pagination-bullet {
    background: #000; /* Change this to your desired color */
    opacity: 1; /* Ensure opacity is set properly */
  }

#subscription_history thead .sorting:after{
    content: unset;
}

.page-top-wrapper.custom-page-wrapper {
    padding-top: 160px;
}

@media (max-width:  991px){
    .page-top-wrapper.custom-page-wrapper {
        padding-top: 10px;
    }
}