body{
    margin: 0;
    padding: 0;
    background-color: #D9D9D9;    
    overflow: hidden;
}

.mainContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.capsules1{
    position: absolute;
    rotate: -45deg;
    bottom: -30px;
    left: -120px;
}
.capsules2{
    position: absolute;
    rotate: 135deg;
    top: -30px;
    right: -120px;
}

.cap11{
    height: 150px;
    width: 450px;
    background-color: #052B2A;
    border-radius: 100px;
    position: absolute;
}
.cap12{
    height: 155px;
    width: 450px;
    background-color: #052B2Aa8;
    border-radius: 100px;
    position: relative;
    bottom: 10px;
    left: 8px;
}

.cap21{
    height: 150px;
    width: 450px;
    background-color: #052B2A;
    border-radius: 100px;
    position: absolute;
    top: 10px;
}
.cap22{
    height: 155px;
    width: 450px;
    background-color: #052B2Aa8;
    border-radius: 100px;
    position: relative;
    top: 10px;
    left: 28px;
}
.fields {
    width: 40%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 5px; */
    padding: 20px;
}

.fields label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.fields h6{
    font-size: 20px;
    font-weight: bold;
    /* center */
    text-align: center;
    margin: 10px auto;
}

.fields input,
.fields button {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #052B2A;
    border-radius: 50px;
    background: none;

}
.fields select{
    width: 30%;
    padding: 5px;
    border: 2px solid #052B2A;
    border-radius: 14px;
    background: none;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fields button {
    background-color: #052B2A;
    color: white;
    border: none;
    cursor: pointer;
}

.fields button:hover {
    background-color: #052B2Aa9;
}

.fields p {
    margin: 10px auto;
    text-align: center;
}

.fields p a {
    color: #052B2A;
    text-decoration: none;
}

.fields p a:hover {
    text-decoration: underline;
}


.capsules3{
    position: relative;
    rotate: 90deg;
    top: -300px;
    
}


.cap31{
    height: 300px;
    width: 550px;
    background-color: #052B2A;
    border-radius: 100px;
    position: absolute;
}
.cap32{
    height: 155px;
    width: 450px;
    background-color: #052B2Aa8;
    border-radius: 100px;
    position: relative;
    top: 190px;
    left: 50px;
    rotate: -15deg;
}
.capsules4{
    position: relative;
    rotate: 0deg;
    top: -300px;
}
.cap41{
    height: 300px;
    width: 550px;
    background-color: #052B2A;
    border-radius: 50px;
    position: absolute;
    left: 650px;
    top: -120px;
}
.cap42{
    height: 300px;
    width: 550px;
    background-color: #052B2Aa8;
    border-radius: 50px;
    position: absolute;
    top: 390px;
    left: -650px;
}

.fields .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

.fields .column {
    width: 48%;
}

.multiSelectDisplay {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 2px solid #052B2A;
    border-radius: 14px;
    background: none;
    cursor: pointer;
}

.multiSelectDropdown {
    border: 1px solid #052B2A;
    padding: 5px;
    border-radius: 5px;
    background-color: #052B2A;
    max-height: 150px;
    overflow-y: auto;
    margin-top: 5px;
    /* position: absolute; */
    /* width: 35.4%; */
}

.multiSelectDropdown.hidden {
    display: none;
}

/* .multiSelectDropdown label {
    display: block;
    margin-bottom: 5px;
} */
.multiSelectDropdown label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.multiSelectDropdown input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 10px;
    accent-color: #052B2A;    
}

.dropdown-arrow{
    float: right;
    /* margin: 0px 10px; */
    /* width: 5%; */
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebyside{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
}

/* Image styling */


/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border: 4px solid white;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.hidden {
    display: none;
}
#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-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;
  }
  .clickable-image {
    cursor: pointer;
  }
  .clickable-image:hover {
    transform: scale(1.1);
  }
  .sidetableCardBody {
    height: 50vh;
    color: #D9D9D9;
    width: 25vw;
    overflow: scroll;
  }
  .navcards{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    /* margin: 10px auto; */
    background-color: none;
    flex-wrap: wrap;
    height: 100%;
  }
  .card-header{
    background-color: #D9D9D9;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .xraySection{
    width: 60%;
  }
.nav-link{
    color: #052B2A !important;
    text-align: center !important;
}
.forgotbtn{
    text-decoration: underline;
    cursor: pointer;
    color: #052B2A;
    font-weight: 900;
}