* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* From Uiverse.io by niat786 */
button {
  font-family: PlusJakartaSans, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Cantarell, Helvetica Neue, Ubuntu, sans-serif;
  font-size: 1rem;
  align-items: center;
  height: 48px;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0 1.2rem;
  color: #ddd;
  border: none;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(143, 142, 142, 0.15) !important;
  background: #000000;
}

.followers {
  font-size: 0.8rem;
  color: #7f7f7f;
}

button:hover {
  background: #2b2a2a;
}


body {
    background-color: #18191a;
    color: white;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;

}

#fixedarrow {
    position: fixed;
    bottom: 10px;
    right: 20px;
    border: 1px solid rgb(155, 157, 160);
    border-radius: 50%;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
}


a,
li {
    text-decoration: none;
    list-style: none;
    color: white;
}

li:hover {
    color: rgb(36, 86, 136);
    background-color: rgb(36, 86, 136);
    opacity: 0.9;
    border-radius: 30px;
    width: 200px;
    cursor: pointer;
    text-align: center;
}

#twittericon {
    color: white;
    font-size: 25px;
    margin-left: 75px;
}

#twittericon:hover {
    color: royalblue;
}

#icons {
    margin-right: 10px;
    font-size: 25px;
}

.leftverticalmenu {
    height: 100vh;
    width: 300px;
    text-align: left;
    line-height: 60px;
    font-size: 20px;
    border-right: 1px solid rgb(155, 157, 160);
    position: fixed;

}

ul {
    width: 10em;
    margin-top: -10px;

}

.profileimage {
    border-radius: 50%;
    border: 2px solid rgb(43, 43, 223);
    width: 25px;
    margin-right: 10px;
    margin-bottom: -5px;
}

figure {
    border-radius: 50px;
    height: 55px;
    font-weight: bold;
    background-color: rgb(29, 161, 242);
    width: 200px;
    text-align: center;
    margin: auto;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

figure:hover {
    opacity: 0.9;
}

/* MIDDLE AND RIGHT CONTAINERS */

.flexcontainer {
    position: relative;
    left: 15ex;
}

.middlecontainer {
    width: 65%;
    border-right: 1px solid rgb(155, 157, 160);
    height: 100%;

}

.tweets {
    width: 90%;
}

.headsec {
    display: flex;
    margin-top: 10px;

}

#fa-arrow-left {
    color: blue;
    filter: brightness(70%);
    font-size: 20px;
    margin: 10px 20px 0 20px;
    cursor: pointer;
}

span {
    filter: brightness(50%)
}

.headerprofileimage {
    margin-top: 10px;
    position: relative;


}

#headerimage {
  height:200px;
}

#profilepic {
    border-radius: 50%;
    width: 150px;
  height:130px;
    position: absolute;
    top: 130px;
    left: 20px;
    border: 4px solid rgb(21, 32, 43);
}

#profilepost {
    border-radius: 50%;
    width: 150px;
  height:130px;
    position: absolute;
    top: 130px;
    left: 20px;
    border: 4px solid rgb(21, 32, 43);
}

.editprofile {
    margin-top: 5px;
    float: right;
    border: 1px solid rgb(155, 157, 160);
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
    font-size: 90%;
}

.bio {
    margin-top: 55px;
    margin-left: 20px;
    line-height: 40px;
    font-size: 15px;
}

.handle {
    line-height: 19px;
    margin-bottom: 10px;
}

.followers {
    margin-right: 15px;
}

.nawa {
    display: flex;
}

.heading {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid white;
    margin-top: 10px;
    font-weight: bold;

}

.heading p {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

.heading p:hover {
    background: royalblue;
}

.avi {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

.mytweets {
    display: flex;
    margin: 15px 0 15px 0;
    margin-bottom: 800px;
}

.tweetcontent {
    margin-top: 5px;
}

.retweeticons {
    margin-top: 5px;
    margin-left: -10px;
    display: inline-flex;
    justify-content: space-evenly;
}


/* RIGHT VERTICAL CONTAINER */

.flexcontainer {
    display: flex;
}

.searchbar {
    display: inline-flex;
    margin: 10px 0 0 25px;
    border: 1px solid rgb(155, 157, 160);
    padding: 13px;
    border-radius: 20px;
    width: 300px;
}

#searchbox {
    border: none;
    background-color: transparent;
    color: rgb(155, 157, 160);
}

.searchicon {
    color: royalblue;
    margin-right: 15px;
}

.twittermedia {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgb(155, 157, 160);
    border-radius: 20px;
    margin: 10px 0 0 25px;
    width: 300px;
}

.twittermedia img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

.nigeriatrends {
    margin: 30px 0 0 25px;
    width: 300px;
    border: 1px solid rgb(155, 157, 160);
    border-radius: 10px;
    padding: 10px 0;
}

#fa-cog {
    color: royalblue;
    margin-top: 5px;
    cursor: pointer;
    font-size: 25px;
}

.headertrends {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(155, 157, 160);
    padding: 10px;
}

.trending {
    filter: brightness(50%)
}

.trenditem {
    border-bottom: 1px solid rgb(155, 157, 160);
    padding: 10px;
    line-height: 22px;
}

.hashtag {
    font-weight: bolder;
}

