#card-eik1 .qr-code {
    width: 70px; 
    position: absolute; 
    right: 30px; 
    bottom: 30px;
}

#card-eik1 .logo {
    position: absolute; 
    left: 30px; 
    bottom: 37px;
}

#card-eik2 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cards p {
    box-shadow: 0 0 15px #9b9b9b;
    border-radius: 50%;
}

.modal-lg{
    max-width: 1000px !important;
}

.preview {
    overflow: hidden;
    width: 160px !important; 
    height: 90px !important;
    margin: 0px 10px 10px 10px;
    border: 1px solid #9b9b9b;
}

.logo-preview {
    overflow: hidden;
    width: 160px !important; 
    height: 160px !important;
    margin: 0px 10px 10px 10px;
    border: 1px solid #9b9b9b;
}

.shop-swatch-color .swatches-item,
.shop-swatch-color .swatches-item-background {
    border: 1px solid whitesmoke;
}

/* edit profile */

.logo-image-wrapper {
    display: inline-block;
    text-align: center;
}

.logo-image-wrapper .btn-remove-img {
    z-index: 4;
}

.logo-image-wrapper > .la-plus-circle {
    font-size: 30px;
}

.logo-image-wrapper > img.image-preview {
    margin-bottom: 0.5rem;
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.logo-image-wrapper .add-logo-btn {
    display: block;
}

.file-input:not(.logo-image-wrapper) {
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.file-input > .la-plus-circle {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    z-index: 0;
}

.file-input .image-preview {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.file-input input {
    z-index: 2;
}

.file-input:not(.reg-logo-image) input.has-file {
    pointer-events: none;
}

.file-input input.has-file ~ .btn-remove-img {
    display: block;
}

.btn-remove-img {
    z-index: 4;
}

.btn-remove-img:not(.logo-remove-btn) {
    position: absolute;
    top: 5px;
    right: 5px;
}

.image-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.images-modal-buttons > button {
    width: calc(100% - 2rem);
}

.footer a:hover {
    color:#000;
    text-decoration: none;
}

.label_sale {
    background-color: #ff0000;
    color: #fff;
    font-size: 13px;
    right: 5px;
    top: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    z-index: 3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 10px;
}

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers content horizontally */
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    text-align: center; /* Ensures text (if any) is centered */
}

.header-buttons img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.default-bg-image-for-user {
    display:block; 
    background-color: #000; 
    height: 100%;
}

.active-set-bg-image-for-user {
    border: 2px solid #fed652;
}

/* cards */
.category_container p,
.my-form-switch {
    color: #000;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.my-form-check-input {
    margin-top: 0.5rem;
}

.category_container p div label {
    color: #000;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.category_grid {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.icon_box {
    width: 100px;
    height: 130px;
    background-color: black;
    border-radius: 20px;
    box-shadow: 10px 15px 40px 5px rgb(0, 0, 0)
}

.icon_box p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    font-size: 0.8em;
}

.icon_box img {
    width: 50px;
}

.facebook-card img {
    width: 30px;
}

.icon_image_container {
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom right, #434345, #32302d);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
}

.card-inavailable-for-view {
    opacity: 0.55;
}

.card-toggle-icon,
.business-card-toggle-icon {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}