@import "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css";
@import "https://fonts.googleapis.com/css?family=Arvo:400,700";
body {
  font-family: "Arvo", sans-serif;
  font-size: 15px;
  background: black;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
}

span {
  margin-left: 15px;
  font-size: 25px;
}

.non-sidebar {
  /*position: fixed;*/
  margin-left: 275px;
  width: calc(100vw - 300px);
  /*overflow-wrap: break-word;*/
}

/* SIDEBAR */
.toggle {
  height: 0; /* 100% Full-height */
  width: 250px; /* 0 width - change this with JavaScript */
  top: 0;
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  background-color: rgb(255, 159, 86);
}

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 250px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-image: url(uni.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 45px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  border-right: 2px rgb(232, 119, 34) solid;
}

/* The sidebar links */
#sidebar-button {
  width: 230px;
  margin-left: 10px;
  border-radius: 20px;
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  text-align: center;
  background-image: linear-gradient(
    45deg,
    rgb(249, 214, 162),
    rgb(250, 175, 151)
  );
}

/* When you mouse over the navigation links, change their color */
#sidebar-button:hover {
  background-image: linear-gradient(
    45deg,
    rgb(255, 209, 140),
    rgb(255, 152, 118)
  );
}

#myToggleButton {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  text-align: center;
  background-color: rgb(255, 159, 86);
}

#myToggleButtonDisabled {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  text-align: center;
  background-color: rgb(255, 159, 86);
}

/* When you mouse over the navigation links, change their color */
#myToggleButton:hover {
  background-color: rgb(255, 145, 60);
}

#toggle-button {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  text-align: center;
  background-color: rgb(255, 174, 112);
}

#toggle-button:hover {
  background-color: rgb(255, 145, 60);
}

/* The sidebar links */
.sidebar img {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 25px;
  margin-left: -45px;
  cursor: pointer;
  background-color: rgb(255, 159, 86);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.openbtn:hover {
  background-color: rgb(255, 145, 60);
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
  .sidebar img {
    width: 200px;
    margin-left: 25px;
  }
}

/* LISTS */
.list-box-frame {
  border-radius: 20px;
}

.list-box {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  overflow-wrap: break-word;
  border-width: 0px 2px 2px 2px;
  border-color: rgb(232, 119, 34);
  color: black !important;
}

.list-box-header {
  color: black !important;
  font-weight: bold;
  border-width: 2px;
}

.list-box-disabled {
  background-color: rgb(221, 219, 212);
}
.list-box-disabled:hover {
  background-color: rgb(221, 219, 212);
}

.table-scroll {
  max-height: 75vh;
  overflow: auto;
  border-radius: 0px 0px 20px 20px;
}

@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 15px;
  }
  [class*="list-box"] {
    font-size: 12px;
  }
}

.multi-item-container {
  display: flex;
}
.multi-item {
  width: 100%;
  justify-content: left;
}

.one-item {
  width: 100%;
  text-align: center;
}

.two-item {
  width: 50%;
  text-align: left;
}

.three-item {
  width: 33.3%;
  text-align: left;
}

.five-item {
  width: calc(20% - 5px);
  text-align: left;
  padding-right: 5px;
}

.six-item {
  width: 16.7%;
  text-align: left;
}

.four-item {
  width: 25%;
  text-align: left;
}

.eight-item {
  width: 12.5%;
  text-align: left;
}

.no-gradient {
  background-color: white;
}

.no-gradient:hover {
  background-color: rgb(255, 242, 224);
}

.accepted-gradient {
  background-image: linear-gradient(
    90deg,
    rgb(255, 255, 255) 75%,
    rgb(236, 254, 218) 85%,
    rgb(236, 254, 218) 100%
  );
}

.accepted-gradient:hover {
  background-image: linear-gradient(
    90deg,
    rgb(255, 242, 224) 75%,
    rgb(222, 255, 188) 85%,
    rgb(222, 255, 188) 100%
  );
}

.requested-gradient {
  background-image: linear-gradient(
    90deg,
    rgb(255, 255, 255) 75%,
    rgb(218, 228, 254) 85%,
    rgb(218, 228, 254) 100%
  );
}

.requested-gradient:hover {
  background-image: linear-gradient(
    90deg,
    rgb(255, 242, 224) 75%,
    rgb(194, 211, 255) 85%,
    rgb(194, 211, 255) 100%
  );
}

.princeton-gradient {
  background-image: linear-gradient(
    45deg,
    rgb(249, 214, 162),
    rgb(250, 175, 151)
  );
  background-attachment: fixed;
}

.gray {
  color: gray;
}

.black {
  color: black;
}

