﻿
body, ul, li, p, a, h1, h2, h3, h4, h5, h6, label {
    margin: 0;
    padding: 0;
}
/* ONLY the 4 corners: SW, NW, NE, SE */
#vv, .jcrop-holder {
    max-width: 100% !important;
}

.disabled-section {
    pointer-events: none; /* Prevent clicking everything inside */
    opacity: 0.4; /* Gray/faded look */
    filter: grayscale(100%); /* Optional extra grayscale */
}

.disabled-link {
    cursor: not-allowed;
}

.pt-60 {
    padding-top: 60px;
}

#canvas {
    width: 100% !important; /* Scale canvas to fit screen */
    display: block;
    /* Removed: height: auto !important; */
}

#vv {
    border: 2px solid blue; /* See container bounds */
}

#canvas {
    border: 2px solid red; /* See canvas bounds */
}
/* Jcrop's tracker */
.jcrop-holder {
    border: 2px dashed green; /* See Jcrop bounds */
}

.jcrop-handle.ord-sw,
.jcrop-handle.ord-nw,
.jcrop-handle.ord-ne,
.jcrop-handle.ord-se {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background: #7d2ae863 !important;
    border: 2px solid #7d2ae863 !important;
    opacity: 1 !important;
    z-index: 10;
}

/* Hide any other handles (just in case) */
.jcrop-handle:not(.ord-sw):not(.ord-nw):not(.ord-ne):not(.ord-se) {
    display: none !important;
}
.social-view{
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}
.badge2{
    border-radius: 50%;
    max-width: 48px;
    max-height: 48px;
    background-color: #fff!important;
}
.badge2 img{
    width: 100%;
    height: 100%;
}
.active-box {
    border-radius: 0;
    border: none;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 9px;
    color: #000 !important;
    position: relative;
}

.valid-till {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

h1, h3, h5, h6 {
    color: #212529;
}

.image-scroller-container {
    width: 100%;
    float: left;
}

.image-scroller {
}

    .image-scroller img {
        margin: 0px 1.5%;
        box-shadow: 0 0 15px #e3e3e3;
        float: left;
        width: 22%;
        border-radius: 10px;
        height: auto;
        display: block;
    }

@media (max-width: 768px) {
    .image-scroller img {
        margin: 20px 5%;
        width: 90%;
    }
}

.bottom-nav-wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    height: 59px;
    bottom: 0;
    border-top: 1px solid #e3e3e3;
}

.bottom-nav {
    display: none;
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Paused class */
.paused {
    animation-play-state: paused !important;
}

.navbar-brand img {
    margin-top: 6px;
}

.promo-title h2 {
    font-weight: 800;
    font-size: 4em;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: italic;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.btn-none {
    outline: none !important;
    border: none !important;
    background-color: initial !important;
}

.btn-item {
    border: 1px solid #e3e3e3;
    float: left;
    border-radius: 2em;
    padding: 3px 18px;
    margin-right: 10px;
}

:root {
    --carousel-depth: 15vw; /* smaller, scales with screen width */
}

.currency {
    position: absolute;
    top: 20px;
    left: 5px;
}

.pre-box .pre-box-carousel-container {
    width: 80%; /* smaller than full width */
    max-width: 400px; /* hard cap so it never gets huge */
    aspect-ratio: 4 / 3;
    perspective: 1000px;
    margin: 40px auto;
    position: relative;
}

.pre-box .pre-box-carousel-item {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 0.5;
    transform-origin: center center;
}

    /* Active/front image */
    .pre-box .pre-box-carousel-item.active-box {
        transform: scale(1.1) translateZ(calc(var(--carousel-depth) * 1.2)) !important;
        opacity: 1 !important;
        z-index: 5;
    }


body {
    background-color: #eeeeee;
    font-family: "DM Sans", sans-serif !important;
}

.drag-handle {
    cursor: grab;
    font-size: 22px;
    padding: 5px 10px;
    margin-right: 5px;
    user-select: none;
    -webkit-user-select: none;
    display: inline-block;
    position: absolute;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 5;
}

.parent {
    position: relative; /* Ensure the spinner is positioned relative to this container */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-dark {
    background-color: #212529;
    color: #fff !important;
}

.btn-outline-dark {
    border: 1px solid #212529;
    color: #212529;
}

#EventImage, .sortImages {
    touch-action: none;
    -ms-touch-action: none;
}

.image-uploader, .sortImages {
    touch-action: none;
    -ms-touch-action: none;
}
.nav-main-ul{
    padding-left: 15px;
}
.nav-main {
    max-height: 0;

    transition: max-height 0.3s ease;
}

    .nav-main.open-menu {  
        display: block;
        max-height: 500px; /* large enough to fit menu */
    }
.loadingSpinner {
    display: none;
    z-index: 5;
    width: 60px;
    left: 45%;
    position: absolute;
    top: 40%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #181818 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 70%, #181818);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: spin 1s linear infinite; /* Spin animation */
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
/* From Uiverse.io by Yaya12085 */
.radio-input input {
    display: none;
}

.radio-input {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 87px 78px -39px rgba(0,0,0,0.4);
    width: 320px;
}

.info {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question {
    color: rgb(49, 49, 49);
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 800;
}

.steps {
    background-color: rgb(0, 0, 0);
    padding: 4px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.radio-input label {
    display: flex;
    background-color: #fff;
    padding: 14px;
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgba(187, 187, 187, 0.164);
    color: #000;
    transition: .3s ease;
}

    .radio-input label:hover {
        background-color: rgba(24, 24, 24, 0.13);
        border: 1px solid #bbb;
    }

.result {
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
    display: none;
    transition: display .4s ease;
}

    .result.success {
        color: green;
    }

    .result.error {
        color: red;
    }

.radio-input input:checked + label {
    border-color: red;
    color: red;
}

.radio-input input[value="value-2"]:checked + label {
    border-color: rgb(22, 245, 22);
    color: rgb(16, 184, 16);
}

.categoryIcons {
    max-height: 400px;
    overflow-y: scroll;
}

    .categoryIcons img {
        max-width: 30px;
        cursor: pointer;
    }

#addCategoryText, #addPageNameText {
    float: left;
    width: calc(100% - 80px);
    border: none;
    background-color: #fff0;
    box-shadow: none;
}

.categoryTextBorder {
    border: 1px solid #e3e3e3;
    padding: 5px;
    border-radius: 1em;
    background-color: #fafafa;
}

.editInput {
    width: auto;
    float: left;
}

.categoryTextBorder button {
    float: right;
}

.sList {
    float: left;
    width: calc(100% - 100px);
}

.categoryAdd {
    width: 70px;
    float: left;
    margin-left: 10px;
}

.radio-input:has(input[value="value-2"]:checked) .result.success {
    display: flex;
}

.radio-input:has(input:not([value="value-2"]):checked ) .result.error {
    display: flex;
}

.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: 100%;
    font-size: 14px;
}

    .radio-inputs .radio {
        flex: 1 1 auto;
        text-align: center;
    }

        .radio-inputs .radio input {
            display: none;
        }

        .radio-inputs .radio .name1 {
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
            border: none;
            padding: .5rem 0;
            color: rgba(51, 65, 85, 1);
            transition: all .15s ease-in-out;
        }

        .radio-inputs .radio input:checked + .name1 {
            background-color: #fff;
            font-weight: 600;
        }

h6 {
    font-size: 1.2em;
}

h1 {
    line-height: .8em;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 48
}

#bioEditBtn-b {
    float: right;
    cursor: pointer;
}

button {
    outline: none;
    box-shadow: none !important;
}

.re {
    position: relative !important;
}

.modal-large {
    max-width: 1100px !important;
}

.box {
    background-color: #fff;
    padding: 3%;
    border-radius: 1em;
    box-shadow: 0 0 4px #e3e3e3;
}

.btn-edit {
    max-width: 40px;
}

.pricing {
    height: 100vh
}

.signup {
    height: 100vh;
    background-color: #fafafa;
}

#personal {
    display: none;
}

.container-e {
    margin-top: 100px;
    max-width: 600px;
    margin: 0 auto;
    padding: 3%;
    text-align: center;
}

    .container-e h3 {
        font-size: 18pt;
        color: #505050;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .container-e p {
        color: #666;
        margin-bottom: 20px;
    }

    .container-e i {
        color: #7d2ae8;
        font-size: 45pt;
        padding: 15px 20px;
        border: 1px solid #ccc;
        border-radius: 50%;
        margin-bottom: 20px;
    }

.wrapper {
    float: left;
    width: 100%;
    background-color: #f0f0fa;
    height: 100vh;
}

.edit-p {
    position: absolute;
    right: 10px;
    top: -50px;
    z-index: 4;
}

.price-display {
    font-size: 2rem; /* adjust as needed */
    font-weight: bold;
}

    .price-display small {
        font-size: 0.6em; /* make cents smaller */
        vertical-align: super; /* move cents to the top */
        margin-left: 2px; /* add a little spacing */
    }

.modal-dialog {
    max-width: 535px;
}

.price-box {
    float: left;
    box-shadow: 0 0 5px #ccc;
    width: 31%;
    background-color: #fff;
    border-radius: 1em;
    margin: 20px 1%;
}

.price-price h1, .price-name h2 {
    color: #181818;
}

.postDD {
    min-width: 300px !important;
    border-radius: 1em;
    padding: 20px;
}

.post-border {
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
    border-radius: 0 !important
}

.body-price {
    padding-top: 30px;
    float: left;
    width: 100%;
}

.body-price {
    padding: 5%;
    position: relative;
    min-height: 380px;
}

#link-panel .listSection {
    font-size: .8em;
}

