body {
    font-family: 'Open Sans',sans-serif;
    color: #333;
}
p {
    margin: 0;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.7;
    color: #333;
}

h1, h2, h3, h4, h5, h6, button {
    font-family: 'Inter', sans-serif;
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

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

/* Common CSS */

blockquote{
    width:100%;
    font-family: 'Open Sans';
    font-style:italic;
    color: #555555;
    padding: 1em 30px 1.2em 50px;
    border-left: 8px solid #cf1626 ;
    line-height: 1.6;
    position: relative;
    margin: 0;
}

blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#cf1626;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

blockquote::after{
    content: '';
}

.cat-desc img {
    width: 100%;
}

.discussion-description ul, .discussion-description ol, .discussion-comment-list ul, .discussion-comment-list ol, .cat-desc ul, .cat-desc ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.title h1 {
    font-weight: 600;
    font-size: 28px;
}

.title2 h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}


/* Comment Form CSS */
form#submit-comment-p {
    position: relative;
}
div#commentEditor .ql-editor.ql-blank {
    margin: 0;
}

div#commentEditor .ql-editor:before {
    font-size: 14px;
    color: #333;
}

#commentEditor {
    height: 100px;
    resize: vertical;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#commentEditor .ql-editor {
    height: calc(100% - 20px) !important;
}

.article_caregories li a {
    color: #606468 !important;
    font-size: 15px;
}

/* Nav CSS */

.nav-wrap {
    background: #fff;
    min-height: 60px;
    height: 60px;
    border-bottom: 1px solid #dadce0;
}

.nav-wrap nav {
    height: 60px;
}

.logo img {
    width: 100%;
}

.home_nav_ul li > a {
    margin: 0px;
    padding: 17px 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.home_nav_ul li > a:hover {
    text-decoration: none;
    background: #f6f6f6;
    /* height: 60px; */
}

/* .nav-af-lg {
    padding: 16px !important;
} */

.active_link {
    border-bottom: 2px solid #cf1626;
}

.noti-bell {
    width: 60px;
}

.noti-bell i {
    position: relative;
    left: 10px;
}

.add-new {
    width: 75px;
}

/* Nav with search css */

.pd-search-nav {
    display: table;
    margin: auto;
}

.comment-title-up p, .comment-date-up p {
    color: #606468;
}

.user-profile-dd {
    padding: 11px 15px !important;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .user-profile-dd:hover {
    padding: 11px 8px !important;
} */

.auth-user-name {
    /* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    white-space: nowrap;
    width: 55px;
    overflow: hidden;
    text-overflow: clip;
}

.auth-user-name::after {
    content: ' '; 
}

.nav-search-wrap {
    background: #cf1626;
    min-height: 50px;
    height: 50px;
}
.nav-search-wrap nav {
    height: 50px;
}

.nav-search-wrap .pd-search-input {
    height: 40px;
}
.nav-search-wrap .pd-search-form .form-control-feedback {
    font-size: 16px;
    top: 0;
}

.nav-search-enter {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
.nav-search-enter svg {
    fill: #aaa;
}
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.avatar-dropdown .dropdown-toggle:after {
    margin-left: 5px !important;
    vertical-align: 0px !important;
}


#navbar-list-4 .dropdown-menu {
    margin: 0rem 0 0;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
}
/* 
.top-bar {
    background: #cf1626;
} */

.top-bar .tb-link {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 500;
    line-height: 10px;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-weight: 600;
}

.tb-link:hover, .active-top-bar {
    background: #fff;
    color: #333 !important;
    /* font-weight: 700 !important; */
}

.tb-dm {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
}

.tb-dm a{
    display: block;
    width: 100%;
    padding: 0.15rem 1rem;
    clear: both;
    font-weight: 700;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 35px;
}

.tb-dm a:hover {
    background-color: #e1e1e1;
}
/* Onboard Multistep */
.step-1 {
    width: 50%;
    margin: auto;
}
.step-2 {
    display: none;
}
.plugin-logo {
    width: 50px;
}
.plugin-logo img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.social-url-label {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0 12px;
}


.url-handler input {
    border: none;
    padding-left: 0;
}

.url-handler input:focus {
    border: none;
}

.plugin-search-box {
    height: 50px;
    position: relative;
    border-radius: 5px;
}

#live-search {
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.follow-5-plugins {
    cursor: pointer;
    background: #cf1626;
    text-align: center;
    color: #fff !important;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 15px;
}

.plugin-search-box {
    height: 50px;
    position: relative;
}

.plugin-search-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
    color: #b9b9b9;
}



/* Home Banner with Search */

.pd-banner {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 auto;
    color: #333;
    margin-bottom: 5px !important;
}

.single-cat-title {
    font-size: 40px !important;
}

.pd-search-label {
    position: relative;
}

.pd-search-input {
    height: 50px;
    padding: .375rem 3rem;
    border-radius: 25px;
}

.pd-search-form .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size: 18px;
    left: 10px;
    top: 6px;
}

.home-search-enter {
    background: transparent;
    border: none;
}

.home-search-enter {
    position: absolute;
    top: 14px;
    right: 12px;
}

.home-search-enter svg {
    fill: #aaa;
}

.pd-search-nav .pd-search-input{
    height: 40px;
    padding: .375rem 2.5rem;
    border-radius: 25px;
    width: 350px;
}

.pd-search-nav .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size: 18px;
    left: 6px;
    top: 0;
}


