.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e2e2e2 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 6px;
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
.skeleton-row {
    display: flex;
    gap: 20px;
    padding: 15px 0;
}
.skeleton-col {
    flex: 1;
    height: 20px;
}
.skeleton-wrapper {
    /*padding: 10px 0;*/
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sortable{
    cursor:pointer;
}
.no-record-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f6fb;
    border-radius: 8px;
    padding: 18px 25px;
    margin-top: 15px;
    font-size: 15px;
    color: #555;
}
.no-left {
    font-weight: 500;
    color: #444;
}
.view-all-link {
    color: #1a73e8;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.view-all-link:hover {
    text-decoration: underline;
}
.active-filters {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-chip {
    display: flex;
    align-items: center;
    background: #f2f4f8;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    color: #333;
    border: 1px solid #e0e6ef;
}

.filter-chip i {
    margin-right: 6px;
}

.filter-chip .remove-chip {
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.filter-active-badge {
    background: #e5f0ff;
    color: #1a73e8;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 8px;
}
.cus_date{
    display: flex;
}
input#customStartDate, input#customEndDate{
    width: 45%;
        border: 1px solid #cdcdcd;
    height: 25px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}
button#applyCustomDate {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    background: #051e0e;
    color: white;
    border: none;
    border-radius: 4px;
}
button#loadMoreBtn {
    padding: 4px;
    position: relative;
    top: -20px;
    cursor:pointer;
}
.tradeshow-detail-link{color:black;}
.mb-10 {
    margin-bottom: 10px!important;
}
.booth_description{
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    margin-bottom: 0px;
    outline: none;
    font-family: 'Outfit';
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.homepage_chbox{
    width: 3%!important;
}

.homepage_q_form input{
    margin-bottom: 0px !important;
    margin-top: 15px;
}
.hmepage_phne{
    margin-top: 15px;
}

.dis_flex{
    display: flex;
}
.div_a{
    width: 49%;
    margin-right: 10px;
}
.div_b{
    width: 49%;
}
.bug_rng{
    margin-top: 20px;
}
.bug_rng , .ev_goal{
    margin-top: 15px !important;
}

.sm-txt{
    margin: 4px 0 6px;
    font-size: 12px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
}

.mt-0{
    margin-top: 0px!important;
}

select.is-invalid {
    margin-bottom: 0px!important;
}

#citySuggestions{
    cursor: pointer;
}

#venueSuggestions{
    cursor: pointer;
}

#eventSuggestions{
    cursor: pointer;
}

.t_details_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 30px;
}

.t_d_box {
    width: calc(50% - 18px);
    background: #f8f8f8;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
}

/* Mobile: 1 per row */
@media(max-width: 768px) {
    .t_d_box {
        width: 100%;
    }
}