.link-panel .lk {
    border-bottom: none;
}

.link-panel h6 img {
    vertical-align: -13px;
    width: 38px;
}

.link-img {
    max-width: 50px;
    float: left;
    border-radius: .5em;
    margin: 10px 10px 0 0;
}

.price-header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 4%;
    border-bottom: 1px solid #fafafa;
}

.price-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-btn {
    position: absolute;
    bottom: 10px;
    width: 90% !important;
}

    .list-btn a {
        float: left;
        width: 100% !important;
    }

form label {
    font-weight: 900;
}

.list-body p {
    font-weight: 600;
}

.price-btn {
    border-radius: .3em;
    display: block;
    padding: 15px;
    background-color: #2E2D6D;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}

#external-account button img {
    float: left;
}

#external-account button {
    width: 100%;
    margin-bottom: 8px;
    padding: 13px;
    border-radius: .5em;
}

#weekOfMonth, #dayOfWeek, #dayOfMonth, #scheduleDate {
    display: none;
}

.image-button {
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.file-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .2em;
    padding: 5%;
    height: 150px;
}

.sm-aside {
    float: left;
    width: 39%;
    border-radius: .2em;
    background-color: #ffffff;
}

.pagination .active {
    border-bottom: none !important;
}

.list-sec {
    padding: 12px 2%;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    border-radius: 1em;
    min-height: 85px;
    border: 1px solid #e3e3e3;
}

#formimg {
    margin: 0 auto;
}

.img-list {
    float: left;
    position: relative;
    max-width: 100px;
}

.img {
    margin: 1%;
    background-color: #fafafa;
}

    .img:hover {
        outline: 3px dashed #aaa;
        cursor: pointer;
    }

.address {
    position: relative;
    float: left;
    width: 100%;
}

.pin {
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    color: #757575;
}

.modal-footer {
    border: none;
}

.main-nav {
    position: fixed;
    z-index: 101;
    background-color: #fff;
}

.bottom-m {
    float: left !important;
    width: 100% !important;
}

.address-input {
    padding-left: 20px;
}

.status {
    font-weight: 600;
    padding-bottom: 3px;
    vertical-align: -1px;
}

.status-draft {
    border-color: #666;
    color: #666;
}

.dd-icon i {
    margin-right: 12px;
}

.img-list img {
    float: left;
    border-radius: .5em;
    max-width: 100px;
}

.nav-tabs .tab-style {
    padding: 0;
}

.color-control {
    border: 1px solid #ededed;
    width: 100%;
    float: left;
    border-radius: .5em;
    padding: 2%;
    margin-bottom: 25px;
}

.tab-style {
    cursor: pointer;
    background-color: #ededed !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e3e3e3;
    padding: 5px 10px !important;
}

.active {
    border-radius: 0;
    border: none;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 9px;
    color: #000 !important;
    position: relative;
    border-bottom: 2px solid #000;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 0.5rem 0;
    z-index: 500;
    max-width: 700px;
    margin: 0 auto;
    color: #b0b0b0
}

.top-nav {
    float: right;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 500;
    max-width: 700px;
    margin: 0 auto;
    margin-right: 1%;
    color: #b0b0b0
}

.bottom-nav .nav-item {
    flex: 1;
    text-align: center;
}

.bottom-nav .nav-link {
    color: #495057;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem;
}

    .bottom-nav .nav-link.active {
        color: #0d6efd;
    }

.text-format {
    color: #525252;
    line-height: 1.6em;
}

.content-list {
    float: left;
    width: calc(100% - 150px );
    padding: 0 0 0 2%;
    position: relative;
}

    .content-list h5 {
        color: #444444 !important;
        font-size: 1.2em;
    }

    .content-list p {
        color: #6b6b6b !important;
        font-size: 1em;
    }

    .content-list span {
        color: #6b6b6b !important;
        font-size: 1em;
    }

.btn-round {
    border-radius: 50%;
    padding: 7px 9px;
}

.btn-round-sm {
    border-radius: 20px !important;
    padding: 7px 14px !important;
    font-weight: 900 !important;
}
#menu-toggle-btn img{
    width: 42px;
    height: 42px;
}
.btn-bold {
    padding: 7px 14px !important;
    font-weight: 900 !important;
}

.menu-list {
    position: absolute;
    right: 5px;
}

.form-select {
    background-color: #fafafa;
    border-radius: .3em;
    border-color: #cccccc;
    color: #495057;
    width: 100%;
    outline: none;
}

.form-select-lg {
    padding: 7px 0 8px 4px;
}

.eventImg {
    position: relative;
    z-index: 1;
    border-radius: 1em;
}

    .eventImg label {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        top: 15px;
        right: 10px;
        margin-left: auto;
        margin-right: auto;
    }

.closed {
    display: none;
    color: #e0714d;
    font-weight: 600;
    padding: 3px 6px;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
}

.wht-container {
    border-radius: .5em;
    background-color: #fff;
    padding: 5%;
    overflow: auto;
    max-width: 500px;
    margin: 0 auto;
}

.img-rounded:hover + .upload-icon i {
    display: block !important;
    color: red;
}

#schedule-more, #info-more, #contact-more, #parking-more {
    display: none;
}

#ProductImages, #EventImages {
    display: flex;
    flex-wrap: wrap; /* allows images to form multiple rows */
    gap: 12px; /* space between images */
}

#schedule, #info, #contact, #parking {
    padding: 8px;
    cursor: pointer;
}

.remove-more-style {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
}

.add-more-style {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.frm-none {
    border: none;
    border-top: 1px solid #fafafa;
    box-shadow: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fafafa !important;
}

.bg {
    flex-direction: column;
    min-height: 100%;
}

.profile-footer {
    flex-shrink: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.about-expanded {
    cursor: pointer;
}

.sm-width {
    max-width: 700px;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
    float: none !important;
}

.sm-container {
    float: right;
    width: 58%;
    border-radius: .2em;
    background-color: #ffffff;
}

.width-50 {
    float: left;
    width: 49% !important;
}

    .width-50:last-child {
        float: right;
        width: 49%;
    }

.width-50-fix {
    float: left;
    width: 49% !important;
}

    .width-50-fix:last-child {
        float: right;
        width: 49%;
    }

.width-3 {
    float: left;
    width: 33.333%;
}

.add-img-box {
    width: 24%;
    height: 170px;
    float: left;
    margin-right: .6%;
    margin-bottom: .6%;
    position: relative;
    cursor: pointer;
    background-color: #fafafa;
}

#image-view {
    float: left;
    width: 91%;
    margin-bottom: 20px;
}

#backToAlbum {
    cursor: pointer;
}

#createAlbum {
    display: none;
}

.album-img-box {
    float: left;
    width: 42%;
    margin: 4%;
}

.inline-input {
    float: left;
    width: 93% !important;
    border-radius: 1em;
    padding: 5px;
    border: 1px solid #e3e3e3;
}

#albumName {
    width: calc(100% - 90px) !important;
    border: 0;
}

.top {
    z-index: 13000 !important;
}

.sm-form {
    max-width: 350px;
    width: auto;
    display: inline-block; /* Make the container inline-block */
    text-align: left; /* Reset text-align for inline-block */
    margin: 0 auto; /* Center the inline-block horizontally */
}

    .sm-form h4 {
        float: left;
    }

#editAlbum, #upload {
    display: none;
}

.txt-bottom {
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
}

.sm-form-content {
    display: flex;
    align-items: center; /* Center items vertically within the flex container */
}

.sm-edit {
    float: left;
}

