body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    background-color: #f8f9fa;
    align-items: center;
    margin: 0;
    padding: 20px;
    flex-direction: column;
    /* row-gap: 10px; */
}

.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 800px;
    /* width: 40%; */
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
}

.container.reportViewer{
    padding: 5px;
    min-height: 360px;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
}

.logo {
    max-height: 60px;
}

h1 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.box {
    display: flex;
    margin: 5px;
    /* padding: 10px; */
    min-width: 150px;
    min-height: 45px;
    border: 1px solid #ccc;
    border-radius: 9px;
    cursor: pointer;
    transition: background-color 0.3s;
    overflow: auto;
    flex-direction: column;
    background-color: white;
}

.box:hover {
    background-color: #f1f1f1;
}

.box.selected {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.info-text {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.fillForm {
    display: flex;
    flex-direction: column;
    width: 400px;
    row-gap: 11px;
}

.containerOfContainer {
    display: flex;
    column-gap: 10px;
}

#fileList {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    font-family: sans-serif;
}

#fileList li {
    margin-bottom: 4px;
}

.resBtn,
.validateFileBtn {
    /* height: 30px; */
    display: flex;
    column-gap: 10px;
    background-color: #24c32a8f;
    padding: 5px;
    border-radius: 10px;
    /* min-width: 170px; */
    cursor: pointer;
    width: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-width: thin;
}

#validateFileBtnTxt{
    font-weight: 700;
    min-width: 90px;
}

/* HTML: <div class="loader"></div> */
.loader {
    display: none;
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #169eff 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #169eff);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.resBtn{
    background-color: #2196F3;
    /* color: white; */
    font-weight: 700;
    width: 108px;
}

#updateProjListBtn{
    color: white;
}

.btnGroup{
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    height: 30px;
    margin-top: 9px;
}

#validationResJson{
    min-width: 630px;
    min-height: 180px;
}

#contributions{
    display: flex;
    flex-direction: column;
}

.contribContainer{
    width: 80%;
    max-height: 300px;
    overflow: auto;
    padding: 5px;
    background-color: #d3d3d324;
    border: groove;
}

/* #docSelect{
    min-width: 300px;
} */

.ui{
    display: flex;
    width: 100%;
    column-gap: 18px;
    /* min-height: 500px; */
}


.commandPanel{
    width: 450px;
}

.viewerPanel{
    width: 100%;
}

.projectZone{
    display: flex;
    width: 100%;
}

.containerSelect{
    width: 243px;
    height: 27px;
}

.profileSelect{
    width: 100%;
    height: 27px;
}

.loginBox{
    display: flex;
    column-gap: 9px;
    justify-content: center;
    padding-bottom: 9px;
}

.menuSubDivRow{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: space-between;
}

/* .menuSubDivRow > label{
    width: 50px;
} */

.menuSubDiv{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.refreshBtnImage{
    width: 15px;
    height: 15px;
    background-color: lightblue;
    padding: 2px;
    border-radius: 10px;
}

.reportZone{
    border: ridge;
    border-radius: 5px;
    height: 414px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.reportValidityIndic{
    /* position: fixed; */
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: lightgray;
}

.reportValidityIndic.valid{
    background-color: lightgreen;
}

.reportValidityIndic.invalid{
    background-color: red;
}



.reportZoneHeader{
    display: flex;
    padding: 7px;
    justify-content: center;
}

.reportZoneHeader.valid{
    background-color: rgba(144, 238, 144, 0.364);
}

.reportZoneHeader.invalid{
    background-color: rgba(238, 174, 144, 0.479);
}

.reportBtn{
    display: flex;
    height: 45px;
    align-items: center;
    /* column-gap: 18px; */
    justify-content: space-between;
    cursor: pointer;
    background-color: white;
    border-left: none;
    border-right: none;
    border-width: thin;
}

/* .reportBtnArrow{
    position: relative;
}

#shaclReportBtnArrow{
    left: 76px;
}

#val3dityReportBtnArrow{
    left: 131px;
} */

.reportBtnMain{
    display: flex;
    column-gap: 18px;
}

.shaclReportTxtZone{
    height: 180px;
    overflow: auto;
    transition: height 0.5s ease;
}

.shaclReportTxt{
    /* background-color: #d3d3d33b; */
    display: block;
    /* padding: 9px; */
    /* transition: height 0.5s ease; */
    position: relative;
    /* top: 9px; */
}

.val3dityViewerPanel{
    width: 100%;
    height: 234px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.shaclReportTxtZone.wrapped,
.val3dityViewerPanel.wrapped {
  height: 0;
}

.wrapped .shaclReportTxt{
    display: none;
}

.viewerFrame{
    /* border: ridge; */
    /* border-radius: 5px; */
    /* min-height: 360px; */
    height: 100%;
    height: 99%;
}

.shaclReportTxt > li > label{
    font-style: italic;
}

.reportBtnArrow{
    background-color: #9e9e9e6b;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    color: gray;
    /* font-weight: 700; */
}

.loginModal{
    display: none;
    position: absolute;
    width: 100%;
    height: 120%;
    background-color: #0000008c;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.loginCredBox{
    position: relative;
    width: 513px;
    height: 180px;
    /* margin: auto; */
    display: flex;
    background-color: lightgrey;
    flex-direction: column;
    justify-content: center;
    row-gap: 9px;
    align-items: center;
    border-radius: 5px;
}

.loginCredBox > label{
    width: 450px;
    display: flex;
    justify-content: space-between;
}

.loginCredBoxLabelInput{
    width: 333px;
    height: 23px;
}

.credLoginBtnBox{
    display: flex;
    column-gap: 18px;
    margin-top: 18px;
}

.credLoginBtn{
    display: flex;
    column-gap: 10px;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    width: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-width: thin;
}

#credOkBtn{
    background-color: lightgreen;
}

#popupHeader{
    color: red; 
    text-align: center; 
    margin-bottom: 10px; 
    font-size: 16px;
}