.mail-avatar-rounded {
    position: absolute;
    width: 48px;
    height: 48px; /* Ensure the height is equal to the width for a perfect circle */
    bottom: -10px;
    right: -10px;
    border-radius: 50%; /* Makes the image fully rounded */
    object-fit: cover; /* Ensures the image fills the circle without distortion */
    box-shadow: 1px 2px 5px #ff000052;
}

.mail-avatar-rounded-ds {
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Makes the image fully rounded */
    object-fit: cover; /* Ensures the image fills the circle without distortion */
}

.noti-avatar-rounded-ds {
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Makes the image fully rounded */
    object-fit: cover; /* Ensures the image fills the circle without distortion */
}

a {
    color: black !important;
    cursor: pointer !important;
}

.radius-selector {
    flex-grow: unset !important;
    width: 50% !important;
}

.dashboard-cover {
    height: 100px !important;
    object-fit: cover !important;
    background-image: url(../../assets/img/bi_image-fill.svg);
}

.profile-img-new img {
    border-radius: 50% !important;
    /* margin-left: 3px !important; */
    height: 140px !important;
}

.sale-img-carousel .carousel-inner .carousel-item img {
    height: 100% !important;
    
    object-fit: contain;
}

.profile-img-new-ud img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
}

.profile-imimg {
    width: 85px !important;
    height: 85px !important;
    border-radius: 50%;
}