.grid-col-10 {
    display: flex;
    justify-content: center;
}

.grid-col-10 .grid-1 {
    margin: 10px !important;
}

.grid-col-10 .grid-1 img{
    border-radius: 50%;
}

.gap-y-25 {
    gap: 25px 0;
}

/* Home Categories Pills */

.home-cat-pills div {
    padding: 7px 25px;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 20px;
}

.home-cat-pills a {
    color: #606468;
    /* text-decoration: underline; */
}

.home-cat-pills a:hover{
    text-decoration: none;
}

.home-cat-pills div:hover:not(.active) {
    background: #f6f6f6;
}

.home-cat-pills p {
    font-size: 14px;
}

.home-cat-pills .active {
    background: #cf1626;
    color: #fff;
    border: none !important;
}

.home-cat-pills .active p {
    color: #fff !important;
}

/* Home Categories Section */

.pd-subheading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #333;
}

.home-prod-icon {
    width: 50px;
}

.prod-card {
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    margin: 1rem 0;
}

.home-prod-title {
    color: #333;
    font-weight: 600;
}

.prod-arrow {
    margin-top: .5rem;
    line-height: 0;
}

.prod-arrow svg {
    width: 26px;
    fill: #0056b3;
    height: 26px;
}

.cat-desc p {
    color: #606468;
}

.home-prod-desc {
    color: #606468;
}

.osans {
    font-family: 'Open Sans',sans-serif;
}

