:root {
	--primary-color: #373b7b;
	--secondary-color: #f4a033;
}
/* @extend display-flex; */
display-flex,
.form-row,
ul,
.title,
.actions ul li a,
.form-date-item .select-icon,
.form-date-item .select-icon i,
.form-date-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* roboto-slab-300 - latin */
@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
	/* IE9 Compat Modes */
	src: local("Roboto Slab Light"), local("RobotoSlab-Light"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab")
			format("svg");
	/* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2")
			format("woff2"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf")
			format("truetype"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab")
			format("svg");
	/* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
	/* IE9 Compat Modes */
	src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"),
		url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab")
			format("svg");
	/* Legacy iOS */
}
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
	outline: none;
	appearance: unset !important;
	-moz-appearance: unset !important;
	-webkit-appearance: unset !important;
	-o-appearance: unset !important;
	-ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	margin: 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}

input[type="checkbox"] {
	appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
}

input[type="radio"] {
	appearance: radio !important;
	-moz-appearance: radio !important;
	-webkit-appearance: radio !important;
	-o-appearance: radio !important;
	-ms-appearance: radio !important;
}

.clear {
	clear: both;
}

h2 {
	font-size: 20px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-top: 35px;
}

body {
	font-size: 13px;
	line-height: 1.3 !important;
	color: #222;
	font-weight: 400;
	font-family: "Roboto Slab";
	margin: 0px;
	background: var(--primary-color);
}

.main {
	padding: 60px 0;
}

.container {
	width: 675px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

.signup-form {
	padding: 32px 60px 40px 60px;
}

input,
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-family: "Roboto Slab";
	font-size: 13px;
	padding: 15px 20px;
}

input:focus {
	border: 1px solid #666;
}

input.valid {
	border: 1px solid #666;
}

.form-group,
.form-select,
.form-date {
	margin-bottom: 15px;
	position: relative;
}

.form-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}
.form-row .form-select {
	width: 160px;
}
.form-row .form-date {
	width: 266px;
}

label {
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}

label.required {
	position: relative;
}
label.required:after {
	content: "*";
	margin-left: 2px;
	color: #b90000;
}

.steps {
	margin-bottom: 23px;
}
.steps ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}

a {
	text-decoration: none;
}

.icon {
	font-size: 29px;
}

.title {
	background: #adadad;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	width: 90px;
	height: 90px;
	color: #fff;
}

.title_text {
	margin-top: -5px;
}

.current .title {
	background: var(--primary-color);
}

.content h3 {
	display: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

.actions {
	margin-top: 25px;
}
.actions .disabled {
	display: none;
}
.actions ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
}
.actions ul li {
	margin-left: 10px;
}
.actions ul li:first-child a {
	background: #adadad;
}
.actions ul li a {
	background: var(--primary-color);
	width: 130px;
	height: 50px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	transition: all 0.3s ease;
}
.actions ul li a:hover {
	opacity: 0.8;
}

label.error {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
}
label.error:after {
	font-family: "themify";
	position: absolute;
	content: "\e717";
	right: 20px;
	top: 40px;
	font-size: 13px;
	color: #ff1212;
	z-index: 1;
	background-color: #fff;
}
.form-date-item label.error {
	top: -27px;
	right: -12px;
}

input.error,
select.error,
.form-date-item select.error {
	border: 1px solid #ff1212;
}

ul.list-item {
	z-index: 9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: block;
}

ul.list-item li {
	padding: 13px 20px;
	z-index: 2;
	color: #222;
	font-size: 13px;
}

ul.list-item li:not(.init) {
	display: none;
	background: #fff;
	color: #222;
	padding: 5px 20px;
}

ul.list-item li:not(.init):hover,
ul.list-item li.selected:not(.init) {
	background: var(--primary-color);
	color: #fff;
}

li.init {
	cursor: pointer;
	position: relative;
}
li.init:after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 10px;
	color: #222;
	font-family: "themify";
	content: "\e64b";
}

legend {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	margin-bottom: 20px;
}
legend span {
	display: inline-block;
}

.step-heading {
	color: var(--primary-color);
	float: left;
}

.step-number {
	float: right;
}

.form-date-item {
	position: relative;
	overflow: hidden;
}
.form-date-item:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	background: #ebebeb;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.form-date-item:last-child:after {
	width: 0px;
}
.form-date-item .select-icon {
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}
.form-date-item .select-icon i {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	width: 30px;
	height: 20px;
	font-size: 10px;
	color: #222;
}

