@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff") format("woff"),
    url("../fonts/Ubuntu-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-BoldItalic.woff") format("woff"),
    url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Italic.woff") format("woff"),
    url("../fonts/Ubuntu-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff") format("woff"),
    url("../fonts/Ubuntu-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu";
  overflow-x: hidden;
}

.checkbox {
  opacity: 0;
  position: absolute;
  display: none !important;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {
  color: #f1c40f;
}
.fa-sun {
  color: #f39c12;
}
.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}

#checkbox {
  display: none;
}

.profile-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #10b7a9 !important;
  border-color: black !important;
  opacity: 75% !important;
  color: #000;
}

.btn-custom {
  background-color: #000;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  transition: background-color 0.3s;
}

.btn-custom2 {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 10px;
  padding: 10px 20px;
  transition: background-color 0.3s;
  border: solid #000000;
}

.btn-custom:hover {
  background-color: #333;
}

.btn-custom2:hover {
  background-color: rgb(207, 207, 207);
  border: solid #000000;
}

.overlay1 {
  background-color: rgba(90, 90, 90, 0.85);
  padding: 40px;
  border-radius: 20px;
  border: solid #000000;
}

.overlay2 {
  background-color: #d2d7d67d;
  padding: 40px;
  border-radius: 20px;
}

.overlay3 {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  border: solid #000000;
}

.img-modif {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.space {
  padding: 10rem;
}

.separator100 {
  height: 1px;
  background-color: black;
  width: 100%;
}

.separator95 {
  height: 1px;
  background-color: black;
  width: 95%;
}

.separator90 {
  height: 2px;
  background-color: white;
  width: 95%;
}

.backdore {
  background-color: #ccbc57 !important;
  border-color: #000000 !important;
}

.text-shadow-title {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.fixed-image {
  height: 390px;
  object-fit: cover;
  width: 100%;
}

#sidebar-wrapper {
  min-height: 100vh;
}

.sidebar-heading {
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
}

.content-section {
  display: none;
  padding: 20px;
}

.active-section {
  display: block;
}

.message-bubble {
  border-radius: 15px;
  padding: 10px 15px;
  margin-bottom: 10px;
  max-width: 75%;
}

.from-user {
  background-color: #d1f3f4;
  margin-left: auto;
  text-align: right;
}

.from-anne {
  background-color: #f7e9ae;
  margin-right: auto;
  text-align: left;
}

.avatar-preview-header {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.option img {
  width: 80px;
  cursor: pointer;
}

.avatar-container-header {
  position: relative;
  width: 50px;
  height: 50px;
}

.avatar-container-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
