* {
    font-family: "Lexend Deca", sans-serif;
}

body {
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px;
}

h1 {
    text-align: center;
    font-size: 36px;
}

h2 {
    text-align: center;
    font-size: 25px;
}

h3 {
    text-align: center;
    font-size: 17px;
}

h4 {
    text-align: center;
    font-size: 17px;
}
.courseInput {
    height: 2.6rem;
    width: 7rem;
    padding-left: 10px;
    text-decoration: none;
    border-top: 1px solid #b6b6b6;
    border-top-left-radius: 0.25rem;
    border-bottom: 1px solid #b6b6b6;
    border-bottom-left-radius: 0.25rem;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    font-size: 17px;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    margin-bottom: 0px;
    background-color: white;
    color: black;
    z-index: 0;
}

input[type="text"]:focus {
    border: 1px solid #000000;
}

label {
    text-align: center;
    font-size: 17px;
}

.semesterLabel {
    display: flex;
    text-align: center;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    width: 225px;
    height: 3.1rem;
    border-radius: 0px;
    border: 1px solid #b6b6b6;
    background-color: white;
    z-index: 0;
}

.semesterLabelElements {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateX(3%);
}

.classGrade select {
    height: 3.25rem;
    width: 50px;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding-left: 2px;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    font-size: 15px;
    color: black;
    background-color: white;
    z-index: 0;
}

.classType select {
    height: 3.25rem;
    width: 120px;
    padding: 16px 10px;
    
    border-top: 1px solid #b6b6b6;
    border-top-right-radius: 0.25rem;
    border-bottom: 1px solid #b6b6b6;
    border-bottom-right-radius: 0.25rem;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    font-size: 15px;
    color: black;
    background-color: white;
     z-index: 0;
}

.courseNumberMarker {
    font-size: 17px;
    transform: translate(-8px,19px);
    color: gray;
    z-index: 0;
}

select:focus {
    border: 2px solid #000000;
}

.courseContainer {
    display: flex;
    justify-content: center;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.courseLabel {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.header {
    position: relative;
    width: 90%;
    padding-left: 5%;
     padding-right: 5%;
    line-height: 0.1em;
    padding-bottom: none;
    padding-top: none;
}

.branding {
    width: 100%;
    position: relative;
    display: flex;
    gap: 0px;
    justify-content: center;
    /*transform: translateX(19%) */
}

.logo {
    display: inline-block;
}

.logoText {
    display: inline-block;
    width: 100%;
    top: 50%;
    transform: translateY(30px);
    font-size: 42px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
}

.topLeftContent {
    width: 100%;
    right: 30px;
    top: -2px;
    display: flex;
    position: relative;
    gap: 46px;
    text-align: right;
    display: none;
}

/*.contactUsText {
    width: 100%;
    top: 50%;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: none;
} */
/*
.helpText {
    top: 50%;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: none;
} */

.newCourse {
    background-color: #0cb97a;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 8px;
    height: 3.5rem;
    width: 150px;
}

.newCourse:hover {
    background-color: #0a8759;
}

.addElements {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.newSemester {
    background-color: rgb(4, 130, 170);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 8px;
    height: 4rem;
    width: 170px;
}

.newSemester:hover {
    background-color: rgb(1, 94, 123);
}

#calculateGPAButton {
    background-color: #dc6512;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 8px;
    height: 4rem;
    width: 170px;
}

#calculateGPAButton:hover {
    background-color: #b35310;
}

.bottomButtons {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}
/*
#calculateElements {
    display: flex;
    gap: 10px;
    justify-content: center;
}
*/
.deleteSemester {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    color: #919191;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    height: 1px;
    width: 5%;
    transform: translate(-10px, 10px);
}

.deleteCourse {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    color: #919191;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    height: 1px;
    width: 0%;
    transform: translate(-10px, 10px);
    z-index: 0;
}

.deleteCourse:hover {
    color: #e00000;
}

.deleteSemester:hover {
    color: #e00000;
}

.titleandHelp {
    display: flex;
    justify-content: center;
}
/*
#infoButton {
    width: 70px;
    height: 70px;
    border: none;
    display: none;
    background-color: rgba(255, 0, 0, 0);
}
*/
#bottomTextElements {
    position: fixed;
    bottom: 0;
    margin-bottom: 0px;
    right: 14px;
}

hr {
    border: none;
    height: 1px;
    background-color: rgba(56, 56, 56, 0.25);
}

.resultsModal {
      z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
     z-index: 1000;
}

.resultsModalContent {
    z-index: 1000;
    width: 85%;
    height: 80%;
    background-color: #ffffff;
    line-height: 2em;
    border-radius: 8px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
   
}

table,
tr,
th,
td,
caption {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0.4rem;
    text-align: center;
    font-size: 17px;
}

table {
    width: 100%;
    line-height: 1em;
}

.semesterGPALabel {
    line-height: 0em;
    text-align: center;
}

.closeModal {
    position: absolute;
    top: 3;
    right: 14px;
    font-weight: 900;
    font-family: serif;
    font-size: 53px;
    cursor: default;
    transform: rotate(45deg);
     z-index: 1000;
}

.infoModal {
      z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
     z-index: 1000;
}

.infoModalContent {
    z-index: 1000;
    width: 60%;
    height: 80%;
    background-color: #ffffff;
    line-height: 2em;
    border-radius: 8px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlightedCourse {
    border: 1px solid red;
}

.infoModalContent ul {
    width: 90%;
    margin: 3rem auto;
    padding: 0;
    list-style-type: none;
}

.infoModalContent ul li {
    font-size: 24px;
    margin-bottom: 14px;
    color: #ffffff;
}

.infoModalContent .infoQuestion {
    border-radius: 10px;
    padding: 20px;
    background-color: #303030;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoModalContent .infoAnswer {
    display: none;
    background-color: #303030;
    color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    margin-top: 2px;
    padding: 10px;
    margin-left: 0px;
    border-radius: 10px;
}
.infoAnswer ol li {
    font-size: 20px;
}

.infoModalContent .infoQuestion.open + .infoAnswer {
    display: flex;
}

a {
    color: inherit;
}

#currentVersionNumber {
    position: relative;
    bottom: 0px;
    font-size: 20px;
}

.contactModal {
      z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.contactModalContent {
    z-index: 1000;
    width: 60%;
    height: 80%;
    background-color: #ffffff;
    line-height: 2em;
    border-radius: 8px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
                                 
}

.statusText {
    text-align: center; 
    font-size: 17px;
    line-height: 1em;
}


.cookiesModal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
      z-index: 1000;
}

.cookiesModalContent {
    z-index: 1000;
    width: 325px;
    height: 325px;
    background-color: #ffffff;
    line-height: 2em;
    border-radius: 8px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex; 
    flex-direction: column;
    align-items: center;
}


#cookieText {
    line-height: 1.5em;
}

#cookieInfoLink {
    line-height: 0em; 
}

#cookieTitle {
     line-height: 0.2em;
}

#cookieAcceptButton {
    background-color: #a07d20;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 8px;
    height: 3rem;
    width: 187px;
}

#acceptCookiesLink {
     cursor: pointer;
}


#denyCookiesLink {
     cursor: pointer;
}