.submit-loader{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-loader__box{
  background:#fff;
  padding:18px 20px;
  border-radius:12px;
  width:min(360px, 92%);
  text-align:center;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.submit-loader__spinner{
  width:34px;height:34px;
  border:4px solid #ddd;
  border-top-color:#333;
  border-radius:50%;
  margin:0 auto 10px;
  animation: spin .9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.submit-loader__text{ font-size:14px; }

.faq_a_p{
    font-size: unset !important;
}

.faq_t_det{
   font-size: unset !important;
   margin: 0px !important; 
}
.d_none{
    display: none;
}
figure.image{
        padding: 0px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

figure.image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


/*index page error msg success msg show */
/* Flash message styling */
.flash-msg{
    position: relative;
    margin: 15px 0;
    border-radius: 10px;
    padding: 12px 45px 12px 15px;
    font-size: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Make close button look nicer */
.flash-msg .btn-close{
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: .7;
}
.flash-msg .btn-close:hover{
    opacity: 1;
}
.d-flex {
    display: flex;
}
.more-tags {
    cursor: pointer;
}
.price_form_input{
        padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
}


/*Builder detail price table */
.pricing_card{border:1px solid #e9e9e9;border-radius:14px;background:#fff;overflow:hidden}
.pricing_head{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #efefef;background:#fafafa}
.ph_title{font-weight:700;font-size:15px}
.ph_sub{font-size:12px;opacity:.75;margin-top:2px}
.ph_right{font-size:12px;opacity:.7;white-space:nowrap;align-self:center}
.pricing_table_wrap{overflow:auto}
.pricing_table{width:100%;border-collapse:separate;border-spacing:0}
.pricing_table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;padding:12px 14px;text-align:left;background:#fff;border-bottom:1px solid #efefef}
.pricing_table tbody td{padding:12px 14px;border-bottom:1px solid #f2f2f2;vertical-align:middle}
.pricing_table tbody tr:nth-child(odd){background:#fcfcfc}
.pricing_table tbody tr:hover{background:#f6fbff}
.size_pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#f1f1f1;font-weight:600;font-size:13px}
.price_badge{display:inline-block;padding:7px 10px;border-radius:10px;background:#eaf8ee;font-weight:700;font-size:13px}
.notes_col{font-size:13px;opacity:.85}
.pricing_footer_note{padding:12px 16px;font-size:12px;opacity:.75;background:#fafafa}

.budget_input{width: 50%;}
.active_filter_div{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    position: relative;
    top: -23px;
}

.img_grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}

.img_grid.empty{
  min-height:120px;
  background:#fafafa;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.img_cell{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  aspect-ratio: 4 / 3;
  background:#f3f4f6;
}

.img_cell img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* skeleton shimmer */
.img_skel{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
}

@keyframes shimmer{
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

/* blur + fade in image when loaded */
.img-blur{
  opacity:0;
  filter: blur(10px);
  transform: scale(1.02);
  transition: opacity .25s ease, filter .35s ease, transform .35s ease;
}

.img-blur.img-loaded{
  opacity:1;
  filter: blur(0);
  transform: scale(1);
}

/*terms*/
.terms-of-service{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.65;color:#1f2937;background:#fff}.terms-of-service .container{max-width:920px}.terms-of-service h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;color:#111827}.terms-of-service h2{font-size:1.25rem;font-weight:700;margin:2rem 0 .75rem;padding-top:.5rem;color:#111827;border-top:1px solid #e5e7eb}.terms-of-service h3{font-size:1.05rem;font-weight:700;margin:1.25rem 0 .5rem;color:#111827}.terms-of-service p{margin:0 0 .9rem;color:#374151}.terms-of-service li{margin:.35rem 0;color:#374151}.terms-of-service ul{margin:.25rem 0 1rem 1.1rem;padding:0}.terms-of-service a{color:#2563eb;text-decoration:none;font-weight:600}.terms-of-service a:hover{text-decoration:underline}.terms-of-service a:focus{outline:#93c5fd solid 2px;outline-offset:2px;border-radius:4px}@media (max-width:576px){.terms-of-service h1{font-size:1.6rem}.terms-of-service h2{font-size:1.15rem}.terms-of-service ul{margin-left:1rem}}

/*Privacy*/
.privacy-policy h1,.privacy-policy h2,.privacy-policy h3{font-weight:700;color:#111827}.privacy-policy{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.65;color:#1f2937;background:#fff}.privacy-policy .container{max-width:920px}.privacy-policy h1{font-size:2rem;letter-spacing:-.02em;margin:0 0 .5rem}.privacy-policy h2{font-size:1.25rem;margin:2rem 0 .75rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.privacy-policy h3{font-size:1.05rem;margin:1.25rem 0 .5rem}.privacy-policy p{margin:0 0 .9rem;color:#374151}.privacy-policy li strong,.privacy-policy p strong{color:#111827}.privacy-policy .text-muted{color:#6b7280!important}.privacy-policy ul{margin:.25rem 0 1rem 1.1rem;padding:0}.privacy-policy li{margin:.35rem 0;color:#374151}.privacy-policy a{color:#2563eb;text-decoration:none;font-weight:600}.privacy-policy a:hover{text-decoration:underline}.privacy-policy a:focus{outline:#93c5fd solid 2px;outline-offset:2px;border-radius:4px}.privacy-policy .mb-1{margin-bottom:.25rem}.privacy-policy .mb-0{margin-bottom:0}@media (max-width:576px){.privacy-policy h1{font-size:1.6rem}.privacy-policy h2{font-size:1.15rem}.privacy-policy ul{margin-left:1rem}}

.info .meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin:4px 0;
  color:#555;
}
.info .meta i{
  font-size:14px;
  opacity:.85;
}


/*find tradshow listing page*/
 .empty-state{
    width:100%;
    background:#fff;
    border:1px solid #eee;
    border-radius:14px;
    padding:34px 18px;
    text-align:center;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
}

.empty-icon{
    width:64px;
    height:64px;
    margin:0 auto 14px;
    border-radius:50%;
    background:rgba(0,0,0,.04);
    display:flex;
    align-items:center;
    justify-content:center;
}

.empty-state h3{
    margin:0 0 8px;
    font-size:18px;
    font-weight:700;
}

.empty-state p{
    margin:0 auto 18px;
    max-width:420px;
    font-size:14px;
    line-height:1.5;
    opacity:.75;
}

.empty-actions{
    display:flex;
    justify-content:center;
    gap:10px;
}

.btn-empty{
    border:none;
    background:#111;
    color:#fff;
    padding:10px 16px;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
    font-size:14px;
}

.btn-empty:hover{ opacity:.9; }
#emptyStateWrap{
    width:100%;
    margin-top:14px;
}
/* Shimmer skeleton */
.skeleton{
  background: linear-gradient(90deg, #f0f0f0 25%, #e2e2e2 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s ease infinite;
  border-radius: 6px;
}
@keyframes shimmer{
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton_wrapper{
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

/* for list style rows */
.skeleton_row{
  display: flex;
  gap: 20px;
  padding: 15px 0;
  align-items: center;
}
.skeleton_col{
  flex: 1;
  height: 20px;
}

/* optional: match your list item height */
.skeleton_row .sk-logo{ flex: 0 0 60px; height: 60px; border-radius: 10px; }
.skeleton_row .sk-btn{ flex: 0 0 120px; height: 36px; border-radius: 10px; }

/* optional: card skeleton for grid */
.skeleton_card{
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.skeleton_card .sk-img{ height: 54px; width: 140px; margin-bottom: 14px; }
.skeleton_card .sk-line{ height: 14px; margin: 10px 0; }
.skeleton_card .sk-line.sm{ width: 60%; }
.skeleton_card .sk-line.xs{ width: 40%; }
.skeleton_card .sk-pill{ height: 18px; width: 48%; border-radius: 999px; }
.skeleton_card .sk-btnfull{ height: 38px; border-radius: 10px; margin-top: 14px; }
.dual_input {
    display: flex;gap: 10px;
}