html, body {
  height: 100%;
}

body {
	font-family: "Segoe UI", Arial, sans-serif;
}

h1 {
	display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h2 {
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

a {
    color: #1da1f2;
}

.login-left {
    background-image: url('../img/capa.png');
    background-repeat: no-repeat;
}

.banner {
	height: 100%;
	background-color: #1da1f2;
}

.title {
	color: #1da1f2;
	font-size: 27px;
    line-height: 32px;
}

.subtitle {
	color: #14171a;
    font-size: 18px;
    line-height: 24px;
    margin: 16px auto;
}

.form-control {
	background-color: #fff;
    border: 1px solid #e6ecf0;
    border-radius: 50px;
}

.comunicacao {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.communicationItem {
	color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 48px auto;
    position: relative;
}

.menu {
    background: #fff;
    height: 46px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.082);
}

.menuItem, .menuItem:hover {
    font-size: 13px;
    font-weight: bold;
    color: #1DA1F2;
    text-decoration: none;
    margin-right: 25px;

}

.menuIco {
    width: 31px;
    height: 23px;
}

.perfil {
    border: 1px solid #e6ecf0;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.perfilTopo {
    height: 95px;
    background-color: #1DA1F2
}

.perfilPainel {
    padding-right: 10px;
    padding-left: 10px;
}

.perfilPainelNome {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.perfilPainelItem  {
    color: #657786;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 16px;
    overflow: hidden;
    transition: color .15s ease-in-out;
}

.perfilPainelItemValor {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 3px;
    transition: color .15s;
    color: #1DA1F2 !important;
}

.tweetBox {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border: 1px solid #e6ecf0;
    /*background-color: #E8F5FD; */
    padding:25px;
}

.quemSeguir {
    /*border: 1px solid #e6ecf0; */
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.quemSeguirTitulo {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.quemSeguirTxt, .quemSeguirTxt:hover {
    color: #1DA1F2;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

.tweet {
    padding:15px;
    border-bottom: 1px solid #e6ecf0;
    cursor: pointer;
}

.tweet:hover {
    background-color: #f5f8fa;
}

.tweet-box{
    
}

.tweet-box:hover {
    background-color: #f5f8fa;
}
.btn-social i:hover {
    cursor: pointer;
    opacity: 0.5;
}
.btn {
    border-radius: 50px;
}
.bg-search {
    background-color: #ededed;
    border-radius: 50px;
}
input[type="file"] {
    display: none;
}
#file {
    display: none;
}
.img-round {
    border-radius: 50px;
}

/*==== STORIES ====*/
.storie {
    width: 70px;
    height: 70px;
    border:3px solid #1DA1F2;
    background-size: 100%;
    cursor: pointer;
}


/*==== CHAT ====*/
.chat {
    background-color: #effafc;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px
}

.chat-messages {
    padding: 10px;
    height: 250px;
    overflow: auto
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444
}

.right .direct-chat-img {
    float: right
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff;
}

.box-footer {
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff
}

.topo {
    display: flex;
}

.topo a {
    width: 80%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.topo a:hover {
    background-color: #ececec;
}

.topo .btn-configs {
    width: 30px;
}

.input-tweet {
    border: none;
}

.image-usuario {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.btn-acao-tweet {
    background: none;
    border: 0;
    color: #606060;
}