.profile-imimg-nh {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.post-img {
    background: #b0bbcc !important;
}

.author-img-ads {
    width: 20px !important;
}

.action-item-ads img {
    width: 15px;
}

.action-item-ads {
    margin: 5px !important;
}

.ads-actions {
    width: 90px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

.ads-title {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 500;
}

.ads-text {
    color: #000000 !important;
    font-size: 12px !important;
}

.ads-text-loc {
    color: #000000;
    font-size: 10px !important;
}

.ad-img {
    margin-top: 0px;
    width: 100%;
    position: relative;
    /* background: #4e94d2; */
    text-align: center;
    margin-bottom: -8px;
}
.ad-img video {
    height: 388px;
    object-fit: contain;
    border-radius: 8px;
}
.ad-img img {
    height: 388px;
    object-fit: contain;
    border-radius: 8px;
}
.ad-interactions {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px 16px 20px;
}

.ad-author-loc {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ads-tags {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 0px 20px 15px;
    flex-wrap: wrap;
}

.ads-tags span,
.ads-tags a {
    box-shadow: 0px 4px 20px 0px #00000014;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 8px;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #8B8D90;
    text-decoration: none;
}

.interaction-item-ad img,
.interaction-item img,
.btn-bookmarkFill img {
    width: 24px;
}

.single-sale-interaction,
.product-hover-share,
.other-loc,
.ad-interactions,
.communites-contentsx-item,
p {
    cursor: pointer !important;
}

.com-location {
    margin: 2px !important;
}

.company-category {
    padding: 15px 0px !important;
    padding-top: 2px !important;
    margin-bottom: 0px !important;
}

.comp-carosl {
    height: 198px !important;
    object-fit: contain !important;
    cursor: pointer;
}

.comp-carosl-empty {
    background: #e2ebf4 !important;
    padding: 20px !important;
}

.global-search-dropdown {
    position: absolute;
    width: 30%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 325px;
    overflow-y: auto;
    z-index: 1000;
}

.global-search-dropdown-cmp {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

.global-search-category {
    /* font-weight: bold; */
    padding: 8px;
    background: #f5f5f5;
    cursor: pointer !important;
}

.global-search-category-cmp {
    /* font-weight: bold; */
    padding: 8px;
    background: #f5f5f5;
    cursor: pointer !important;
}

.global-search-item {
    padding: 5px 8px;
    cursor: pointer;
    line-height: 30px;
}

.global-search-item:hover {
    background: #eee;
}

.no-results {
    color: #999;
    text-align: center;
    padding: 10px;
}

.top-right-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

/* Center Content Vertically & Horizontally */
.dashboard-pd {
    display: flex;
    justify-content: center; /* Center horizontally */
    /* align-items: center;
    min-height: 100vh; */
    text-align: center; /* Align text */
}

/* Optional: Ensure posts are displayed properly */
.container-pd {
    max-width: 800px; /* Adjust width as needed */
    width: 100%;
    background: #fff; /* Add background if needed */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Center Content Vertically & Horizontally */
.dashboard-lt {
    display: flex;
    justify-content: center; /* Center horizontally */
    text-align: center; /* Align text */
}

/* Optional: Ensure posts are displayed properly */
.container-lt {
    max-width: 800px; /* Adjust width as needed */
    width: 100%;
    background: #fff; /* Add background if needed */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Center Content Vertically & Horizontally */
.dashboard-de {
    display: flex;
    justify-content: center; /* Center horizontally */
    text-align: center; /* Align text */
}

/* Optional: Ensure posts are displayed properly */
.container-de {
    max-width: 800px; /* Adjust width as needed */
    width: 100%;
    background: #fff; /* Add background if needed */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Center Content Vertically & Horizontally */
.dashboard-ds {
    display: flex;
    justify-content: center; /* Center horizontally */
    min-height: 100vh; /* Full height */
    text-align: center; /* Align text */
}

/* Optional: Ensure posts are displayed properly */
.container-ds {
    max-width: 1000px; /* Adjust width as needed */
    width: 100%;
    /* background: #fff; 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.company-filter-wrapper {
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents button text from wrapping */
    padding-bottom: 5px; /* Avoids scrollbar overlapping buttons */
}

/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
.company-filter-wrapper::-webkit-scrollbar {
    height: 6px;
}

.company-filter-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.company-filter-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.company-filter {
    display: flex;
    gap: 10px; /* Space between buttons */
    /* width: max-content; */
}

/* Button styling */
.company-filter-btn {
    flex-shrink: 0; /* Prevents buttons from shrinking */
    padding: 8px 15px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    white-space: nowrap; /* Ensures text stays in one line */
}

.notification-left,
.notification-imgBox {
    align-items: flex-start !important;
}

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

.reportPostOffcanvas-header , .reportClaimPostOffcanvas-header {
    gap: 80px;
    padding: 60px 40px 30px;
    align-items: baseline;
    justify-content: space-between;
}

.reportPostOffcanvas-header button {
    border: none;
    background: transparent;
}

#reportPostOffcanvas {
    overflow-y: auto;
}

.reportPostOffcanvas-header {
    gap: 40px;
    padding: 20px 20px 0;
}

#reportPostOffcanvas,
#reportClaimPostOffcanvas,
#postCommentsOffcanvas,
#recommendationsOffcanvas,
#adsCommentsOffcanvas {
    width: 50%;
}

.dashboard-cover.new-dashboard-cover {
    height: 130px !important;
}

.profile-card.profile-cardx.new-profile-cardx {
    padding-top: 5px !important;
}

.navSearch input {
    padding: 10px 50px 10px 10px !important;
}

.no-ads-wrapper span {
    margin: 0 auto;
    max-width: 183px;
    color: #a59d9d;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.053px;
    /* padding: 15px 0 100px; */
}

.no-ads-wrapper p {
    max-width: 250px !important;
    padding: 15px 0 8px !important;
}

.inner-info-coms-left-three-pill {
    width: auto !important;
}

i {
    cursor: pointer !important;
}

.connection-disconnect:hover {
    color: white !important;
}

.img-cont {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.post-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(80px); /* Apply blur effect */
    transform: scale(1.1); /* Slightly enlarge to prevent edge clipping */
}

.img-cont a,
.listing_img {
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
}

.img-cont a img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.ribbon {
    position: absolute;
    top: -8px;
    left: 16px;
    background: #1F458B;
    color: #fff;
    padding: 5px 10px;
    z-index: 3;
}
.ribbon::before {
    content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #1F458B;
	z-index: 1;
	transform: translateX(100%);
}
#previewContComm .ribbon {
    top: 12px;
}
.img-cont-listing {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Blurred background image */
.blurred-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    object-fit: cover !important;
    filter: blur(80px);
    z-index: 0;
}

/* Clear foreground image */
.listing_img-listingc {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.inner-item-boxes-image {
    width: 290px;
    height: 290px;
    /* height: 237px; */
}

.postUpload-container .comunity-image-upload-label {
    height: 250px !important;
}

video.deal-video {
    border-radius: 5px;
    margin-bottom: -6px;
    width: 138px;
}

.btn-active-hover-cd {
    color: #fff !important;
    background: #4a17cb !important;
}

.anywhere-button-wrapper button:hover,
.service-select-title button:hover {
    color: unset !important;
    background: unset !important;
}

.not-find,
.title-2x-bg {
    background: #e3eaf4 !important;
    padding: 20px !important;
}

.detailss,
.postDetailsBody {
    padding: 10px 0 0px 0 !important;
}

.communites-contentsx-item.selected {
    background-color: #4916cb;
}

.communites-contentsx-item.selected span {
    color: white;
}

#pc-comments-container, #ac-comments-container {
    overflow: scroll !important;
}
/* Listing Css */
/* .form-tooltip-listing{
    position: absolute;
    cursor: pointer;
} */

.web-two-modal .modal-button.logout-button {
    color: #4a17cb;
}
.web-two-modal .modal-button.logout-button:hover {
    background-color: #4a17cb;
    color: #fff;
}

/* Chandan 25 march */

.crdshwc {
    cursor: pointer !important;
}

.curpointer {
    cursor: pointer !important;
}

.comment-input-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.cmnt-form {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0% !important;
}

.cmnt-form .form-control {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cmnt-submit {
    background: none;
    border: none;
    cursor: pointer;
}

.cmnt-submit img {
    width: 24px;
    height: 24px;
}

/* Ensure offcanvas-body has enough space for scrolling */
#pc-comments-container-scroll, #ac-comments-container-scroll {
    padding-bottom: 80px !important; /* Adjust to ensure space for input field */
}

.cmnt-submit {
    background: linear-gradient(90deg, rgba(70, 20, 202, 1) 0%, rgba(149, 77, 225, 1) 100%) !important;
}

.modal-close {
    border: none !important;
    background: transparent !important;
}

.product-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
}

.product-hover-container {
    padding: 10px 11px 10px 16px !important;
}

.lookingFor-input-wraper-newss .boots-input-title {
    margin-left: -70px;
}

.comunity-search-input input {
    padding: 16px 18px 16px 20px !important;
}

.comunity-search {
    padding: 5px 40px 20px !important;
}

.cpScrlB {
    max-height: 350px !important;
    overflow-y: auto !important;
}

.cpScrlF {
    z-index: 99999999 !important;
}

.comunity-container {
    padding: 10px 0 !important;
}

.postUpload-container .comunity-image-upload-preview {
    height: 250px !important;
}

.keywords-wraper-post-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.keyword-btn {
    cursor: pointer;
    border-radius: 7px;
    background: #f1f5f9;
    box-shadow: 6px 6px 12px 0 #d4e0ebcc, -6px -6px 12px 0 #fff;
    border: none;
    outline: none;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: all ease-in-out 0.3s;
    display: block;
    width: 100%;
}
.keyword-btn.active {
    background-color: #1f458a;
    color: white;
}
.keyword-btn input {
    display: none;
}

.input-wrapper .form-input {
  padding: 18px 18px 18px 60px !important;
}

.postdetails-form-bar {
    left: 50px !important;
}

.registration-illustration img {
    /* width: 40% !important; */
}

.footer-cll {
    background: #e3ebf4 !important;
}

.featured-deals-wrapper {
    position: relative;
    max-width: 1200px; /* Or any other max width you prefer */
    margin: 0 auto; /* Centers the container horizontally */
    padding: 10px 0;
    cursor: pointer;
}
  
  #featured_deal .product-card {
    border-radius: 10px;
    background: white;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }
  
  #featured_deal .product-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
  }


  .price {
    font-weight: bold;
    color: green;
    font-size: 1rem;
  }
  .reg-price {
    /* text-decoration: line-through; */
    color: rgb(225, 85, 85);
    font-size: 0.7rem;
  }
  .time-label {
    font-size: 0.8rem;
    color: #888;
  }
  
  .custom-prev,
.custom-next {
    background: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
}
  
  .custom-prev:hover,
  .custom-next:hover {
    background-color: rgba(255,255,255,0.9);
  }
  
  .custom-prev {
    left: -10px;
  }
  
  .custom-next {
    right: -10px;
  }

  .adsSt .steps {
    width: 50%;
  }

  .adsSt .step-bar {
    width: 80% !important;
  }

  .post-tags, .ads-tags {
    cursor: pointer !important;
  }

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

  #profileOptions {
    background: transparent;
  }

  .commentListPreview {
    height: 222px !important;
    /* transform: scale(0.8); */
  }
  
