@media screen and (max-width: 991px) {
  .tab-btn-outbox {
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
    overflow-x: scroll;
    position: relative;
  }

  .tab-btn-outbox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .tab-btn-outbox::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .tab-btn-outbox .tab-btn-inbox {
    padding-right: 20px;
  }

  .tab-btn-area {
    display: grid;
    grid-template-columns: repeat(6, 120px);
    column-gap: 10px;
  }

  .tab-btn-area .tab-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: grid;
    place-content: center;
    text-decoration: none;
    background: #0098ac;
    padding: 2px 8px;
    border-radius: 3px 3px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .post-area .post-item:first-child {
    padding-top: 0;
  }
}

.sidebar-area .sidebar-item {
  margin-bottom: 28px;
}

.sidebar-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.sidebar-item .sidebar-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background: #39aec0;
  padding: 18px 20px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.sidebar-item .navbar-nav.post .nav-item a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #0098ac;
  display: block;
  background: #d5edf1;
  padding: 18px 20px;
  border-top: 1px solid #39aec0;
}

.sidebar-item .navbar-nav.post .nav-item .navbar-nav-in .nav-item a {
  padding-left: 36px;
  border-top: 1px solid #39aec0;
}

/* pagination */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.pagination .pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -4px;
  margin-left: -4px;
}

.pagination .page-numbers.dots {
  color: #333;
  display: grid;
  place-content: center;
}

.pagination a,
.pagination .current {
  display: block;
  text-decoration: none;
  color: #333;
  background: transparent;
  min-width: 24px;
  height: 24px;
  margin: 4px;
  border-radius: 24px;
  display: grid;
  place-content: center;
}

.pagination .current {
  color: #0098ac;
  background: #eaf6f9;
}

.pagination .page-numbers.dots {
  padding: 4px;
}

.pagination a.prev,
.pagination a.next {
  color: #0098ac;
  text-decoration: underline;
}