.call-2-action a {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

/* Categories Section */

.cat-heading a {
    color: #353535;
    text-decoration: none;
    font-weight: 600;
}

.cat-see-all a {
    font-weight: 500;
}

.pd-category {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.pd-category-icon {
    margin-right: 5px;
}

.cat-heading {
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.category-description .cat-desc {
    margin-bottom: 0.5rem;
}

.category-description .bold {
    font-weight: 600;
}

.category-description ol {
    margin-top: .5rem !important;
}

.category-description ol li {
    margin: 0;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.7;
    color: #333;
}
/* Cats Icons BG */

.pd-category-icon {
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.forum-icon {
    background: #9acce5;
}

.accs-icon {
    background: #ff6b6b;
}
.comm-icon {
    background: #8fecdc;
}
.theme-icon {
    background: #e9a9a1;
}
.commu-icon {
    background: #9acce5;
}
.seo-icon {
    background: #daad8f;
}
.mobile-icon {
    background: #878484;
}
.photos-icon {
    background: #f39191;
}
.ecomm-icon {
    background: #b5e97c;
}
.migration-icon {
    background: #c99bb0;
}
.ad-icon {
    background: #d9a3c1;
}

/* Login Page */

.social-login-btn {
    display: block;
}

.social-logins svg {
    display: block;
}

.social-logins a {
    margin: 0 10px;
    padding: 15px;
    /* background: #ecf2f7; */
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.social-logins a:hover {
    background: #f6f6f6;
}

.login-title h1, .signup-title h1 {
    color: #353535 !important;
    font-weight: 600;
}

.or-login:before,
.or-login:after {
  background-color: #ccc;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 46%;
}

.login-wrap input, .signup-wrap input {
    /* background: #f6f6f6; */
    /* border: none; */
    padding: 10px;
}

.login-wrap label, .signup-wrap label {
    color: #606468;
}

.or-login:before {
  right: 0.5em;
  margin-left: -50%;
}

.or-login:after {
  left: 0.5em;
  margin-right: -50%;
}

.btn-primary-plug {
    background: #cf1626;
    color: #fff;
}
.char-counter {
    font-size: 14px;
    float: right;
}

.social-login {
    padding: 10px 5px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
}

.social-login:hover {
    color: #fff;
    text-decoration: none;
}

/* Product single page */

.product-header-wrap {
    background: #F7F7F7;
    padding: 30px 0;
}

.product-logo {
    width: 100px;
    height: 100px;
}

.product-logo img {
    width: 80%;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.prod-sec {
    border-bottom: 1px solid #ddd;
}

/* .single-product-logo img {
    width: 80%;
} */

.product-title h1{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #333;
    line-height: 1;
}


.product-title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #333;
    line-height: 1;
}

.comment-count-and-reply a {
    color: #333;
}

.comment-count-and-reply a:hover {
    text-decoration: none;
}
.discussion-comment-list:hover {
    background: #f7f7f7;
}

.plugins-info a:hover {
    text-decoration: none;
}

.follow-unfollow-btn {
    text-align: center;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
}

.follow-unfollow-btn {
    cursor: pointer;
}

.ffollow-plugin {
    cursor: pointer;
    border: none;
    color: #fff !important;
    background: #cf1626;
}

.uunfollow-plugin {
    cursor: pointer;
    color: #cf1626 !important;
    border:1px solid #ddd;
    background: transparent;
}

.product-follow-unfollow-btn {
    text-align: right;
}

.follow-btn:hover {
    cursor: pointer;
}

/* Prod Left Sidebar */

.pd-side-nav {
    list-style: none;
    padding: 0;
}

.side-nav-logo {
    width: 30px;
    margin-right: 15px;
}

.side-nav-logo img {
    width: 80%;
}

.pd-side-nav li {
    margin-bottom: 20px;
}

.pd-side-nav li a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

/* product single maain content */

.pd-single-page-logo {
    width: 30px;
    margin-right: 15px;
}

.pd-single-page-logo img {
    width: 100%;
}

/* Product Right sidebar */

.pd-prod-expert-list {
    list-style: none;
    padding: 0;
}

.prod-expert-image {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    flex-shrink: 0;
}

.prod-expert-name a {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    line-height: 1.3;
    display: inline-block;
}

.prod-expert-image img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.widget-subtitle, .view-all-experts a{
    font-size: 13px;
    font-weight: bold;
}

.pd-form-uri a {
    font-size: 15px;
    display: block;
    font-family: 'Inter', sans-serif;
}

.pb-4_5 {
    padding-bottom: 2.5rem !important;
}

.pd-prod-expert-list {
    margin-bottom: 0;
}

.pd-prod-expert-list li:last-child {
    padding-bottom: 0 !important;
}

.pd-right-side-title h4 {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.create-discussion-url {
    background: #cf1626;
    text-align: center;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}

.btn-claim-now {
    padding: 5px 15px !important;
    font-size: 15px;
    border: none !important;
}

.claim-modal-close { 
    position:absolute;
    right: 20px;
    top: 20px;
}
.modal-step-2{
    display: none;
}
.btn-claim-now:hover {
    color: #fff !important;
}
.create-discussion-url:hover {
    color: #fff;
    text-decoration: navajowhite;
}

.pro-con-subheading p {
    color: #606468;
    font-weight: 400;
}

/* Breadcrumb */
.left-arrow-crumb-icon {
    width: 20px;
    text-align: center;
}

.pd-breadcrumb {
    display: flex;
    align-items: center;
}

.pd-breadcrumb a {
    font-size: 15px;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif;
    display: block;
}


.form-cta-col {
    gap: 10px;
}

/* Voting icons */

.upvote-icon,.downvote-icon {
    width: 20px;
    height: 20px;
}

.upvote, .downvote {
    text-align: center;
}

.upvote svg , .downvote svg {
    display: table;
    margin: auto;
}

.upvote svg:hover, .downvote svg:hover {
    fill: #cf1626;
}

.vote-icon-svg {
    fill: #a6a6a6;
    display: block;
}

.vactive .vote-icon-svg {
    fill: #cf1626;
}

.discussion-vote-count {
    line-height: 1;
}

/* Plugin Discussions */
.discussion-title a h1 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.discuss-user p {
    color: #333;
}

.discuss-user a {
    color: #333;
}

.discuss-user a:hover {
   text-decoration: none;
}

.discuss-posted-on p {
    color: #333;
}

#alternate:focus-visible {
    outline: none !important;
}

#plugin-list {
    position: relative;
}

#show-plugin-list {
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
    padding: 10px !important;
    z-index: 999;
    border-radius: 5px;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ddd;
    margin-top: 5px;
}

#show-plugin-list li {
    padding: 5px 0;
    cursor: pointer;
}


/* Single Discussion Page */

.discussion-user-avatar {
    width: 60px;
}

.discussion-comment-user-avatar img {
    width: 90% !important;
}

.discussion-comment-user-avatar{ 
    width: 60px;
    text-align: center;
}

.mx-point8 {
    margin: 0 0.8rem;
}

.mr-point8 {
    margin-right: 0.8rem !important;
}

.comment-box-show {
    cursor: pointer;
    padding: 10px;
}

.comment-box-show:hover {
    background: #f7f7f7;
    border-radius: 8px;
}
.comment-box-show h6 {
    font-size: 15px !important;
}
.comment-box-show i {
    font-size: 22px;
    margin-right: 5px;
}

/* Comment Form */

.comment-toggle {
    width: 30px;
}

.btn.discussion-comment-btn {
    background: #cf1626;
    color: #fff;
}

.discussion-comment #message {
    display: none;
}

.reply-block {
    display: inline-block;
    /* padding: 10px; */
}

.reply-block:hover {
    background: #f6f6f6;
    border-radius: 5px;
}

.discussion-comment-reply #reply {
    display: none;
}

