:root{
  --bg-color-1: rgb(238, 242, 243);
}
@charset "utf-8";
@font-face{font-family:WorkSans;src:url(fonts/WorkSans/regular.ttf);}
html{
  font-family: Lexend;
  color: #515151;
}
body{
  padding-bottom: 80px;
  font-size: 0.8rem;
}
header{
  background-color: var(--bg-color-1);
  color: #515151;
  padding: 50px 0;
}
a{
  color: #1fb8f4;
}
.header-logo{
  font-size: 2rem;
}
nav{
  display: grid;
  align-content: center;
}
nav,.header-logo{
  padding: 30px 0;
}
nav ul{
  padding:0;
  margin:0;
  text-align: right;
}
nav ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  padding-right: 10px;
  padding-bottom: 20px;
}
main{
  width: 80%;
  max-width: 1000px;
  margin: auto;
}

/* SIGN IN */
.box-login-text{
  padding: 40px;
  border-right: solid 2px #f4f2f2;
  margin-right: 20px;
}
.box-login-text img{
  max-width: 100%;
}
.box-login-text img:hover{
  animation: pulse 1s;
}
.box-login-step-l{
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.box-login-step-r{
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.step-1{
  display: grid;
  align-content: center;
  padding: 20px;
}
.btn-start{
  background-color: #7598fe;
  color: #fff;
  padding: 6px 20px;
  border: solid 1px #69acdd;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}
.tag{
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  border-radius: 6px;
  color: #000;
}
.btn{
  padding: 8px 30px;
  background-color: #1b1b1c;
  border: solid 1px #232528;
  color: #eee;
  cursor: pointer;
  border-radius: 3px;
}
.btn-telegram{
  background-color: #089cda;
  color: #fff;
  padding: 8px 30px;
  border: solid 1px #69acdd;
  color: #eee;
  cursor: pointer;
  border-radius: 3px;
}
.section-80{
  max-width: 1000px;
}
.section-title{
  padding: 20px 0 10px;
  font-family: WorkSans;
  color: #4A4747;
  text-shadow: 2px 2px 3px var(--color-theme-3);
  border-bottom: 1px solid rgba(134,119,148,.4);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-title small {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: gray;
}
.section-title-h1 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.section-more{
  display: grid;
  justify-content: end;
  font-size: 0.7rem;
  padding: 10px 0;
}
.section-minta{
  font-size: 0.7rem;
  padding: 20px 40px;
  gap: 20px;
}
.box-ask-list{
  padding: 10px;
  border-bottom: solid 1px #f4f4f4;
}
.ask-item{
  color: #515151;
  font-size: 0.8rem;
  font-weight: 500;
}
.ask-nya{
  padding-left: 15px;
  padding-top: 5px;
  color: #888;
}
.section-items{
  padding-top: 50px;
}
.section-items a{
  color: #020202;
}
.box-item{
  justify-content: center;
  display: grid;
  background-color: #eef2f3;
  border: solid 1px #ececec;
  padding: 10px;
  border-radius: 5px;
}
.box-item:hover{
  background-color:#fdfbfb;
}
  .box-item-img,
  .box-item-img-sold{
    position: relative;
  }
  .box-item-img img,
  .box-item-img-sold img{
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
  }
  .box-item-img img:hover,
  .box-item-img-sold img:hover{
    transform: scale(0.95);
    transition: 0.4s;
  }
  .box-item-img span,
  .box-item-img-sold span{
    position: absolute;
    bottom: 6px;
    right: 2px;
    border-radius: 3px;
    padding: 5px;
    font-size: 0.7rem;
  }
  .box-item-img span{

  }
.box-item-txt{
  font-size: 0.75rem;
  display: grid;
  height: 50px;
  padding-top: 10px;
}
.item-title a{
  color: #5f6264;
}
.box-item-img-sold img{
  filter: grayscale(100%);
}
.box-item-img-sold img:hover{
  filter: grayscale(0);
}
.item-price{
  background-color: rgba(255,255,255,.7);
  color: #2d2d2d;
}
.item-free{
  background-color: rgb(20, 221, 155);
  color: #fff;
}
.item-sold{
  background-color: #ff5454;
  color: #fff;
}
.label-notif{
  font-size: 0.55rem;
  color: #f76a6a;
}
/* ITEMS */
.label-category{
  background-color: #20d720;
  border: solid 1px #20b730;
  padding: 5px;
  border-radius: 10px;
  font-size: 0.55rem;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}
.album-theme-grid {
  max-width: 600px;
  gap: 5px;
}
.album-box {
  justify-content: center;
  display: grid;
  transition: all 0.5s ease;
  position: relative;
}
.album-box-add {
  border: solid 2px #ccc;
  width: 120px;
  height: 120px;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 3rem;
  color: #999;
  cursor: pointer;
}
.album-box input[type="file"] {
  display: none;
}
.album-box img {
  width: 120px;
  height: 120px;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
  -webkit-filter: brightness(70%);
  transition: all 0.5s ease;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  border-radius: 5px;
}
.album-box-i-del {
  position: absolute;
  top: 0px;
  right: 4px;
  z-index: 1;
  font-size: 1.3rem;
  cursor: pointer;
  color: #8f9595;
}
.xform-flat textarea{
  font-size: 0.8rem;
  height: 150px;
}
#table-panel td{
  font-size: 0.7rem;
}
.select-in-td{
  background-color: #ddf1ff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.7rem;
  outline: none;
  max-width: 100%;
  border: solid 1px #ade8ff;
  font-family: Lexend;
  color: #3598c8;
}
.stat-sold-0{
  background-color: rgba(255,255,255,.7);
  color: #2d2d2d;
}
.stat-sold-1{
  background-color: #ddf1ff;
  color: #3598c8;
}
.stat-sold-2{
  background-color: #ff7f7f;
  color: #fff;
  border: solid 1px #ff7676;
}

/* KOMENTAR */
.comment-list,
.comment-list-sub{
  margin-bottom: 2px;
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
}
.comment-list-sub{
  margin-top: 10px;
}
.comment-content{
  display: grid;
  grid-template-columns: 30px 1fr 50px;
  grid-gap: 2px;
}
.comment-list-sub{
  margin-left: 35px;
}
.comment-img{
  width: 30px;
  height: 30px;
}
.comment-img img{
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: solid 2px var(--tl-line-color);
}
.comment-txt{
  display: grid;
}
.comment-txt-fullname{
  color: #5590ca;
  display: block;
  padding: 0 5px;
}
.comment-txt-content{
  color: #686767;
  padding: 0 5px;
  display: inline-block;
}
.comment-reply{
  text-align: right;
}

/* CHAT */
.chat{
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 5px;
}
.chat-users{
  border-right: solid 2px #ccc;
}
.chat-users ul{
  padding: 0;
  margin: 0;
}
.chat-users ul li{
  list-style: none;
  border-bottom: dotted 1px #ccc;
  margin-top: 5px;
  padding: 5px 0;
}
.chat-user-list{
  display: grid;
  grid-template-columns: 30px 1fr 40px;
  gap: 5px;
}
.chat-user-list > div:nth-child(3){
  text-align: right;
  padding: 0 10px;
}
.chat-user-list img{
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: solid 2px var(--tl-line-color);
}
.chat-user-fullname{
  display: inline-block;
}
.chat-user-initial{
  display: none;
}
.chat-content{
  padding: 0 20px;
}
.chat-text-left .chat-text-content,
.chat-text-right .chat-text-content{
  width: fit-content;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 10px;
  margin: 5px 0;
}
.chat-text-right{
  text-align: right;
  display: grid;
  justify-content: end;
}
.chat-text-right .chat-text-content{
  border: solid 1px #f0eeee;
  background-color: #f2f1f1;
  color: #75787b;
}
.chat-text-left .chat-text-content{
  border: solid 1px #f0eeee;
  background-color: #f2f1f1;
  color: #175f7b;
}
.chat-time{
  font-size: 0.6rem;
  color: #ccc;
}
.chat-form{
  padding: 20px 0;
}
.date-liner{
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.date-liner span{
  font-size: 0.6rem;
  color: #999;
  display: inline-block;
  border-bottom: solid 1px #ccc;
  padding-bottom: 2px;
}
.box-info{
  border: solid 1px #cde7ff;
  padding: 20px;
  border-radius: 10px;
  font-size: 0.75rem;
  color: #0c7bbd;
  background-color: #f7fbff;
  margin: 20px 0;
}
.box-warning{
  border: solid 1px #ffe7e7;
  padding: 20px;
  border-radius: 10px;
  font-size: 0.75rem;
  color: #e87777;
  background-color: #fff9f9;
  margin: 20px 0;
}
footer{
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  background-color: var(--bg-color-1);
  position: fixed;
  bottom: 0;
  padding: 10px 0;
}
.blink {
  animation: blinker 1.5s linear infinite;
  color: #009bd7;
  text-transform:initial;font-size: 0.65rem;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@media only screen and (max-width : 480px) {
  main{
    width: 100%;
    padding: 20px;
  }
  header{
    padding: 20px;
  }
  nav {
    padding: 20px;
  }
  nav ul{
    text-align: center;
  }
  .header-logo {
    padding: 20px 20px 0 20px;
  }
  .section-80{
    width: 100%;
    padding: 20px;
  }
  /* CHAT */
  .chat{
    padding: 10px;
    grid-template-columns: 90px 1fr;
  }
  .chat-user-list{
    grid-template-columns: 30px 1fr 20px;
  }
  .chat-user-fullname{
    display: none;
  }
  .chat-user-initial{
    display: block;
  }
}
