@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=PT+Serif:wght@400;700&family=Roboto+Mono:wght@400;700&family=Roboto:wght@400;700&family=Rubik:wght@400;700&family=Urbanist:wght@400;700&display=swap");

html {
	scroll-behavior: smooth;
	letter-spacing: 0.04rem;
}

.data-fill-form {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	border-radius: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.data-fill-form {
		border-radius: 0.25rem;
	}
}

.data-fill-form.form-splitted {
	margin: inherit !important;
}

.data-fill-form hr {
	border-color: #d5d5d5;
	border-width: 0.5px;
}

.raptor-ui .form-control {
	border-color: #d5d5d5;
	border-radius: 0.25rem !important;
}

.raptor-ui .dropdown-select .select-selected {
	color: #212121;
	border-color: #d5d5d5;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.43;
	padding: 0.4375rem 0.75rem;
	transition: border-color 0.15s ease-in-out;
}

.raptor-ui .dropdown-select .select-selected::after {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212121"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87" /><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z" /></svg>');
	background: none;
	top: 6px;
	right: 7px;
	margin-top: 0;
	width: auto;
	height: auto;
	display: flex;
}

.raptor-ui .dropdown-select .select-selected:hover,
.raptor-ui .dropdown-select .select-selected:focus {
	border-color: #212121;
}

.raptor-ui .dropdown-select .select-items {
	border: none;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	max-height: calc((1.43 * 0.875rem + 0.75rem * 2) * 5 + 5px);
	overflow-y: auto;
}

.raptor-ui .dropdown-select .select-items div {
	color: #212121;
}

.raptor-ui .dropdown-select .select-items div:hover {
	background-color: #f5f6f9;
}

.raptor-ui .dropdown-select .select-items div.active,
.raptor-ui .dropdown-select .select-items div:active {
	background: #212121;
	color: #ffffff;
	margin-top: 0;
}

.raptor-ui .dropdown-select .select-items div.same-as-selected {
	background-color: #212121;
}

.raptor-ui .dropdown-select .select-items div:not(:last-child):not(.active) {
	border-bottom-color: #e0e5ed;
}

.raptor-ui
	body.js-on
	.form-control:not(.raptor-ui .form-control.invalid-info):hover,
.raptor-ui
	body.js-on
	.form-control:not(.raptor-ui .form-control.invalid-info):focus {
	border-color: #212121;
}

.raptor-ui body.js-on .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

.raptor-ui .btn {
	border-radius: 0.25rem;
	font-size: 1rem;
	transition: 0.2s ease-in-out;
}

.raptor-ui body.js-on .btn:hover,
.raptor-ui body.js-on .btn:focus,
.raptor-ui body.js-on .btn:focus:hover {
	box-shadow: none !important;
}

.data-fill-form .social-media-btns .btn {
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

.alert-primary {
	border-color: #f5f6f9;
	background-color: #f5f6f9;
	border-radius: 0.25rem !important;
}

.data-fill-form .form__logo--sm {
	width: 60px;
	height: 60px;
}

.data-fill-form .form__logo--sm img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.data-fill-form .form__narrow-block {
	padding: 0 10%;
}

.data-fill-form .form__fixed-footer {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.raptor-ui .modal-content {
	border-radius: 0.25rem !important;
	border: none;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.input-error-msg {
	display: flex;
	align-items: center;
}

.input-error-msg svg {
	margin-right: 0.5rem;
}

button,
input {
	letter-spacing: 0.04rem;
}

.data-fill-form .form__fixed-footer .btn {
	margin: 0;
}

.data-fill-form .header__heading {
	position: initial;
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 576px) {
	.data-fill-form .form__header .logo-heading-wrapper .form__logo--sm,
	.data-fill-form .form__fixed-header .logo-heading-wrapper .form__logo--sm {
		margin: auto auto 4rem;
	}
}

#signup-form {
	overflow-y: auto;
	max-height: calc(100vh - 304px) !important;
	margin-bottom: 0 !important;
	padding: 0 1rem;
}