.comment-body p {
    font-size: 14px !important;
}

.comment-date {
    color: #606468 !important;
    font-size: 14px;
}

/* Search Form */

.plugin-title a {
    border-bottom: 1px solid #cf1626 !important;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
}

.plugin-title a:hover {
    text-decoration: none;
}
.plugin-excerpt p {
    font-size: 14px;
    color: #606468;
}

/* Add product logo */

.product-logo-upload {
    position: relative;
    max-width: 205px;
    margin: 15px 0;
  }
  .product-logo-upload .product-logo-edit {
    position: absolute;
    right: 50px;
    z-index: 1;
    top: 10px;
  }
  .product-logo-upload .product-logo-edit input {
    display: none;
  }
  .product-logo-upload .product-logo-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-logo-upload .product-logo-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  /* .product-logo-upload .product-logo-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  } */
  .product-logo-upload .product-logo-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .product-logo-upload .product-logo-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Screenshots Css */

  .no-screenshots {
    width: 100%;
    background: #f6f6f6;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  /* .screenshots-gallery {
   
  } */
  .ss-row .ss-columns {
    padding-right: 5px !important;
  }

  .ss-row .ss-columns:last-child {
    padding-right: 0 !important;
  }
  
  .screenshots-gallery .main {
    width: 99% !important;
    height: 350px;
  }

  .slick-next::before, .slick-prev::before {
    color: #333 !important;
    font-size: 26px;
  }
  .slick-slider {
    margin-bottom: 0 !important;
  }

  .screenshots-gallery img {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }

  .scr-sht {
    height: 100px;
    object-fit: cover;
  }

  .view-sc,.delete-screenshot {
    background: #cf1626;
    color: #fff !important;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
  }
   
  .ss-actions-btn {
    display: flex;
    justify-content: center;
  }
  .ss-del-yes, .ss-del-no {
    width: 100px;
    color: #fff !important;
    background: #cf1626;
    border: none;
    padding: 4px 0;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
  }

  .product-website-url a, .pd-breadcrumb a {
    font-size: 14px;
  }
  .product-website-url a {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
  }
  

  /* Plugin Introduction CSS */

    .edit-intro-btn,.close-intro-btn, .save-intro-btn, .edit-info-btn, .close-info-btn, .save-info-btn, .edit-price-btn, .close-price-btn, .save-price-btn  {
        cursor: pointer;
    }

    .pc-text-divider {
        border: 1px solid #333;
        height: 12px;
        width: 1px;
    }

    .pd-intro-content-edit, .pd-info-content-edit, .pd-price-content-edit {
        display: none;
    }

    .close-intro-btn, .close-info-btn, .close-price-btn {
        display: none;
    }
    
    .save-intro-btn, .save-info-btn, .save-price-btn  {
        display: none;
    }

    /* Revisions css */

    .pd-intro-content p:last-child, .pd-pricing-content p:last-child, .pd-features-content li:last-child, .pd-intro-content li:last-child {
        margin-bottom: 0;
    }

    .pd-intro-content p, .pd-pricing-content p {
        margin-bottom: 1rem;
    }

    .pd-features-content li, .pd-intro-content li {
        margin-bottom: 0.5rem;
    }

    .user-pp img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        object-fit: cover;
    }
    .user-pp {
        width: 40px;
        height: 40px;
    }

    .revision-content {
        background: #f7f7f7;
        padding: 10px;
    }

    .pd-intro-content h3,.pd-intro-content h4 {
        font-size: 1.25rem;
        color: #606468;
    }

    
  /* Article Css */

  .article-cover-upload {
    position: relative;
    max-width: 100%;
    margin: 15px 0;
  }
  .article-cover-upload .article-cover-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .article-cover-upload .article-cover-edit input {
    display: none;
  }
  .article-cover-upload .article-cover-edit input + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .article-cover-upload .article-cover-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }

  .article-cover-upload .article-cover-preview {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .article-cover-upload .article-cover-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .article-featured-image img {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
    }
    .article-featured-image {
        height: 150px;
    }

    .single-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .single-featured-image {
        width: 100%;
        height: 350px;
    }

    .discuss-comment-count a:hover {
        text-decoration: none;
    }

   .discussion-user-info p, .discuss-comment-count p {
        color: #606468;
   }

  .featured-image {
    width: 100%;
    height: 150px;
  }
  .featured-image img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
  }

  .dx-mention > span > span {
    display: none;
    }

    .dx-mention {
        background-color: transparent !important;
    }

    .alternative-plugin-mention {
        display: none;
    }


