<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --main-border-radius: 20px;
  }

  html {
    overflow-x: hidden;
  }

  body {
    background-color: #e4e6f5;
  }
  
h1 {
    color: #413682;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 48px;
    max-width: 22ch;
    text-align: start;
}

h2 {
    color: #413682;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: start;
}

p {
  color: #465a69;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: start;
  max-width: 80ch;
}

textarea {
  color: #465a69;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: start;
  max-width: 80ch;
}

pre {
  color: #465a69;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: start;
  max-width: 80ch;
}

header {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    height: 5rem;
  }

li {
    float: left;
    display: inline;
    width: 8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1rem;
  }

  li a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: var(--main-border-radius);
    font-family: "Outfit";
    transition: all 0.3s;
    color: #413682;
    background-color: rgb(219, 219, 219, 0);
    width: 99px;
  }

  li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
  }

  li a:active {
    transform: scale(0.8);
  }

  li img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: var(--main-border-radius);
    font-family: "Outfit";
    transition: all 0.3s;
    background-color: rgb(219, 219, 219, 0);
    padding-left: 49.5px;
    padding-right: 49.5px;
  }

  li img:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
  }

  li img:active {
    transform: scale(0.8);
  }

  button {
    border: none;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease 0s;
    border-radius: var(--main-border-radius);
    width: 188px;
    height: 54px;
    background-color: #41368200;
    color: #413682;
    border: 2px solid #413682;
    text-align: center;
    display: inherit;
    align-items: center;
    justify-content: center;
  }

  .green{
    border: 3px solid #1c2b33;
    color: #1c2b33;
  }
  .green:hover{
    background-color: #1c2b33;
    color: #bee1dc;
    box-shadow: 5px 15px 24px -10px #1c2b33;
  }

  .blue{
    border: 3px solid #005a8c;
    color: #005a8c;
  }
  .blue:hover{
    background-color: #005a8c;
    color: #c8e7fa;
    box-shadow: 5px 15px 24px -10px #005a8c;
  }

  .tprotectButton{
    border: 3px solid whitesmoke;
    color: white;
  }
  .tprotectButton:hover{
    background-color: white;
    color: rgb(43, 43, 43);
    
    border: 3px solid white;
  }

  @keyframes arrowPoint {
    from {
      transform: translateX(3px)
    }
    to {
      transform: translateX(0px)
    }
  }

  button:hover {
    transform: translateY(-5px);
    box-shadow: 5px 15px 24px -10px #413682;
    background-color: #413682;
    color: #e4e6f5;
  }

  button:hover .buttonArrow {
    animation: arrowPoint 0.3s ease-in-out;
  }

  button:active {
    transform: translateY(5px);
    box-shadow: none;
    transform: scale(0.9);
  }

  footer {
    background-color: #f1f4f7;
    margin-top: 100px;
    height: 30vw;
    width: 95%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
  }

  hr {
    background-color: rgb(222,227,233);
  }

  
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-content h1 {
    font-size: 55px;
    font-weight: 500;
    color: #1c2b33;
    margin-bottom: -10px;
  }

  footer li a {
    color: #1c2b33;
    font-size: 30px;
  }

  footer li a .tooltiptext {
    color: #1c2b33;
    font-size: 17px;
  }

  footer li a:hover {
    color: #1c2b33;
    background-color: #e4e6f5;
  }


  small {
    font-size: 18px;
    color: #1c2b33;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
  }

  .vl {
    border-left: 6px solid green;
    height: 500px;
  }

.active a{
    background-color: #413682;
}

.active a:hover{
    background-color: #2a2355;
}

.active a {
  color: white;
}

.intro {
    width: 100%;
    height: 100%;
    padding-left: 36px;
    padding-top: 220px;
}

.tooltip .tooltiptext {
  top: 120%;
  left: 45%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  opacity: 0;
  width: 120px;
  background-color: #1c1e21;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 13px;
  height: 30px;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  box-shadow: 2px 4px 12px rgb(0 0 0 / 28%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  transform: translateY(-20px);
}


.tooltip:hover .tooltiptext {
  opacity: 1;
  transform: translateY(0px);
}

.notification {
  background-color: #333;
  width: 480px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 80px;
  border-radius: var(--main-border-radius);
  bottom: 32px;
  margin-left: 16px;
  text-align: center;
  position: fixed;
  box-shadow: 5px 15px 24px -10px #333;
  color: white;
}

.menuItem {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  width: 90%;
  height: 26px;
  line-height: 1.34;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: var(--main-border-radius);
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin-bottom: 10px;
}

.menuItem:hover {
  background-color: #4136822d;
}

.menuItem h3 {
  text-decoration: none;
  font-weight: 400;
  margin-left: 20px;
  color: #413682;
}

.menuItem i {
  color: #413682;
}

.profileMenuItem {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  width: 90%;
  height: 26px;
  line-height: 1.34;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: var(--main-border-radius);
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin-bottom: 10px;
}

.profileMenuItem:hover {
  background-color: #2a36412d;
}

.profileMenuItem h3 {
  text-decoration: none;
  font-weight: 400;
  margin-left: 20px;
  color: #2a3641;
}

.profileMenuItem i {
  color: #2a3641;
}
.activeProfile {
  background-color: #2a3641;
  color: #f1f4f7 !important;
}

.activeProfile h3{
  color: #f1f4f7 !important;
}

.activeProfile i{
  color: #f1f4f7 !important;
}

.activeProfile:hover {
  background-color: #413682;
}

.activeMenu {
  background-color: #413682;
  color: #e4e6f5 !important;
}

.activeMenu h3{
  color: #e4e6f5 !important;
}

.activeMenu i{
  color: #e4e6f5 !important;
}

.activeMenu:hover {
  background-color: #2b2357;
}

.privacyContainer {
  display: flex;
  justify-content: space-between;
}

.modalFade {
  visibility: visible;
  display: flex;
  transition: all 0.3s ease 0s;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #00000056;
  backdrop-filter: blur(0px);
}

.modal {
  overflow: scroll;
  transition: all 0.3s ease 0s;
  width: 500px;
  height: 600px;
  background-color: #e4e6f5;
  border-radius: var(--main-border-radius);
  transform: translateY(-100px);
  box-shadow: 5px 15px 24px -10px rgba(51, 51, 51, 0.584);
}
.titleBar {
  position: relative
}

.sent {
  float: right;
}

.editButton {
  background-color: rgba(147, 147, 147, 0);
  width: 100px;
  border-radius: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.editButton:hover {
  background-color: rgba(147, 147, 147, 0.18);
}

.imageExpandable {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.imageExpandable:hover {
  transform: scale(1.1);
  box-shadow: 5px 15px 24px -10px rgba(51, 51, 51, 0.584);
}

.imageExpandable:active {
  transform: scale(0.8);
}

.postReaction {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #e4e6eb00;
  width: auto;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.postReaction:hover {
  background-color: #E4E6EB;
}

/* Back up button */
#backUp {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#backUp:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

@media screen and (max-width: 600px) {
  .sidebar {
    display: none;
  }

  .privacyContainer {
    display: grid;
  }

  .privacyMain {
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding-left: 0px !important;
  }

  .pageContainer {
    padding: 10px !important;
  }

  .pageTitle {
    text-align: center;
  }

  .notification {
    display: none;
  }

}
</pre></body></html>