.col-lg-6.containers:first-child {
	border-radius: 14px 0 0 14px;
	border: 1.4px solid #dee2e6;
	padding: 30px;
	border-right: none;
	background: #fff;
}

.col-lg-6.containers:last-child {
	border-radius: 0 14px 14px 0;
	border-left: 0;
	padding: 0;
}

.content .row {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 14px;
}

.containers .row {
	box-shadow: none;
}

.content {
	background: #f5fbff;
}

label {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	font-family: "Inter",sans-serif;
	margin-bottom: 14px;
}

input[type="text"] {
	border: 1.4px solid #dee2e6!important;
	height: 40px;
}

#score-container {
	border-radius: 10px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#score-container h2 {
	font-size: 50px;
	font-weight: bold;
}

.rating-container p {
	font-weight: bold;
	margin-bottom: 5px;
}

i.fa-star.empty {
	opacity: 0.3;
}

.rating-container {
	text-align: center;
}

i:not(:last-child) {
	margin-right: 5px;
}

.result, #preview {
	height: 100%;
	border-radius: 0 14px 14px 0;
}

#preview {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	flex-direction: column;
	text-align: center;
}

#preview h2 {
	font-family: "Inter",sans-serif;
	margin-bottom: 12px;
}

.headding {
	text-align: center;
	font-weight: bold;
	padding: 30px;
}

.contrastCheckerModal {
	position: absolute;
	right: 10px;
	top: 15px;
	background: none;
	border: none;
}

.contrastCheckerModal .fa-circle-question {
	color: var(--heading-color);
	font-size: 30px;
}

@media (max-width: 768px) {
	.col-lg-6.containers:first-child {
		border-radius: 0 0 14px 14px;
		order: 2;
		border-right: 1.4px solid #dee2e6;
		border-top: none;
	}
	
	.col-lg-6.containers:last-child, .result, #preview {
		border-radius: 14px 14px 0 0;
	}
}

@media (max-width: 576px) {
	.col-lg-6.containers:first-child {
		border: none;
	}
	
	.col-lg-6.containers:last-child, .result, #preview {
		border-radius: 0;
	}
}

.popover-body div {
	cursor: pointer;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 6px;
	user-select: none;
}

.popover-body div:hover {
	background: #f2f2f3;
}

.col-lg-6.containers .col-lg-6 {
	position: relative;
}

input[type="color"] {
	border: none;
	outline: none;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: none;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 18px;
	cursor: pointer;
}