/* body { */
/*             display: flex; */
/*             justify-content: center; */
/*             align-items: center; */
/*             min-height: 100vh; */
/*             background-color: #f0f0f0; */
/*             font-family: Arial, sans-serif; */
/*             margin: 0; */
/*             padding: 0; */
/*         } */

        .container1 {
            text-align: center;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        img {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
            border: 2px solid #443e3e;
            border-radius: 8px;
        }

        .output {
            background: #f9f9f9;
            padding: 10px;
            border-radius: 8px;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        }
        
        
          .card {
            transition: transform 0.3s;
        }
        .card:hover {
            transform: scale(1.05);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        }
        .instruction-box {
            background: #fff;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            margin-top: 20px;
        } 
        #xPos,#yPos,#zPos{
      FONT-SIZE: 20px;
    FONT-WEIGHT: 500;
    COLOR: #343a40;
        }
        .output-card {
          border-style: ridge;
    border-color: #b3c3d2;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    /* padding: 5px; */
    text-align: center;
    width: 100%;
    background-color: #b0b9c1;
    padding-top: 5px;
    color: #fff;
}
        }
        .output-card p {
            font-size: 18px;
            font-weight: 500;
            color: #333;
            margin: 10px 0;
        }
        .value {
            font-size: 24px;
            font-weight: bold;
            color: #2575fc;
            transition: all 0.3s ease-in-out;
        }
        .headingCo{
        color: #33465a!important;
    font-family: math;
        }
          .image-container {
            position: relative;
            display: inline-block;
        }
        .line {
            position: absolute;
            background-color: red;
            height: 2px;
            transform-origin: 0% 0%;
        }
        .line-label {
            position: absolute;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 2px 5px;
            font-size: 12px;
            border-radius: 5px;
            transform: translate(-50%, -50%);
        }
        .red-circle, .gray-rectangle {
            width: 20px;
            height: 20px;
            position: absolute;
            border-radius: 50%;
            cursor: pointer;
        }
        .red-circle {
            border: 2px solid brown;
            background-color: #dc3545;
        }
        .gray-rectangle {
            width: 15px;
            height: 25px;
            border-radius: 5px;
            border: 2px solid blue;
            background-color: gray;
        }
        .addrect{
        width: 11px;
    height: 20px;
    border-radius: 15px;
    border: 2px solid #bb8636;
    background-color: #e4ba4d;
        }
       .timerStyle {
    background-color: #42494f;
    color: #e8ac6e;
    font-weight: 700;
    font-family: 'digital-clock-font';
    letter-spacing: 1px;
}
.btn1 {
        margin-left:10px;
        margin-right: 10px;
        margin-top:7px;
        float:right;
        margin-bottom:10px;
        padding: 7px; 
        border:none; 
        border-radius: 5px;
        }
        .calculatePanel{
        
          background-color: #6c757d;
    border-style: double;
    padding: 10px;
    margin: 5px 0px;
    color: #fff;
        }
        
        #ModalBody{
            color: #781c1c;
    font-size: 20px;
    font-weight: bold;
        }
       
        
        .label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2px 5px;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 4px;
    z-index: -1; /* Moves the label behind the point */
}
        footer {
	background: rgb(125,176,169);
background: linear-gradient(90deg, rgba(125,176,169,1) 0%, rgba(78,109,114,1) 31%, rgba(33,44,62,1) 100%);
	padding: 2px 10px;
	border-top: 5px solid #2a333c;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

}