.sm-hero {
    width: 100%;
    border-radius: 1em;
    height: 120px;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.skeleton-dox {
    margin-right: 2.6%;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 280px;
    height: 280px;
    display: none;
}

.skeleton-loader {
    width: auto;
    height: auto; /* Adjust the height as needed */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 10px; /* Adjust the margin as needed */
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.sm-edit i {
    float: left;
    font-size: 1em !important;
    margin-left: 10px;
    margin-top: 7px;
    cursor: pointer;
}

.photoSec .iimg:nth-of-type(-n+3) {
    width: 49% !important;
}

.add-img {
    margin-right: 0.6%;
    margin-bottom: 0.6%;
    position: relative;
    float: left;
    width: 24%; /* Set width instead of max-width */
    overflow: hidden;
    background-color: #fff;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.delete-img-btn {
    left: 10px;
    right: initial
}


.list-check {
    float: left;
    width: 30px;
}

.text-close {
    color: #f88f99
}

.img-list-img {
    max-width: 200px;
    width: 40%;
    float: left;
    margin-right: 3%;
}

#image-list {
    background-color: #ccc;
}

.textbox {
    width: 40%;
    max-width: 200px;
    min-height: 100px;
    float: left;
    border-radius: .2em;
}

.list-itm {
    background-color: #fff;
    border-radius: .2em;
    padding: 2%;
    margin: 0 2%;
    margin-bottom: 10px;
    float: left;
    width: 96%;
}

    .list-itm a {
        float: right;
    }

.img-delete-icon {
    color: #505050 !important;
    font-size: 20px;
}

.list-itm:first-child {
    margin-top: 10px;
}

.list-check i {
    color: #aeadde;
}

.box-container {
    padding: 15px;
    overflow: auto;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 10px;
}

.preview-Mock {
    background-color: #7d2ae8;
    color: #fff;
    border-radius: 1em;
    margin: 5px 2%;
}

.btn-cover {
    background-color: #fff;
    margin-right: 10px;
    padding: 5px 11px;
    margin-bottom: 10px;
    border-radius: 20PX;
    border: 1px solid #e3e3e3;
}

.editClosebtn {
    border-radius: 50%;
    padding: 5px;
    margin-left: 10px;
    cursor: pointer;
    transition: ease-in-out .3s;
    background-color: #fafafa;
}

    .editClosebtn:hover {
        background-color: #e3e3e3;
    }

.edit-Profile-img {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none !important;
    outline: none;
}

    .edit-Profile-img img:hover {
        border: 2px dotted #000;
    }

.modal-loader {
    width: 25px; /* Adjust size as needed */
    height: 25px; /* Adjust size as needed */
    animation: spin 2.5s linear infinite;
}

.hero-loader {
    display: none;
    width: 55px; /* Adjust size as needed */
    height: 55px; /* Adjust size as needed */
    position: absolute;
    top: 35%; /* Center vertically */
    left: 45%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Offset by half the width and height */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.form-control-lg {
    width: 100%;
    font-size: 1em !important;
    border: none;
    padding: .6em 1em;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
}

.form-group {
    margin-bottom: .2rem;
}

.wide {
    width: 100% !important;
}

.stepImg {
    text-align: center;
}

    .stepImg img {
        max-width: 150px;
    }

.white-font {
    color: #fff;
}

    .white-font h1 {
        font-size: 32pt !important;
    }

    .white-font p {
        font-size: 20pt;
    }

.newBtn {
    height: 50px;
    float: left;
    width: 100%;
    padding-top: 15px;
}

.form-control-lg:focus {
    outline: none;
}

#TextDescription {
    background-color: #fafafa;
    min-height: 100px;
}

.extLogin {
    border: 1px solid #666;
}

.modal-radius {
    border-radius: 3rem;
    padding: 2%;
}

.form-group {
    margin-bottom: 5px;
}

.login-form {
    max-width: 350px;
    margin: 0 auto;
}

.form-date {
    border: none;
    border-top: 1px solid #fafafa;
    box-shadow: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fafafa !important;
}

.form-b {
    border: 1px solid #ccc;
    border-radius: .3rem;
}

    .form-b .form-control {
        margin-top: 0 !important;
        font-size: 1em;
    }

form small {
    padding-left: .8rem;
}

.textarea-sm {
    min-height: 100px;
}

.admin-layout {
    position: relative;
}

#isRSVP {
    vertical-align: -4px;
}

.wide-container {
    float: left;
    width: 100%;
    color: #000;
}

.admin-menu {
    font-size: 20pt;
    display: none;
}

.form-sm {
    float: left;
    width: 8%;
}

.hover-select {
    outline: 2px dashed #e3e3e3;
    outline-offset: -6px;
    cursor: pointer;
}

    .hover-select:hover {
        outline: 2px dashed #666;
        outline-offset: -6px;
        cursor: pointer;
    }

#online {
    display: none;
}

.form-s {
    width: 92%;
    float: left;
}

.form-md {
    float: left;
    width: 25%;
}

.form-md-1 {
    float: left;
    width: 33%;
}

.form-lg {
    float: left;
    width: 65%;
    margin-left: 2%;
}

.home li a {
    color: #432668 !important;
    font-weight: 600;
}

.navbar {
    padding-top: 0 !important;
}

#shareModal .modal-dialog {
    z-index: 1056 !important; /* Higher than the first modal */
}

.header-size {
    font-size: 2.2em !important;
}

.modal-fullscreen-lg-down {
    overflow-y: auto !important;
}

