.twitter {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	overflow: hidden;
	color: #66757F;
	overflow: hidden;
	position: relative;
}

.twitter a {
	color: #0084B4;
}

.twitter .modal-dialog {
	width: auto;
	margin: 0px;
}

.twitter-chat-header {
	position: relative;
	background: #ffffff;
	display: flex;
	align-items: center;
	min-height: 55px;
	padding: 5px 15px;
	overflow: hidden;
	border-bottom: 1px solid rgb(204, 214, 221);
	z-index: 1;
}

.verified-icon {
	height: 19px;
	width: 19px;
	margin-left: 5px;
	display: none;
	vertical-align: middle;
}

.mobile_view .verified-icon {
	height: 17px;
	width: 17px;
}

.twitter-chat-header .header-icon.header-icon-arrow img {
	height: 16px;
	width: auto;
}

.twitter .modal-dialog .header-content {
	padding-left: 35px;
	display: block;
}

.twitter-chat-header .header-content span {
	display: block;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
}

.twitter-chat-header .header-content a {
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin-top: 3px;
}

.twitter-chat-header .header-icon-arrow {
	margin: 0;
}

.twitter-chat-header .header-icon.pull-right img {
	height: 20px;
}

.twitter-chat-body {
	height: auto;
	min-height: 511px;
	width: 100%;
}

.twitter-chat-body .message-container {
	max-width: 75% !important;
}

.twitter-chat-body .message-avatar {
	position: absolute;
	bottom: 0;
}

.twitter-chat-body .message .message-avatar img {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	overflow: hidden;
}

.twitter-chat-body .message-bubble {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	line-height: 16px;
}

.twitter-chat-body .message-received .message-text {
	background-color: #e6ecf0;
	color: #14171a;
	border-radius: 15px 15px 15px 0;
}

.right-part .modal-body .message-received .message-container {
	margin-right: auto;
	padding-left: 45px;
}

.right-part .modal-body .message-received .message-footer {
	padding-left: 45px;
}

.right-part .modal-body .message-text {
	position: relative;
	padding: 12px;
	border-radius: 20px 20px 20px 0;
}

.twitter-chat-body .message-text p {
	font-size: 14px;
	line-height: 20px;
}

.twitter-chat-body .message .message-footer {
	font-size: 11px;
	line-height: 18px;
	color: #8899a6;
	margin-bottom: 6px;
}

.twitter-chat-body .twitter-chat-body .message-avatar {
	position: absolute;
	bottom: 0;
}

.twitter-chat-body .message-sent .message-container {
	padding-right: 0 !important;
}

.twitter-chat-body .message-sent .message-text {
	background-color: #1da1f2;
	border-radius: 20px 20px 0 20px;
}

.twitter-chat-body .message-sent .message-text p {
	color: #ffffff;
}

.twitter-chat-body .message .message-footer {
	font-size: 11px;
	line-height: 18px;
	color: #657786;
	margin-bottom: 6px;
}

.twitter-chat-body .message-sent .message-footer {
	float: right;
	padding-right: 0 !important;
}

.twitter-chat-body .message-sent .message-avatar {
	display: none;
}

.twitter-chat-body .message-received .message-text:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -32px;
	height: 20px;
	width: 22px;
	background: url(../../static/img/heart-plus.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;
}

.twitter-chat-footer img {
	width: 100%;
}

.twitter-chat-footer img.twitter-desktop-footer {
	display: none;
}

.twitter-chat-left .nav-tabs {
	margin-top: 20px;
}

.right-part.desktop_view #download.twitter-chat {
	width: 599px;
}

.desktop_view .twitter-chat .modal-content {
	border-color: rgb(230, 236, 240);
}

.desktop_view .all_header_wp {
	display: none !important;
}

.desktop_view .twitter-chat-header {
	min-height: 53px;
	padding: 0 15px;
}

.desktop_view .modal-header .header-icon.header-icon-arrow {
	display: none;
}

.desktop_view .modal-header .modal-title {
	width: 70%;
}

.desktop_view .twitter .modal-dialog .header-content {
	padding-left: 0;
}

.desktop_view .twitter-chat-body .message .message-avatar img {
	height: 39px;
	width: 39px;
	border-radius: 50%;
	overflow: hidden;
}

