﻿
.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    z-index: 1000;
}

button {
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 130, 107, 0.30), 0 1px 1px rgb(213, 182, 245);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
}

    button:hover {
        background-color: #006f5c; /* Darker green on hover */
        box-shadow: 0 8px 12px rgba(0, 130, 107, 0.35), 0 20px 30px rgba(0, 0, 0, 0.25);
        transform: translateY(-2px);
    }

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 2500px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    position: absolute;
    background: white;
    border-radius: 5px;
    width: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popup-header {
    border-bottom: 1px solid #dee2e6;
}

.popup-body {
    font-size: 16px;
}

.popup-footer {
    border-top: 1px solid #dee2e6;
}

.product-name-container {
    font-size: small;
    max-height: 3.6em;
    min-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allow wrapping */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    padding: 1px 2px 0px 3px;
}

.text-uppercase {
    text-transform: uppercase;
}

label {
    font-family: 'Franklin Gothic Medium';
    color: purple;
    margin-top: 5px;
    font-size: 15px;
}

.spantext {
    font-family: 'Franklin Gothic Medium';
    color: purple;
    font-size: 15px;
}

.mb-3 {
    margin-bottom: 0.01rem; /* Adjust the margin between cards */
}

.glow {
    animation: shadow-pulse 1s infinite;
}

.wrapper {
    position: relative;
}

    .wrapper .btninfopos {
        position: absolute;
        right: 5px;
        top: 5px;
    }


    .wrapper .btninfopos2 {
        position: absolute;
        bottom: 5px;
        right: 1px;
    }

    .wrapper .fa2 {
        position: absolute;
        right: -5px;
        top: -5px;
        color: white;
        background-color: aqua;
    }


.btnbasepricepos {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 0.85rem; /* Adjust font size here */
    padding: 0.25em 0.25em; /* Adjust padding if needed */
    border-radius: 0.15rem; /* Adjust border radius for rounded corners */
    color: #000; /* Text color */
    background-color: #f8f9fa; /* Light background color */
    border: 1px solid #dcdcdc; /* Optional: add a border */
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.btn-cir2 {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.productImage {
    height: 100%;
    width: 100%;
}

.custom-button {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); /* Adjust values as needed */
}

.custom-input {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Adjust values as needed */
}

.customimg {
    height: 100px;
    width: 100px;
    margin: auto;
}

.scroll {
    height: 80vh;
    overflow: auto;
}

.imgcat {
    text-align: center;
    width: 150px;
    height: 150px;
}

.card-container {
    gap: 0;
}

.card-1 {
    height: 100%;
    width: 120%; /* Adjust width if needed */
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Add shadow effect */
    border: none; /* Optional: Remove any default border */
    border-radius: 2px; /* Optional: Add rounded corners */
}

    .card-1:hover {
        box-shadow: 0 4px 8px rgba(245, 77, 53, 0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.card-title1 {
    height: 52px;
    font-size: inherit;
    text-align: center;
    margin: auto;
}

.card-cat {
    width: 100%;
    /*height: 200px;*/
    margin: 2px;
    box-shadow: 0 1px 28px rgba(0, 130, 107, 0.30), 0 5px 12px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-text-cat {
    /*height: 200px;*/
    margin: 2px;
    text-align: justify;
    overflow-y: auto;
}

.product-image2 {
    height: 300px;
    width: 300px;
}


.prod-img-cart {
    height: 100px;
    width: 100px;
}

.custom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Styles inherited from card-img-top */
    /* Example: */
    width: 100%;
    height: auto;
    max-width: 100%;
    /* Styles inherited from prod-img-cart */
    /* Example: */
    background-color: #f0f0f0;
    border-radius: 5px;
    /* Styles inherited from img-thumbnail */
    /* Example: */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.text-purple {
    color: purple; /* Sets the text color to purple */
    display: block; /* Ensures the text is displayed as a block element */
    margin-top: 10px; /* Adjust margin top as needed */
}

.product-name {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #6a0dad; /* Purple color with a hex code */
    margin-top: 2px; /* Space above the text */
    font-size: 12px; /* Adjust font size to make it more readable */
    text-transform: capitalize; /* Capitalize the first letter of each word */
    line-height: 1.0; /* Improve readability with line height */
}



.bg-success-subtle {
    background-color: #d500ff15; /* Use a lighter shade of green or your desired subtle color */
    opacity: 0.95; /* Adjust opacity as desired */
    color: purple; /* Sets the text color to purple */
}

.border-bottom-2 {
    border-bottom: 2px solid;
}

.border-bottom-1 {
    border-bottom: 2px ridge;
}

.input-validation-error {
    border-color: #dc3545;
    background-color: #f8d7da;
}

.image-animation {
    animation: fade 3s infinite alternate; /* Adjust the duration and animation type as needed */
    opacity: 1;
}

.compact-text {
    line-height: 1.2; /* Adjust as needed */
    font-size: 0.9rem; /* Adjust as needed */
}


@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    20% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* Note the use of double @ symbols to escape the keyframes definition */
@keyframes move-left-right {
    0% {
        transform: translateX(100%);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    75% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}



/* Note the use of double @ symbols to escape the keyframes definition */

.move-left-right {
    display: inline-block;
    animation: move-left-right 1s ease-in-out infinite;
}

.wiggle {
    display: inline-block;
    animation: wiggle 1s ease-in-out infinite;
}