/* Article and Discussion CSS */

.pm-categories-chips-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.pm-categories-chips-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.pm-categories-chips-input {
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s;
}

.pm-categories-chips-input:focus {
    border-color: #ced4da;
    outline: none;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.pm-categories-chips-chips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pm-categories-chips-chip {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: default;
    transition: all 0.3s;
}

.pm-categories-chips-chip:hover {
    background-color: #333;
}

.pm-categories-chips-chip .pm-categories-chips-close {
    background: none;
    border: none;
    color: white;
    margin-left: 8px;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s;
}

.pm-categories-chips-chip .pm-categories-chips-close:hover {
    color: #d1d5db;
}

.pm-categories-chips-warning {
    display: none;
    font-size: 0.875rem;
    color: #ef4444;
    margin-top: 4px;
}

.pm-categories-chips-warning.active {
    display: block;
}

.pm-categories-chips-dropdown {
    position: relative;
}

.pm-categories-chips-dropdown-list {
    position: absolute;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.pm-categories-chips-dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pm-categories-chips-dropdown-item:hover {
    background-color: #f3f4f6;
}

#submit-article input[type="hidden"] {
    display: none;
}

.pm-categories-chips-dropdown-list {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 50px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.pm-categories-chips-dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pm-categories-chips-dropdown-item:hover {
    background-color: #f3f4f6;
}

.form-article-discussion select#article_type, .form-article-discussion input#plugin  {
    height: 50px;
}

.form-article-discussion input#title {
    height: 80px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #333;
    padding: 0;
    border: none;
}

div#editor {
    border: none;
}

.ql-editor:before {
    font-size: 20px;
    font-style: normal !important;
}