.hero {
    float: left;
    width: 100%;
    height: 90vh;
   background-color: #826e9c;

    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.bg-2 {
    float: left;
    width: 100%;
    background-color: #826e9c;
    background-image: url('../images/bg-secondary.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.maxwidth-none {
    max-width: 1100px !important;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}

.footer-brand {
    background-color: #fff;
    border-radius: 2em;
    padding: 2%;
    width: 100%;
    max-width: 500px;
    height: 300px;
}

.btn-light3 {
    background-color: #fff;
    border: 1px solid #e3e3e3 !important;
}

.btn-underline {
    border-radius: 0;
    border: none;
    font-weight: 600;
    border-bottom: 3px solid #181818;
}

.hero-content {
    margin-top: 190px;
}

.center-h h1 {
    font-size: 3em;
    font-family: 'Saira', sans-serif !important;
}

.rsvp-content h1 {
    margin-top: 200px;
    font-size: 3em;
    font-family: 'Saira', sans-serif !important;
}

.center-h {
    margin: 50px 2% !important;
    padding-bottom: 0 !important;
}

    .center-h img {
        float: right;
        max-width: 500px;
    }

.img-d {
    width: 30.3%;
    border-radius: 1em;
    float: left;
    margin: 100px 1.5%;
}

    .img-d img {
        width: 100%;
        border-radius: 1em;
    }

    .img-d p {
        text-align: center;
    }

    .img-d h3 {
        text-align: center;
        color: #505050;
        margin-top: 20px;
        font-family: 'Saira', sans-serif;
    }

.sign-up-control {
    background-color: #fff;
    border-radius: 1em;
    padding: 0px 0;
    float: left;
    width: 100%;
}

    .sign-up-control input {
        outline: none;
        border: none;
        padding: 20px 0;
        padding-left: 10px;
        width: calc(100% - 250px);
    }

.sign-up-control-group {
    float: left;
    width: 100%;
}

.sign-up-control button {
    outline: none;
    border: none;
    background-color: #6831b0;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 1em;
    min-height: 76px;
    float: right;
    width: 130px;
    cursor: pointer;
    border-top-right-radius: .8em;
    border-bottom-right-radius: .8em;
    transition: ease-in-out .3s;
}

    .sign-up-control button:hover {
        background: #573289;
    }

.sign-up-control-pre {
    border-right: 1px solid #e3e3e3;
    padding: 26px 2%;
    float: left;
    width: 114px;
    border-top-left-radius: .8em;
    border-bottom-left-radius: .8em;
    background-color: #fafafa;
}

.right-d img {
    width: 100%;
    height: 100%;
}

.edit-bottom {
    position: absolute;
    bottom: 5%;
    right: 3%;
}

.radius-5 {
    border-radius: .5em;
}

.hero-img {
    float: left;
    width: 100%;
    max-width: 60%;
    height: auto;
    display: block;
}

.hero-im {
    width: 100%;
    max-width: 640px; /* optional */
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.dropdown-menu i, .dropdown-menu img {
    width: 25px;
}

.dropdown-menu a {
    background-color: none !important;
}

#bioError {
    display: none;
}

.home-icon {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.home-icon img {
    max-width: 150px;
    width: 100%;
}
.left-i {
    float: left;
    width: 55%;
}
.left-i h3{
    font-size:  2.3em;
}
.left-i p{
    line-height: 1.5em;
    font-size:  1.5em;
}
.title h1 {
    font-size: 3em;
    font-weight: bold;
    color: #37244f;
    color: #000;
    font-family: 'Saira', sans-serif;
}

.left-i img {
    width: 100%;
}

.right-d {
    float: right;
    width: 45%;
}

.text-h {
    margin-top: 80px;
    padding: 2%;
}

    .text-h h3 {
    }

    .text-h h2 {
        font-weight: bold;
    }

.scrollable-element {
    scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

.tabl {
    display: table;
    width: 100%;
}

.tabl-row {
    display: table-row;
}

.td {
    display: table-cell;
}

.table-row .td:last-child {
    text-align: right !important;
}

.table {
    border-spacing: 2px; /* Adds a 2px gap between columns and rows */
    border-collapse: separate; /* Ensures gaps are visible */
    background-color: white; /* Ensures gaps appear white */
}

.btn-block-1 {
    width: 100%;
}

.white {
    width: 25px;
    height: 25px;
    background-color: #fff;
    box-shadow: 0 0 5px #666;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.black {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 0 5px #666;
    cursor: pointer;
}
/* Track */
::-webkit-scrollbar-track {
    background: #646464;
}

.dropdown-menu {
    position: absolute !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.closeHours {
    color: #d16767;
    font-weight: 600;
    text-align: center;
    margin-right: 4px;
}

.btn-nav {
    margin-bottom: 15px
}

    .btn-nav ul li a {
        background-color: #fff;
    }

.m-container {
    max-width: 1300px;
    width: 96%;
    margin: 0 auto;
    overflow: auto;
}

.hero .m-container {
    padding: 100px 2%;
}

.section-white {
    width: 100%;
    float: left;
    padding: 4%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 0 3px #e3e3e3;
}

.post-container {
    border-radius: 1em;
    padding: 3%;
    overflow: auto;
    height: 150px;
    padding-top: 30px;
}

.add-item {
    border-radius: .25em;
    width: 120px;
    height: 215px;
    text-align: center;
    float: left;
    position: relative;
}

    .add-item:hover {
        border-color: #ccc !important;
    }

.lg {
    height: 42px;
    border-radius: .5em;
}

.plus-icon {
    width: 70px;
    color: #505050;
    margin-top: 60px;
}

.plus i {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 4em;
    color: #ccc;
    bottom: 38%;
}

.name {
    margin-top: 30px;
    font-size: .9em !important;
}

.p-34 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* This handles the gap for you automatically */
}

.post-btn {
    width: 48%;
    float: left;
    padding: 2px 3%;
    margin-bottom: 1.8%;
    border-radius: 1em;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #ccc;
    background-color: #fff;
}

    .post-btn strong {
        font-size: 14pt;
    }

    .post-btn a {
        text-align: center;
        white-space: nowrap;
        width: 100%
    }

.a-container {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden !important;
    min-height: 100vh;
}

.adminBox {
    width: 100%;
    overflow: auto;
}

.editBox {
    width: 100%;
    padding: 2%;
    margin-top: 20px !important;
    background-color: #fff;
    overflow: auto;
}

.bg-error {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/Stock/space.jpg");
    height: 100vh;
    background-position-y: 100%;
    font-family: Arial;
}

.error-title {
    font-size: 10em;
    text-align: center;
}

.sm-con {
    width: 100%;
    max-width: 500px;
    padding: 2%;
    border-radius: 1em;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #fff;
}

.green-dot {
    width: 10px !important;
    height: 10px !important;
    background-color: #4ac760;
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    margin-top: 7px;
}

.price-sub {
    border-radius: 1em;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
    padding: 5% 2%;
    margin: 0 1%;
    width: 31.3%;
    width: 96%;
    cursor: pointer;
    min-height: 480px;
}

    .price-sub:hover {
        box-shadow: 0 0 20px #ccc;
        background-color: #fff;
    }

.mainBox {
    width: 100%;
    padding: 2%;
    margin: 0 auto;
    overflow: auto;
    max-width: 800px;
}

.list-sub-view {
    margin-bottom: 25px;
}

    .list-sub-view i {
        color: #7d2ae8;
    }

    .list-sub-view li {
        width: 100%;
        list-style-type: none;
    }

.img-sec {
    margin: 0 auto;
    text-align: center;
    padding-top: 180px;
}

.accordion {
    max-width: none !important;
}

.card-header {
    padding: 0;
    background-color: #fff;
}

    .card-header button {
        color: #000 !important;
        text-decoration: none !important;
    }

.btn-0 {
    background-color: #fff !important;
    outline: none !important;
    border: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.layoutContainer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    padding: 5%;
    overflow: auto;
}

#add-image {
    pointer-events: auto !important;
    user-select: none !important;
    touch-action: none !important;
}

    #add-image.ui-sortable-handle {
        pointer-events: none !important;
    }

.add-image {
    cursor: pointer;
}

.img-responsive2:hover {
    box-shadow: 0 5px 6px #adadad;
}

.image-uploader {
    padding: 2%;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Forces exactly 5 items per row */
    gap: 20px; /* Space between grid items */
}

.sortImages {
    cursor: grab;
}

.img-responsive2 {
    position: relative;
    width: 100%; /* Adjust width to be responsive within the grid */
    aspect-ratio: 1; /* Maintains a square aspect ratio */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px #ccc;
    background-color: #e3e3e3;
    border-radius: 8px;
}

.btn-cover2 {
    border-radius: .5em;
    border: 1px solid #cccccc;
    padding-top: 10px;
    width: 100%;
    float: left;
    background-color: #fafafa
}

    .btn-cover2 select {
        border: none !important;
        box-shadow: none !important;
        font-size: 1em !important;
        outline: none !important;
        padding-left: 15px;
    }

.img-rounded {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
}

.productImgDelete, .eventImgDelete {
    width: 30px;
    position: absolute;
    top: 2px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.productImgEdit, .eventImgEdit {
    width: 30px;
    position: absolute;
    bottom: 2px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.saveImgEdit {
    display: none;
    width: 30px;
    position: absolute;
    bottom: 2px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}

.iconSize {
    width: 30px;
    height: 30px;
    background-color: #fafafa;
    border-radius: 50%;
    padding: 3px;
}

.item-box-f {
    width: 100% !important; /* Makes the container take full width */
}

.content-x {
    display: flex;
    overflow-x: auto; /* Ensures horizontal scrolling */
    width: 100%; /* Makes the container take full width */
    white-space: nowrap; /* Prevents items from wrapping to the next line */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    padding: 1.5%;
}

    .content-x::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Opera */
    }

.item-box {
    width: 43%; /* Width of each item */
    aspect-ratio: 4 / 3; /* Maintains a 4:3 aspect ratio */
    margin-right: 10px; /* Space between items */
    display: inline-block; /* Ensures items stay in a row */
    flex-shrink: 0; /* Prevents items from shrinking */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
    border-radius: 1em;
    outline: 1px solid #ededed;
    border-radius: 1.1em;
}

.item-descriptions {
    position: absolute;
    bottom: 10px;
    padding: 10px 2%;
}
.item-description-sm {
    position: absolute;
    bottom: 0px;
    padding: 10px 2%;
}

.edit-items {
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 0px;
}
.edit-items-sm {

}

.edit-item-btn {
    border-radius: 50% !important;
    font-size: 1em;
    padding: 8px;
    width: 40px !important;
    box-shadow: 0 0 5px #eee;
    background-color: #e1e1e1e4;
}
.edit-item-btn-sm {
    font-size: 1em;
    padding: 4px;
    width: 2.2em !important;
}

.item-box2 {
    width: 48%; /* Width of each item */
    aspect-ratio: 4 / 3; /* Maintains a 4:3 aspect ratio */
    margin-right: 2%; /* Space between items */
    display: inline-block; /* Ensures items stay in a row */
    flex-shrink: 0; /* Prevents items from shrinking */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
    border-radius: 1em;
    box-shadow: 0 0 10px #ccc;
    border-radius: 1.1em;
}

.border-b {
    border-radius: 1em !important;
    border: 1px solid #e3e3e3;
}

.item-box-f {
    border-radius: .6em;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    float: left;
    width: 100% !important;
}

.item-sm-b:first-child {
    margin-left: 4px;
}

.item-sm-b {
    border-radius: .6em;
    background-color: #fff;
    width: 80%;
    height: 110px;
    position: relative;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 1em;
    outline: #e3e3e3 solid 1px;
    margin: 0px 10px;
}

.item-sm-box-f {
    border: 1px solid #ccc;
    border-radius: .6em;
    background-color: #fff;
    width: 100%;
    height: 100px;
}

.btn-outline-dark {
    background-color: #fff !important;
}

.item-image {
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    background-size: cover;
    background-position: center;
    border-radius: .6em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.item-desc {
    padding: 10px;
    color: #666;
    position: relative;
    text-align: left;
    border-radius: 1.1em;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid #e3e3e3;
    background-color: #fff; /* Optional: Change to match your design */
}

.no-image {
    background: #020024;
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 22%, rgba(55, 46, 117, 1) 69%, rgba(89, 121, 143, 1) 100%);
}

.section-border {
    padding: 2%;
    border-radius: 1em;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #e3e3e3;
}

.layoutContainer2 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 45px;
    overflow: auto;
}

.through {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
}

.line {
    float: left;
    width: 100%;
    position: relative;
}

.or {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 30px;
    width: auto;
    font-size: 1.3em;
    padding: 0px 15px;
    background-color: #fff;
}

.bBorder {
    height: 1px;
    left: 0;
    right: 0;
    background-color: #ccc;
    position: absolute;
    top: 25px;
    z-index: 0;
}

.btn-light {
    background-color: #e6e6e6;
}

.btn-block {
    padding: .8em !important;
}

.default-form {
    float: left;
    border-radius: .2em;
    color: #505050;
    border: 1px solid #ccc;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 1.6em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% - 70px);
    background-color: #fff !important;
}

.preFormIcon {
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: .2em;
    padding: 11px;
    color: #ccc;
    border-right: 0;
    text-align: center;
    font-size: 1.2em;
    box-shadow: none !important;
    outline: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 70px;
}

.btn-outline-primary {
    border: 1px solid #ccc;
    border: 1px solid #7d2ae8 !important;
    color: #7d2ae8 !important;
    background-color: #fff !important;
}

.absol-top {
    position: absolute;
    top: 10px;
}

.sm-box {
    max-width: 380px;
    margin: 0 auto;
}

.lg-box {
    padding: 0 3%;
}

.white-box {
    background-color: #fff;
    padding: 4%;
    border-radius: 1em;
    overflow: auto;
}

.centerBox {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    overflow: auto;
    bottom: 0;
    width: 100%;
    padding: 2%;
    border-radius: 1em;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}

.city {
    float: left;
    width: 55%;
    margin-right: 4%;
}

.state {
    float: left;
    width: 16%;
    margin-right: 4%;
}

.zip {
    float: right;
    width: 20%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

#sortable li {
    list-style-type: none;
}

#sortable {
    padding-left: 0 !important;
}

.add-file {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.photo {
    float: left;
    margin-right: 10px;
    position: relative;
}

    .photo i {
        position: absolute;
        margin-left: -36px;
        bottom: 10px;
        cursor: pointer;
    }

    .photo:hover {
        outline: 2px solid yellow;
    }

.photo-delete {
    color: #fafafa;
}

.photo i {
    cursor: pointer;
}

.icon-design {
    padding: .5em;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    background-color: #eee;
    border-radius: 4px;
    min-width: 40px;
}

.input-box {
    max-width: 450px;
}

    .input-box input[type=text], .input-box textarea {
        border: 1px solid #cacaea;
    }

#saveLinkfrm label {
    font-weight: 600;
    margin: 0;
}

.btn-design table td:first-child {
    white-space: nowrap;
    color: #646464
}

#sortable .mock-btn {
}