.chat-container {
    width: 40em;
    max-width: 41em;
    bottom: 10px;
    z-index: 7;
    position: relative;
    margin-bottom: 400px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    /*background: #05060f linear-gradient(0deg,rgba(216,236,250,.06),rgba(152,192,250,.06));*/
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0, 0, 0.1);
display: flex;
flex-direction: column;
font-size: 1em;
    translate: 0 -1em;
animation: load 2s ease-in 2s forwards, up 1.4s ease-out 2s forwards;

}

.chat-input-form {
display: flex;
align-items: center;
padding: 10px;
/*background-color: #f0f0f0;*/
border-top: 1px solid #e0e0e0;

}

.border{
    border-bottom: 1px solid white;
}

.profile_text {
flex-grow: 1;
border: none;
border-radius: 3px;
padding: 10px;
margin-right: 10px;
    color: #224575;
    animation: pulse 10s linear 1.2s infinite;
  transition: --p 3s linear;
  text-shadow: 0 2px 16px rgba(174,207,242,.24);
  --p: 0%;
width: 100%;
    height: 100%;
}

.feed_text {
flex-grow: 1;
border: none;
border-radius: 3px;
padding: 10px;
margin-right: 10px;
    color: #224575;
    animation: pulse 10s linear 1.2s infinite;
  transition: --p 3s linear;
  text-shadow: 0 2px 16px rgba(174,207,242,.24);
  --p: 0%;
width: 150%;
    height: 100%;
}
.rounded-circle {
      width: 3em!important;
  height: 3em!important;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50% !important;

}

/* From Uiverse.io by Spacious74 */
.outer {
    width: 180px;
    height: 50px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 10s linear infinite;
    opacity: 0.2;
    filter: blur(3px);
}

@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}

.cardd {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #0e0c0c, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.ray {
      width: 85%;
    height: 30%;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
    transform: rotate(13deg);
}

.cardd .text {
  font-weight: bolder;
      font-size: 1rem;
    background: linear-gradient(45deg, #5a89bb 4%, #fff, #5e6d8d);
  background-clip: text;
  color: transparent;
}

.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.bottoml {
  bottom: 10%;
}
.leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}
.rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}



.menu__button {
  min-width: 62px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #fff;
  transition: background-color .4s;
}

.menu__button span {
  color: #000;
  line-height: 1;
  transition: color .4s;
}

.menu__button:hover {
  background: linear-gradient(90deg, #fff 50%, transparent 0) repeat-x,
		linear-gradient(90deg, #fff 50%, transparent 0) repeat-x,
		linear-gradient(0deg, #fff 50%, transparent 0) repeat-y,
		linear-gradient(0deg, #fff 50%, transparent 0) repeat-y;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 6px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  animation: linearGradientMove .4s infinite linear;
}

.black {
    color: black;
    --text-color: black;
}

.menu__button:hover span {
  color: #fff;
}

@keyframes linearGradientMove {
  100% {
    background-position: 6px 0, -6px 100%, 0 -6px, 100% 6px;
  }
}





/* From Uiverse.io by Kabak */
button {
  height: 50px;
  margin: 5px;
  width: 120px;
  background: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Consolas, Courier New, monospace;
  border: solid #404c5d 1px;
  font-size: 16px;
  color: rgb(161, 161, 161);
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 5px;
  background: linear-gradient(145deg, #2e2d2d, #212121);
  -webkit-box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
    inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
  box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
    inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
}

button:hover {
  -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
  box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
  color: #d6d6d6;
  -webkit-transition: 500ms;
  transition: 500ms;
}

button:active {
  -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
  box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
  color: #d6d6d6;
  -webkit-transition: 100ms;
  transition: 100ms;
}




/* From Uiverse.io by adamgiebl */
.input {
  color: #fff;
  font-size: 0.9rem;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  padding-inline: 0.5em;
  padding-block: 0.7em;
  border: none;
  border-bottom: var(--border-height) solid var(--border-before-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-border {
  position: absolute;
  background: var(--border-after-color);
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.input:focus {
  outline: none;
}

.input:focus + .input-border {
  width: 100%;
}

.form-control {
  position: relative;
  --width-of-input: 300px;
    background: var(--sidebar-color);
    border-radius: 0.5rem;
}

.input-alt {
  font-size: 1.2rem;
  padding-inline: 1em;
  padding-block: 0.8em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.input-border-alt {
  height: 3px;
  background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
  transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

.input-alt:focus + .input-border-alt {
  width: 100%;
}


.profile-btn{
    width: 9em;
}



@media screen and (max-width: 992px) {
    .feed_text {
		width: 130%!important;
    height: 110%!important;
	}



}

@media screen and (max-width: 768px) {
    .feed_text {
		width: 130%!important;
    height: 110%!important;
	}

.nigeriatrends {
    display: none;
}

.middlecontainer{
    width: 70%;
}
.profile-btn{
    width: 5em;
}

}


@media screen and (max-width: 600px){
    .sidebar{
    display: none;
}
.home{
    display: none;
}
.flexcontainer{
    left: 5ex;
    width: 500px;
}
.middlecontainer{
    width: 85%;
}
.outer {
        width: 10em;
        height: 3em;
}
.cardd .text{
    font-size: 1em;
}
.profile-btn{
    width: 4em;
}
}

