/* Offcanvas */
.index-post-title {
  height: 85px;
  overflow: hidden;
}

.navbar-logo {
  max-width: 200px;
}

.hero {
  position: relative;
}
/*===== hero-svg ======*/
.hero-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* fill: #fff; */
}
.cek-resi {
  margin-top: -200px;
  /* position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto; */
}
.cek-resi-rates {
  margin-top: -140px;
  /* position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto; */
}
/* Thumb Image */
.card-img-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;

  /* transition: transform .1s;  */
  /* border: 1px solid red; */
}

.card-img-frame img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .5s;
  overflow: hidden;
  position: relative;
}

.card-img-frame .tag {
  position: absolute;
  top: 160px;
  left: 10px;
}

.card-img-frame:hover img {
  transform: scale(1.2);
}

.content-detail {
  width: 100%;
}
.card-title{
  height: 20px;
  overflow: hidden;
}
/* Frame Image Sidebar */
.sidebar-img-cover {
  width: 100%;
  height: 70px;
  overflow: hidden;

  /* transition: transform .1s;  */
  /* border: 1px solid red; */
}

.sidebar-img-frame img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  transition: transform .5s;
  overflow: hidden;
  position: relative;
}

.sidebar-img-frame:hover img {
  transform: scale(1.2);
}

/* Avatar */
.avatar-img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;

  /* transition: transform .1s;  */
  /* border: 1px solid red; */
}

.avatar-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
  overflow: hidden;
  position: relative;
}

.avatar-img-frame:hover img {
  transform: scale(1.2);
}

.pull-right:hover {
  padding-left: 10px;
  transition: 0.3s;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* Upload Image */
#imagePreview {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px dashed #ddd;
  background-position: center center;
  background-size: cover;
  display: inline-block;

}

#uploadFile {
  display: none
}

/* Footer */

.footer {
  position: relative;
  padding-top: 45px;
  background: #121518;
}

.footer .footer-about,
.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
  position: relative;
  margin-bottom: 45px;
  color: #cccccc;
}

.footer .footer-about h3,
.footer .footer-contact h3,
.footer .footer-link h3,
.footer .footer-newsletter h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-about h3::after,
.footer .footer-contact h3::after,
.footer .footer-link h3::after,
.footer .footer-newsletter h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.footer .footer-about {
  margin-bottom: 0;
}

.footer .footer-contact p {
  margin-bottom: 8px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 15px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #cccccc;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #0085ff;
}

.footer .footer-link a {
  display: inline;
  margin-bottom: 12px;
  color: #cccccc;
  transition: .3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "";
  font-family: "tabler icons";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #0085ff;
  letter-spacing: 1px;
}

.footer .footer-newsletter .form {
  position: relative;
  width: 100%;
}

.footer .footer-newsletter input {
  height: 50px;
  border: none;
  border-radius: 0;
  background: #000000;
  margin-bottom: 15px;
}

.footer .footer-newsletter .btn {
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  border-radius: 0;
  border: 2px solid #0085ff;
  transition: .3s;
}

.footer .footer-newsletter .btn:hover {
  background: #0085ff;
}

.footer .footer-newsletter .btn:focus {
  box-shadow: none;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 10px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a {
  color: #dddddd;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
  color: #0085ff;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 30px 15px;
}

.footer .copyright p {
  margin: 0;
  color: #dddddd;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #0085ff;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}



@media (max-width: 767.98px) {

  .footer .copyright .copy-text,
  .footer .copyright .copy-menu {
    text-align: center;
  }

  .footer .copyright .copy-text p {
    margin-bottom: 5px;
  }

}

.related {
  border-bottom: 1px solid #ccc;
}

.related span {
  font-size: 20px;
  border-bottom: 2px solid #3181e9;
  padding: 6px;
  margin: 0 0 -1px;
  display: inline-block;
}

.bsb-social-media .nav-item {
  margin-right: .8rem
}

.bsb-social-media .nav-link {
  align-items: center;
  background-color: #ddd;
  border-radius: 5px;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  transition: background-color .3s ease-in-out;
  width: 40px
}

.bsb-author-2 .bsb-social-media .nav-link:hover {
  background-color: transparent
}

.footer-cols {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

/* Social */
@media screen and (min-width: 845px) and (max-width: 1044px) {
  .share-social-media {
    width: 100%;
  }

  .btnShare {

    /* padding: 15px; */
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    /* margin-bottom: 15px; */
  }

  .txt-share {
    display: none;
  }

  .footer-cols {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  .index-post-title {
    height: 70px;
    overflow: hidden;
  }

}

@media screen and (max-width: 844px) {
  .share-social-media {
    width: 100%;
  }

  .btnShare {
    /* padding: 15px; */
    cursor: pointer;
    border-radius: 5px;
  }

  .txt-share {
    display: none;
  }

  .footer-cols {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  .index-post-title {
    height: auto;
  }

}

/* Timeline */

.history-tl-container{
  font-family: "Roboto",sans-serif;
/* width:50%; */
margin:auto;
display:block;
position:relative;
}
.history-tl-container ul.tl{
  margin:20px 10px;
  padding:0;
  display:inline-block;

}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;
  margin-left:0px;
  min-height:50px;
  /*background: rgba(255,255,0,0.1);*/
  border-left:1px dashed #86D6FF;
  padding:0 0 50px 30px;
  position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -10px;
  top: -5px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #258CC7;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
  border-color:  #258CC7;
  transition: all 1000ms ease-in-out;
}

ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:12px;
}
/* ul.tl li .timestamp{
  color: #8D8D8D;
  position: absolute;
width:100px;
  left: 0%;
  text-align: right;
  font-size: 12px;
} */