.width-100 {
    float: left;
    width: 100%;
}

.width-100-f {
    float: left;
    width: 320px;
}

.nav-item {
    color: #747373;
}

.nav-link {
    color: #4a4a4a !important;
    padding: 9px 9px;
    font-weight: 500 !important;
}

    .nav-link img {
        max-width: 30px;
    }

    .nav-link img {
        margin-right: 10px;
    }

.nav-item {
}

.nohover {
    border-radius: 0;
    padding: 4px 9px;
}

.post-header {
    margin-top: 4px;
    font-weight: 600;
}

.dropdown-item {
    border-radius: 1em;
}

.link-button-style {
    border-radius: 1em;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

    .link-button-style:hover {
        color: #3f72b5 !important;
    }

.profile-dd-btn .dropdown-item {
    min-width: 190px;
}

.navbar-collapse {
    margin-top: 10px;
    width: auto !important;
}

.dropdown-toggle::after {
    display: none !important;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.tipBox {
    max-width: 320px;
}

.btn-icon {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: .5em;
    background-color: #ebebeb;
    margin: 1%;
    cursor: pointer;
    padding: 4%;
    text-align: left;
    vertical-align: middle;
    font-weight: 600;
    transition: ease-in-out.3s;
}

#editPhoto {
    cursor: pointer;
}

.activeN {
    font-weight: 600 !important;
    color: #000 !important;
}

.c1 {
    padding-right: 10px;
}

.c2 {
    padding-right: 10px;
}

.c3 {
    padding-right: 3px;
}

.c4 {
    padding-right: 10px;
}

.c5 {
    padding-right: 10px;
}

.btn-icon2 {
    float: left;
    width: 96%;
    height: 50px;
    margin: 2%;
    border-radius: 4px;
    background-color: #ebebeb;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.btn-icon:hover {
    background-color: #e2e2e2;
}

.btn-icon span {
    font-size: .9em;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.custom-btn {
    padding: .5em 1em;
    border-radius: 2em;
    background-color: #fafafa;
}

.gr-btn {
    color: #fff !important;
    font-size: 1.05em;
    font-weight: 600;
    background-color: #0ac341;
    width: 100%;
}

.or-btn {
    color: #fff !important;
    width: 100%;
    font-size: 1.05em;
    background-color: #e1750e;
}

.gr-btn:hover {
    color: #dbe6f2;
    background-color: #3d9d5a;
}

.or-btn:hover {
    color: #fef4e7;
    font-size: 1.05em;
    background-color: #e1750e;
}

.font-light {
    color: #666;
    font-size: 1em;
}

.profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.img-btn {
    float: left;
    width: 23%;
    text-align: center;
    padding-top: 20px;
    margin: 1%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #e9e9e9;
    border-radius: 1em;
    min-height: 150px;
}

.detail-sm {
    max-width: 400px;
}

.detail-section {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 20px;
    padding: 20px 3% 0 3%;
    border-radius: 1em;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #ccc;
    min-height: 150px;
    background-color: #fff;
}

.task-section {
    float: left;
    width: 100%;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 1em;
    box-shadow: 0 0 4px #e9e9e9;
}

.img-btn:hover img {
    padding-top: 2px;
    transition: ease-in-out .3s
}

.img-btn {
    color: #505050 !important;
}

    .img-btn img {
        margin: 0 auto;
        max-width: 60px;
        margin-bottom: 10px;
    }

.active-control {
    color: #7d2ae8 !important;
}

.brand-footer {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #7d2ae8 !important;
    border-color: #7d2ae8 !important;
}

.text-primary {
    color: #7d2ae8 !important;
}

.btn-primary:hover {
    background-color: #6f25cf !important;
    border-color: #6f25cf !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

#un-text {
    display: none;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.container {
    max-width: 700px !important;
    margin: 0 auto !important;
    float: none !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.list-view {
}

.socialList {
    text-align: center;
}

    .socialList li {
        display: inline;
    }

    .socialList i {
        color: #000;
        font-size: 1.6rem;
        padding: .6rem;
    }

.mobile-edit-control {
    display: none;
}

.scroll-section {
    float: left;
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

#businessNameMockEdit {
    display: none;
}

.btnImage img {
    max-width: 40px;
    margin-right: 5px;
    border-radius: 8px;
}

.scroll-section /* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.scroll-section::-webkit-scrollbar-track {
    background: #e2e2e2;
}

/* Handle */
.scroll-section::-webkit-scrollbar-thumb {
    background: #505050;
    border-radius: 10px;
    cursor: pointer !important
}

.mock-btn-info {
    right: 0;
}

.mock-btn3 {
    padding: 12px;
    border-radius: .5em;
    display: block;
    margin-bottom: 6px;
    margin-top: 6px;
}

    .mock-btn3 a {
        color: #000 !important;
        text-decoration: none !important;
    }

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.design-control p {
    font-weight: 600;
}

.txt-control {
    vertical-align: 10px;
}

.control {
    float: left;
    max-width: 320px;
    border-radius: .5em;
    padding: 2%;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.profile-photo {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.form-50 {
    float: left;
    width: 50%;
}

.form-60 {
    float: left;
    width: 60%;
}

#form-2 .form-60 {
    width: 100%;
}

.form-40 {
    float: left;
    width: 40%;
}

.phone-mock {
    height: 625px;
    width: 310px;
    border: 10px solid #454545;
    border-radius: 1.4em;
    position: relative;
}

    .phone-mock p {
        background-color: none;
    }

.phone-mock-popup {
    background-color: #fff;
    box-shadow: 0 0 2px #ccc;
    width: 92%;
    margin: 4%;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.qr-holder-card {
    float: left;
    width: 90%;
    margin: 5%;
}

.phone-mock {
    font-size: .8em !important;
}

.qr-img {
    text-align: center;
}

.logo {
    float: left;
    margin-left: 1.5%;
}

.logo-mock img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.modal-dialog-90 {
    max-width: 700px !important; /* 90% of the viewport width */
    top: 20%;
}

.qr-img img {
    max-width: 120px;
}

.photo-holder-card {
    float: left;
    width: 30%;
    margin-top: 10px;
    position: relative;
}

    .photo-holder-card img {
        max-width: 90px;
        border: 6px solid #fff;
    }

.side-panel {
    position: fixed;
    left: 0; /* Move it off-screen initially */
    top: 0;
    width: 240px;
    height: 100vh;
    padding: 15px .5%;
    background-color: #fff;
    box-shadow: 5px 5px 5px #f2f2f2;
    overflow: hidden;
    z-index: 100;
    /* Transition for smooth animation */
    transition: left 0.3s ease-in-out;
}

    .side-panel.view-menu {
        left: 0; /* Slide into view */
    }

.nv1 {
    display: block !important;
    height: 580px !important;
    width: 100%;
}

.no-scroll {
    overflow: hidden;
    position: fixed; /* Optional to prevent slight movement */
    width: 100%;
}

.side-nav {
    float: left;
    height: 450px;
    width: 100%;
    margin-top: 40px;
}

    .side-nav .nav-link {
        border-radius: 1em;
        margin-bottom: 3px;
        text-align: left;
    }

    .side-nav ul li {
        width: 100%;
        text-align: left;
    }

.divider {
    float: left;
    width: 100%;
    background-color: #ccc;
    height: 4px;
}

    .divider un li {
        list-style-type: none;
    }

.divider-design {
    padding: 10px 0;
}

.user-content {
    max-width: 650px;
    margin: 0 auto;
}

.container-j {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: sans-serif;
}

/* Individual Row Layout */
.zigzag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
}

    /* The Zigzag Magic: Flips every second row */
    .zigzag-row:nth-child(even) {
        flex-direction: row-reverse;
    }

/* Image Styling */
.zigzag-image {
    flex: 1;
}

    .zigzag-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }

/* Text Styling */
.zigzag-text {
    flex: 1;
}

    .zigzag-text h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #333;
    }

    .zigzag-text p {
        line-height: 1.6;
        color: #666;
        font-size: 1.1rem;
    }

/* Responsive: Stack on mobile */
@media (max-width: 768px) {
    .zigzag-row,
    .zigzag-row:nth-child(even) {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

#bizName-input, #email-input, #username-input {
    display: none;
}

.cancel-btn, #cancel-username-btn {
    display: none;
}

.side-panel a {
    font-weight: 600;
    color: #505050;
}

.image-border {
    width: 100%;
    float: left;
    border-radius: 20px;
}

.profile-header-mock {
    max-width: 800px;
    width: 100%;
    overflow: visible;
    margin: 0 auto;
    position: relative;
    padding: 1.5em;
    height: 185px;
    background-color: #fff;
    border-radius: 1em;
    outline: 2px dashed #e3e3e3;
}

    .profile-header-mock:hover {
        outline-offset: -5px;
        outline: 2px dashed #505050;
        cursor: pointer;
    }

.profile-img-mock {
    position: relative;
}

    .profile-img-mock img {
        border: 5px solid #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 65px;
    }

.content-panel {
    width: 100%;
    margin-top: 80px !important;
    float: right;
    padding: 3%;
    min-height: 450px;
}

.content-sec {
    background-color: #fff;
    border-radius: 15px;
    padding: 3%;
    min-height: 350px;
}

#ImageUploader {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100px;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

#image-uploader {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 200px;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
}

    #image-uploader.slide-in {
        left: 0;
    }

.modal-dialog {
    max-width: 535px;
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1100 !important;
}

#shareModal {
    z-index: 2060 !important;
}

