input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus {
  outline: none !important;
}
.clear {
  clear: both;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a:hover,
a:focus {
  text-decoration: none;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
:root {
  --height-banner: 600px;
  --width-banner: 300px;
}
.cont-post::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 5px;
  outline: 1px solid #f5f5f5;
}
.cont-post::-webkit-scrollbar {
  width: 0.3em;
}
.cont-post::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: "Montserrat", sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #0f1419;
  width: var(--width-banner);
  height: var(--height-banner);
  overflow: hidden;
  position: relative;
}
.cont-post {
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
}
.head {
  padding-top: 11px;
  display: flex;
  align-items: center;
}
.logo {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}
.logo img {
  border-radius: 50%;
}
.details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.account {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.name {
  color: rgb(15, 20, 25);
  line-height: 19px;
  font-weight: 700;
  font-size: 14px;
}
.nickname {
  color: rgb(83, 100, 113);
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
}
.follow {
  background-color: rgb(15, 20, 25);
  border-color: rgba(0, 0, 0, 0);
  min-width: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  font-weight: 700;
  height: 30px;
}
.desc {
  color: rgb(15, 20, 25);
  margin-top: 11px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.post {
  margin-top: 11px;
}
.cont-image {
  border-color: rgb(207, 217, 222);
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  outline-style: none;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.date {
  display: flex;
  align-items: flex-start;
  justify-items: center;
  color: rgb(83, 100, 113);
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.metrics {
  display: flex;
  justify-content: flex-start;
  height: 48px;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-top-color: rgba(239, 243, 244, 1);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  color: rgb(83, 100, 113);
  font-size: 13px;
  line-height: 18px;
}
.metrics .item {
  margin-right: 20px;
}
.point {
  padding-left: 4px;
  padding-right: 4px;
}
.date .item span,
.metrics .item span {
  color: rgb(15, 20, 25);
  font-weight: 700;
}
.share {
  display: flex;
  justify-content: space-around;
  height: 48px;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-top-color: rgba(239, 243, 244, 1);
  border-bottom-color: rgba(239, 243, 244, 1);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.icon-share {
  width: 19px;
}