.ui-datepicker-trigger {
	position: absolute;
	right: 10px;
	top: 20px;
	color: #222;
	font-size: 10px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.form-date-group {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.form-date-group select {
	border: none;
	width: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	position: relative;
	background: 0 0;
	z-index: 10;
	cursor: pointer;
}

.select-list {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 47px;
}

.list-item {
	position: absolute;
	width: 100%;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.container {
		width: calc(100% - 40px);
		max-width: 100%;
	}

	.signup-form {
		padding: 32px 40px 40px;
	}

	.steps ul {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}

	.steps ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.steps ul li .title {
		margin-bottom: 0;
		height: unset;
		width: unset;
		padding: 10px 15px;
	}

	.steps ul li .title .title_text {
		margin-top: 0;
	}

	.form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-moz-flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
	}

	.title {
		width: 150px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.form-row .form-date,
	.form-row .form-select {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	div.greg__photo-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}

	div.greg__photo-box .btn {
		width: unset;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 0;
	}

	.signup-form {
		padding: 30px;
	}
}

@media screen and (max-width: 375px) {
	.step-heading,
	.step-number {
		float: unset;
		display: block;
	}

	.form-date-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form-date-item select {
		width: 100%;
	}

	.form-date-item::after {
		position: absolute;
		content: "";
		height: 1px;
		background: #ebebeb;
		left: 20px;
		bottom: 0;
		right: 20px;
		top: unset;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: unset;
	}
}

.container2 {
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	background-color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div.receipt {
	height: auto;
	width: 425px;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

div.receipt h1 {
	text-align: center;
}

div.receipt__header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

div.receipt__header-info img {
	height: 80px;
	width: 80px;
	margin-right: 20px;
	flex-shrink: 0;
}

div.receipt__header-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div.receipt__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.receipt__header-text h3,
div.receipt__header-text p {
	margin: 5px;
}

img.receipt__qr-image {
	height: 100px;
	width: 100px;
}

span.receipt__title {
	font-weight: bold;
	font-size: 15px;
	color: #000;
}

div.receipt__summary {
	margin-left: 10px;
}

p.price {
	font-size: 14px;
}

.status {
	font-weight: bold;
}

.status small {
	text-transform: uppercase;
	font-weight: bold;
	color: #f4a033;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 4px;
	background-color: rgba(244, 160, 51, 0.1);
}

.status[data-status="success"] small {
	color: green;
	background-color: rgba(0, 128, 0, 0.1);
}

.status[data-status="failed"] small {
	color: rgb(114, 28, 36);
	background-color: rgba(114, 28, 36, 0.1);
}

.btn {
	border: none;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 160px;
	transition: all 0.3s ease;
}

.btn:hover {
	opacity: 0.8;
}

p.error-txt {
	color: red;
}

div.greg__photo-box {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
}

div.greg__photo-box img {
	height: 120px;
	width: 120px;
}

/* img.dummy__image {
	content: '';
	background-image: url('../images/your-picture.png');
	background-size: cover;
	display: block;
	height: 50px;
	width: 50px;
	cursor: pointer;
	border-radius: 100px;
	margin-right: 15px;
} */

/* label[for='picture'] {
	display: flex;
	align-items: center;
} */

[data-file="true"] {
	margin-bottom: 25px;
}
[data-file="true"] *:not(.form-label) {
	width: calc(100% - 60px);
	/* position: relative; */
	/* left: 60px; */
}
[data-file="true"] p.error-txt {
	margin: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
}
[data-file="true"] label.error:after {
	right: 80px;
}
[data-file="true"] .dummy__image {
	position: absolute;
	right: 5px;
	bottom: 2px;
	height: 50px;
	width: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* transparent image */

.receipt::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: url("../images/download.jpg");
	opacity: 0.1;
}

/* Before Send Loader */
#loading-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	z-index: 999;
	opacity: 0.5;
}
.no-overflow {
	overflow: hidden !important;
}
.loading-icon {
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #767676;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	z-index: 4;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* dropzone */
.dropzone {
	min-height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropzone .dz-message {
	margin: 0;
}

.dropzone .dz-message p {
	margin: 0;
	cursor: auto;
}

.dropzone .dz-message p:first-child {
	font-weight: 500;
	font-size: 16px;
}

.dropzone .dz-message p:first-child strong {
	color: var(--primary-color);
	cursor: pointer;
}

.dropzone .dz-message p:last-child {
	margin-top: 5px;
	color: #828080;
}

.dropzone.dz-clickable,
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: auto;
}

input.error ~ .dropzone {
	border: 1px solid #f00;
}

.dropzone .dz-preview {
	margin: 0;
}

/* Select2 Custom Styling */
.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	height: 50px !important;
	border: 1px solid #ebebeb !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 48px !important;
	padding-left: 20px !important;
	padding-right: 40px !important;
	font-family: "Roboto Slab" !important;
	font-size: 13px !important;
	color: #333 !important;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	line-height: 48px !important;
	color: inherit !important;
	font-family: "Roboto Slab" !important;
	font-size: 13px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 48px !important;
	top: 1px !important;
	right: 10px !important;
}

.select2-container--default.select2-container--focused .select2-selection--single {
	border: 1px solid #666 !important;
	outline: none !important;
}

.select2-dropdown {
	border: 1px solid #ebebeb !important;
	border-radius: 5px !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #ebebeb !important;
	border-radius: 5px !important;
	font-family: "Roboto Slab" !important;
	font-size: 13px !important;
	padding: 8px 12px !important;
}

.select2-results__option {
	font-family: "Roboto Slab" !important;
	font-size: 13px !important;
	padding: 10px 15px !important;
}

.select2-results__option[aria-selected="true"] {
	background-color: var(--primary-color) !important;
	color: white !important;
}

.select2-results__option--highlighted[aria-selected] {
	background-color: rgba(55, 59, 123, 0.1) !important;
	color: var(--primary-color) !important;
}

/* Error state for Select2 */
.select2-container.error .select2-selection--single {
	border: 1px solid #f00 !important;
}

.form-group select.error + .select2-container .select2-selection--single {
	border: 1px solid #f00 !important;
}

.select2-results__options {
	display: block;
}