body {
  background-color: #fff;
  color: #242529;
  font: 1rem "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  outline: 0;
  height: 100vh;
  overflow-x: hidden;
}

/* --- --- --- --- --- --- --- */

.btn {
  display: inline-block;
  background-color: #00aff0;
  padding: 0.5rem 1rem;
  width: fit-content;
  color: #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.btn:hover {
  cursor: pointer;
  filter: brightness(1.1);
}

/* --- --- --- --- --- --- --- */

.mainCenter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  height: 200%;
}

/* --- --- --- --- --- --- --- */

.profile {
  width: 40rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  border: #e2e5e8 solid 0.1rem;
  border-top: none;
  border-bottom: none;
}

.profileHeadThumb {
  background-image: url("342z58ngvf6c7kh.png");
  height: 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  text-shadow: 0.1rem 0.1rem 0.1rem #242529;
  position: relative;
}

.profileHeadName {
  width: auto;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  padding: 1rem;
  margin-left: 3rem;
  display: inline-block;
}

.profileHeadName:hover {
  text-decoration: underline;
  cursor: pointer;
}

.profileHeadNameSub {
  font-size: 1rem;
  font-weight: normal;
}

.profileHeadArrow {
  position: absolute;
  margin-top: 1.1rem;
  margin-left: 0.9rem;
}

.profileHeadArrow:hover {
  cursor: pointer;
}

.profileHeadArrow i {
  font-size: 2.5rem;
  color: #fff;
}

.profilePic {
  position: absolute;
  bottom: -4.5rem;
  left: 1rem;
  width: 7rem;
  height: 7rem;
  border: solid 0.2rem #fff;
  border-radius: 50%;
  background-image: url("q34bg7vh98nbtfj4h.png");
  background-size: cover;
  background-position: center;
}

.profilePic:hover {
  cursor: pointer;
}

.profileBio {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  border-bottom: solid 0.1rem #e2e5e8;
  /* margin-top: 4.5rem; */
}

.profileBioName {
  width: auto;
  font-weight: bold;
  font-size: 1.25rem;
  color: #242529;
  padding: 0 1rem;
  display: inline-block;
}

.profileBioName:hover {
  text-decoration: underline;
  cursor: pointer;
}

.profileBioName i {
  color: #242529;
}

.profileBioNameSub {
  color: #8a96a3;
  padding: 0.3rem 1rem;
}

.profileBioSub {
  padding: 0.5rem 1rem;
  color: #242529;
}

.profileBioSub div {
  color: #8a96a3;
  padding: 1rem 0;
}

.profileBioSub i:hover {
  cursor: pointer;
}

.profileBioSubMore {
  color: #00aff0 !important;
  padding: 1rem 0;
  display: inline-block;
}

.profileBioSubMore:hover {
  cursor: pointer;
  filter: brightness(1.1);
}

.profileShare {
  text-align: right;
  font-size: 1.5rem;
  margin: 1.7rem 1rem;
}

.profileShare:hover {
  cursor: pointer;
}

.profileShare i {
  border-radius: 100%;
  border: 0.1rem #e2e5e8 solid;
  padding: 0.75rem 0.9rem;
  color: #00aff0;
}

.profileBioSub i {
  margin-right: 1rem;
}

/* --- --- --- --- --- --- --- */

.article {
  position: relative;
  width: auto;
  min-height: 5rem;
  padding: 1rem;
  border-bottom: solid 0.1rem #e2e5e8;
}

.articleAbo {
  padding: 1rem;
  border-top: 1rem #f6f7f8 solid;
  border-bottom: 1rem #f6f7f8 solid;
}

.articleAbo .sidebarRightAboHead {
  padding: 1rem 0;
}

.articleAbo .btn {
  padding: 1rem 2rem;
  width: calc(100% - 4rem);
  position: relative;
}

.articleAbo .sidebarRightAboExtra1 {
  right: 2rem;
}

.sidebarRightAbo .btn {
  width: calc(100% - 2rem);
}

.profileNameSubWrapper {
  position: absolute;
  top: 1.275rem;
  left: 4rem;
}

.article .profileBioName {
  font-size: 1rem;
}

.article .profilePic {
  display: inline-block;
  position: absolute;
  transform: scale(0.5);
  top: -1.1rem;
  left: -1rem;
  bottom: 0;
}

.articleLatest {
  color: #8a96a3;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1rem;
  margin-bottom: -1.5rem;
}

.articleMetaInfo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: #8a96a3;
}

.articleMetaInfo i {
  margin-left: 1rem;
}

.articleMetaInfo i:hover {
  cursor: pointer;
}

.articleContent {
  margin-top: 4.5rem;
  line-height: 1.75rem;
}

.articleLocked {
  background-image: url("24z8hg9n7jzmgvf42k7v58zc.png");
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --- --- --- --- --- --- --- */

.feedInfo {
  display: flex;
  justify-content: center;
  gap: 0;
}

.feedBox {
  text-transform: uppercase;
  flex: 1;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.feedBox:hover {
  cursor: pointer;
  background-color: #f6f7f8;
}

.articleInfo {
  border-bottom: solid 0.15rem #242529;
}

.mediaInfo {
  color: #8a96a3;
  border-bottom: solid 0.1rem #e2e5e8;
}

/* --- --- --- --- --- --- --- */

.sidebarLeft {
  height: 100vh;
}

.sidebarLeft i {
  display: block;
  color: #8a96a3;
  font-size: 2rem;
  padding: 1rem 1.5rem;
}

.sidebarLeft i:hover {
  cursor: pointer;
  color: #242529;
}

/* --- --- --- --- --- --- --- */

.sidebarRight {
  width: 22rem;
  padding: 1rem 1.5rem;
  height: 100vh;
}

.sidebarRight .btn {
  margin-top: 1rem;
}

.sidebarRightAbo {
  border: 0.1rem #e2e5e8 solid;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
}

.sidebarRightAboHead {
  color: #8a96a3;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebarRightAboExtra1 {
  display: inline-block;
  text-align: right !important;
  right: 1rem;
  position: absolute;
}

.sidebarRightAbo .btn {
  font-size: 0.9rem;
}

.sidebarRightDivider {
  height: 0.05rem;
  background-color: #e2e5e8;
  width: 100%;
  display: block;
  margin-top: 1rem;
}

.sidebarRightTerms {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

.sidebarRightTerms div {
  font-size: 0.7rem;
  color: #8a96a3;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

.sidebarRightTerms i {
  color: #8a96a3;
  display: inline-block;
  vertical-align: middle;
}

/* --- --- --- --- --- --- --- */

.cookies {
  top: 0;
  position: fixed;
  z-index: 9999 !important;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  background-color: #f6f7f8;
  color: #8a96a3;
  font-size: 0.9rem;
  border-bottom: 0.1rem #e2e5e8 solid;
}

.cookiesExtra1 {
  display: inline-block;
  margin-right: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00aff0;
}

.cookiesExtra2 {
  margin-right: 1rem;
  color: #00aff0;
  display: inline-block;
}

.cookiesExtra2:hover {
  cursor: pointer;
  filter: brightness(1.1);
}

/* --- --- --- --- --- --- --- */

.footer {
  position: fixed;
  z-index: 9999;
  text-align: center;
  margin: auto;
  width: 100%;
  background-color: #e2e5e8;
  color: #8a96a3;
  bottom: 0;
  padding: 0.5rem;
  font-size: 0.85rem;
}