.img-uploader {
    float: left;
    border-radius: 1em;
    width: 100% !important;
    background-color: #fafafa;
    height: 140px;
    position: relative;
    z-index: 100;
}

    .img-uploader:hover {
        outline: 3px dashed #b0b0b0;
    }

        .img-uploader:hover h1 {
            transition: ease-in-out .3s;
            color: #7d2ae8;
            padding-top: 5px;
        }

#group-d {
    display: none;
}

.reg-box {
    min-height: 600px;
}

.sm-text {
    width: 48%;
    float: left;
}

.img-box-container {
    margin: 0 auto;
    max-width: 440px;
}

.img-box {
    box-shadow: 0 0 5px #ccc;
    max-width: 220px;
    height: 250px;
    padding: 1.5em;
    border-radius: 1em;
    border: 1px solid #dedede;
    cursor: pointer;
    text-align: center;
    margin: 2%;
    margin: 0 auto;
    opacity: 60%;
}

.img-box-container {
    margin: 0 auto;
    max-width: 440px;
}

.img-box img {
    max-width: 150px;
}

.img-box:hover {
    opacity: 100%;
}

.mini-container {
    max-width: 450px;
    margin: 0 auto;
}

.box-active {
    opacity: 100;
    box-shadow: 0 0 15px #dedede;
}

.modalStyle {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

label {
    color: #505050;
}

.cursor {
    cursor: pointer;
}

#mock {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.header-m {
    float: left;
    width: calc(100% - 50px);
}

.pageSize {
    width: 66px;
    float: right;
}

.PromotionViewerBody {
    min-height: 90vh;
}

.dropdown-menu {
    border-radius: 1em;
    padding: 10px;
}

    .dropdown-menu a:focus {
        background-color: #fafafa; /* Removes the background highlight */
        color: inherit; /* Keeps the original text color */
        outline: none; /* Removes the outline */
    }

.search {
    width: calc(100% - 70px);
    float: left;
    outline: none;
    box-shadow: none !important;
}

.admin-menu {
    vertical-align: -5px;
    vertical-align: -5px;
    margin-left: 1%;
    cursor: pointer;
    float: left;
    width: auto;
    padding-top: 4px;
    margin-right: 10px;
    margin-left: -15px;
    display: none;
}

.find-btn {
    position: absolute;
    right: 75px;
    top: 3px;
}

.search-box {
    max-width: 300px !important;
    position: relative;
}

.mock-btn-text {
    position: relative;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px !important;
    margin-top: 2px !important;
    display: block !important;
}

.mock-text {
    margin-bottom: -15px;
    margin-top: -15px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
}

.alert-box {
    width: 100%;
    text-align: left;
    padding: .2%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #f1c0c0;
}

.product-img {
    float: left;
    width: 48%;
    max-width: 400px;
    width: 100%;
    max-height: 400px;
}

    .product-img img {
        float: left;
        width: 100%;
        max-height: 400px;
    }

.product-desc {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.product-details {
    float: right;
    width: 52%;
    padding: 2%;
    min-height: 400px;
    position: relative
}

.content-box p {
    color: #666;
}

.mock-text-info {
    padding-left: inherit;
    padding-right: inherit;
    text-align: center;
}

.heroImage {
    z-index: 10;
}

.hero-upload-icon {
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    display: none;
}

.profile-header-mock:hover .hero-upload-icon {
    display: block;
}


#mock {
    font-size: .8em;
}

.mock-info-profile {
    text-align: left;
}

.edit-mock {
    position: absolute;
    right: 5%;
    bottom: 10px;
    transform: translateY(-50%);
}

    .edit-mock i {
        padding: 0 !important;
        border: none !important;
    }

.mock-info {
    float: left;
    width: 70%;
}

.bounce:hover {
    animation: bounce 0.9s ease-in-out infinite;
    color: #7d2ae8;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.linkWithImageImg {
    height: 100px;
    float: left;
    width: 100%;
    border-top-left-radius: 1em;
    position: relative;
    border-radius: 1em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}



.home-other-mock {
    background-color: #fff;
    height: 60px;
    width: 96%;
    margin: 10px 2% 0 2%;
    border: 2px dashed #e3e3e3;
    border-bottom: none;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.home-link-mock {
    background-color: #fff;
    height: 60px;
    width: 96%;
    margin: 0 2% 0 2%;
    border: 2px dashed #e3e3e3;
    border-top: none;
    text-align: center;
    padding-top: 30px;
}

.linkWithImageContent {
    float: left;
    width: 100%;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    min-height: 60px;
    padding: 3%;
    text-align: left;
    background-color: #fff
}

#details .mock-img {
    border-radius: 0;
}

.mock-btn-info i {
    float: right;
    width: 18px;
    position: relative;
    height: 80px;
    padding: 20px 25px;
    z-index: 10;
}

.btn {
    cursor: pointer;
}

