@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-family: "Google Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

:root {
  --gutterX: 1.5rem;
  --gutterY: 0;
}

button,
input {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  padding-right: calc(var(--gutterX) * 0.5);
  padding-left: calc(var(--gutterX) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutterY));
  margin-right: calc(-0.5 * var(--gutterX));
  margin-left: calc(-0.5 * var(--gutterX));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutterX) * 0.5);
  padding-left: calc(var(--gutterX) * 0.5);
  margin-top: var(--gutterY);
}

[class^=col-lg-] {
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
header {
  top: 0px;
  z-index: 999;
  position: sticky;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: 0.5px solid #d1d9e0;
}
header .container {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: right;
}
header .container a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 0.5px solid #d1d9e0;
}
header .container a i {
  color: #666687;
}
header .container nav {
  gap: 12px;
  display: flex;
  align-items: center;
}
header .container nav #edit {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 0.5px solid #d1d9e0;
}
header .container nav #edit i {
  color: #666687;
}
header .container nav #logout {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #111111;
  border: 0.5px solid transparent;
}

.auth {
  margin: 32px 0;
  display: flex;
  min-height: 70vh;
  align-items: center;
}
.auth .container .row {
  align-items: center;
}
.auth .container .row .left h1 {
  font-size: 48px;
}
.auth .container .row .left p {
  margin-top: 12px;
  color: #666687;
}
.auth .container .row .right .authentication p {
  text-align: center;
  margin-bottom: 12px;
}
.auth .container .row .right .authentication .divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.auth .container .row .right .authentication .divider .line {
  flex: 1;
  height: 1px;
  background: #ddd;
}
.auth .container .row .right .authentication .divider #google {
  flex-shrink: 0;
}
.auth .container .row .right .authentication .note {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  color: #666687;
}
.auth .container .row .right .authentication .note span {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 991px) {
  header .container {
    justify-content: space-between !important;
  }
  .auth .container .row .left h1 {
    font-size: 32px;
  }
  .auth .container .row .right {
    margin-top: 42px;
  }
}
.dashboard {
  margin: 32px 0;
}
.dashboard .container .row section .topic {
  margin: 32px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 32px;
  border-top: 0.5px solid #d1d9e0;
}
.dashboard .container .row section .topic:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.dashboard .container .row section .topic p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.dashboard .container .row section .topic small {
  color: #666687;
}
.dashboard .container .row section .uploadPhoto {
  gap: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.dashboard .container .row section .uploadPhoto figure {
  width: 96px;
  height: 96px;
  margin: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #f6f7f8;
  border: 1px solid #d1d9e0;
}
.dashboard .container .row section .uploadPhoto figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard .container .row section .uploadPhoto > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard .container .row section .uploadPhoto > div p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #24292F;
}
.dashboard .container .row section .uploadPhoto > div .photo-input {
  width: 100%;
  max-width: 260px;
  padding: 7px 10px;
  font-size: 13px;
  color: #666687;
  cursor: pointer;
  border: 1px solid #d1d9e0;
  border-radius: 7px;
  background: #fff;
}
.dashboard .container .row section .uploadPhoto > div .photo-input::file-selector-button {
  margin-right: 8px;
  padding: 6px 10px;
  border: 0;
  border-radius: 5px;
  color: #24292F;
  background: #f3f4f6;
  cursor: pointer;
  font-size: 13px;
}
.dashboard .container .row section .uploadPhoto > div .photo-input:hover {
  border-color: #24292F;
}
.dashboard .container .row section .uploadPhoto > div .photo-input:focus {
  outline: none;
  border-color: #24292F;
}
.dashboard .container .row section label span {
  color: red;
}
.dashboard .container .row section .profileFields {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.dashboard .container .row section .profileFields .profileField input {
  width: 100%;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 0.5px solid #d1d9e0;
}
.dashboard .container .row section .profileFields .profileField input:focus {
  border: 0.5px solid #24292F;
}
.dashboard .container .row section .aboutFields {
  gap: 16px;
  display: grid;
}
.dashboard .container .row section .aboutFields .aboutField {
  margin-bottom: 12px;
}
.dashboard .container .row section .aboutFields .aboutField textarea {
  height: 120px;
  font-size: 16px;
}
.dashboard .container .row section .aboutFields .aboutField input,
.dashboard .container .row section .aboutFields .aboutField textarea {
  width: 100%;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 0.5px solid #d1d9e0;
}
.dashboard .container .row section .aboutFields .aboutField input:focus,
.dashboard .container .row section .aboutFields .aboutField textarea:focus {
  border: 0.5px solid #24292F;
}
.dashboard .container .row section .socialFields {
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.dashboard .container .row section .socialFields .socialField {
  gap: 8px;
  display: flex;
  align-items: baseline;
}
.dashboard .container .row section .socialFields .socialField button {
  width: 38px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff;
  border: 0.5px solid #d1d9e0;
}
.dashboard .container .row section .socialFields .socialField button i,
.dashboard .container .row section .socialFields .socialField button svg {
  color: #666687;
}
.dashboard .container .row section .socialFields .socialField input {
  width: 100%;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 0.5px solid #d1d9e0;
}
.dashboard .container .row section .socialFields .socialField input:focus {
  border: 0.5px solid #24292F;
}
.dashboard .container .row section .contactFields {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.dashboard .container .row section .contactFields .contactField input {
  width: 100%;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 0.5px solid #d1d9e0;
}
.dashboard .container .row section .contactFields .contactField input:focus {
  border: 0.5px solid #24292F;
}
.dashboard .container .row section .actions {
  margin-top: 32px;
  text-align: right;
}
.dashboard .container .row section .actions #save {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  background-color: #18181b;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.dashboard .container .row section .actions #save:hover {
  background-color: #27272a;
}

.idora {
  margin: 32px 0;
}
.idora .container .row article .profile {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.idora .container .row article .profile .left figure img {
  width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1/1;
  background-color: #EDEFF3;
}
.idora .container .row article .profile .right .user h1 {
  margin-bottom: 3px;
}
.idora .container .row article .profile .right .user span {
  color: #666687;
}
.idora .container .row article .profile .right .user span a {
  color: #000000;
}
.idora .container .row article .profile .right .user span a:hover {
  text-decoration: underline;
}
.idora .container .row article .profile .right .bio {
  margin-top: 16px;
  overflow: anywhere;
}
.idora .container .row article .profile .right .bio a {
  text-decoration: underline;
}
.idora .container .row article .profile .right .social {
  gap: 16px;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.idora .container .row article .profile .right .social span {
  color: #666687;
}
.idora .container .row article .profile .right .social a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666687;
  border-radius: 8px;
  background-color: #edeff3;
}
.idora .container .row article .profile .right .social a:hover {
  color: #000;
}
.idora .container .row article .description {
  margin-top: 16px;
}
.idora .container .row article .description span {
  font-size: 14px;
  color: #666687;
}
.idora .container .row article .description p {
  margin-top: 6px;
  overflow: anywhere;
}
.idora .container .row article .others {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.idora .container .row article .others .other {
  flex: 1 1 150px;
  min-width: 0;
}
.idora .container .row article .others .other span {
  font-size: 14px;
  color: #666687;
}
.idora .container .row article .others .other p {
  margin-top: 6px;
  overflow-wrap: anywhere;
}
.idora .container .row article .others .other p a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .idora {
    margin: 12px 0 32px;
  }
  .idora .container .row article .profile {
    gap: 12px;
  }
  .idora .container .row article .profile .left figure img {
    width: 100%;
  }
}