.set-text-justify {
    text-align: justify;
}
.set-fb-story-slider {
    background: #e3ebf4;
    padding: 30px 0;
}
.set-overflow-hidden {
    overflow: hidden;
}
.set-inner-card-story {
    position: relative;
    height: 282px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #fff;
    width: 95%;
    overflow: hidden;
}
.set-inner-card-story .set-img-video-story-card {
    height: 100%;
    width: 100%;
}
.set-bg-blur-img {
    position: absolute;
    top: 0;
    z-index: 0;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
    width: 55%;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(15px);
    overflow: hidden;
    box-shadow: none;
}
.set-story-content-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.set-story-content-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.set-user-img-story {
    position: absolute;
    top: 10px;
    left: 8px;
    height: 48px;
    width: 48px;
    border-radius: 50px;
    border: 1px solid rgb(176, 176, 245);
}
.set-user-img-story img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.set-user-name-story {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 8px;
    bottom: 10px;
    text-shadow: 1px 0px 1px #ccc;
}
.set-responsive .slick-prev.slick-disabled, .set-responsive .slick-next.slick-disabled {
    opacity: 0;
}
.set-responsive .slick-prev:before {
    content: '←';
}
.set-responsive .slick-prev:before, .set-responsive .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.set-responsive .slick-prev {
    left: 0px;
    z-index: 900;
}
.set-responsive .slick-prev, .set-responsive .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.set-responsive .slick-next {
    right: 0px;
    z-index: 900;
}
.set-responsive .slick-prev, .set-responsive .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.set-responsive .slick-next:before {
    content: '→';
}
.set-responsive .slick-prev:before, .set-responsive .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.set-responsive .slick-dots {
    display: none !important;
}






