:root {
  --custom-primary: #00B5B8;
}

body {
  color: #263544;
  font-family: "Comfortaa", Arial, sans-serif;
}

.sidebar {
  height: calc(100vh - 3rem);
}

.nav-link {
  font-size: 1rem;
  color: #263544;
}

.nav-link.active {
  background-color: var(--custom-primary);
  color: white;
}

.nav-link i {
  text-align: center;
  width: 1.5rem;
}

.nav-link:hover {
  color: white;
  background-color: #006a6c;
}

.navbar-toggler-icon {
  font-size: 1.5rem;
}

.mobile-logo {
  height: 1.5rem;
}

.container-fluid {
  padding-top: 3rem;
}

.mobile-top-bar {
  height: 3rem;
  background-color: #f6f6f6;
}

.desktop-top-bar {
  height: 3rem;
  background-color: #f6f6f6;
}

.desktop-logo {
  height: 1.5rem;
}

.navbar-toggler-icon {
  padding-top: 0.3rem;
}

.cursor-pointer {
  cursor: pointer;
}

.navbar-toggler[aria-expanded=true] {
  color: var(--custom-primary);
}

.contact-avatar-img {
  width: 3rem;
  height: 3rem;
}

.contact-avatar-txt {
  width: 3rem;
  height: 3rem;
  background-color: var(--custom-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.edit-contact-avatar-img {
  width: 10rem;
  height: 10rem;
}

.edit-contact-avatar-txt {
  width: 10rem;
  height: 10rem;
  background-color: var(--custom-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
}

.edit-button {
  color: var(--custom-primary);
}

.btn-primary {
  --bs-btn-bg: var(--custom-primary);
  --bs-btn-border-color: var(--custom-primary);
  --bs-btn-hover-bg: #006a6c;
  --bs-btn-active-bg: #006a6c;
  --bs-btn-active-border-color: #005152;
  --bs-btn-hover-border-color: #005152;
}

.btn-outline-primary {
  --bs-btn-color: var(--custom-primary);
  --bs-btn-border-color: var(--custom-primary);
  --bs-btn-hover-bg: var(--custom-primary);
  --bs-btn-hover-border-color: var(--custom-primary);
  --bs-btn-active-bg: var(--custom-primary);
  --bs-btn-active-border-color: var(--custom-primary);
  --bs-btn-disabled-color: var(--custom-primary);
  --bs-btn-disabled-border-color: var(--custom-primary);
}

.form-control:focus {
  border-color: var(--custom-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #d2feff;
}

.remove-avatar-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
}

main.collapse-opened {
  display: none;
}

.website {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #263544;
  color: white;
  font-size: 0.6rem;
  border-radius: 0.7rem 0.7rem 0.7rem 0;
  padding: 0.3rem;
  margin-top: 0.7rem;
  margin-left: 0.3rem;
  text-decoration: none;
  z-index: 9999;
}

input[type=checkbox] {
  accent-color: var(--custom-primary);
  color: white;
}

a {
  color: var(--custom-primary);
  text-decoration: underline;
}

.alert-primary {
  --bs-alert-color: #006a6c;
  --bs-alert-bg: #ebffff;
  --bs-alert-border-color: var(--custom-primary);
  --bs-alert-link-color: var(--custom-primary);
}

.text-highlight {
  font-weight: bold;
  color: var(--custom-primary);
}

.text-primary {
  color: var(--custom-primary) !important;
}

.bg-primary {
  background-color: var(--custom-primary) !important;
}

.contact-not-found {
  height: calc(100vh - 4rem);
}

.contact-info div span {
  font-size: 0.9rem;
}

.contact-img {
  width: 12rem;
  height: 12rem;
}

.border-primary {
  border-color: var(--custom-primary) !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  color: var(--custom-primary);
  background-color: #ebffff;
  border-color: var(--custom-primary);
}

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