.container {
  height: 100%;
  text-align: center;
  scroll-behavior: smooth;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 5vw;
  min-height: 100vh;
  padding-top: 5vh;
  background-color: #282c34;
  text-align: left;
  font-size: calc(10px + 2vmin);
  color: #ccc;
  word-break: break-all;
}
.main_center {
  padding-top: 5vh;
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: #ccc;
}
.hidden {
  display: none;
}
.margin {
  margin-bottom: 2vh;
}
.marginMinus {
  margin-bottom: -2vh;
}
.leftMargin {
  padding-left: 3vw;
}
.nameTitle {
  text-decoration: none;
  color: #08c;
}
.name {
  text-decoration: none;
  font-size: calc(10px + 1.2vmin);
  color: #08c;
}
.time {
  font-size: calc(10px + 1vmin);
  color: #ccc;
}
.viewsList {
  color: #fff;
  font-size: calc(10px + 0.7vmin);
}
.titleShow {
  font-size: calc(10px + 1.5vmin);
  font-weight: bold;
  text-decoration: none;
  color: #fcfcfc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: calc(10px + 2.5vmin);
  max-height: calc(20px + 5vmin);
  -webkit-line-clamp: 2;
  margin-top: 0.5vh;
}
.tableLeft {
  width: 100%;
}
.bodyShow {
  font-size: calc(10px + 0.8vmin);
  text-decoration: none;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: calc(12px + 1.4vmin);
  max-height: calc(36px + 4.2vmin);
  -webkit-line-clamp: 3;
  margin-bottom: 2.6vh;
  margin-top: 1vw;
}

.grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}
.list {
  padding-left: 0vw;
  padding-right: 0vw;
}

.list_view {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #31353f;
}

.list_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 1vh;
}

.list_image img {
  position: relative;
  z-index: 0;
  object-fit: cover;
  width: 21.75vw;
  height: 20vh;
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}
.location_image {
  position: sticky;
  overflow: hidden;
  line-height: 3;
  margin-top: 1vw;
}

.location_image img {
  position: relative;
  z-index: 0;
  object-fit: cover;
  width: calc(36px + 6vmin);
  height: calc(36px + 6vmin);
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}
.themeColor {
  color: #08c;
}
.small {
  font-size: calc(10px + 2vmin);
}
.normal {
  color: #ccc;
}
.right {
  float: right;
  text-align: right;
}
.showBio {
  resize: none;
  width: 100%;
  min-height: 20vh;
  background-color: #282c34;
  color: #ffc300;
  font-size: calc(10px + 1.5vmin);
}
.showBio:disabled {
  background-color: #282c34;
  color: #ffc300;
  -webkit-text-fill-color: #ffc300;
  opacity: 1;
}
.showBio::-webkit-scrollbar {
  width: 1vw;
}
.showBio::-webkit-scrollbar-thumb {
  background-color: #08c;
}
.showBio::-webkit-scrollbar-track {
  background-color: #282c34;
}
.editBio {
  resize: none;
  width: 100%;
  min-height: 20vh;
  background-color: #282c34;
  color: #fff;
  font-size: calc(10px + 1.5vmin);
}
.editBio:disabled {
  background-color: #282c34;
  color: #ffc300;
  -webkit-text-fill-color: #ffc300;
  opacity: 1;
}
.editBio:focus {
  outline: none;
}
.editBio::-webkit-scrollbar {
  width: 1vw;
}
.editBio::-webkit-scrollbar-thumb {
  background-color: #08c;
}
.editBio::-webkit-scrollbar-track {
  background-color: #282c34;
}
.red {
  color: red;
}
.yellow {
  color: #ffc300;
}

.board_inline_left {
  display: inline-block;
  float: left;
}
.board_inline_right {
  display: inline-block;
  float: right;
}
.title {
  border: 0 solid #282c34;
  font-size: calc(15px + 4vmin) !important;
  background: #282c34;
  color: white;
  padding-bottom: 2vh;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left !important;
}
.title:focus {
  outline: none;
}

.aInput {
  display: inline-block;
  font-size: calc(10px + 1vmin);
  margin-bottom: 16px;
  width: 80vw;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  padding: calc((5vh - 2vh) / 2) calc(1vw + 1vmin);
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  -webkit-appearance: none;
}
.aInput:hover,
.aInput:focus {
  border: 1px solid #282c34;
  -webkit-box-shadow: inset 0px 0px 3px 1px #282c34;
  -moz-box-shadow: inset 0px 0px 3px 1px #282c34;
  box-shadow: inset 0px 0px 3px 1px #282c34;
}
.Btn {
  background-color: #08c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: calc(10px + 1vmin);
  margin-bottom: 16px;
  width: 100%;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  padding: calc((5vh - 2vh) / 2) calc(1vw + 1vmin);
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  -webkit-appearance: none;
}
.Btn:hover {
  background-color: #06c;
  border: none;
}
.Btn:disabled {
  background-color: #e9ecef;
  color: black;
}
.shortBtn {
  background-color: #08c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: calc(10px + 1vmin);
  font-weight: bold;
  margin-bottom: 16px;
  width: 30%;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  padding: calc((5vh - 2vh) / 2) calc(1vw + 1vmin);
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  -webkit-appearance: none;
}
.shortBtn:hover {
  background-color: #06c;
  border: none;
}
.shortBtn:disabled {
  background-color: #e9ecef;
  color: black;
}
.cmtBtn {
  cursor: pointer;
  border: none;
  font-weight: bold;
  width: 25%;
  min-height: 4vh;
  font-size: calc(10px + 1vmin);
  margin-top: 2.5vh;
  margin-bottom: 1vh;
  background-color: #08c;
  color: #fff;
}
.cmtBtn:hover {
  background-color: #06c;
  border: none;
}

