.cta_block {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-rep-image {
    opacity: 0.25;
}


.thumbnail-item {
    position: relative;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: white;
    pointer-events: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.video-thumb {
    opacity: 0.9;
}

.new-member-form .hint {
    font-size: 0.875em;
}


.sticky-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sticky-header th {
    background-color: #fff;
}

#plantFilter {
    max-width: 200px;
}

/* Apply striping only to supplier rows */
.table-striped.table-supplies>tbody>tr.supplier-row:nth-of-type(4n+1),
.table-striped.table-supplies>tbody>tr.supplier-row:nth-of-type(4n+2) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-striped.table-supplies>tbody>tr.collapse {
    background-color: transparent !important;
}

/* Hide items with no listings by default */
tr.no-listings {
    display: none;
}

/* When showing all, display them */
body.show-all tr.no-listings {
    display: table-row;
}



/* header carousel custom css */
.header-carousel-wrapper {
    margin-top: -200px;
}

.header-carousel .owl-stage-outer {
    overflow: visible;
}

.header-carousel .owl-item {
    transition: all 0.3s ease;
}

.header-carousel .owl-item:not(.center) {
    /* opacity: 0.5; */
    transform: scale(0.9);
}

.header-carousel .owl-item.center {
    z-index: 10;
}

.header-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    font-size: 24px !important;
}

.header-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.header-carousel .owl-nav button.owl-next {
    right: -60px;
}

.header-carousel .owl-nav button span {
    line-height: 45px;
}

/* end header carousel custom css */



.hero-video-header {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.hero-video-header .container {
    z-index: 2;
}


span.hint {
    font-size: .85em;
}

#hint_hidden_user {

    display: block;
    margin-left: 2.5em;
}



.bg-overlay-lighter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-overlay-lighter:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: .25
}


.bg-overlay-light {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-overlay-light:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: .55
}

.bg-overlay-grey {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-overlay-grey:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #212529;
    opacity: .25
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #212529;
    opacity: .55
}

.header-text {
    position: relative;
    z-index: 4;
}

@media (min-width: 992px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }
}


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


.dashboard-sidebar {
    /* min-height: 100vh; */
    /* border-right: 1px solid #dee2e6; */
}

.dashboard-main-content {
    /* min-height: 100vh; */
}

@media (max-width: 991.98px) {
    .dashboard-sidebar {
        display: none;
    }

    .dashboard-sidebar.show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        height: 100vh;
        overflow-y: auto;
        z-index: 1050;
        background-color: #f8f9fa;
    }

    .member-side-button {
        z-index: 1060;
    }
}


#listings,
#services {
    scroll-margin-top: 100px;
}


span.delete.file {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /* color: #747d88; */
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #455A5B;
    border-color: #455A5B;
}


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


/* authorize.net stuff for the payment form */
.checkout-wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.checkout-header {
    background: #1a1a2e;
    color: #fff;
    padding: 24px 28px;
}

.checkout-header h1 {
    font-size: 1.25rem;
    font-weight: 600;
}

.checkout-header p {
    font-size: 0.9rem;
    color: #a0aec0;
    margin-top: 4px;
}

.amount-badge {
    display: inline-block;
    background: #2d6a4f;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 12px;
}

#payment-iframe {
    width: 100%;
    height: 50em;
    border: none;
    display: block;
    transition: height .3s ease;
}

.loading {
    padding: 40px;
    text-align: center;
    color: #718096;
    font-size: 0.95rem;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin .8s linear infinite;
    margin: 0 auto 12px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#status-banner {
    display: none;
    padding: 18px 28px;
    font-weight: 600;
    font-size: 1rem;
    border-top: 1px solid #e2e8f0;
}

#status-banner.approved {
    background: #f0fff4;
    color: #276749;
}

#status-banner.declined {
    background: #fff5f5;
    color: #c53030;
}




#plantResults {
    scroll-margin-top: 250px;
}


.deskAdjust {
    /* position: relative; */
    top: -55px;
}


@media (max-width: 991.98px) {
    .deskAdjust {
        top: 0px !important;
    }
}



.ad-premium-size{
    max-width: 243px !important;
}

.ad-tower-size{
    max-width: 243px !important;
}

.ad-leaderboard-size{
    max-width: 676px;
}


@media (max-width: 992px) {
    .sm-h6 {
        font-size: 1rem !important;
    }
}

.profile-thumb {
    max-width: 400px;
    margin: 0px auto;

} 
.profile-thumb img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}



.bg-primary-subtle{
    background-color: rgb(243,247,226) !important;
}




.captioned-plant {
    position: relative;
}

.plant-caption {
    display: none;
}

@media (min-width: 768px) {
    .plant-caption {
        line-height: 1.2;
        font-size: 14px;
        display: block;
        position: absolute;
        bottom: 2px;
        z-index: 1;
        color: #fff;
        padding: 2px 5px;
        text-shadow: 1px 1px #000;
        white-space: break-spaces;
        word-wrap: anywhere;
        /* background: rgba(255, 255, 255, .5); */
        width: 100%;
    }
    .thumbnail-item .plant-caption {
        display: none;
    }
}

.page-block img {
    max-width: 100%;
}