.share-btn {
    float: right;
    border-radius: 2em;
    width: 30px;
    padding-top: 15px;
    height: 60px;
    cursor: pointer;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.share-btn-mock {
    float: right;
    border-radius: 5em;
    width: 60px;
    margin-top: 6px;
    height: 60px;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.share-btn i {
    top: 24px;
    text-align: center;
    position: absolute;
}

.sm-s {
    width: 1rem;
    height: 1rem;
    vertical-align: -3px;
    display: none;
}

.share-btn-mock i {
    top: 10px;
    right: 20px;
    text-align: center;
    position: absolute;
}

#bio-more {
    display: none;
}

.link-icon {
    padding: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin: 0 auto;
}

.link-icon-link {
    padding: 5px;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    background-color: #fafafa;
    border-radius: 50%;
    width: 40px;
    box-shadow: 0 0 3px #e3e3e3;
    height: 40px;
}

    .link-icon-link img {
        width: 30px
    }

.link {
    color: #7d2ae8 !important;
    cursor: pointer;
}

    .link:hover {
        text-decoration: underline !important;
    }

.icon-center {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    position: relative;
    display: none;
}

.icon .link-icon {
    float: none;
}

.icon-center .icon {
    width: 33.3%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.mock-img {
    max-width: 46px;
    float: left;
    height: auto;
    border-radius: 50%;
}

.link-btn {
    position: absolute;
    top: 10px;
    right: 20px;
}

.mock-btn {
    float: left;
    width: 100%;
    box-shadow: 0 5px 5px #e3e3e3;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 1em;
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

.mock-btn2 {
    float: left;
    width: 100%;
    text-align: left;
    min-height: 87px;
    padding: 10px 0;
}

    .mock-btn2 a {
        color: #000;
    }

.mock-btn3 {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

.link-img-holder {
    border-radius: 2em;
    box-shadow: 0 0 5px #d3d3d3;
    width: 44%;
    margin: 20px 3%;
    float: left;
}

.add-manage {
    position: absolute;
    bottom: 0;
}

.mock-btn-info {
    margin-left: 10px;
    float: left;
    font-size: 1em;
    padding-left: 5px;
    margin-top: 5px;
    min-height: 60px;
    color: #000;
}

#mock-content {
    width: 100%;
    float: left;
}

.btn-smdropdown-toggle {
    border-radius: 50% !important;
    background-color: #ffffff8c;
    padding: 4px 7px !important;
}

.mock-sec {
    float: left;
    width: 100%;
}

.btnImage input[type=radio] {
    display: none;
}

.btnImage img {
    cursor: pointer;
}

.mock-hero {
    position: relative;
}

.mock-hero-theme {
}

.mock-contact {
    color: #000 !important;
    font-size: .85em;
}

.theme-container {
    float: left;
    border-radius: .25em;
    margin: 0 1%;
}

.theme-container-m {
    position: relative;
    display: inline-block;
    border-radius: .25em;
    margin: 0 1%;
}

.form-select-lg {
    font-size: 1em !important;
}

#selectedTheme {
}

.custom {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme1 {
    height: 35px;
    width: 35px;
    float: right;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ccc;
    border-radius: .8em;
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme2 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme3 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme4 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme5 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme6 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme7 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme8 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme9 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme10 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme11 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme12 {
    background-image: linear-gradient(#bdadb4, #f5f7f2);
}

.theme-box-preview {
    height: 38px;
    width: 38px;
    float: left;
    border-radius: .6em;
    border: 3px solid #fff;
    box-shadow: 0 0 3px #ccc;
}

.rsvp-rdr {
    list-style-type: none;
    padding: 0;
}

    .rsvp-rdr li {
        float: left;
        margin: 0 5px 0 0;
        width: 31.2%;
        height: 40px;
        position: relative;
    }

    .rsvp-rdr label,
    .rsvp-rdr input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .rsvp-rdr input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
            cursor: pointer;
        }

            .rsvp-rdr input[type="radio"]:checked + label,
            .Checked + label {
                background: #7d2ae8;
                color: #fff;
            }

    .rsvp-rdr label {
        padding: 5px;
        background-color: #fafafa;
        border-radius: .55em;
        margin: 1%;
        cursor: pointer;
        z-index: 90;
        padding-top: 8px;
        padding-bottom: 10px;
        text-align: center;
    }

.rsvpModal {
    padding: 6%;
}

.rsvp-rdr label:hover {
    background: #DDD;
}

.rsvp-spin {
    font-size: .9em;
    display: none;
}

.spin {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.edit-profile {
    padding-left: 10px;
    padding-top: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 99;
}

.close-foot {
    color: #505050;
    border-radius: 50%;
    padding: 5px 10px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.sign-up-footer {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    border-radius: .5em;
    height: 90px;
    padding: 15px;
    background-color: #181818d9;
    border-radius: 1.5em;
    /* Position the div at the bottom center of the screen */
    position: fixed;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.m-40 {
    bottom: 40px;
}

.slide-up {
    animation: slideUp 0.5s ease-in-out forwards;
}

@keyframes slideUp {
    0% {
        transform: translate(-50%, 100%);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.sign-up-btn {
    height: 29px;
    width: 100%;
    float: left;
    border-radius: 1.5em;
}

.brand {
    background-color: #fafafa;
    border-right: 1px solid #e3e3e3;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    width: 45%;
    float: left;
    height: 29px;
}

.username-txt {
    float: left;
    width: 55%;
    height: 29px;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #fff;
}

.no-border-username {
    border: none;
    outline: none;
    text-shadow: none;
    width: 90%;
    float: left;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.btn-rsvp {
    width: 31%;
    float: left;
    margin: 1%;
    text-align: center
}

.btn-app {
    border-bottom-right-radius: .9em;
    border-top-right-radius: .9em;
    padding: 2px 5px;
    display: inline-block;
    font-size: 11pt;
}

.stat-sm {
    border-top: 1px solid #e3e3e3;
    padding: 5px 0;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.btn-pre {
    border-bottom-left-radius: .5em;
    border-top-left-radius: .5em;
    display: inline-block;
    padding: 1px 10px 1px 5px;
    vertical-align: -2px;
    border-right: 1px solid #ccc;
}

    .btn-app i, .btn-pre i {
        font-size: 11pt;
    }

.hours {
    margin-left: 10% !important;
}

.hour-sec {
    font-weight: 600;
    font-size: 1.08em;
    color: #505050;
    margin-left: 52px;
}

.customThemeIcon {
    height: 35px;
    width: 35px;
    float: right;
    background-image: linear-gradient(#ffcfcf, #f6c9f0, #f2fff3);
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ccc;
    border-radius: .8em;
}

.accordion {
    max-width: 320px;
}

.blocker {
}

.editHeader {
    background-color: #cccccc;
}

input[type=color] {
    padding: .25rem;
}

.accordion-button {
}

.accordion-body {
    background-color: #e8e8e8;
    background-color: #fff;
    display: block;
    overflow: auto;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #505050 !important
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-icon) !important;
    }

.accordion-button:focus {
    box-shadow: none !important;
}

.theme-box {
    height: 45px;
    width: 45px;
    float: left;
    border-radius: .25em;
    background-color: #1861ac;
    border: 2px solid #000;
    cursor: pointer;
}

#details, #hideSection {
    display: none;
}

.theme-container img {
    width: 100%;
    float: left;
}

.theme-container img {
    width: 100%;
    padding: 2px;
}

.hide {
    opacity: .7;
}

.theme-container input[type=radio] {
    display: none;
}

.theme-container-m input[type=radio] {
    display: none;
}

.text-black {
    color: #000;
}

.editBioText {
    border: none;
    padding: 10px 2%;
    border-radius: 1em;
    outline: 1px solid #e3e3e3;
    width: 100%;
    background-color: #fafafa;
    min-height: 120px;
}

.sort-ic {
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
    position: absolute;
    color: #505050;
    z-index: 1;
    display: none;
}

.theme-container img:hover {
    opacity: 0.6;
    cursor: pointer;
}

.theme-container img:active {
    opacity: 0.4;
    cursor: pointer;
}

#UploadPhoto {
    border: none;
    background-color: transparent;
}

.btnImage {
    float: right;
}

    .btnImage img {
        border: 4px solid rgb(0 0 0 / 0.00);
    }

.theme-container-m input[type=radio]:checked + label > div {
    outline: 2px solid #505050;
}

.btnImage input[type=radio]:checked + label > img {
    outline: 2px solid #505050;
}

.btnImage input[type=radio]:checked + label > strong > i {
    outline: 2px solid #505050;
}

.btnImage input[type=radio]:checked + label > div {
    outline: 2px solid #505050;
}

.theme-container input[type=radio]:checked + label > img {
    border: 2px solid rgb(228, 207, 100);
}

.profile-img-mock {
    cursor: pointer;
}

    .profile-img-mock img:hover {
        outline: 2px dashed #000;
    }

    .profile-img-mock:hover #editPhoto {
        display: block;
        z-index: 1000 !important;
    }

#editPhoto {
    color: #505050;
    text-shadow: 0 0 20px #666;
    position: absolute;
    right: 38%;
    cursor: pointer;
    top: 55px;
    display: none;
    background-color: #ffffff96;
}

.theme-dismiss {
    z-index: 300;
    height: 50px;
    position: relative;
    display: none;
}

#theme-close {
    position: absolute;
    border: 1px solid #ccc;
}

.theme-dismiss button {
    z-index: 300;
    position: relative;
    right: 2px;
    top: -10px;
    border-radius: 50%;
    padding: 4px 10px;
    z-index: 400;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
}

.theme-dismiss button {
    position: relative;
    right: 2px;
    top: -10px;
    border-radius: 50%;
    padding: 4px 10px;
    z-index: 200;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
}

#theme-box {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #ccc;
    border-radius: .5em;
    width: 280px;
    height: 300px;
    z-index: 20;
    padding-top: 1em;
    text-align: center;
    position: absolute;
    display: none;
    overflow-y: scroll;
}

.btn-mobile {
    float: left;
}

.mobile-edit-control {
    float: left;
    width: 100%;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 5px #666;
}

#theme-box-mobile {
}

.mobile-btn {
    float: left;
    width: 19%;
    text-align: center;
    font-weight: 600;
    padding: 5px 1%;
    margin: 3%;
    border-radius: 2em;
    cursor: pointer;
    background-color: #fafafa;
}

    .mobile-btn i {
        font-size: 1.2em;
        border-radius: 50%;
        font-weight: 900;
        color: #000;
    }

    .mobile-btn:hover i, .mobile-btn:hover small {
        color: #7d2ae8
    }

    .mobile-btn small {
        margin-left: -10px;
    }

.profile-photo {
    cursor: pointer;
}

.feature__desc {
    font-size: 1.5em;
    color: #fff;
}

.pro-badge {
    background: #fafafa;
    color: #000;
    position: absolute;
    right: 3%;
    top: -2%;
    border: 1px solid #fff;
    padding: 0px 4px 0px 4px;
    border-radius: 1px;
    font-size: 8pt;
}

    .pro-badge::after {
        content: "pro";
    }

.lds-ring {
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    right: 50%;
    top: 20vh;
    width: 80px;
    height: 80px;
    z-index: 200;
    display: none;
}

.lds-center {
    top: initial;
    left: 40%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #cef;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #7d2ae8 transparent transparent transparent;
}

    .lds-ring div:nth-child(1) {
        animation-delay: -0.45s;
    }

    .lds-ring div:nth-child(2) {
        animation-delay: -0.3s;
    }

    .lds-ring div:nth-child(3) {
        animation-delay: -0.15s;
    }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 150px) and (max-width: 800px) {
    .form-50 {
        width: 100%;
        float: left;
    }

    .post-container {
        border-radius: 1em;
        padding: 5%;
        overflow: auto;
        height: auto;
    }

    .img-title strong {
        font-size: 10pt !important;
    }

    .left-i {
        float: left;
        width: 100%;   
        margin: 0 auto;
    }
    .left-i img{
    
        margin-top: 40px;
        margin-bottom: 30px;
        
        float: none;
    }

    .text-h {
        margin-top: 40px;
    }

    .hero .m-container {
        padding: 10px 2%;
    }

    .hero {
        height: auto;
    }

    .sign-up-control-pre {
        width: auto;
        padding: 18px 2%;
    }

    .sign-up-control button {
        min-height: 50px !important;
        width: auto;
        padding: 18px;
    }

    .sign-up-control input {
        padding: 18px 0;
        width: calc(100% - 250px);
    }

    .title h1 {
        font-size: 3em;
        font-weight: bold;
        color: #37244f;
        color: #000;
        font-family: 'Saira', sans-serif;
    }

    .left-i img {
        width: 100%;
        float: left;
    }

    .hero-content {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .right-d {
       // margin-top: 20px;
        float: right;
        width: 100%;
    }

        .right-d h1, .right-d h3 {
            text-align: center;
        }

    .image-uploader {
        padding: 2%;
        display: flex;
        gap: 12px; /* space between add button and images container */
        flex-wrap: wrap; /* optional, if add button and images can wrap on small screens */
    }

    #add-image {
    }

    #ProductImages, #EventImages {
        display: flex;
        flex-wrap: wrap; /* allows images to form multiple rows */
        gap: 12px; /* space between images */
    }

    .sm-width {
        width: 96%;
        margin: 0px 2%;
    }

    .lg-box {
        padding: 0;
    }

    .detail-sm {
        margin-top: 10px;
        max-width: 100%;
    }

    .event-t {
        padding-top: 20px;
    }

    .detail-section {
        width: 100%;
    }

    .form-60 {
        float: left;
        width: 100%;
    }

    .clear {
        display: none;
    }

    .form-40 {
        float: left;
        width: 100%;
    }

    .img-btn {
        width: 48%;
    }

    .btn-icon {
        background-color: #fff !important;
    }

    .preview h3, .preview h4 {
        display: none;
    }

    .sm-container, .sm-aside {
        width: 100%;
        box-shadow: none;
    }

    .form-date {
        max-width: none;
    }

    .stat-sm {
        width: 100%;
        float: left;
    }
}

@media (min-width: 150px) and (max-width: 1300px) {
    .side-panel {
        width: 280px;
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0 0 5px #ccc;
        left: -280px;
        transition: left 0.3s ease-in-out;
        min-height: initial;
        border-right: none;
        height: calc(100% - 52px);
        padding-top: 70px;
        padding-left: 2%;
        margin-top: 0px;
    }

    .side-nav {
        margin-top: 0;
    }

    .admin-menu-bottom {
        margin-top: 5px;
    }

    .top-nav {
        display: none;
    }

    .bottom-nav {
        display: block;
    }

    .bottom-nav-wrap {
        display: block;
    }

    .side-nav {
        overflow-y: scroll;
        padding-bottom: 40px;
    }

    .color-control {
        border: none;
    }

    .view-menu {
        left: 0; /* Slide in the menu */
    }

    .content {
        margin-left: 280px; /* Adjust the margin to make space for the menu */
    }

    .content-panel {
        width: 100%;
        padding: 3%;
        margin-top: 0px;
    }

    .admin-menu {
        cursor: pointer;
        float: left;
        width: auto;
        padding-top: 4px;
        margin-right: 10px;
        margin-left: 0px;
        display: block;
    }

    .a-container {
        padding: 0;
    }

    .nav-link {
    }

    .adminBox {
        border-radius: 0;
        margin-top: 0;
    }
}

@media (min-width: 150px) and (max-width: 950px) {
}

@media (min-width: 150px) and (max-width: 800px) {
    #profile-form {
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .td-responsive {
        display: block;
        width: 100%;
        float: left;
    }

    .navbar-toggler {
        margin-top: 10px;
        border: none !important;
        border-width: 0 !important;
        border-color: none !important;
        outline: 0 !important;
    }

    .hidden-text {
    }

    .side-nav .nav {
        display: initial;
    }

    .side-nav ul li {
        display: inline-block;
        float: left;
        text-align: left;
        width: 100%;
    }

    .profile-tbl td {
        padding: .75rem 0;
    }

    .side-nav ul li a {
        font-size: .9em;
    }

    #form {
    }

    .title-mobile {
        display: none;
    }

    .btn-mobile::-webkit-scrollbar {
        width: 18px !important;
        color: red;
    }

    /* Track */
    .btn-mobile::-webkit-scrollbar-track {
        background: #e2e2e2;
    }

    /* Handle */
    .btn-mobile::-webkit-scrollbar-thumb {
        background: #505050;
        border-radius: 10px;
        cursor: pointer !important
    }

        /* Handle on hover */
        .btn-mobile::-webkit-scrollbar-thumb:hover {
            background: #666;
        }

    .btn-
    #theme-button-control {
        height: 165px;
    }

    .editBox {
        background-color: #fff;
        box-shadow: none;
    }

    #theme-background-control {
        height: 165px;
        overflow-y: scroll;
    }

    .design-control {
        order: 2;
    }

    .preview {
        order: 1;
        min-height: 700px;
    }

    .mobile-edit-control {
        display: block;
    }

    .control {
        position: fixed;
        float: none;
        max-width: 96%;
        padding: 2%;
        bottom: 90px;
        margin: 2%;
        border-radius: 15px;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 20000;
        box-shadow: 0 0 2px #ccc;
        background-color: #fff;
    }

        .control input[type=text] {
        }

    #theme-background-control, #theme-button-control, #theme-control {
        display: none;
    }

    #themeBG, #themeLinks, #themeColor {
        cursor: pointer !important;
    }

        #themeBG:hover, #themeLinks:hover, #themeColor:hover {
            color: #7d2ae8;
        }

    #themeOther {
        padding: 24px 1px;
    }


    @media (min-width: 150px) and (max-width: 500px) {
        .product-img {
            float: left;
            width: 100%;
        }

        .product-img img {
            max-width: none;
        }

        .link-img-holder {
            width: 100%;
            margin: 0;
            margin-bottom: 20px;
        }

        #external-account button {
            width: 100%;
            margin-bottom: 5px;
        }

        .product-desc {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

        .sm-container {
            padding-top: 0
        }

        .rsvpModal {
            padding: 30px 3%;
        }

        .img-box h2 {
            font-size: 1.3em;
        }

        .img-box {
            max-width: 45%;
            height: auto;
        }

        .img-box-container {
            margin: 0 auto;
        }

        .img-box img {
            width: 100%;
        }

        .btn-smdropdown-toggle {
            margin-right: 10px;
            margin-top: 10px;
        }
    }

    @media (min-width: 150px) and (max-width: 650px) {
        .product-img {
            max-width: inherit;
        }

        .product-details {
            float: right;
            width: 100%;
            min-height: inherit;
            padding: 2% 0;
            border: none;
        }

        .modal-dialog-90 {
            max-width: 90% !important;
        }

        .post-btn {
            min-height: 100px;
            max-height: 100px;
            margin-bottom: 20px;
        }
    }
}
/* -------------------------------------------------------------------
 * 1. Grid Container (#ProductImages)
 * Uses CSS Grid for responsive 5-column layout.
 * ------------------------------------------------------------------- */
