.menu-box {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menu-box .nav .nav-link {
  font-size: 14px;
  line-height: 30px;
}

.menu-box .nav-pills {
  margin-bottom: 0;
}

.sort-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.sort-list .sort-item {
  width: 70px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-right: 1px solid #999;
}

.sort-list .sort-item:last-child {
  border-right: none;
}

.sort-list .sort-item:hover {
  cursor: pointer;
}

.sort-list .sort-item .fa {
  font-size: 18px;
  color: #666;
  position: relative;
  top: 1px;
}

.menu-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.search-form {
  width: 200px;
  margin-left: 20px;
}

.video-box {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.video-box .card {
  color: #333;
  text-decoration: none;
  margin-bottom: 15px;
  position: relative;
}

.video-box .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.video-box .user-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.video-box .user-name .fa {
  font-size: 14px;
}

.video-box .user-name-text {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}

.video-box .card-text {
  font-size: 14px;
  color: #333;
}

.video-box .video-date {
  font-size: 12px;
  color: #666;
}

.video-box .video-data {
  color: #666;
  font-size: 14px;
}
.video-box .card .badge {
  position: absolute;
  right: 10px;
  top: 10px;
}
.pagination-box {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
