#toolBar {
	display: flex;
	align-items: center;
}

#toolBar select {
	padding: 5px;
	border-radius: 5px;
}

#toolBar button {
	border: 2px solid white;
	border-radius: 5px;
	margin: 0;
	padding: 2px;
	height: 100%;
	background-color: transparent;
}

#toolBar img {
	width: 25px;
}

#newArticle,
.estechBtn {
	background-color: #FE1111;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 7px 15px;
}

.articleTab {
	border: 1px solid lightgrey;
}

.articleTab p,
.anArticleTab p {
	margin: 0;
}

td {
	padding: 10px;
}

td img:hover {
	cursor: pointer;
}

table {
	border: 1px solid rgba(211, 211, 211, 0.295);
	border-radius: 10px;
	width: 100%;
}

tr {
	border: 1px solid #515151;
}

.dateTd {
	min-width: 110px;
}

.titleTd {
	overflow: hidden;
	max-width: 700px;
}

.titleTd p {
	display: block;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.element {
	background-color: white;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px !important;
	border: none;
}

.ql-editor {
	color: black;
}

.ql-container.ql-snow {
	border: none !important;
	border-radius: 10px !important;
}

.ql-toolbar {
	background-color: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: black;
}

.articleInfo input {
	border-radius: 5px;
	border: none;
}

.articleInfo input[type="file"] {
	background-color: white;
}

.avatarSelected {
	border: 2px solid white !important;
	border-radius: 100%;
}

.gap {
	gap: 10px;
}

.emailForm {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.411);
	z-index: 5;
}

.emailForm form {
	display: flex;
	flex-direction: column;
	background-color: white;
	padding: 25px;
	padding-bottom: 5px;
	border-radius: 5px;
	position: relative;
}

.emailForm h3 {
	font-size: 20px;
	width: unset;
	font-weight: unset;
	letter-spacing: unset;
	line-height: unset;
	text-wrap: unset !important;
	margin-bottom: unset;
	word-break: unset;
	color: black;
	font-weight: 600;
}

.emailForm img {
	position: absolute;
	width: 15px;
	top: 5px;
	right: 5px;
}

.emailForm button.loading {
	background-color: #ad2929;
	cursor: default;
	outline: none;
}

.emailForm button.valid {
	background-color: #ad2929;
	cursor: default;
	outline: none;
}
.emailForm input {
	border: 1px solid gray;
	border-radius: 4px;
}

.textRed {
	color: rgb(255, 23, 23);
}

.premiumDiv {
	padding: 20px;
	background-color: #0F0F0F;
	position: relative;
}

.premiumDiv div {
	z-index: 2;
}

.premiumDiv p {
	color: white;
	font-size: 26px;
	font-weight: 600;
}

.premiumDiv button {
	background-color: #2ad62e;
	color: white;
	padding: 5px 15px;
	font-weight: 600;
	border: none;
	border-radius: 7px;
	width: 100%;
}

.premiumDiv .premiumPreview {
	position: relative;
}

.premiumDiv img {
	position: absolute;
	width: 150px;
	bottom: 12%;
	left: 79%;
	z-index: 1;
}

.triangleContainer {
	z-index: 0 !important;
	height: 100%;
	position: absolute;
	left: 72%;
	top: 0;
	width: 140px;
	overflow: hidden;
}

#triangle-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	z-index: 1;
	height: 0;
	width: 0;
	border-top: 135px solid rgb(255, 43, 43);
	border-right: 70px solid transparent;
	border-left: 70px solid transparent;
}

.triangle-border {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 0 !important;
}

#triangle-outline {
	position: absolute;
	display: inline-block;
	z-index: 0 !important;
	height: 0;
	width: 0;
	border-top: 135px solid rgb(255, 43, 43);
	border-right: 70px solid transparent;
	border-left: 70px solid transparent;
}

#triangle-inner {
	position: absolute;
	top: 3px;
	left: 5px;
	display: inline-block;
	z-index: 0 !important;
	height: 0;
	width: 0;
	border-top: 124px solid #0F0F0F;
	border-right: 65px solid transparent;
	border-left: 65px solid transparent;
}

@media (min-width: 768px) {
	.articleImg img {
		width: 75% !important;
	}

	.socialContainer {
		top: 0 !important;
		right: 100% !important;
		left: unset !important;
	}

	.premiumDiv button {
		width: unset !important;
	}
}

.socialContainer {
	position: absolute;
	bottom: 100%;
	left: 0;
}
iframe {
	border-radius: 5px;
}