.ql-editor.ql-blank {
    margin-top: 25px;
}

.ql-toolbar.ql-snow {
    border: unset;
    background: #f7f7f7;
}
/* User Profile */

.nav-pills .nav-link {
    border-radius: unset;
    color: #333;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #cf1626;
    border-radius: unset;
    line-height: 2;
}

.edit-article-btn {
    line-height: 1;
}

.profile-header {
    background: #f7f7f7;
}

.user-profile-picture{
    width: 100px;
    height: 100px;
}

.user-profile-avatar {
    width: 150px;
    height: 150px;
}

.user-profile-avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.user-profile-picture img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.object-fit-cover {
    object-fit: cover;
}

.imgprevw {
    border-radius: 50% !important;
}

.user-social-profiles {
    display: flex;
}
.user-social-profiles svg{
    display: block;
}
/* Notification Badge */

#notification-append {
    padding: 0;
}

.notification-dd:after { 
    display: none !important;
}

.badge{
    position: absolute;
    top: 13px;
    right: 15px;
    display: inline-block;
    min-width: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    min-height: 20px;
    height: 20px;
    padding: 2px;
    font-family: 'Open Sans' !important;
}
.badge-danger {
    background-color: #cf1626;
}

.notification-dropdown {
    min-width: 100% !important;
    width: 350px !important;
    left: -240px !important;
    height: 300px !important;
    overflow-y: scroll !important;
}

.notification-logo {
    width: 50px;
}

.notification-logo img {
    width: 50px;
    border-radius: 50%;
}

.notifications-item {
    background: #f5f5f5;
}

.noti-unread {
    background: #fff;
}
.noti-unread:hover {
    background: #f7f7f7;
}

.notifications-item a {
    color: #000;
    text-decoration: none;
}

/* Spinner Loader */

.spinner {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100vh;
    text-align: center;
}
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #cf1626;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  /* My followings */
  .followed-plugin-heading h4 {
    font-weight: 600;
  }

/* Footer */

footer {
    background: #f8f9fa;
}

footer li {
    font-family: 'Open Sans',sans-serif;
}

.sec-footer {
    border-top: 1px solid #dadce0;
}

footer p { 

    font-size: 15px;
    color: #606468 !important;
}

.plug_footer_copyright a{
    color: #606468 !important;
}

footer a {
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    color: #0062cc !important;
}

footer a:hover {
    color: #606468 !important;
}

footer ul {
    padding: 0;
    list-style: none;
}

.sec-footer-logo {
    width: 40px;
}

.sec-footer-logo img {
    width: 100%;
}

.date {
    font-size: 11px
} 

.comment-text {
    font-size: 12px
}

.fs-12 {
    font-size: 12px
}

.shadow-none {
    box-shadow: none
}

.name {
    color: #007bff
}

.cursor:hover {
    color: blue
}

.cursor {
    cursor: pointer
}

.textarea {
    resize: none
}

.card {
    width: 100%;
    border: none;
    position: relative
}

.border-blue {
    border: 2px solid blue
}

.dots {
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: blue;
    border-radius: 50%;
    top: 7px;
    left: 7px
}

.user-image img {
    margin-right: 8px
}

.date {
    font-weight: 300;
    font-size: 13px
}

.form-control {
    box-shadow: none !important
}

.form-control:focus {
    border: 1px solid blue
}

.content {
    font-size: 14px
}

button{
    cursor: pointer;
    outline: 0;
    color: #AAA;
  
}

.btn:focus {
    outline: none;
}

.greencol{
    color: green;
}

.redcol{
    color: red;
}

.upvote:hover, .downvote:hover {
    cursor: pointer;
}

/* Mobile Nav Bar */
.mobile-nav-wrap {
    display: none;
}

.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.mobile-header {
  position: relative;
  width: 100%;
  height: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.mobile-header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .navbar .menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.mobile-header .navbar .menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}
.mobile-header .navbar .menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}
.mobile-header .navbar .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 20rem;
  width: 100%;
  height: 100vh;
  padding: 1.5rem 1rem;
  z-index: 9999;
  overflow-y: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-header .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.mobile-header .navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
