/*!
Theme Name: Launch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: launch
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Launch is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 18px;
	-webkit-text-size-adjust: 100%;
	background: var(--light_mode_add_text, #869AC1);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 18px;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Mulish';
	font-size: 14px;
	line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #161922;
	transition: all .3s;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* PROJECTS */

#tab-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
	gap: 14px;
}

.tab {
    padding: 16px;
    background-color: #ccc;
    border: none;
    cursor: pointer;
	color: var(--additional-text-color, #485265);
text-align: center;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 128%; /* 20.48px */
border-radius: 8px;
background: var(--light_mode-bg, #DDE3F8);
}

.tab.active {
    border-radius: 8px;
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
text-align: center;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 128%; /* 20.48px */
padding: 16px;
}
/* Set the first tab content to be visible by default */

.tab-content {
    display: none;
}

/* Add this CSS for the error icon */
.error-icon {
	position: relative;
  }
  
  .error-icon:before {
	content: "×"; /* Cross icon */
	position: absolute;
	top: 50%;
	left: 95%; /* Adjust the positioning as needed */
	transform: translate(-50%, -50%);
	background: var(--accent-red, #F15B5B); /* Round background color */
	color: white; /* Icon color */
	border-radius: 50%;
	padding: 4px; /* Adjust the size as needed */
	display: inline-block;
	font-size: 14px; /* Adjust the font size as needed */
	visibility: hidden;
  }
  
  /* Show the icon when the input is empty */
  .error-icon.empty:before {
	visibility: visible;
  }

  /* Style for the red border on empty required inputs */
input[required].error-border {
    border: 1px solid #F15B5B !important;
}

/* Style for the X icon (SVG) on a red background */
input[required].error-icon {
    border: 1px solid #F15B5B !important;
    padding-right: 24px; /* Adjust the padding to accommodate the icon */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="8" fill="%23F15B5B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.62135 8.01776L11.0356 5.60356L10.432 5L8.0178 7.41421L5.6036 5.00001L5.00004 5.60356L7.41424 8.01776L5 10.432L5.60356 11.0356L8.0178 8.62132L10.432 11.0356L11.0356 10.432L8.62135 8.01776Z" fill="white"/></svg>') no-repeat right center;
    background-size: 16px 16px; /* Adjust the size of the icon */
	background-position-x: 97%;
}
.custom-file-input.error-icon{
	border: none;
}
textarea[required].error-icon {
    border: 1px solid #F15B5B !important;
    padding-right: 24px; /* Adjust the padding to accommodate the icon */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="8" fill="%23F15B5B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.62135 8.01776L11.0356 5.60356L10.432 5L8.0178 7.41421L5.6036 5.00001L5.00004 5.60356L7.41424 8.01776L5 10.432L5.60356 11.0356L8.0178 8.62132L10.432 11.0356L11.0356 10.432L8.62135 8.01776Z" fill="white"/></svg>') no-repeat right center;
    background-size: 16px 16px; /* Adjust the size of the icon */
	background-position-x: 97%;
}
select[required].error-icon{
		border: 1px solid #F15B5B !important;
		padding-right: 24px; /* Adjust the padding to accommodate the icon */
		background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="8" fill="%23F15B5B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.62135 8.01776L11.0356 5.60356L10.432 5L8.0178 7.41421L5.6036 5.00001L5.00004 5.60356L7.41424 8.01776L5 10.432L5.60356 11.0356L8.0178 8.62132L10.432 11.0356L11.0356 10.432L8.62135 8.01776Z" fill="white"/></svg>') no-repeat right center;
		background-size: 16px 16px; /* Adjust the size of the icon */
		background-position-x: 97%;
	
}
.custom-file-label.error-icon {
    border: 1px solid #F15B5B !important;
    padding-right: 24px; /* Adjust the padding to accommodate the icon */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="8" fill="%23F15B5B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.62135 8.01776L11.0356 5.60356L10.432 5L8.0178 7.41421L5.6036 5.00001L5.00004 5.60356L7.41424 8.01776L5 10.432L5.60356 11.0356L8.0178 8.62132L10.432 11.0356L11.0356 10.432L8.62135 8.01776Z" fill="white"/></svg>') no-repeat right center;
    background-size: 16px 16px; /* Adjust the size of the icon */
	background-position-x: 97%;
}
.prev,
.next {
    color: var(--dark-bg, #161922);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%;
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	padding: 12px 32px;
	background: var(--light-mode-bg, #DDE3F8);
	margin-bottom: 16px;
	cursor: pointer;
}
.prev:hover, .next:hover{
	background: var(--dark-bg, #161922);
	color: #fff;
	transition: all .3s;
}
input[type="submit"],
.submit-btn{
	border-radius: 8px;
border: 1px solid var(--dark-bg, #161922);
background: var(--dark-bg, #161922);
padding: 12px 32px;
color: var(--main-text-white, #FFF);
text-align: center;
font-family: Unbounded;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 116%; /* 16.24px */
width: 100%;
cursor: pointer;
}
.submit-btn:hover{
background: none;
color: #161922;
transition: all .3s;

}
body{
	background: var(--light_mode-bg, #DDE3F8);
}

.container{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
}
.main{
	padding-bottom: 100px;
}
.main-title{
	font-family: Unbounded;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
max-width: 710px;
margin: 0 auto;
padding-top: 32px;
	color: #161922;

}
input::placeholder {
	color: var(--light-bg, #292C3B)!important;
text-align: left!important;
font-family: Mulish!important;
font-size: 14px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 18px!important;
}
textarea::placeholder{
	color: var(--light-bg, #292C3B)!important;	
text-align: left!important;
font-family: Mulish!important;
font-size: 14px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: normal!important;
}
select option, select{
	color: var(--light-bg, #292C3B)!important;
text-align: left!important;
font-family: Mulish!important;
font-size: 14px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 18px!important;
cursor: pointer!important;
}
input[type="date"]{
	color: var(--light-bg, #292C3B)!important;
text-align: left!important;
font-family: Mulish!important;
font-size: 14px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 18px!important;
}

.logo{
	text-align: center;
}

.main-text{
	color: var(--additional-text-color, #485265);
text-align: center;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
max-width: 710px;
margin: 0 auto;
padding-top: 32px;
padding-bottom: 54px;
}

.main__inner{
	border-radius: 16px;
background: var(--light-mode-additional-grey, #CCD6EA);
padding: 40px 106px 40px 40px;
margin-right: 24px;
width: 100%;
}

.container__inner{
	display: flex;
}

.buttons__inner{
	display: flex;
	flex-direction: column;
}

.form-navigation{
	max-width: 188px;
	position: sticky;
    top: 40px; /* Adjust the distance from the top as needed */
    max-height: calc(100vh - 230px); /* Adjust the maximum height and consider the space at the bottom */
    /* overflow-y: auto; */
		transition: transform 0.3s ease-in-out;
}
.buttons__text{
	color: var(--light-bg, #292C3B);
font-family: Mulish;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 15px */
}

.divider{
	margin: 32px 0px;
	background-color: var(--light-mode-second-grey, #B9C7E3);
	height: 1px;
}

h2{
	font-family: Unbounded;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin: 0;
}

.tab-content__text{
	color: var(--additional-text-color, #485265);
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin-bottom: 10px;
}

.input_title{
	/* display:block; */
	color: var(--light-bg, #292C3B);
	font-family: Unbounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 16px;
	margin-top: 16px;
	margin-left: 3px;
	margin-right: 3px;
}
.custom-input-container:target{border: 1px solid #869AC1;}
.custom-input-container:focus-within{border: 1px solid #869AC1;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; /* Optional: Remove margin if you want */
}

.rounds-section h3{
	margin-top: 30px;
	font-family: Unbounded;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
color: var(--light-bg, #292C3B);
}

.input_text, input[type="text"], input[type="url"], input[type="number"], input[type="email"]{
	border: 1px solid var(--light-bg, #292C3B);
	padding: 11px 64px 11px 16px;
	width: 100%;
	border-radius: 8px;
	background: var(--light-mode-additional-grey, #CCD6EA);
	margin-bottom: 10px;	
}
.input[type="number"]{
	border: 1px solid var(--light-bg, #292C3B);
	padding: 11px 16px 11px 16px;
	width: 100%;
	border-radius: 8px;
	background: var(--light-mode-additional-grey, #CCD6EA);
	margin-bottom: 10px;
}
.custom.checkbox{
	margin-bottom: 20px;
	margin-top: 20px;
}
.input_select{
	border: 1px solid var(--light-bg, #292C3B);
	padding: 11px 64px 11px 16px;
	width: 100%;
	border-radius: 8px;
	background: var(--light-mode-additional-grey, #CCD6EA);
	margin-bottom: 10px;
}

.input_date, input[type="date"]{
	border: 1px solid var(--light-bg, #292C3B);
	padding: 10px 16px 10px 16px;
	width: 100%;
	border-radius: 8px;
	background: var(--light-mode-additional-grey, #CCD6EA);	
	margin-bottom: 10px;
	cursor: pointer;
}

/* Whitelist URL */
.whitelist_checkbox{
	cursor:pointer;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-box {
	cursor: pointer;
    width: 48px;
    height: 24px;
    background: #DDE3F8;
    border-radius: 30px;
    position: relative;
    margin-right: 16px; /* Add margin to separate checkbox from text */
}

.checkbox-ball {
    width: 18px;
    height: 18px;
    background: #292C3B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s, background 0.3s;
}

input[type="checkbox"]:checked + .checkbox-box .checkbox-ball {
    left: 27px;
    background: #fff;
}

label {
    display: flex;
    align-items: center;
}

.checkbox_inp{
	margin-top:16px;
}


/* Bounty URL */
.bounty_checkbox{
	cursor:pointer;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-bounty-box {
	cursor: pointer;
    width: 48px;
    height: 24px;
    background: #DDE3F8;
    border-radius: 30px;
    position: relative;
    margin-right: 16px; /* Add margin to separate checkbox from text */
}

.checkbox-bounty-ball {
    width: 18px;
    height: 18px;
    background: #292C3B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s, background 0.3s;
}

input[type="checkbox"]:checked + .checkbox-bounty-box .checkbox-bounty-ball {
    left: 27px;
    background: #fff;
}

label {
    display: flex;
    align-items: center;
}

.checkbox_bounty_inp{
	margin-top:16px;
}

/* MVP URL */

.mvp_checkbox{
	cursor:pointer;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-mvp-box {
	cursor: pointer;
    width: 48px;
    height: 24px;
    background: #DDE3F8;
    border-radius: 30px;
    position: relative;
    margin-right: 16px; /* Add margin to separate checkbox from text */
}

.checkbox-mvp-ball {
    width: 18px;
    height: 18px;
    background: #292C3B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s, background 0.3s;
}

input[type="checkbox"]:checked + .checkbox-mvp-box .checkbox-mvp-ball {
    left: 27px;
    background: #fff;
}

label {
    display: flex;
    align-items: center;
}

.checkbox_mvp_inp{
	margin-top:16px;
}

/* KYC */
.kyc_checkbox{
	cursor:pointer;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-kyc-box {
	cursor: pointer;
    width: 48px;
    height: 24px;
    background: #DDE3F8;
    border-radius: 30px;
    position: relative;
    margin-right: 16px; /* Add margin to separate checkbox from text */
}

.checkbox-kyc-ball {
    width: 18px;
    height: 18px;
    background: #292C3B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s, background 0.3s;
}

input[type="checkbox"]:checked + .checkbox-kyc-box .checkbox-kyc-ball {
    left: 27px;
    background: #fff;
}

label {
    display: flex;
    align-items: center;
}

/* IMG ADD */
.custom-file-input {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--light-bg, #292C3B);
    overflow: hidden;
    cursor: pointer;
	width: 100%;
	color: var(--additional-text-color, #485265);

}

.custom-file-label {
    display: block;
    padding: 24px 64px 24px 16px;
	cursor: pointer;
    color: #485265;
    text-align: center;
    border-radius: 8px;
	text-align: center;
	font-family: Mulish;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Hide the default file input */
.custom-file-input input[type="file"] {
    display: none;
}

.whitelist-container{
	display: flex;
}

.whitelist-wrapper{
	display: flex;
	flex-direction:column;
    width: 50%;
    padding: 0 4px;
}

.remove-audit{
	border-radius: 8px;
border: 1px solid var(--light-bg, #292C3B);
padding: 9px 14px;
background-color: transparent;
margin-bottom: 10px;
cursor: pointer;
margin-left: 4px;
}
.remove-audit:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
}
.audit-fields{
	display:flex;
	justify-content: space-between;
	cursor: pointer;
}
.audit-fields input{
	margin-left: 4px;
	margin-right: 4px;
}
#add-audit{
	border-radius: 8px;
border: 1px solid var(--dark-bg, #161922);
background: var(--dark-bg, #161922);
color: var(--main-text-white, #FFF);
text-align: center;
font-family: Unbounded;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 116%; 
cursor: pointer;
margin-top: 16px;
padding: 8px 16px;
}
#add-audit:hover{
	background: none;
	color: #161922;
	transition: all .3s;
}

.audit-fields input{
	line-height: 18px;
}

.remove-token-distribution{
	border-radius: 8px;
border: 1px solid var(--light-bg, #292C3B);
padding: 9px 14px;
background-color: transparent;
cursor: pointer;
margin-left: 4px;
margin-bottom: 10px;
}
.remove-token-distribution:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
}

.token-distribution{
	display: flex;
}
.token-distribution input{
	margin-left: 4px;
	margin-right: 4px;
}
#add-token-distribution{
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; 
	cursor: pointer;
	margin-top: 16px;
	margin-left:3px;
	margin-right: 3px;
	padding: 8px 16px;
}
#add-token-distribution:hover{
	background: none;
	transition: all .3s;
	color: #161922;
}

#add-rounds{
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; 
	cursor: pointer;
	margin-top: 16px;
	padding: 8px 16px;
}
#add-rounds:hover{
	background: none;
	color: #161922;
	transition: all .3s;
}

.remove-round{
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	color: var(--dark-bg, #161922);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; 
	cursor: pointer;
	margin-top: 16px;
	background-color: transparent;
	margin-right: 16px;
	padding: 8px 16px;	
}
.remove-round:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
color: #fff;
}


/* Rounds */
.checkbox-rounds-box {
	cursor: pointer;
    width: 48px;
    height: 24px;
    background: #DDE3F8;
    border-radius: 30px;
    position: relative;
    margin-right: 16px; /* Add margin to separate checkbox from text */
}

.checkbox-rounds-ball {
    width: 18px;
    height: 18px;
    background: #292C3B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s, background 0.3s;
}

input[type="checkbox"]:checked + .checkbox-rounds-box .checkbox-rounds-ball {
    left: 27px;
    background: #fff;
}

.round-label{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

/* Style the custom-select-container */
.custom-select-container {
    position: relative; /* Relative positioning for the arrow */
}

/* Style the select */
.custom-select {
    width: 100%; /* Full width */
    padding-right: 30px; /* Leave space for the arrow */
    -webkit-appearance: none; /* Disable default appearance for WebKit browsers */
    appearance: none; /* Disable default appearance for non-WebKit browsers */
    background-image: url(''); /* Remove any default background image */
    background-repeat: no-repeat;
    background-position: right center;
}

/* Style the custom arrow */
.custom-select-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    pointer-events: none;
    transform: translateY(10%) rotate(0deg); /* Initial rotation is 0 degrees */
    transition: transform 0.3s;
}
.custom-select-arrow-round{	
	position: absolute;
    top: 10px;
    right: 16px;
    pointer-events: none;
    transform: translateY(10%) rotate(0deg); /* Initial rotation is 0 degrees */
    transition: transform 0.3s;
}

/* Rotate the arrow when the select is clicked */
.custom-select:focus + .custom-select-arrow-round {
    transform: translateY(10%) rotate(180deg); /* Rotate the arrow 180 degrees when the select is focused */
}

/* Rotate the arrow when the select is clicked */
.custom-select:focus + .custom-select-arrow {
    transform: translateY(10%) rotate(180deg); /* Rotate the arrow 180 degrees when the select is focused */
}

/* Container div styles */

input[type="text"].custom-input-field{
	border:none;
}
.custom-input-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--light-bg, #292C3B);
    background: transparent;
	margin-bottom: 20px;
}
.custom-input-container .dollar-sign.error-icon{
	background-color: #F15B5B;	
}	
.custom-input-container.error-icon {
    border: 1px solid #F15B5B; /* Add your desired error styles here */
}
.custom-input-container input[required] {
   border: none!important;
}

/* Input field styles */
.custom-input-field {
    flex: 1;
    color: var(--main-text-white, #FFF);
    text-align: left;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none;
    padding: 10px 0; /* Adjust padding as needed */
	margin-bottom: 0!important;
}

/* Dollar sign icon styles */
.dollar-sign {
    background-color: var(--light-bg, #292C3B); /* Adjust the background color as needed */
    color: #FFF; /* Text color for the dollar sign */
    padding: 11px 20px; /* Adjust padding as needed */
    border-radius: 6px 0px 0px 6px;
}
.roadmap{
	display: flex;
}

.roadmap input{
	margin-left: 4px;
	margin-right: 4px;
}

.remove-roadmap{
	border-radius: 8px;
border: 1px solid var(--light-bg, #292C3B);
padding: 9px 14px;
background-color: transparent;
cursor: pointer;
margin-bottom: 10px;
margin-left: 4px;
}
.remove-roadmap:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
}

#add-roadmap{
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; 
	cursor: pointer;
	margin-top: 16px;
	margin-left:3px;
	margin-right: 3px;
	padding: 8px 16px;
}
#add-roadmap:hover{
	background: none;
	color: #161922;
	transition: all .3s;
}
.social-media-url{
	display: flex;
}
.social-media-url input{
	margin-left: 4px;
	margin-right: 4px;
}
.remove-projects-links{
	border-radius: 8px;
	border: 1px solid var(--light-bg, #292C3B);
	padding: 9px 14px;
	cursor: pointer;
	background-color: transparent;
	margin-bottom: 10px;
	margin-left: 4px;
}
.remove-projects-links:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
}
#add-projects-links{
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; 
	cursor: pointer;
	margin-top: 16px;
	margin-left:3px;
	margin-right: 3px;
	padding: 8px 16px;
}
#add-projects-links:hover{
	background: none;
	color: #161922;
	transition: all .3s;
}
.team_button-wrapper{
	display: flex;
    justify-content: flex-end;
	padding-top: 32px;
}
.remove-team{
	border-radius: 8px;
border: 1px solid var(--dark-bg, #161922);
color: var(--dark-bg, #161922);
text-align: center;
font-family: Unbounded;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 116%; /* 16.24px */
text-transform: capitalize;
background-color: transparent;
cursor:pointer;
padding: 8px 16px;
}
.remove-team:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
color: #fff;
}
.add-team{
	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
text-align: center;
font-family: Unbounded;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 116%; /* 16.24px */
text-transform: capitalize;
cursor:pointer;
margin-left: 16px;
padding: 8px 16px;
}
.add-team:hover{
	background: none;
	color: #161922;
	transition: all .3s;
}
.funds{
	display: flex;
}
.funds input{
	margin-left: 4px;
	margin-right: 4px;
}
#add-funds{

	border-radius: 8px;
	border: 1px solid var(--dark-bg, #161922);
	background: var(--dark-bg, #161922);
	color: var(--main-text-white, #FFF);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; /* 16.24px */
	text-transform: capitalize;
	cursor:pointer;
	margin-top: 16px;
	margin-left:3px;
	margin-right: 3px;
	padding: 8px 16px;
	}
	#add-funds:hover{
		background: none;
		color: #161922;
		transition: all .3s;
	}
.remove-funds{
	border-radius: 8px;
    border: 1px solid var(--light-bg, #292C3B);
    padding: 9px 14px;
    background-color: transparent;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 4px;
}
.remove-funds:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
}
#influencers-container{
	margin-top:30px;
}
.influencers{
	display: flex;
}
.influencers input{
	margin-left: 4px;
	margin-right: 4px;
}
input, select, textarea{
	margin: 0 0px;
}

.remove-influencers{
	border-radius: 8px;
    border: 1px solid var(--light-bg, #292C3B);
    padding: 9px 14px;
	cursor: pointer;
    background-color: transparent;
	margin-bottom: 10px;
	margin-left: 4px;
}
.remove-influencers:hover{
	transition: all .3s ease-out;
	border: 1px solid var(--light-bg, #292C3B);
background: var(--dark-bg, #161922);
}
#add-influencers{
	border-radius: 8px;
		border: 1px solid var(--dark-bg, #161922);
		background: var(--dark-bg, #161922);
		color: var(--main-text-white, #FFF);
	text-align: center;
	font-family: Unbounded;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 116%; /* 16.24px */
	text-transform: capitalize;
	cursor:pointer;
	margin-top: 16px;
	margin-left:3px;
	margin-right: 3px;
	padding: 8px 16px;
}
#add-influencers:hover{
	background: none;
	color: #161922;
	transition: all .3s;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-who-box {
	cursor: pointer;
    height: 24px;
    background: #DDE3F8;
    border-radius: 30px;
    position: relative;
    margin-right: 16px; /* Add margin to separate checkbox from text */
	max-width: 48px;
	width: 100%;
}

.checkbox-who-ball {
    width: 18px;
    height: 18px;
    background: #292C3B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s, background 0.3s;
}

input[type="checkbox"]:checked + .checkbox-who-box .checkbox-who-ball {
    left: 27px;
    background: #fff;
}
.input_title_contact {
	color: var(--light-bg, #292C3B);
	font-family: Unbounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 16px;

}

.footer{
	background: var(--light_mode_add_text, #869AC1);
	
}

.footer-container{
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer__inner{
	display: flex;
	padding-top: 32px;
	justify-content: space-between;
	align-items: center;
}

.footer__logo-text{
	color: var(--light_mode-bg, #DDE3F8);
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}

.footer__wrapper{
	display: flex;
    max-width: 500px;
    width: 100%;
    justify-content: space-around;
	align-items: center;
}
.footer_social a{
	margin: 0 2px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 8px;
    transition: 0.2s;
}

.footer_social a:hover i {
    background: #000;
}
.footer_social a:hover {
    background: #fff; /* Ensures that the <a> border remains white on hover */
}
.footer_social a i{
	width: 14px;
    height: 12px;
    border-color: var(--Second-dark);
    background-color: var(--Second-dark);
    -webkit-mask: no-repeat center center;
    mask: no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.2s;
	display: block;
	background: #fff;
}

.footer__email{
	color: var(--main-text-white, #FFF);
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
text-decoration: none;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 25, 34, 0.16);
    backdrop-filter: blur(8px);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    background: var(--light_mode-bg, #DDE3F8);
    box-shadow: 0px 4px 8px 0px rgba(134, 154, 193, 0.25);
    padding: 20px;
    text-align: center;
	max-width: 824px;
	width: 100%;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 29px;
    cursor: pointer;
    font-size: 32px;
}

.popup_text{
	color: var(--dark-bg, #161922);
    text-align: center;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 32px;
}

input[type="number"].custom-input-field{
	border:none;
}
.security-audit-title{
	display:block;
	color: var(--light-bg, #292C3B);
	font-family: Unbounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 16px;
	margin-top: 0px;
}
.security-audit-title-1{
	display:block;
	color: var(--light-bg, #292C3B);
	font-family: Unbounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 16px;
	margin-top: 16px;
}
.error {
	border: 2px solid red;
  }
.funds input{
	padding: 10px;
}
.influencers input{
	padding: 10px;
}
input:focus, select:focus, textarea:focus {
	outline: #869AC1;
    border: 1px solid #869AC1;
}

/* HOME PAGE */
.listings__inner{
	border-radius: 16px;
background: var(--light_mode_additional-grey, #CCD6EA);	

}
.listings__wrapper{
	margin-top: 64px;
	margin-bottom: 118px;
	display: flex;
	justify-content: space-around;
	padding: 56px 0;
}
.listings__logo{
	height: fit-content;
}
.listings__info{
	max-width: 716px;
}
.listings__info-title{
	color: var(--dark-bg, #161922);
font-family: Unbounded;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.listings__info-text{
	color: var(--additional-text-color, #485265);
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;	
}
.listings__info-button{
	display: inline-block;
	color: var(--dark-bg, #161922);
text-align: center;
font-family: Unbounded;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 116%; /* 16.24px */
padding: 12px 32px;
border-radius: 8px;
border: 1px solid var(--dark-bg, #161922);
text-decoration: none;
}
.listings__info-button:hover{
	border-radius: 8px;
background: var(--dark-bg, #161922);
color: #fff;
transition: all .3s;
}

@media(max-width: 931px){

	.listings__info{
		padding-left: 30px;
		padding-right: 30px;
	}
	#tab-container{
		gap:3px;	
		justify-content: normal;
		align-items: flex-start;
	}
	.tab{
		padding: 12px;
	}
	.tab.active{
		padding: 12px;
	}
	.main__inner{
		padding:20px 56px 20px 20px;
	}
}

@media(max-width: 790px){
	#tab-container{
		gap:3px;
		overflow-x: scroll;
		justify-content: normal;
	}
	.tab{
		padding: 8px;
	}
	.main__inner{
		padding:20px 20px 20px 20px;
	}
}

@media(max-width: 700px){
	.home .container{
		padding: 0 20px;
	}
	.listings__info-title{
		padding-top: 40px;
	}
	.listings__info{

		padding-left:0px;
		padding-right: 0px;
	}
	.listings__wrapper{
		display: block;
		padding: 32px 20px;
		margin-top: 32px;
		margin-bottom: 64px; 
	}
	
	#tab-container{
		gap:3px;
		overflow-x: scroll;
		justify-content: normal;
	}
	.tab{
		padding: 8px;
	}
	.main__inner{
		padding:10px 10px 10px 10px;
	}
	.container__inner{
		flex-direction: column;
	}
	.form-navigation{
		max-width: inherit;
		position: relative;

	}
	.footer__inner{
		flex-direction: column;
		align-items: flex-start;
		
	}
	.footer__wrapper{
		padding-top: 40px; 
		flex-direction: column;
		align-items: flex-start;
		
	}
	.footer__email{
		margin-bottom: 40px;

	}
	.input_text, input[type="text"], input[type="url"], input[type="number"], input[type="email"], input[type="date"]{
		padding: 10px;
	}
	.input[type="select"]{
		padding: 10px;
	}
	.footer__logo-text{
		padding-bottom: 32px;
	}
	
}