﻿/*.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;*/
/*    margin-bottom: 40px;
    padding-top: 40px;*/
    /*color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {*/
   /*     margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;*/
    /*}
}

.photo-gallery .intro {*/
/*    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;*/
/*}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {*/
    /*padding-bottom: 20px;*/
/*}

.photo-gallery .item {*/
    /*padding-bottom: 30px;*/
/*}








.product-viewer {
    display: flex;
    flex-direction: column;
    align-items: center;*/
    /*width: 60px;*/
/*}

.viewer-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-image {
    width: 100%;
    transition: transform 0.5s;
}

.controls {
    display: flex;
    justify-content: space-between;
    width: 100%;*/
    /*margin-top: 10px;*/
/*}

.control-button {
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.control-button:hover {
    background-color: #0000FF;
}*/


/* The Modal (background) */


.absoluteCenterCameraModal {
    width: auto;
    max-width: 100%;
    /*max-height: 400px;*/
    height: 70%;
    margin: auto;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow: auto;
}


.CameraModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.CameraModal-content {
    background-color: #fefefe;
    /*margin: 15% auto;*/ /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; 
    height: 80%;  
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.PrintInstructions {
    /*position: absolute;*/
    top: 10px;
    text-align: center;
    /*padding: 32px;*/
    margin: auto;
    padding-bottom: 17px;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}
.OperationHeader { 
    top: 10px;
    text-align: center; 
    margin: auto;
    padding-bottom: 17px;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}