/* .mobile-header .navbar .menu-link:hover {
  color: #d32f2f;
} */
.mobile-header .navbar .menu-item {
  position: relative;
  list-style: none;
}
.mobile-header .navbar .menu-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.5rem;
  display: block;
  color: #252a32;
  transition: color 0.35s ease-out;
  width: max-content;
}

.mobile-header .navbar .menu-item.has-collapsible {
  position: relative;
}
.mobile-header .navbar .menu-item.has-collapsible .menu-child {
  display: none;
}
.mobile-header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.25rem;
  color: #252a32;
  transition: color 0.35s ease-out;
}

.mobile-header .navbar .menu-item.has-collapsible span::after {
  font-family: "Material Icons";
  content: "";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
}

.mobile-header .navbar .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}
.mobile-header .navbar .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}
.menu-child-item {
    list-style: none;
}

.logo {
    width: 150px;
}

.product-website-url {
    width: max-content;
}

.footer-logo {
    width: 100px !important;
}
.footer-logo img {
    width: 100% !important;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

.forgot-password {
    background: #cf1626;
    border: unset;
}
p.widget-subtitle {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    color: #000 !important;
}

a.text-decoration-underline {
    text-decoration: underline;
}

.sec-footer-menu ul {
    gap: 15px;
}

/* Userprofile V2  */

@keyframes opacity-animation {
    0% {
        opacity: 0;
    }
}
@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.8;
    }
    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3);
    }
    to {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
}
.profile-container .pulse:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #174c1b;
    border-radius: 100%;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(3);
    animation: pulse-animation 2s infinite;
}
.profile-container .pulse {
    position: relative;
    display: inline-block;
    vertical-align: 1px;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ffdd40;
    color: transparent;
    border-radius: 100%;
    flex: 0 0 auto;
    animation: opacity-animation 1s linear;
}
.profile-container .pulse.green {
    background: #11af33;
}

.profile-container .user-profile-name .available-for-work {
    font-size: small;
    color: #11af33;
}

.profile-container .user-profile-name.title2 {
    display: flex;
    gap: 8px;
}

.profile-container .user-social-info, .profile-container .user-education-details {
    margin-top: 25px;
}  

.profile-container .available-for, .profile-container .plugins-owned, .profile-container .plugins-followed {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-container p.available-badges, .profile-container p.plugins-owned-badges, .profile-container p.plugins-followed-badges {
    font-size: 13px;
    background: #f6f6f6;
    color: #333;
    padding: 5px 10px;
    border-radius: 25px;
}

.profile-container .font-13 {
    font-size: 13px;
}

.profile-container .dew {
    color: #606468;
}

.profile-container .profile-follow {
    cursor: pointer;
    border: none;
    color: #fff !important;
    background: #cf1626;
}

.profile-container .unfollow-user {
    cursor: pointer;
    color: #cf1626 !important;
    border: 1px solid #ddd;
    background: transparent;
}

.profile-container .profile-unfollow {
    cursor: pointer;
    color: #cf1626 !important;
    border: 1px solid #ddd;
    background: transparent;
}

.profile-container .social-handles {
    display: flex;
    gap: 15px;
}

.profile-container .follow-and-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    height: 100%;
}

.profile-container .request-header-image {
    width: 60px;
}

.profile-container .request-header-image img {
    border-radius: 50%;
}

.profile-container .request-header {
    display: flex;
    gap: 15px;
    align-items: center;
}

.profile-container .request-header-title h4 {
    line-height: 1.2 !important;
}

.profile-container .btn-matter {
    background: #cf1626;
    border: none;
    color: #fff;
}

.profile-container .cursor-pointer {
    cursor: pointer;
}

.profile-container .pd-right-side-title h4{
    text-transform: uppercase;
}

.profile-container .view-all {
    font-size: 13px;
    text-decoration: underline;
}

.profile-container p.plug-short-description {
    font-size: 13px;
}
.profile-container .user-social-info svg{
    fill: #717171;
}

#successMessage {
    text-align: center;
}

#successMessage svg {
    fill: #17c729;
    margin-bottom: 10px;
}

.user-profile-edit-btn {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    color: #333;
    text-decoration: none !important;
}

/* Create Discussion */
.article_review_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.article_review_form_check {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 25px;
}