#ProductImages, #EventImages {
    display: grid !important;
    /* By default, create a grid of 5 equally sized columns. */
    grid-template-columns: repeat(5, 1fr);
    padding: 1rem 0;
}

/* -------------------------------------------------------------------
 * 2. Grid Item (.sortImages)
 * Establishes a fixed aspect ratio for the container box
 * to ensure a consistent size regardless of image dimensions.
 * ------------------------------------------------------------------- */
.sortImages {
    /* Use padding-top to define the aspect ratio (e.g., 100% for a square box) */
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    cursor: grab; /* Visual cue for the sortable item */
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}

    /* Visual feedback when dragging */
    .sortImages:active {
        cursor: grabbing;
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }


    /* -------------------------------------------------------------------
 * 3. Image Element (img)
 * Ensures the image is centered and fully contained within the square box.
 * ------------------------------------------------------------------- */
    .sortImages img {
        /* Position the image absolutely within the .sortImages container */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Center the image and ensure it fits perfectly inside the box */
        object-fit: contain; /* This is KEY: scales the image down to fit the box without cropping */

        border-radius: 0.5rem;
    }

#ProductImages, #EventImages {
    display: block;
    clear: both;
}

/* -------------------------------------------------------------------
 * 4. Responsiveness
 * Adjusts the number of columns based on screen size.
 * ------------------------------------------------------------------- */

/* Tablet and smaller screens (max-width: 1024px) */
@media (max-width: 1024px) {
    #ProductImages {
        grid-template-columns: repeat(3, 1fr); /* Switch to 3 columns */
    }
}

/* Mobile screens (max-width: 640px) */
@media (max-width: 640px) {
    #ProductImages {
        /*grid-template-columns: repeat(2, 1fr);*/ /* Switch to 2 columns */
        /*gap: 1rem;*/
    }
}

.expand-container {
    width: 100%;
    max-width: 600px;
    font-family: Arial, sans-serif;
}

.text-wrapper {
    font-size: 1em;
    line-height: 1.6;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

    /* Exactly 3 lines */
    .text-wrapper.collapsed {
        max-height: 4.8em;
    }

    /* Expanded */
    .text-wrapper.expanded {
        max-height: 1000px;
    }

    /* Fade behind the button */
    .text-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 45%;
        height: 1.6em;
        background: linear-gradient(to right, rgba(255,255,255,0), #fff);
        pointer-events: none;
        z-index: 1;
    }

    /* Hide fade when expanded */
    .text-wrapper.expanded::after {
        opacity: 0;
    }

/* Inline See More */
.inline-toggle {
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 2;
    background: #fff;
    border: none;
    padding-left: 6px;
    font-size: 1em;
    color: #000;
    cursor: pointer;
    line-height: 1;
}

    /* Dots */
    .inline-toggle::before {
        content: "... ";
        color: #666;
    }

/* Hide inline when expanded */
.text-wrapper.expanded .inline-toggle {
    display: none;
}

/* Show Less */
.toggle-btn {
    margin-top: 6px;
    background: none;
    border: none;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    display: none;
    float: left;
}

    .toggle-btn:hover,
    .inline-toggle:hover {
        text-decoration: underline;
        color: #000;
    }

.feature__body h3 {
    font-weight: 900 !important;
    color: #fff;
}

.m-container1 {
    display: flex;
    gap: 2rem;
    max-width: 1366px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Individual cards */
.sec-c {
    flex: 1 1 33.333%;
    text-align: left;
    padding: 1.5rem;
    font-weight: 600;
    border-radius: 2em;
    outline: 1px solid #aaa;
    box-shadow: 0 0 10px #e3e3e3;
}

    /* Center image */
    .sec-c img {
        aspect-ratio: 1 / 1;
        width: 130px;
        margin-bottom: 1rem;
    }

    /* Title spacing */
    .sec-c h3 {
        font-weight: 600;
        font-size: 1.3em;
        margin-bottom: 0.75rem;
    }

    .sec-c p {
        color: #232323 !important;
    }

/* Mobile stack */
@media (max-width: 768px) {
    .m-container1 {
        flex-direction: column;
    }

    .sec-c {
        flex: 1 1 100%;
    }
}
