/* no underlines */
.noDecoration {
    text-decoration: none;
}

.body-container-section{
    min-height: calc(100vh - 65px);
    position: relative;
    padding-bottom: 50px;
}

.draft-watermark {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-30deg);
            font-size: 120px;
            font-weight: bold;
            color: #ff0000;
            opacity: 0.1;
            z-index: 9999;
            pointer-events: none;
            width: 100%;
            text-align: center;
        }

.inspection-detail {
    position: relative;
    z-index: 2;
}
  .draft-top {
            position: relative;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: rgba(255, 0, 0, 0.45);
            letter-spacing: 1px;
            z-index: 9999;
            pointer-events: none;
            margin-bottom:10px;
        }

        .draft-bottom {
            position: relative;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: rgba(255, 0, 0, 0.45);
            letter-spacing: 1px;
            z-index: 1;
            pointer-events: none;
        }
/* footer{
    position: fixed;
bottom: 0;
width: 100%;
} */