.article_review_form_input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    flex-shrink: 0;
}

.article_review_form_input[type="radio"]:checked {
    background-color: #333;
}

.article_review_form_input[type="radio"]:checked::before {
    content: '\2714';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article_review_form_label {
    cursor: pointer;
}

label.form-check-label.article_review_form_label span {
    margin-left: 10px;
}

.ql-code-block-container {
    background-color: #f3f4f6;
    border-radius: 5px;
    padding: 10px;
    overflow-x: auto;
}

.ql-code-block {
    white-space: pre;
    word-wrap: break-word;
}

button.copy-btn {
    border: unset;
    background: #ddd;
    color: #333;
    font-size: 12px;
}

#suggestions {
    display: none;
    position: absolute;
    width: 200px;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.suggestion {
    padding: 5px 10px;
    cursor: pointer;
}

.suggestion:hover, .suggestion.selected {
    background-color: #f0f0f0;
}

#pluginSuggestions {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
}

.list-group-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

/* suggestion comment user */
.suggestions {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0 !important;
    top: 145px !important;
}

.suggestion.linkedin-card {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion.linkedin-card:last-child {
    border-bottom: none;
}

.suggestion.linkedin-card:hover, .suggestion.linkedin-card.selected {
    background-color: #f0f0f0;
}

.suggestion-content {
    display: flex;
    align-items: center;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.suggestion-info {
    flex: 1;
}

.suggestion-name {
    font-weight: 500;
    margin-bottom: 5px;
}

.ql-tooltip {
    left: 14px !important;
}

.suggestion-about {
    font-size: 13px;
    color: #666;
}
form.submit-comment-c {
    position: relative;
}
form#submit-comment-p {
    position: relative;
}

@media (min-width: 320px) and (max-width: 480px) {

    .follow-and-social {
        padding-top: 30px;
    }
    .user-info {
        margin-top: 15px;
    }
    .prod-right-sidebar {
        margin-top: 30px;
    }
    .sec-footer-menu ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    
    .desktop-nav-wrap {
        display: none;
    }
    
    .mobile-nav-wrap {
        display: block;
    }
    .pd-banner {
        font-size: 35px !important;
    }

    .home-cat-pills {
        overflow-x: scroll;
    }
    .home-cat-pills div {
        flex: 0 0 auto !important;
        margin-bottom: 25px;
    }

    .pt-smd-1 {
        padding-top: .25rem !important;
    }

    .pt-smd-2 {
        padding-top: .5rem !important;
    }

    .pt-smd-3 {
        padding-top: 1rem !important;
    }

    .pt-smd-4 {
        padding-top: 1.5rem !important;
    }

    .pt-smd-5 {
        padding-top: 3rem !important;
    }

    .pb-smd-1 {
        padding-bottom: .25rem !important;
    }

    .pb-smd-2 {
        padding-bottom: .5rem !important;
    }

    .pb-smd-3 {
        padding-bottom: 1rem !important;
    }

    .pb-smd-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-smd-5 {
        padding-bottom: 3rem !important;
    }

    .auth-user-name-mobile{
        font-weight: bold;
        margin-top: 5px;
    }
    
    .mobile-nav-search {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
    }

    .mobile-nav-search .pd-search-label {
        position: relative;
        width: 100%;
        padding: 0 20px;
    }

    .mobile-nav-search .pd-search-nav .pd-search-input {
        width: 100%;
    }
    .mobile-nav-search .pd-search-nav {
        display: unset;
        margin: unset;
    }

    .mobile-nav-search .pd-search-nav .form-control-feedback {
        left: 20px;
    }

    .mobile-nav-search .nav-search-enter {
        right: 25px;
    }

    .grid-col-10 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }    

    .product-follow-unfollow-btn {
        margin-top: 15px;
        margin-left: unset;
    }

    
    .pd-side-nav {
        display: flex;
        overflow-x: scroll;
    }

    .pd-side-nav li {
        flex: 0 0 auto;
        margin-right: 25px;
    }

    .side-nav-logo {
        width: 30px;
        margin-right: 5px;
    }

    .form-cta-col {
        flex-wrap: wrap;
    }

    .sec-footer-col{
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 15px;
    }
}

