.body{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
    /* width: 1920px;
    height: 1150px; */
    background: #FFFFFF;
    /* border: 2px solid red; */
}

.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: 150px 90px;
    gap: 50px;
    width: 100%;
    height: 750px;
    background: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.topBody-leftpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 60px;
    gap: 20px;
    width: 850px;
    height: 550px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.searchForm{
        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 60px;
        gap: 20px;
        width: 850px;
        height: 375px;
        /* 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;
}

.searchInputs{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 0px 40px;
    gap: 40px;
    width: 760px;
    height: 280px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.searchInputsLeft{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;
    width: 360px;
    height: 240px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.searchInputsRight{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;
    width: 360px;
    height: 240px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.searchButton{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: 700px;
    height: 100px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.searchbtn {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 300px;
    height: 60px;
    background: #2F2696;
    border-radius: 15px;
    border: none;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Inter';
    font-style: normal;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
    /* border: 2px solid red; */
}

.searchbtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.searchInputError{
    width: 650px;
    height: 25px;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Inter';
    font-style: normal;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    color: #FF0000;
    /* border: 2px solid red; */
}

.topBody-rightpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px;
    gap: 2px;
    width: 850px;
    height: 550px;
    /* 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;
}

.generalInput{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 360px;
    height: 60px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.inputLabel{
    width: 200px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: flex-end;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.inputField{
    width: 360px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #000000;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    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;
}

.inputField:focus{
    outline: none;
}

.recordsCount{
    width: 160px;
    height: 20px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordsCnt{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: #000000;
}

.serachResults{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 770px;
    height: 450px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.searchResultsTable{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    gap: 10px;
    width: 740px;
    height: 450px;
    border-width: 4px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.75);
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* overflow: hidden; */
    overflow-y: scroll;
}

.searchRecord{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 6px;
    gap: 10px;
    width: 710px;
    height: 85px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.recordData{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
    width: 680px;
    height: 71px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.topRowRecordData{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 5px;
    width: 680px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.bottomRowRecordData{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 670px;
    height: 40px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordInfo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;
    color: #000000;
}

.recordDataInfo-name{
    width: 150px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordDataInfo-degreeLevel{
    width: 150px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordDataInfo-major{
    width: 150px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordDataInfo-semester{
    width: 75px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordDataInfo-year{
    width: 75px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 4;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.recordDataInfo-university{
    width: 500px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.viewButton{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 150px;
    height: 25px;
    /* background: #2F2696; */
    /* border-radius: 15px; */
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.viewBtn{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 150px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    background-color: #2F2696;
    border-radius: 15px;
    border: none;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.viewBtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.bottomBody{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 10px;
    gap: 40px;
    width: 100%;
    height: 450px;
    background: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.diploma-Links{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    gap: 10px;
    width: 600px;
    height: 349.09px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.diplomaPreview{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 275px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

#img_diplomaPreview{
    align-items: center;
    justify-content: center;
    width: 489px;
    height: 275px;
    flex: none; 
    order: 0;
    flex-grow: 0;
}

.diplomaButtons{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    width: 340px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.viewfullScreenButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 150px;
    height: 25px;
    /* background: #2F2696;
    border-radius: 15px; */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.viewFullScreenBtn{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    background: #2F2696;
    border-radius: 15px;
    border: none;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.viewFullScreenBtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.viewFullScreenBtn:disabled,
button[disabled]{
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.OpenSeaButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 150px;
    height: 25px;
    /* background: #2F2696;
    border-radius: 15px; */
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.OpenSeaBtn{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    background: #2F2696;
    border-radius: 15px;
    border: none;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.OpenSeaBtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.OpenSeaBtn:disabled,
button[disabled]{
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.recordDetails{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0px 0px;
    gap: 30px;
    width: 1050px;
    height: 386px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.recordDetails-row1{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 75px;
    width: 1050px;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.recordDetails-row2{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 75px;
    width: 1050px;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.recordDetails-row3{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 50px;
    width: 940px;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.recordDetails-row4{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 75px;
    width: 1000px;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
}

.generalDetails{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0px;
    width: 300px;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.genDetailField{
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 0px;
    width: 300px;
    height: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    background: #FFFFFF;
    border-bottom: 2px solid #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
    /* border: 2px solid red; */
}

.genDetailFieldLabel{
    width: 300px;
    height: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    color: #000000;
    gap: 0px;
    padding: 0px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    /* border: 2px solid red; */
}

.generalDetails-long{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0px;
    width: 750px;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.genDetailField-long{
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 0px;
    width: 750px;
    height: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    background: #FFFFFF;
    border-bottom: 2px solid #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
    /* border: 2px solid red; */
}

.genDetailFieldLabel-long{
    width: 750px;
    height: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    color: #000000;
    gap: 0px;
    padding: 0px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    /* border: 2px solid red; */
}

.genDetailField:hover, .genDetailFieldLabel:hover, .genDetailField-long:hover, .genDetailFieldLabel-long:hover {
    color: #000000;
}

.claimCredButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    width: 250px;
    height: 45px;
    /* background: #2F2696;
    border-radius: 15px; */
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.claimCredBtn{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 45px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    background: #2F2696;
    border-radius: 15px;
    border: none;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.claimCredBtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.claimCredBtn:disabled{
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.universityLogo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 140;
    height: 64px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

#img_universityLogo{
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 32px;
    flex: none; 
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.universityLogo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 245px;
    height: 60px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

#img_universityLogo{
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 142px;
    height: 60px;
    flex: none; 
    order: 0;
    flex-grow: 0;
    border-radius: 15px;
    /* border: 2px solid red; */
}

#detail_recordID{
    display: none;
}

.resultsFooter{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 0px 0px 20px;
    gap: 120px;
    width: 740px;
    height: 30px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.filters{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 460px;
    height: 30px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.filterButton{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 150px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.filterBtn{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 150px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    background-color: #2F2696;
    border-radius: 15px;
    border: none;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.filterBtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.filterBtn:disabled,
button[disabled]{
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.filtered {
    background-color: #2f269686;
}
