.container, .center{
  min-height: 150px;
  min-width: 200px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sub-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83vh;
}
.center {
  margin-right: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 562px;
}
.search-form {
  margin-bottom: 10px;
}
#feed {
  overflow-x: hidden;
}
.feed {
  position: relative;
  width: 380px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9e9e9;
  direction: rtl;
  height: 88vh;
}
.feed.close {
  animation-name: collapse;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.feed.show {
  animation-name: expand;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.feed.disabled {
  width: 0;
}
@keyframes collapse {
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 380px;
  }
}
.feed.close > i {
  right: -38px;
}
.feed-content {
  max-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  border: 1px solid gainsboro;
  margin-top: 4px;
}
.img-cont {
  width: 107px;
  display: flex;
  justify-content: center;
  margin-right: 1px;
}
.search-input {
  border: 1px solid #afafaf;
  padding: 5px 5px;
  width: 294px;
  height: 24px;
  border-radius: 3px;
}
.buttons {
  display: flex;
  margin-top: 1px;
  justify-content: space-between;
  background: #fafafa;
  margin-bottom: 1px;
  border-bottom: 1px solid gainsboro;
  direction: ltr;
  overflow: hidden;
}
.buttons.sport .sport { background: #e9e9e9;}
.buttons.technology .technology { background: #e9e9e9;}
.buttons.news .news { background: #e9e9e9;}
.buttons.entertainment .entertainment { background: #e9e9e9;}
.buttons.business .business { background: #e9e9e9;}
.buttons.twitter .twitter { background: #e9e9e9;}
.buttons > a {
  font-size: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #545454;
  padding: 4px 5px;
  font-weight: bold;
}
.buttons > a:last-child {
  margin-right: 0;
}
.buttons > a:hover {
  color: black;
}
.buttons > a > span {
  margin-right: 3px;
  font-size: 12px;
}
.footer {
  margin-top: 3px;
}
.item-img {
  margin-right: 8px;
  height: 100%;
  max-width: 100%;
}
.item-content {
  display: flex;
  flex-direction: column;
  padding: 3px 3px;
  flex: 1;
  direction: ltr;
}
.item {
  display: flex;
  border-bottom: 1px solid #ececec;
  height: 70px;
  overflow: hidden;
  background: white;
  width: 100%;
  flex-direction: row-reverse;
  margin-bottom: 6px;
  width: 370px;
}
.item:hover {
  color: black;
}
.item-title {
  font-weight: bold;
  font-size: 14px;
}
.item-summary {

}
.style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d0d0d0;
}
.toggle-feed {
  position: absolute;
  right: -37px;
  font-size: 29px;
  top: 45%;
  background: #f7f7f7;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  text-align: center;
  padding: 2px 12px;
  cursor: pointer;
}
.toggle-feed:hover {
  background: #f1f1f1;
}
.links-center {
  margin-top: 18px;
}
.links-center .buttons {
  border-bottom: 0;
  background: none;
  flex-wrap: wrap;
}
.links-center .buttons > a {
  padding: 11px;
  font-size: 27px;
  border-right: 1px solid #f7f7f7;
  width: 12%;
  margin-bottom: 6px;
}
.links-center .buttons > a:nth-child(6n) {
  border-right: 0;
}
.links-center .buttons > a:hover {
  background: #f0f0f0;
}
.links-center .buttons > a > span {
  font-size: 12px;
}
.item-source {
  font-size: 10px;
  margin-bottom: 2px;
  color: #494949;
}
.item-publish-date {
  font-size: 9px;
  color: grey;
}
.item-cont1 {
  display: flex;
  justify-content: space-between;
}
.icon-8 {
  height: 20px;
}
.twitter-feed {
  width: 100%;
  display: none;
}
