.body{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
    /* width: 1920px;
    height: 1150px; */
    background: #FFFFFF;
}

.navigationBar{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 150px;
    gap: 800px;
    width: 100%;
    height: 93.47px;
    background: #FFFFFF;
    position: fixed;
    z-index: 1030;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.logo {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 75px;
    width: 300px;
    height: 63.47px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navigationLinks {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 541px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.navbarList{
    flex: none;
    order: 1;
    flex-grow: 0;
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.navbarList li {
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    display: inline;
    float: right;
    padding: 0px 25px 0px 25px;
}

.navbarList li a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1C204F;
    text-decoration: none;
}

.navbarList li a:hover {
    color: #2f2696ce;
}

#selected { 
    color: #2f2696ce;
}

#logo {
    width: 150px;
    height: 63.47px;
    border-radius: 15px;
}

.topBody{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 125px 90px;
    gap: 0px;
    width: 100%;
    height: 1000px;
    background: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.topBody-leftpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 60px;
    gap: 60px;
    width: 850px;
    height: 700px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.searchText{
    width: 650px;
    height: 153px;
    display: flex;
    align-items: center;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.searchMessage{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    color: #000000;
}

.highlightText{
    color: #2F2696;
    font-weight: 600;
}

.images_search{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 75px;
    width: 545px;
    height: 240px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

#img_sitting{
    width: 180px;
    height: 135px;
    flex: none; 
    order: 0;
    flex-grow: 0;
}

#img_searching{
    width: 288px;
    height: 238px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.searchButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 700px;
    height: 80px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.searchbtn {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 400px;
    height: 80px;
    background: #2F2696;
    border-radius: 15px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Inter';
    font-style: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding: 25px;
    text-decoration: none;
}

.searchbtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.topBody-rightpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px;
    gap: 10px;
    width: 850px;
    height: 700px;
    background: #FFFFFF;
    /* border-radius: 15px; */
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.welcomeMessage{
    width: 650px;
    height: 48px;
    /* identical to box height */
    display: flex;
    align-items: center;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.welcomeText{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}


.registerButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0px;
    gap: 0px;
    width: 400px;
    height: 80px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.registerBtn{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 400px;
    height: 80px;
    background: #000000;
    border-radius: 15px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

.registerBtn:hover {
    background-color: #000000b7;
    color: #FFFFFF;
}

.generalInput{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 550px;
    height: 62px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.generalInput_institution{
    /* Auto layout */
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 475px;
    height: 62px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.registerInputs{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 40px;
    width: 550px;
    height: 600px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.inputLabel{
    width: 200px;
    height: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    display: flex;
    align-items: flex-end;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.inputField{
    width: 550px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #000000;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    /* color: rgba(0, 0, 0, 0.5); */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.inputField:focus{
    outline: none;
}


.dropDowns{
    /* appearance: none; */
    background-color: transparent;
    width: 475px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #000000;
    display: flex;
    align-items: flex-end;
    text-align: center;
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

option{
    background-color: #FFFFFF;
}

.registrationResults{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 550px;
    height: 25px;
    gap: 0px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.updateMessage{
    padding: 0px;
    width: 550px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    /* align-items: flex-start; */
    text-align: center;
    color: #2F2696;
    text-decoration: none;
    /* border: 2px solid red; */
}

.updateMessage:hover{
    color: #2F2696;
}

.admin_institution{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.switch_admin{
    display: flex;
    padding: 8px 0px 0px 0px;
    flex-direction: column;
    align-items: center; 
    gap: 0px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2F2696;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2F2696;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
} 