.addBorderLine {
	border: 1px solid #08c;
	border-radius: 5px;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.url_loader:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: #00000073;
	background-image: url("/assets/images/loader.gif");
	background-repeat: no-repeat;
	background-size: 75px;
	background-position: center;
}
#popup {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 5px 10px;
	background-color: #6c757d96;
	border-radius: 5px;
}
#popup p {
	color: #c20832;
	max-width: 400px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	max-height: max-content;
	text-align: center;
	font-weight: 600;
}

#editor {
	height: 500px;
}
.CodeMirror {
	border-bottom: 1px solid rgb(146 144 144 / 24%);
}
.CodeMirror-gutter.CodeMirror-linenumbers {
	z-index: 9999999;
	position: relative;
}
.cm-s-neo .CodeMirror-gutters {
	background: #fff;
}

.decreaseOpacity {
	opacity: 0.5;
}

.beautify {
	border: 2px solid #08c;
	border-radius: 3px;
	padding: 0 10px;
}

.main-content {
	border: 1px solid #dee2e6;
}

.formatter_header form input,
.formatter_header p {
	color: #08c;
	background: transparent;
	margin-bottom: 0;
}

.formatter_tooltip .tooltiptext {
	visibility: hidden;
	width: max-content;
	background-color: #07547a;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 10px;
	position: absolute;
	z-index: 1;
	top: -30px;
}

.formatter_tooltip:hover .tooltiptext {
	visibility: visible;
}

.formatter_tooltip i,
.formatter_tooltip img {
	padding: 5px;
	font-size: 17px;
}

.formatter_tooltip i:hover,
.formatter_tooltip img:hover,
.upload:hover,
.formatter_header form input:hover,
.formatter_header form input.active,
.formatter_header p:hover,
.formatter_header p.active,
.beautify:hover {
	cursor: pointer;
	border-radius: 3px;
	background: #08c;
	color: #fff;
	text-decoration: none;
}

.formatter_tooltip .fa-download:before,
.formatter_tooltip .fa-upload:before,
.formatter_tooltip .fa-link:before {
	font-family: "FontAwesome";
}

.formatter_tooltip .fa-download:before {
	content: "\f019";
}

.formatter_tooltip .fa-upload:before {
	content: "\f093";
}

.formatter_tooltip .fa-link:before {
	content: "\f0c1";
}

.toolbar,
.formatter_header,
.CodeMirror-gutters {
	background-color: #eee;
}

.upload input {
	width: 20px;
	height: 20px;
	padding: 0;
	bottom: -5px;
	opacity: 0;
	z-index: 9;
	position: absolute;
	top: 4px;
	right: 3px;
	font-size: 8px;
}

input#tabSize {
	width: 30px;
	height: 25px;
	padding: 2px 5px;
}

#tabSize {
	padding: 2px;
}

.formatter .hide {
	display: none !important;
}