.desktop_view .twitter-chat-header .header-content a {
	font-size: 12px;
	line-height: 13px;
	margin-top: 2px;
}

.desktop_view .twitter-chat-header .header-content span {
	font-size: 18px;
	font-weight: 900;
}

.desktop_view .twitter-chat-body .message .message-footer {
	margin-bottom: 20px;
}

.desktop_view .twitter-chat-body .message-received .message-text:before {
	display: none;
}

.desktop_view .twitter-chat-body .message-container {
	max-width: 77% !important;
}

.desktop_view .twitter-chat-footer {
	border: 1px solid rgb(230, 236, 240);
}

.desktop_view .twitter-chat-footer img {
	display: none;
}

.desktop_view .twitter-chat-footer img.twitter-desktop-footer {
	display: block;
	height: 52px;
}

.line-view .checkbox {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px !important;
	margin-right: 5px;
}

.twitter-tweet {
	position: relative;
}

.twitter-tweet-header {
	position: relative;
	height: 53px;
	width: 100%;
	background: #ffffff;
	padding: 10px 15px;
	border-bottom: 1px solid rgb(230, 236, 240);
	z-index: 1;
	display: flex;
	align-items: center;
}

.twitter-tweet-header .header-icon img {
	height: 16px;
	width: auto;
	margin-right: 30px;
}

.twitter-tweet-header h2 {
	color: #14171a;
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 900;
	text-transform: capitalize;
}

.twitter-tweet-header p {
	color: #657786;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
}

.twitter-tweet-body {
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	z-index: 5;
}

.right-part .twitter-tweet-body .modal-body {
	padding-bottom: 0;
}

.twitter-tweet-body::-webkit-scrollbar {
	display: none;
}

.twitter-tweet .twitter-tweet-body .permalink-header {
	float: left;
	display: flex;
	align-items: center;
}

.twitter-tweet-body .modal-header {
	padding: 10px 15px 0 15px;
	border: none;
}

.twitter-tweet-body .modal-header .avatar {
	height: 39px;
	width: 39px;
}

.twitter-tweet-body .permalink-header .fullname,
.twitter-tweet-body .permalink-header .username {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
	float: unset;
}