.delBtn {
  cursor: pointer;
  border: none;
  font-weight: bold;
  width: 25%;
  min-height: 6vh;
  font-size: calc(10px + 1vmin);
  margin-top: 2.5vh;
  margin-bottom: 1vh;
  background-color: #ff4433;
  color: #fff;
}
.delBtn:hover {
  background-color: #ff2400;
  border: none;
}
.aBtn {
  cursor: pointer;
  text-decoration: none;
  background-color: #282c34;
  border: none;
  color: #ffc300;
  font-size: calc(10px + 1vmin);
  font-weight: bold;
}
.bBtn {
  cursor: pointer;
  text-decoration: none;
  background-color: #282c34;
  border: none;
  color: #ff4433;
  font-size: calc(10px + 1vmin);
  font-weight: bold;
}
.cBtn {
  cursor: pointer;
  text-decoration: none;
  background-color: #31353f;
  border: none;
  color: #ffc300;
  font-size: calc(10px + 1vmin);
  font-weight: bold;
}
.comment {
  margin-left: 3vw;
  margin-right: 3vw;
}
.commentText {
  margin-top: 1vh;
  font-size: calc(10px + 1vmin);
}
.comments {
  resize: none;
  font-size: calc(10px + 1vmin);
  width: 100%;
  min-height: 10vh;
  background-color: #ccc;
  color: #111;
}
.comments:focus {
  outline: none;
}
.comments::-webkit-scrollbar {
  width: 1vw;
}
.comments::-webkit-scrollbar-thumb {
  background-color: #06c;
}
.comments::-webkit-scrollbar-track {
  background-color: #ccc;
}
.title a {
  color: #0070f3;
  text-decoration: none;
}

.title a:hover,
.title a:focus,
.title a:active {
  text-decoration: underline;
}

.title {
  margin: 0;
  line-height: 1.15;
  font-size: 4rem;
}

.title,
.description {
  text-align: center;
}

.description {
  margin: 4rem 0;
  line-height: 1.5;
  font-size: 1.5rem;
}

.code {
  background: #fafafa;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
    Bitstream Vera Sans Mono, Courier New, monospace;
}

.grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
}

.card {
  margin: 1rem;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color 0.15s ease, border-color 0.15s ease;
  max-width: 300px;
}

.card:hover,
.card:focus,
.card:active {
  color: #0070f3;
  border-color: #0070f3;
}

.card h2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.logo {
  height: 1em;
  margin-left: 0.5rem;
}
.forbidDrag {
  box-shadow: 0 0 0 0.2rem #282c34 !important;
  -webkit-touch-callout: none !important;
  touch-action: pan-y !important;
}
.forbidDragNoJS {
  box-shadow: 0 0 0 0.2rem #282c34 !important;
  -webkit-touch-callout: none !important;
  touch-action: pan-y !important;
  padding-left: 2vw;
  padding-right: 2vw;
  color: #fff;
  font-size: calc(10px + 1.5vmin);
  word-spacing: 0.1em;
}
.forbidDragNoJS img{
  width: 50%;
}
.forbidDragNoJS p{
}
.forbidDragNoJS a {
  color: #ffc300;
  text-decoration: none !important;
}
.forbidDragNoJS pre {
  background-color: #23241F;
  line-height: 120%;
  white-space: pre-line;
  padding: 0.4em;
}
.forbidDragNoJS ol{
  margin-left: 1em;
  margin-right: 1em;
}
.forbidDragNoJS ul{
  margin-left: 1em;
  margin-right: 1em;
}

.allowDrag {
  box-shadow: 0 0 0 0.2rem #282c34 !important;
  -webkit-user-select: text !important;
  -webkit-touch-callout: none !important;
  touch-action: pan-y !important;
}

@media (prefers-color-scheme: dark) {
  .card,
  .footer {
    border-color: #222;
  }
  .code {
    background: #111;
  }
  .logo img {
    filter: invert(1);
  }
}

@media only screen and (max-width: 1016px) {
  .grid_container {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .list_image img {
    width: 44vw;
    height: 20vh;
  }
  .forbidDragNoJS img{
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .grid_container {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }
  .list_view {
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: #282c34;
  }
  .list_image img {
    width: 90vw;
    height: 20vh;
  }
  .forbidDragNoJS img{
    width: 100%;
  }
  .main {
    padding: 5vh 1vw 0vh 1vw;
  }
}