.landing-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.landing-stripe {
  position: absolute;
  left: -50vw;
  top: -50vw;
  width: 200vw;
  height: 40vh;
  background-color: rgb(255, 111, 0);
  z-index: -1;
  transform: rotate(-20deg);
}

.landing-header {
  margin-top: 2vh;
  margin-left: 2vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.landing-header-text {
  text-align: left;
  font-size: 20px;
}

.landing-header-text .emphasize {
  font-size: 60px;
}

.cta-wrapper {
  width: 100%;
  height: 50%;
  position: relative;
}

.cta-button {
  margin: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: min-content;
  min-width: 40vw;
  min-height: 20vw;
  background-color: rgb(255, 111, 0);
  padding: 10px;
  border-radius: 50px;
}

.cta-link {
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.cta-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: fit-content;
  color: black;
  vertical-align: middle;
  font-size: 5vw;
}

.landing-footer-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.stats-wrapper {
  display: flex;
}

.stats-block {
  background-color: white;
  width: 200px;
  height: 200px;
  border-radius: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(232, 119, 34);
  margin-right: 50px;
}

.stats-stats {
  color: black;
  font-size: 35px;
  margin: 25px;
}

.pag-button {
  width: 100px;
  height: 50px;
  background-color: white;
  border-width: 2px;
  border-color: rgb(255, 145, 60);
  border-style: solid;
  border-radius: 20px;
  scale: 1;
  color: black;
  text-decoration: none;
  font-size: 1em;
}

.pag-button:hover {
  color: black;
  background-color: rgb(255, 242, 224);
}

.pag-button-deactivated {
  width: 100px;
  height: 50px;
  background-color: rgb(163, 163, 163);
  border-width: 2px;
  border-color: rgb(218, 123, 50);
  border-style: solid;
  border-radius: 20px;
  scale: 1;
  color: rgb(66, 66, 66);
  text-decoration: none;
  font-size: 1em;
}

.submit-button {
  width: 100px;
  height: 50px;
  background-color: white;
  border-width: 2px;
  border-color: rgb(255, 145, 60);
  border-style: solid;
  border-radius: 20px;
  scale: 1;
  transition: 0.3s;
  color: black;
  text-decoration: none;
  font-size: 1em;
}

.submit-button:hover {
  scale: 1.1;
  font-size: 0.9090909em;
  transition: 0.3s;
  color: black;
  background-color: rgb(255, 242, 224);
}

/* 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: 0.4s;
  transition: 0.4s;
  margin-left: 0px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(255, 145, 60);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(255, 145, 60);
}

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%;
}

@media screen and (min-width: 767px) {
  .landing-wrapper {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vh;
    margin-bottom: 2vh;
    width: 80vw;
    height: 93vh;
  }
  .landing-header-text {
    text-align: left;
    font-size: 20px;
    width: 30%;
  }
  .landing-header-text .emphasize {
    font-size: 75px;
  }
  .landing-stripe {
    visibility: hidden;
  }
  .cta-button {
    position: relative;
    min-width: 20vw;
    min-height: 10vh;
    top: 0;
    left: 0;
    margin-left: 10%;
    background-color: rgb(255, 111, 0);
    transition: 0.3s;
    scale: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .cta-button:hover {
    transition: 0.3s;
    scale: 1.3;
    background-color: black;
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  .cta-button:hover .cta-text {
    color: white;
    transition: 0.3s;
  }
  .cta-text {
    font-size: 2vw;
  }
  .landing-footer-logo {
    width: 20%;
  }
}

.admin-button {
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 8px;
  margin: 4px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  border: none;
  text-decoration: none;
}

.admin-button:hover {
  background: linear-gradient(135deg, #0056b3, #00408d);
  color: white;
  transform: translateY(-2px);
}

.admin-button-horizontal-align {
  display: flex;
  gap: 10px;
}

#delete-selected-button {
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg, #ff4d4d, #b30000);
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 8px;
  margin: 4px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  border: none;
  text-decoration: none;
}

#delete-selected-button:hover {
  background: linear-gradient(135deg, #b30000, #800000);
  color: white;
  transform: translateY(-2px);
}

#delete-selected-button-horizontal-align {
  display: flex;
  gap: 10px;
}

.form-container {
  width: 20vw;
  /* margin: auto; */
}
.form-container label {
  display: block;
  margin-top: 10px;
}
.form-container input,
.form-container select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}

.flex-three {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* styl profile list */
.profile {
  list-style-type: none;
  padding: 0;
  /* max-width: 600px; */
  width: 100%;
  margin-bottom: 24px;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: auto;
}

.profile li {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #555;
  text-align: right;
}

.profile li strong {
  margin-right: 2px;
}

.profile li:last-child {
  border-bottom: none;
}

.profile strong {
  font-weight: bold;
  color: #333;
}

/*# sourceMappingURL=custom.css.map */