.set-slide-modal .slick-prev.slick-disabled, .set-slide-modal .slick-next.slick-disabled {
    opacity: 0;
}
.set-slide-modal .slick-prev:before {
    content: '←';
}
.set-slide-modal .slick-prev:before, .set-slide-modal .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.set-slide-modal .slick-prev {
    left: -42px;
    z-index: 900;
}
.set-slide-modal .slick-prev, .set-slide-modal .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.set-slide-modal .slick-next {
    right: -42px;
    z-index: 900;
}
.set-slide-modal .slick-prev, .set-slide-modal .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.set-slide-modal .slick-next:before {
    content: '→';
}
.set-slide-modal .slick-prev:before, .set-slide-modal .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.set-slide-modal .slick-dots {
    display: none !important;
}
.set-slide-modal .set-bg-blur-img {
    width: 95%; 
}
.set-cursor-pointer {
    cursor: pointer;
    outline: none;
}

.set-modal-story-fb .modal-dialog {
    max-width: 472px;
}
.set-modal-story-fb .modal-content {
    background-color: #000;
}
.set-modal-story-fb .set-inner-card-story {
    height: 92vh;
    width: 100%;
}
.set-modal-story-fb .set-user-name-story {
    left: 70px;
    top: 24px;
}
.create-account-section p a {
    color: #4a17cb !important;
}

#globalDropZone {
    background: rgba(0, 0, 0, 0.3);
    border: 4px dashed #ccc;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-align: center;
}

.zero-count {
    color: lightgrey !important;
}


.company-filter-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    /* overflow: hidden; */
    position: relative;
    gap: 10px;
}

.company-filter, .category-filter {
    width: 85%;
}
.company-filter {
    flex-grow: 1;
}
.company-filter-btn {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #E9ECF3;
    margin: auto;
    padding: 9px 15px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-blue-500);
    display: inline-block;
    white-space: nowrap;
    background-color: transparent;
}

.custom-arrow {
    background-color: #1F458A;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    flex-shrink: 0; /* prevents arrow from shrinking */
    display: flex;
    align-items: center;
    justify-content: center;
}

.keywords-wraper-post-details button.active {
    background-color: #1f458a;
    color: white;
}

.create-company-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1f458a;
    color: white;
    font-size: 18px;
    padding: 15px 24px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.create-company-btn:hover {
    background-color: #1f458a;
}

