body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f3f3f3;
    height: 100vh;
    overflow: hidden;
}
.itiTheme{
    position: absolute;
    top: -30px;
    left: -80px;
}

.itiLogo{
    position: absolute;
    top: 60px;
    right: 0px;
    width: auto;
    margin: 10px;
}
.invertlogo{
        filter: invert(1);
}
.itiLogo img{
    width: 40%;
    float: right;
}
 /* Centering container */
 /* body, html {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f3f3f3;
} */
/* Wrapper for the entire slider to allow scrolling */
.slider-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 80%; /* Set max width for responsiveness */
    margin: 10px;
}

/* Scrollable container */
.image-upload-slider {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 30px;

}

.image-upload-slider::-webkit-scrollbar {
    display: none;
}

.image-upload-slider {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

/* Individual upload box style */
.upload-box {
    position: relative;
    width: 250px;
    height: 300px;
    border: 2px solid #526EA0;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #526EA0;
}

/* Upload box hover effect */
.upload-box:hover {
    border-color: #51AFAE;
    color: #51AFAE;
}

/* Hidden file input styling */
.upload-box input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* Image fit inside the box */
.upload-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.upload-box img:hover {
    cursor: grab;
}
.upload-box img:active {
    cursor: grabbing;
}

/* Styling for the "Upload More" box */
.upload-more {
    color: #526EA0;
    font-weight: bold;
    font-size: 16px;
    border: 2px dashed #526EA0;
}
.upload-more:hover {
    color: #51AFAE;
 
}

/* Navigation buttons */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #51AFAE;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    opacity: 0.6;
}

.scroll-btn:hover {
    opacity: 1;
}

.scroll-left {
    left: -20px;
    z-index: 2;
}

.scroll-right {
    z-index: 2;
    right: -20px;
}
.uploadImageSliderDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 91.2vh;
    margin: 0;
    background-color: #f3f3f3;
}
.count{
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    font-size: 32px;
    margin: 10px;
    font-weight: 500;
}
.sidebar{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: 8vw;
    background-color: #D9D9D9;
    
}
.sidebar, .sidebarSettings{
    width: 9vw;
    height: 92vh;
    background-color: #D9D9D9;
}
.sidebarSettings{
    width: 4vw;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    overflow: scroll;
    background-color: #F3F3F3;
}
.sidebarSettings div{
    cursor: pointer;
}
.rerunBtn{
    color: white !important;
    background-color: #526EA0 !important;
    border: none;
    font-size: 14px !important;
    font-weight: 500;
    bottom: 0;
}
.circleBtn {
    background-color: #526fa000;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 0;
    /* transform: translate(-50%, -50%); */
}

.image-slider {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    height: 80vh; /* Adjust height as needed */
    width: 18vh;
    margin-top: 20px;
}

.image-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.image-slider img.selected {
    border-color: #51AFAE;
}
.uploadedPic{
    cursor: grab;
}
.uploadedPic:active{
    cursor: grabbing;
}
.selected {
    border: 2px solid #51AFAE;
    border-radius: 4px;
}
.deleteBtn{
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
}
.registeredImage img{
    cursor: pointer;
}
.btn-purple{
    color: white;
    background-color: #526EA0;
    border: none;
    cursor: pointer;
    margin: 0;
}
.reportBtn, .annotateBtn, .invertBtn{
    color: white;
    background-color: #526EA0;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dwnldBtn{
    color: #526EA0 !important;
    border: 1px solid #526EA0;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dwnldBtn:hover{
    background-color: #526EA0;
    color: white !important;
}
.reportBtn:hover, .annotateBtn:hover, .invertBtn:hover{
    background-color: #526EA0;
    color: white;
}
#img-zoomer-box {
    height: auto;
    position: relative;
    margin-top: 10px;
  }
  
  #img-1 {
    width: 100%;
    height: auto;
  }
  
  #img-zoomer-box:hover, #img-zoomer-box:active {
    cursor: zoom-in;
    display: block;
  }
  
  #img-zoomer-box:hover #img-2, #img-zoomer-box:active #img-2 {
    opacity: 1;
  }
  #img-2 {
    width: 300px;
    height: 300px;
    /* background: url('../../Egpyt_test_data/AMANY_ABDEL_FATTAH_ALI__100.jpg') no-repeat #FFF; */
    background-size: 350%;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    pointer-events: none;
    position: absolute;
    opacity: 0;
    left: 0;
    border: 4px solid #526EA0;
    z-index: 99;
    border-radius: 100%;
    display: block;
    transition: opacity .2s;
  }
.crossDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
    background: none;
    border: none;
}
.cross{
    background-color: #526EA0;
}
.cross:before, .cross:after {
    content: '';
    position: absolute;
    width: 85%;
    height: 2px;
    background-color: #526EA0;
    top: 15px;
    right: 5px;
}
.cross:before {
    transform: rotate(45deg);
}
.cross:after {
    transform: rotate(-45deg);
}
#inferenceButton{
    color: white !important;
}
#searchBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
 /* Ensure images are displayed side by side */
 .images-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.image-item {
    width: 48%; /* This allows two images to sit side by side */
}

.image-item h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

#tableDiv {
    margin-bottom: 20px;
}

#myChart {
    margin-top: 20px;
}
.maxilla{
    transform: rotate(180deg);   
}
#calcBLbtn{
    width: 100px;
}
.rotated {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}
.rotatedRight {
    transition: transform 0.3s ease;
    transform: rotate(270deg);
}
.getstarted{
    background-color: #D8E03F !important;
}