/* _content/HandyPOS_Web/Pages/Controls/ProdItem.razor.rz.scp.css */

/* _content/HandyPOS_Web/Pages/Controls/SliderImg.razor.rz.scp.css */
*[b-9einyoypt1] {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container[b-9einyoypt1] {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides[b-9einyoypt1] {
    display: none;
}

/* Next & previous buttons */
.prev[b-9einyoypt1], .next[b-9einyoypt1] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 999;
    background-color: rgba(0,0,0,0.4);
}

.prev[b-9einyoypt1] {
    left: 0;
    border-radius: 3px 0 0 3px;
}
/* Position the "next button" to the right */
.next[b-9einyoypt1] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover[b-9einyoypt1], .next:hover[b-9einyoypt1] {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text[b-9einyoypt1] {
    color: #717171;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext[b-9einyoypt1] {
    color: #ffffff;
    font-size: 14px;
    padding: 2px 6px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.div-dots[b-9einyoypt1] {
    position: absolute;
    bottom: 30px;
    height: 25px;
    background-color: rgb(0, 0, 0,0.6);
    text-align: center !important;
    z-index: 10;
    padding: 1px 5px 0px 5px;
}

/* The dots/bullets/indicators */
.dot[b-9einyoypt1] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #808080;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active[b-9einyoypt1], .dot:hover[b-9einyoypt1] {
        background-color: #ffffff;
    }

/* Fading animation */
.fade-img[b-9einyoypt1] {
    animation-name: fade-b-9einyoypt1;
    animation-duration: 0.7s;
}

@keyframes fade-b-9einyoypt1 {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* The Modal (background) */
.modal[b-9einyoypt1] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content[b-9einyoypt1] {
    margin: auto;
    display: block;
    width: 95%;
    max-width: 1024px;
}

@keyframes zoom-b-9einyoypt1 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closeModalImg[b-9einyoypt1] {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeModalImg:hover[b-9einyoypt1],
    .closeModalImg:focus[b-9einyoypt1] {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

#captionModalImg[b-9einyoypt1] {
    color:#ffffff;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content[b-9einyoypt1] {
        width: 100%;
    }
}
/* _content/HandyPOS_Web/Pages/Controls/TextMore.razor.rz.scp.css */
a#btn-more[b-4fpp74ievw], a#btn-less[b-4fpp74ievw] {
    text-decoration: none;
    color: #0094ff;
}