.create-company-btn .saveBtnIcon i {
    font-size: 20px;
}

div#dynamic-service-accordion {
    height: 350px;
    overflow: scroll;
}

.private-checkbox-custom {
    border: 2px solid #989b9e !important;
}

.location-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e5dbff;
    padding: 15px 20px;
    border: 1px solid #4814ca;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 9999;
    font-family: sans-serif;
    animation: fadeIn 0.3s ease-in-out;
}

.location-popup .popup-content p {
    margin: 0 0 10px;
}

.location-popup .popup-content button {
    background-color: #4814ca;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


.radio-button-option {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
.radio-button-option input[type="radio"] {
    display: none;
}

.radio-button-option .upload-buttom-top {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: all 0.2s;
    background-color: #f7f7f7;
}

.radio-button-option input[type="radio"]:checked + .upload-buttom-top {
    background: linear-gradient(90deg, #f143ec 4.12%, #954de1 89.95%)
}

.comunity-image-upload-preview-Ads {
    height: 150px !important;
}

.company-section-ads {
    max-width: 1000px;
    background: #f1f5f9;
    margin: 0 auto;
    padding: 50px 29px;
    margin-top: 20px;
}

.post-upload-ads .steps {
    width: 600px;
}

.w-80 {
    width: 80% !important;
}

.form-check-input {
    cursor: pointer !important;
}

#email-input-verify {
    padding: 5px 5px 5px 12px !important;
}

.no-ads-wrapper-posts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* Take full height of parent grid cell */
    grid-column: 1 / -1; /* Span all columns */
    min-height: 300px; /* Optional: adjust for visual height */
    text-align: center;
}

.page-color {
    background: #e3ebf4 !important;
}

.main-color {
    background-color: #4a17cb !important;
    color: #fff !important;
}

.vpc-ad-card {
    /* border: 1px solid #4a17cb !important; */
    /* box-shadow: 1px 1px 15px #5130a5 !important; */
    margin-top: 10px;
}

.set-inner-card-right-bar {
    background-color: transparent !important;
}



.set-category-card {
    width: unset !important;
}

.deals-num {
    font-size: 9px !important;
}

.vpc-post-card {
    margin-top: 10px !important;
}

.saveBtn-Bp {
    background: linear-gradient(90deg, rgba(70, 20, 202, 1) 0%, rgba(149, 77, 225, 1) 100%);
    padding: 4px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
    border: none;
    border-radius: 10px;
    gap: 8px;
}

.txt-grey-small {
    color: #848484 !important;
    font-size: 13px !important;
}

.txt-grey-small:hover {
    background-color: #4a17cb;
    color: #fff !important;
}

.txt-desc-small {
    color: #848484 !important;
    font-size: 16px !important;
}

.txt-primary-small {
    color: #4a17cb !important;
    font-size: 13px !important;
}

.boost-quantity input {
    width: 60px;
}

.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}



.set-f-18-700-bold {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    color: #1F2937;
}  
.set-payment-para-left {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #1F2937;
}
.set-f-12-near-black {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    color: #1F2937;
}
.set-payment-para-left {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #1F2937;
}

.set-box-charge-summary-main {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E5E7EB;
    padding: 12px 15px;
    margin: 0px 40px 10px 40px;
    max-height: 120px;
    overflow-y: scroll;
}

.card-elevated {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.fs-20 {
    font-size: 20px;
} /* Heading */
.fs-16 {
    font-size: 16px;
} /* Total label + buttons */
.fs-14 {
    font-size: 14px;
} /* Row labels/values */
.fs-12 {
    font-size: 12px;
} /* Sublabels */
.chev {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    color: #6c757d;
}
/* When the toggler has .collapsed (Bootstrap applies this), keep arrow down; otherwise rotate up */
.toggle-btn:not(.collapsed) .chev {
    transform: rotate(180deg);
}

.gradient-btn {
    background: linear-gradient(90deg, #4614ca, #954de1);
    color: #fff;
}
.gradient-btn:hover {
    opacity: 0.95;
    color: #fff;
}
.divider {
    border-top: 1px solid #e5e7eb;
}
.divider-dashed {
    border-top: 1px dashed #e5e7eb;
}