.twitter-tweet-body .permalink-header .fullname {
	font-weight: 700;
	color: #14171a;
	display: inline-block;
	align-items: center;
	vertical-align: middle;
	max-width: 192px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twitter-tweet-body .permalink-header .fullname:before {
	content: '';
	position: absolute;
	right: 0;
}

.twitter-tweet-body .modal-header .drop-icon {
	font-size: 20px;
	line-height: 12px;
	color: #657786;
}

.twitter-tweet-body .modal-body .tweet-text {
	font-size: 23px;
	line-height: 30px;
	color: #14171a;
	font-weight: normal;
	width: 100%;
	display: block;
	word-break: break-all;
}

.twitter-tweet-body .modal-body .tweet-text .link {
	color: #1b95e0;
}

.twitter-tweet-body .client-and-actions .metadata {
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #657786;
}

.like-comment-row {
	border-top: 1px solid rgb(230, 236, 240);
	border-bottom: 1px solid rgb(230, 236, 240);
}

.twitter-tweet-body .tweet-retweet-like-row {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.twitter-tweet-body .tweet-retweet-like {
	display: inline-block;
	line-height: 30px;
	margin-right: 15px;
}

.twitter-tweet-body .tweet-retweet-like span {
	display: inline-block;
	font-weight: 600;
	color: #14171a;
	font-size: 15px;
	vertical-align: middle;
}

.twitter-tweet-body .tweet-retweet-like-text {
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}

.twitter-tweet-body .tweet-retweet-like-text p {
	margin: 0;
	font-weight: 600;
	color: #717679;
}

.twitter-tweet-body .tweet-likes-img-row {
	display: none;
}

.twitter-tweet-body .tweet-actionList {
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.twitter-tweet-body .tweet-action {
	float: left;
	width: 25%;
	text-align: center;
}

.twitter-tweet-body .tweet-img img {
	width: 22px;
}

.twitter-tweet-body .tweet-icon {
	display: none;
	margin-top: 3px;
	vertical-align: middle;
	font-weight: 700;
	margin-left: 5px;
	font-size: 12px;
	color: #717679;
}

.tweet-img-grp {
	position: relative;
	margin: 18px 0 20px 0;
	height: 260px;
	width: 100%;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.tweet-img-grp .tweet-img {
	position: relative;
	height: 100%;
	width: 100%;
	float: left;
	border: 1px solid #ffffff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.tweet-img-grp.multi-one .tweet-img.tweet-img1 {
	display: inline-block;
}

.tweet-img-grp.multi-two,
.tweet-img-grp.multi-three,
.tweet-img-grp.multi-four {
	height: 285px;
}

.tweet-img-grp.multi-two .tweet-img.tweet-img1,
.tweet-img-grp.multi-two .tweet-img.tweet-img2 {
	height: 100%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-two .tweet-img.tweet-img1,
.tweet-img-grp.multi-two .tweet-img.tweet-img2 {
	height: 100%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-three .tweet-img.tweet-img1 {
	height: 100%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-three .tweet-img.tweet-img2,
.tweet-img-grp.multi-three .tweet-img.tweet-img3 {
	height: 50%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-four .tweet-img.tweet-img1,
.tweet-img-grp.multi-four .tweet-img.tweet-img2,
.tweet-img-grp.multi-four .tweet-img.tweet-img3,
.tweet-img-grp.multi-four .tweet-img.tweet-img4 {
	height: 50%;
	width: 50%;
	display: inline-block;
}

.desktop_view .twitter-tweet#download {
	width: 598px;
}

.desktop_view .twitter-tweet-body .modal-header .avatar {
	height: 49px;
	width: 49px;
}

.desktop_view .twitter-tweet-body .modal-header .verified-icon {
	height: 16px;
	width: 16px;
	margin-left: 3px;
}

.mobile_view .tweet-img-grp {
	height: 185px;
}

.mobile_view .tweet-img-grp.multi-one {
	height: 165px;
}

.tweet-video {
	position: relative;
	height: 322px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 18px 0 20px 0;
	display: block;
	border-radius: 20px;
	border: 1px solid rgb(208, 217, 224);
	overflow: hidden;
}

.tweet-video .video {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	display: inline-block;
}

.tweet-video .video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 65px;
	width: 65px;
	background-image: url(../../images/twitter-play-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mobile_view .tweet-video {
	height: 185px;
}

.mobile_view .tweet-video .video:before {
	height: 40px;
	width: 40px;
}

.twitter-tweet-left .fileinput.with-border {
	margin-top: 20px;
}

.main-twitter-profile {
	position: relative;
}

.main-twitter-profile .twitter-bottom-icon .add-post-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1da1f2;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	bottom: 15px;
	right: 15px;
	box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.main-twitter-profile .twitter-header {
	width: 100%;
	height: 144px;
	background: #1da1f2;
}

.main-twitter-profile .twitter-header-cover {
	width: 100%;
	height: 100%;
	background-image: url(../../images/twitter-header-cover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-twitter-profile .twitter-header-icon {
	position: absolute;
	width: 100%;
	padding: 12px;
	display: block;
}

.mobile_view .twitter-profile .twitter-tweet-header {
	display: none;
}

.main-twitter-profile .twitter-header-icon .right-dots {
	float: right;
}

.main-twitter-profile .twitter-header-icon .left-icon,
.main-twitter-profile .twitter-header-icon .right-dots {
	width: 28px;
	height: 28px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.main-twitter-profile .twitter-header-icon .left-icon img,
.main-twitter-profile .twitter-header-icon .right-dots img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-twitter-profile .twitter-header-icon .right-dots span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
}

.main-twitter-profile .twitter-header-icon .right-dots span:nth-child(1) {
	top: 20%;
	transform: translate(-50%, -20%);
}

.main-twitter-profile .twitter-header-icon .right-dots span:nth-child(3) {
	top: 80%;
	transform: translate(-50%, -80%);
}

.main-twitter-profile .main-twitter-profile-pic {
	padding: 0 12px;
}

.main-twitter-profile .main-twitter-profile-pic .twitter-profile-pic {
	display: inline-block;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.main-twitter-profile .main-twitter-profile-pic .twitter-profile-pic img {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.twitter-profile-edit-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 39px;
	width: 110px;
	border: 1px solid #657786;
	margin-top: 10px;
	float: right;
	border-radius: 36px;
}

.twitter-profile-edit-btn p {
	color: #657786;
	font-weight: 700;
	margin: 0;
	font-size: 15px;
	text-transform: capitalize;
}

.main-twitter-profile .twitter-profile-box {
	padding: 0 12px 20px;
}

.main-twitter-profile .twitter-profile-box .profile-name {
	margin-bottom: 22px;
}

.main-twitter-profile .twitter-profile-box .profile-name h2 {
	color: #14171a;
	font-size: 19px;
	line-height: 25px;
	font-weight: 900;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 192px;
}

.desktop_view .main-twitter-profile .twitter-profile-box .profile-name h2 {
	max-width: 292px;
}

.main-twitter-profile .twitter-profile-box .profile-name .verified-icon {
	vertical-align: middle;
	margin-top: 1px;
}

.main-twitter-profile .twitter-profile-box .profile-name h5 {
	font-size: 14px;
	line-height: 20px;
	color: #657786;
	font-weight: 400;
	margin: 0;
}

.main-twitter-profile .twitter-profile-box .born-date,
.main-twitter-profile .twitter-profile-box .join-date {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	min-width: 32%;
}

.main-twitter-profile .twitter-profile-box .born-date img,
.main-twitter-profile .twitter-profile-box .join-date img {
	height: 18px;
	width: auto;
	margin-right: 6px;
}

.main-twitter-profile .twitter-profile-box .born-date p,
.main-twitter-profile .twitter-profile-box .born-date span,
.main-twitter-profile .twitter-profile-box .join-date p,
.main-twitter-profile .twitter-profile-box .join-date span {
	font-size: 15px;
	line-height: 20px;
	color: #657786;
	font-weight: 400;
	margin: 0;
}

.main-twitter-profile .twitter-profile-box .born-date span,
.main-twitter-profile .twitter-profile-box .join-date span {
	margin-right: 5px;
}

.main-twitter-profile .twitter-profile-box .follow-count ul {
	padding: 0;
	margin: 0;
}

.main-twitter-profile .twitter-profile-box .follow-count ul li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

.main-twitter-profile .twitter-profile-box .follow-count ul li h5 {
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.main-twitter-profile .twitter-profile-box .follow-count ul li p {
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #506476;
	font-size: 14px;
	font-weight: 400;
}

.desktop_view #download.twitter-profile {
	width: 598px;
}

.desktop_view .main-twitter-profile .twitter-header {
	height: 200px;
}

.desktop_view .main-twitter-profile .twitter-header-icon {
	display: none;
}

.desktop_view .main-twitter-profile .twitter-tweet-header {
	display: flex;
}

.desktop_view .main-twitter-profile .main-twitter-profile-pic .twitter-profile-pic img {
	width: 142px;
	height: 142px;
	border: 4px solid #fff;
}

.desktop_view .main-twitter-profile .main-twitter-profile-pic .twitter-profile-pic {
	top: -71px;
	margin-bottom: -71px;
}

.desktop_view .main-twitter-profile .main-twitter-profile-pic {
	padding: 0 15px;
}

.desktop_view .main-twitter-profile .twitter-profile-box .profile-name {
	margin-bottom: 10px;
}

.desktop_view .profile-date {
	display: flex;
	align-items: center;
}

.desktop_view .main-twitter-profile .twitter-profile-box .born-date {
	margin-right: 10px;
}

.desktop_view .main-twitter-profile .twitter-profile-box {
	padding: 0 15px 20px;
}

.desktop_view .main-twitter-profile .twitter-profile-box .verified-icon {
	height: 21px;
	width: 21px;
}

.desktop_view .main-twitter-profile .twitter-bottom-icon .add-post-icon {
	display: none;
}

.desktop_view .twitter-profile-edit-btn {
	border-color: #1DA1F2;
}

.desktop_view .twitter-profile-edit-btn p {
	color: #1DA1F2;
}