<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

h1,
h2,
h3 {
  font-weight: 700;
}

h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: 500;
}

p {
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Montserrat;
}

html,
body {
  width: 100%;
  height: 100%;
}

/* Navbar */

body {
  background-color: #f8f9fc;
  position: relative;
}

/* Navbar */

.navbar {
  margin-bottom: 100px;
  display: flex;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999;
  top: 0;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #161617;
  color: #eee;
  font-size: 18px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.navbar ul {
  list-style: none;
}

.navbar li {
  list-style: none;
  cursor: pointer;
}

.navbar a {
  text-decoration: none;
  color: #eee;
}

.navbar li i {
  display: none;
  font-size: 26px;
}

.navbar img {
  height: 50px;
  object-fit: contain;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  width: 250px;
  backdrop-filter: blur(10px);
  z-index: 999;
  background-color: #030303c8;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  padding-top: 30px;
  transition: right 0.3s ease;
}

.sidebar.show {
  right: 0;
}

.sidebar ul li::marker {
  display: none;
}

.sidebar ul {
  list-style: none;
}

.sidebar li a {
  marker: none;
  text-decoration: none;
  color: #eee;
  font-size: 18px;
}

.sidebar li {
  margin-bottom: 30px;
  width: 100%;
  color: #eee;
}

.sidebar a {
  color: #eee;
  width: 100%;
}

.sidebar i {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 24px;
}

#signout-button button {
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

#signout-button {
  border: 1px solid #333;
  display: none;
  right: 28%;
  position: absolute;
  cursor: pointer;
  flex-direction: column;
  top: 6.3%;
  border-radius: 10px;
}

#menubar {
  display: none;
}

.navbar img {
  height: 50px;
  object-fit: contain;
}

/* Main Cointainer */

.main-container {
  display: block;
}

.container {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container &gt; h1 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-details {
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.4);
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
}

.detail-header {
  width: 100%;
  padding: 20px;
  padding-left: 60px;
  /* height: 100px; */
  background-color: #f8f9fc;
}

.detail-header2 p {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.detail-header h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.detail-header2 h4 {
  margin-left: 60px;
  margin-bottom: 20px;
}

.detail-body {
  padding: 60px;
  padding-bottom: 0px;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-body {
  padding: 60px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}

.new-body h4 {
  margin-bottom: 20px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.new-body label {
  font-weight: 500;
}

.form-table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}

.form-table th,
.form-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.form-table th {
  width: 30%;
}
.form-table td input,
.form-table td select {
  width: 100%;
  padding: 5px;
  border: none;
  font-size: 16px;
  font-weight: 400;
}

td #backlog #secondTable th {
  width: 14%;
}

#services {
  width: 100%;
  gap: 0px;
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-table2 .section:nth-child(2) {
  flex-direction: row;
  align-items: center;
}

.service-option {
  width: 100%;
  gap: 0px;
  display: flex;
  align-items: center;
}

.degree-option {
  display: flex;
}

.form-table td input {
  border: none;
  outline: none;
}

.container button {
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  color: #fff;
  background-color: #0056b3;
  text-align: center;
  margin: 40px auto;
}

th {
  font-weight: 500;
}

#backlog {
  /* padding: 0px; */
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.degree-option {
  width: 22%;
  padding: 0px;
}

.backlog-option {
  width: 10%;
  display: flex;
  gap: 0px;
  align-items: center;
}

#degrees {
  width: 100%;
  display: flex;
  gap: 0px;
  align-items: center;
}

/* .backlog-option input,
label {
  width: 140%;
} */

.form-table2 {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.form-table2 label {
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.form-table2 .section {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-table2 textarea {
  height: 100px;
  padding-left: 60px;
  border: 1px solid #ddd;
  width: 95%;
}

/* Footer */
footer {
  background-color: #000;
  border-top: 1px solid #eeeded;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

footer p {
  color: #fff;
}

/* PopUp */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: center;
  padding: 40px 30px;
  border-radius: 15px;
  width: 700px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.4);
}

.popup.show {
  transform: translate(-50%, -50%) scale(1);
}

.popup i {
  color: #088178;
  font-size: 60px;
  margin-bottom: 10px;
}

.popup h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.popup p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .account-details,
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #menubar {
    display: block;
  }
  .hide-nav {
    display: none;
  }
  .visible {
    display: block;
  }
  .navbar {
    padding: 0px 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .navbar li i {
    display: block;
    font-size: 26px;
  }
  .container {
    padding: 40px 40px;
  }
  .account-details,
  .container {
    width: 100%;
  }
  #backlog {
    gap: 0px;
  }
  .detail-body {
    padding: 10px;
  }
  tr {
    display: table-row;
  }
  .form-table2 label {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .account-details,
  .container {
    width: 100%;
  }
  .new-body {
    padding: 20px 10px;
  }
  .new-body h4 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .navbar {
    gap: 0px;
  }
  .account-details,
  .container {
    width: 99%;
  }
  .container {
    padding: 40px 10px;
  }
  footer {
    padding: 20px 40px;
  }
  .detail-header2 h4 {
    margin-left: 20px;
  }
  .popup {
    width: 380px;
  }
}

@media screen and (max-width: 430px) {
  .account-details h3 {
    text-align: center;
  }
  .account-details p {
    width: 100%;
  }
}
</pre></body></html>