/*!
Theme Name: Project Name
Theme URI: https://twentyfour.dk/
Author: Twentyfour ApS
Author URI: https://twentyfour.dk/
Description: Custom theme: Twentyfour, developed by Twentyfour ApS
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: project-name
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: twentyfour-parent

Twentyfour 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.bolded_text {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bolded_text img {
  margin: auto 5px auto 0;
}

.display_none {
  display: none !important;
}

.main_cta {
  border-radius: 100px;
  background: unset;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main_cta:hover {
  background-color: #06D6A0;
  border-color: #06D6A0;
}

.main_cta_dark {
  border-radius: 100px;
  background: unset;
  border: 2px solid #06D6A0;
  color: #000;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main_cta_dark:hover {
  background-color: #06D6A0;
  border-color: #06D6A0;
}

.main_cta_active {
  border-radius: 100px;
  background-color: #06D6A0;
  border-color: #06D6A0;
  color: #073B4C;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 10;
  width: 90%;
  margin: 0 auto 20px auto;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .main_cta_active {
    display: none;
  }
}

.grey_text {
  color: #073B4C;
  opacity: 0.5;
}

.black_blue_text {
  color: #073B4C;
}

.bordered_input {
  border-radius: 100px;
  border: 2px solid #06D6A0;
}

.button_booket {
  border: 2px solid #06D6A0 !important;
  background: white;
  border-radius: 100px;
  width: 150px;
  text-align: left;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.button_booket:hover {
  background-color: #06D6A0;
  color: black;
  border: 2px solid #06D6A0;
}
.button_booket img {
  position: absolute;
  right: 10px;
  width: 15px !important;
  height: 15px !important;
}

.button_afventer {
  border: 2px solid rgb(250, 164, 105) !important;
  background: white;
  border-radius: 100px;
  width: 150px;
  text-align: left;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.button_afventer img {
  position: absolute;
  right: 10px;
  width: 15px !important;
  height: 15px !important;
}
.button_afventer:hover {
  background-color: rgb(250, 164, 105);
  color: black;
  border: 2px solid rgb(250, 164, 105);
}

.button_afvist {
  border-radius: 100px;
  background: white;
  border: 2px solid rgb(239, 71, 111) !important;
  width: 150px;
  text-align: left;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.button_afvist img {
  position: absolute;
  right: 10px;
  width: 15px !important;
  height: 15px !important;
}
.button_afvist:hover {
  background-color: rgb(239, 71, 111);
  color: black;
  border: 2px solid rgb(239, 71, 111);
}

.dropdown {
  border-bottom: unset !important;
}

.dropdown_menu_booked {
  padding-top: 0;
  margin-top: 5px !important;
  padding-bottom: 0;
  margin-bottom: 5px !important;
}
.dropdown_menu_booked .dropdown-item {
  font-weight: 300;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.dropdown-toggle::after {
  margin: auto 0;
}

/*--------------------------------------------------------------
# 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: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* 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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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: 1.15;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #073B4C;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.button {
  color: #073B4C;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #073B4C;
}

h1.light {
  color: white;
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 10px;
}

h1.dark {
  color: #073B4C;
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 10px;
}

p.white_lead {
  color: white;
  max-width: 70%;
  text-align: center;
  margin: auto auto 50px auto;
}

p {
  margin-bottom: 1.5em;
  color: #073B4C;
}

p.white, .white {
  color: white;
}

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%;
}

.font-12 {
  font-size: 12px;
}

.price_text {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .price_text {
    font-size: 12px;
  }
}

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

.entry-title {
  display: none;
}

.entry-content {
  margin: 0 !important;
}

.entry-footer {
  display: none !important;
}

.site-main {
  overflow: visible !important;
}

html {
  margin-top: 0 !important;
}

.page {
  margin: 0 !important;
}

#secondary {
  display: none !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 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;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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: #ccc #bbb #aaa;
}
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: #aaa #bbb #bbb;
}

input {
  outline: none !important;
}
input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea:focus, input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

body {
  overflow-x: hidden;
}

.scrolled {
  background-color: white !important;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-top: #06D6A1 4px solid;
}
.scrolled .navigation_wrapper {
  padding-top: 25px;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
}
.scrolled .main_cta {
  color: black;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.scrolled .header_user_profile {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.scrolled .main_cta_dark {
  color: black !important;
}
.scrolled .dropdown-item img {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.scrolled .header_burger_menu {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.scrolled .custom-logo {
  content: url("https://evenio.dk/wp-content/themes/dist/img/svgs/dark_logo.svg");
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.custom-logo {
  content: url("https://evenio.dk/wp-content/uploads/2023/01/logo.svg");
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.navigation_wrapper {
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  padding-top: 25px;
}
@media screen and (max-width: 1000px) {
  .navigation_wrapper {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .custom-logo-link {
    width: 100px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 9999;
}

.header {
  z-index: 1000;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  padding-bottom: 20px;
  width: 100%;
  top: 0;
}
.header .hidden_navigation {
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 30vw;
  height: 100vh;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .header .hidden_navigation {
    width: 60vw;
    margin-top: 0;
  }
}
.header .hidden_navigation .hidden_main_content {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  width: 65%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header .hidden_navigation .hidden_main_content {
    width: 80%;
    height: 80%;
  }
}
.header .hidden_navigation .hidden_main_content img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu li {
  font-size: 19px;
  line-height: 35px;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu li:hover a {
  color: #06D6A0;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu li:nth-child(2n+0):hover a {
  color: #FA57CC;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu li:last-child {
  line-height: 1;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu li:last-child a {
  font-size: 12px;
}
.header .hidden_navigation .hidden_main_content #menu-main-menu li a {
  text-decoration: none;
  color: #073B4C;
  font-weight: 600;
}
.header .hidden_navigation .hidden_main_content .SoMe_wrapper {
  margin: 0 0 20px auto;
}
.header .hidden_navigation .hidden_main_content .SoMe_wrapper .SoMe_icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.header .hidden_navigation .menu-main-menu-container {
  margin: auto;
  width: 100%;
}
.header .isHidden {
  right: -30vw;
  visibility: hidden;
  opacity: 0;
}
.header .right_content_wrapper {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header .right_content_wrapper .partner_wrapper {
    display: none;
  }
}
.header .right_content_wrapper .partner_wrapper a {
  text-decoration: none;
}
.header .right_content_wrapper .partner_wrapper button {
  border: 2px solid #06D6A0;
}
.header .right_content_wrapper .header_user_profile {
  cursor: pointer;
}
.header .right_content_wrapper .header_user_profile_dark {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.header .right_content_wrapper .header_burger_menu {
  cursor: pointer;
}
.header .right_content_wrapper .header_burger_menu_dark {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.header .navigation_inner_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .header .navigation_inner_content_wrapper {
    width: 90%;
  }
}

.dropdown-item {
  font-weight: 600;
}

.custom_dropdown_menu {
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .custom_dropdown_menu {
    padding: 20px;
  }
}

a:visited {
  color: inherit;
}

/* .chat_button {
    &:before {
    }
} */
.modal-backdrop {
  z-index: 100;
}

.user-registration-message {
  display: none !important;
}

.partner_wrapper_header {
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .partner_wrapper_header {
    display: none;
  }
}
.partner_wrapper_header button {
  width: 80% !important;
  margin-bottom: 10px;
  -ms-flex-item-align: right;
  align-self: right;
  font-size: 14px;
}

.wp-block-columns, .wp-block-post-title {
  width: 80%;
  margin: auto;
}

.header_wrapper {
  background-image: linear-gradient(85.38deg, rgb(250, 87, 204) 0.8%, rgb(239, 71, 111) 97.67%), url("https://evenio.dk/wp-content/uploads/2022/10/header-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .header_wrapper {
    height: auto;
  }
}
.header_wrapper #searchTextFieldMobile {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.header_wrapper .header_main_content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .header_wrapper .header_main_content {
    width: 90%;
    margin-top: 100px !important;
  }
}
.header_wrapper .header_main_content h1 {
  color: white;
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .header_wrapper .header_main_content h1 {
    font-size: 28px;
  }
}
.header_wrapper .header_main_content p {
  color: white;
  max-width: 70%;
  text-align: center;
  margin: auto auto 50px auto;
}
@media screen and (max-width: 1000px) {
  .header_wrapper .header_main_content p {
    max-width: 90%;
  }
}

.white_wave {
  width: 100%;
  margin-top: -11vh;
}
@media screen and (max-width: 1000px) {
  .white_wave {
    margin-top: -5vh;
  }
}

.dark_wave {
  width: 100%;
  margin-top: -18vh;
}
@media screen and (max-width: 1000px) {
  .dark_wave {
    margin-top: -11vh;
  }
}

.search_form {
  background-color: white;
  border-radius: 100px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
}
@media screen and (max-width: 1000px) {
  .search_form {
    display: none;
  }
}
.search_form .line_seperator {
  width: 1px;
  background: #073B4C;
  margin: 0 10px;
}
.search_form span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 10px 10px;
  border-radius: 0;
}
.search_form span:focus-within {
  outline: #06D6A0 1px solid;
  border-radius: 100px;
}
.search_form span img {
  width: 20px;
  height: 20px;
  margin: auto 0;
}
.search_form select, .search_form input {
  border: none;
  width: 100%;
  margin: 5px;
  font-size: 14px;
}
.search_form select::-webkit-input-placeholder, .search_form input::-webkit-input-placeholder {
  color: rgba(7, 59, 76, 0.5);
}
.search_form select::-moz-placeholder, .search_form input::-moz-placeholder {
  color: rgba(7, 59, 76, 0.5);
}
.search_form select:-ms-input-placeholder, .search_form input:-ms-input-placeholder {
  color: rgba(7, 59, 76, 0.5);
}
.search_form select::-ms-input-placeholder, .search_form input::-ms-input-placeholder {
  color: rgba(7, 59, 76, 0.5);
}
.search_form select::placeholder, .search_form input::placeholder {
  color: rgba(7, 59, 76, 0.5);
}
.search_form select:focus, .search_form input:focus {
  border: none;
  outline: none;
}
.search_form .search_button, .search_form .search_button_mobile {
  text-decoration: none;
  color: #073B4C;
  background: #06D6A0;
  -webkit-box-shadow: 4px 4px 20px 5px rgba(6, 214, 160, 0.3);
  box-shadow: 4px 4px 20px 5px rgba(6, 214, 160, 0.3);
  border-radius: 9999px;
  border: none;
  padding: 20px 30px;
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search_form .search_button:hover, .search_form .search_button_mobile:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.search_form_inside_modal {
  background: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px !important;
  width: 90%;
  margin: 0 auto 50px auto;
}
@media screen and (min-width: 1000px) {
  .search_form_inside_modal {
    display: none;
  }
}
.search_form_inside_modal span {
  background-color: white;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 33px;
  margin-bottom: 10px;
  padding: 10px;
}

.chosen-container-single .chosen-single {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden !important;
  padding: 0 0 0 8px !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  background: white !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #000 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: unset !important;
}
.chosen-container-single .chosen-single span {
  margin: auto !important;
  text-align: left;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.chosen-container-single .chosen-single div {
  margin: auto 0;
  border-radius: 100px;
  height: 50% !important;
  bottom: 0;
}

.chosen-results {
  text-align: left;
}
.chosen-results .highlighted {
  background-image: unset !important;
  color: black !important;
  background: lightgrey !important;
}

@media screen and (max-width: 1000px) {
  .pac-container {
    position: fixed;
    display: block;
    z-index: 100000;
  }
}

.modal-content {
  padding: 20px;
}

.modal-title {
  color: #073B4C;
}

.modal-header {
  border: none;
}

.modal.fade.show .modal-add-popup {
  height: 75.5%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.modal-body {
  border: none;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.modal-body .login_button {
  background-color: #06D6A0;
  border-radius: 100px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.modal-body .SoMe_buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .modal-body .SoMe_buttons .nsl-container-buttons {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .modal-body .SoMe_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal-body .SoMe_buttons button {
  border-radius: 10px;
  margin: 5px;
}

#wp-submit {
  background-color: #06D6A0;
  font-weight: 600;
  border-radius: 100px;
  width: 100%;
  border: none;
}

.custom_modal_body input {
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgba(7, 59, 76, 0.5);
}

.its_free {
  padding-left: 1rem;
  margin-bottom: 0;
  margin-top: -10px;
  font-weight: 600;
}

.required {
  display: none;
}

.ur-label {
  font-weight: 300 !important;
  margin: 0 !important;
}

.ur-form-grid {
  padding: 0 !important;
}

.input-text {
  margin-bottom: 0 !important;
}

.ur-frontend-form {
  padding: 0;
  border: none;
  margin-bottom: 20px !important;
}
.ur-frontend-form input {
  border-radius: 10px !important;
  margin-bottom: 0 !important;
}

.log_in_modal {
  cursor: pointer;
  font-weight: 600;
}

.eller_text {
  color: #073B4C;
  opacity: 0.5;
}

.ur-button-container {
  padding: 0 !important;
}

.ur-submit-button {
  width: 100%;
  background-color: #06D6A0;
  border-radius: 100px;
  margin: 20px 0 0 0 !important;
  font-weight: 600;
  padding: 5px !important;
}

.login-username, .login-password {
  font-size: 14px;
}
.login-username input, .login-password input {
  padding-left: 10px;
}

.reset_password_custom {
  text-decoration: none;
  color: #073B4C !important;
  opacity: 0.5;
  font-weight: 400;
}
.reset_password_custom:visited {
  color: #073B4C !important;
  opacity: 0.5;
}

.login-submit {
  margin-top: 25px;
}

.nsl-button-label-container {
  font-size: 12px !important;
}

.user-registration-error {
  background: #FAD5DE !important;
  border-top-color: #EF476F !important;
  color: #073B4C !important;
  padding: 20px;
}
.user-registration-error::before {
  content: "";
  background: url("../img/svgs/fi-rr-cross.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

input {
  border: 1px solid rgba(7, 59, 76, 0.5);
}

.cr-boundary {
  border-radius: 10px;
}

.cr-slider {
  border: none !important;
}

#my-image, #use {
  display: none;
}

#form1 input {
  border-radius: 10px;
  padding: 10px;
}

.refer_friend_image {
  width: 200px;
  height: 200px;
}

.refer_friend_title {
  position: relative;
}
.refer_friend_title::before {
  position: absolute;
  content: url("../img/svgs/underline.svg");
  width: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .custom_modal_body .friend_email_modal {
    font-size: 16px;
    margin: 0;
  }
}
.custom_modal_body .refer_friend_wrapper input {
  padding: 5px;
  border-radius: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1000px) {
  .custom_modal_body .refer_friend_wrapper input {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .custom_modal_body .refer_friend_wrapper .send_email_link_modal {
    width: 100%;
    margin-top: 15px;
  }
}
.custom_modal_body .refer_friend_wrapper .send_email_link {
  font-size: 14px;
  padding: 10px;
}

.email-sent-text {
  font-size: 12px;
}

.custom-modal-body {
  width: 150% !important;
  background-image: url("../img/svgs/wave_modal.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 100px;
}
@media screen and (max-width: 1000px) {
  .custom-modal-body {
    width: 100%;
  }
}

.custom-modal-dialog {
  max-width: 50%;
}
@media screen and (max-width: 1000px) {
  .custom-modal-dialog {
    max-width: 100%;
  }
}

.choose-partner-type-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.choose-partner-type-main-wrapper .choose-partner-type-wrapper {
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
  background: white;
  padding: 25px 25px 25px 25px;
  border-radius: 10px;
}
.choose-partner-type-main-wrapper .choose-partner-type-wrapper button {
  width: 50%;
  bottom: 40px;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 20px;
}
.choose-partner-type-main-wrapper .choose-partner-type-wrapper-green {
  background-color: #06D6A0;
}

.register_white {
  background-color: white !important;
}

.friend_email {
  padding: 10px;
  width: 100%;
}

.step_by_step_content_wrapper {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .step_by_step_content_wrapper {
    width: 90%;
  }
}
.step_by_step_content_wrapper h2 {
  padding-top: 50px;
  position: relative;
  font-size: 28px;
  color: #073B4C;
}
.step_by_step_content_wrapper h2::before {
  position: absolute;
  content: url("../img/svgs/underline.svg");
  width: 50px;
  margin-top: 20px;
}
.step_by_step_content_wrapper .step_by_step_row {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) {
  .step_by_step_content_wrapper .step_by_step_row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.step_by_step_content_wrapper .step_by_step_row .step_by_step_column {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  margin: auto;
}
.step_by_step_content_wrapper .step_by_step_row .step_by_step_column::after {
  content: url("../img/svgs/arrow_right.svg");
  position: absolute;
  right: -25px;
  top: 50%;
  bottom: 0;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .step_by_step_content_wrapper .step_by_step_row .step_by_step_column::after {
    content: unset;
  }
}
.step_by_step_content_wrapper .step_by_step_row .step_by_step_column:last-child::after {
  content: unset;
}
.step_by_step_content_wrapper .step_by_step_row .step_by_step_column .step_by_step_icon {
  height: 100px;
  width: 100px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .step_by_step_content_wrapper .step_by_step_row .step_by_step_column .step_by_step_icon {
    width: 70px;
    height: 70px;
  }
}
.step_by_step_content_wrapper .step_by_step_row .step_by_step_column .step_by_step_title {
  color: #073B4C;
  font-size: 23px;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .step_by_step_content_wrapper .step_by_step_row .step_by_step_column .step_by_step_title {
    font-size: 20px;
  }
}

.categories_top_wave {
  margin-bottom: -8.5vh;
  width: 100%;
}
@media only screen and (max-width: 1310px) and (min-width: 1001px) {
  .categories_top_wave {
    margin-bottom: -6.5vh;
  }
}
@media screen and (max-width: 1000px) {
  .categories_top_wave {
    margin-bottom: -4vh;
  }
}

.categories_bottom_wave {
  margin-top: -15vh;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .categories_bottom_wave {
    margin-top: -6vh;
  }
}
@media only screen and (max-width: 1310px) and (min-width: 1001px) {
  .categories_bottom_wave {
    margin-bottom: -3vh;
  }
}

.categories {
  background-color: #EEF3F4;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .categories {
    display: none;
  }
}
.categories .categories_row {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr 1fr;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .categories .categories_row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.categories .categories_row a {
  text-decoration: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0;
  cursor: pointer;
  -webkit-animation: moveitback 500ms ease forwards;
  animation: moveitback 500ms ease forwards;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.categories .categories_row .categories_column {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
  aspect-ratio: 1/1;
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #fff, #fff);
  grid-column: span 2;
  cursor: pointer;
  -webkit-animation: moveitback 500ms ease forwards;
  animation: moveitback 500ms ease forwards;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.categories .categories_row .categories_column:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#06D6A0), to(#118AB2));
  background-image: linear-gradient(90deg, #06D6A0, #118AB2);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.categories .categories_row .categories_column:hover {
  color: white;
  opacity: 1;
  -webkit-animation: moveit 500ms ease forwards;
  animation: moveit 500ms ease forwards;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.categories .categories_row .categories_column:hover:before {
  opacity: 1;
}
.categories .categories_row .categories_column:hover .categories_title {
  color: white;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  z-index: 10;
}
.categories .categories_row .categories_column:hover img {
  -webkit-filter: brightness(30.5);
  filter: brightness(30.5);
  z-index: 10;
}
.categories .categories_row .categories_column:nth-child(5) {
  grid-column: 2/span 2;
}
.categories .categories_row .categories_column .step_by_step_icon {
  height: 50%;
  width: 50%;
  margin: auto;
}
.categories .categories_row .categories_column .categories_title {
  background: -webkit-linear-gradient(#06D6A0, #118AB2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .categories .categories_row .categories_column .categories_title {
    font-size: 16px;
  }
}

.categories_mobile {
  background-color: #EEF3F4;
  display: none;
}
@media screen and (max-width: 1000px) {
  .categories_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.categories_mobile .categories_column_mobile {
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  background: white;
  border-radius: 10px;
  margin: 10px 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .categories_mobile .categories_column_mobile {
    -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
    box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  }
}
.categories_mobile .categories_icon {
  width: 110px;
  height: 110px;
  margin: auto;
}

#slider_init_categories .slick-dots .slick-active button {
  background: #06D6A0;
}
#slider_init_categories .slick-dots li button {
  background-color: white;
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin: 0 auto;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  margin: 0 2px;
  font-size: 0;
  border: none;
  outline: none;
}

.slick-slide {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .categories_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .favorites {
    padding-bottom: 0;
  }
}

.active_custom {
  color: #06D6A0;
  position: relative;
}
.active_custom::before {
  position: absolute;
  content: "";
  background: url("../img/svgs/underline.svg");
  width: 100%;
  height: 2px;
  margin-top: 20px;
}

.filter_box_wrapper {
  width: 75%;
  border-radius: 100px;
  border: 2px solid #06D6A0;
  padding: 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (max-width: 1000px) {
  .filter_box_wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  .filter_box_wrapper {
    width: 100%;
  }
}
.filter_box_wrapper::-webkit-scrollbar {
  display: none;
}
.filter_box_wrapper .filter_buttons, .filter_box_wrapper .filter_buttons_service {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .filter_box_wrapper .filter_buttons, .filter_box_wrapper .filter_buttons_service {
    margin-right: 20px;
    -webkit-box-pack: unset !important;
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
  }
}

.user_link {
  text-decoration: none;
  color: unset;
}

.user_card {
  margin: 20px 0;
  padding: 15px;
  min-height: 350px;
  max-height: 350px;
}
@media screen and (max-width: 1000px) {
  .user_card {
    margin: 20px 0 10px 0;
    padding: 5px;
  }
}

.user_card_name_box_wrapper .user_location {
  color: #073B4C;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .user_card_name_box_wrapper .user_location {
    font-size: 14px;
  }
}
.user_card_name_box_wrapper h3 {
  font-size: 19px;
  font-weight: 600;
}
.user_card_name_box_wrapper .user_card_star_wrapper img {
  margin-right: 2px;
}

.user_card_wrapper::after {
  content: "";
  height: 500000px;
  width: 4px;
  left: 0%;
  top: 0;
  position: absolute;
  background-color: #06D6A0;
}

.user_card_wrapper {
  position: relative;
  overflow: hidden;
  width: 350px;
  background: white;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px;
  -webkit-animation: moveitback 500ms ease forwards;
  animation: moveitback 500ms ease forwards;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .user_card_wrapper {
    padding: 10px;
    -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
    box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  }
}
.user_card_wrapper:hover {
  border-left: unset;
  color: white;
  -webkit-animation: moveit 500ms ease forwards;
  animation: moveit 500ms ease forwards;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.user_card_wrapper:hover:before {
  opacity: 1;
}
.user_card_wrapper:hover h3, .user_card_wrapper:hover p {
  color: white;
}
.user_card_wrapper:hover .entertainer_type_wrapper p {
  color: white;
  opacity: 1;
}
.user_card_wrapper:hover .entertainer_type_wrapper img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  opacity: 1;
}
.user_card_wrapper:hover .specific_entertainer_type {
  border: 1px solid #fff;
}
.user_card_wrapper:hover .user_location {
  color: white;
  opacity: 1;
}
.user_card_wrapper:hover .user_location img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  opacity: 1;
}
.user_card_wrapper:hover .user_card_star_wrapper img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  opacity: 1;
}
.user_card_wrapper:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#06D6A0), to(#118AB2));
  background-image: linear-gradient(90deg, #06D6A0, #118AB2);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  top: 0;
  left: 0;
  border-radius: 10px;
  border-left: 4px solid #06D6A0;
}
.user_card_wrapper .user_description {
  z-index: 5;
}
.user_card_wrapper p {
  font-size: 14px;
  margin: 0;
}
.user_card_wrapper .user_card_details_wrapper {
  z-index: 5;
}
.user_card_wrapper .user_card_details_wrapper .user_card_profile_image {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  margin: 0 10px 10px 0;
}

.entertainer_type_wrapper {
  z-index: 5;
  margin-top: auto !important;
}

.specific_entertainer_type_wrapper {
  z-index: 5;
  overflow-x: scroll;
  margin-bottom: 10px;
  -ms-overflow-style: none !important;
  scrollbar-width: none;
}
.specific_entertainer_type_wrapper::-webkit-scrollbar {
  display: none;
}
.specific_entertainer_type_wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.specific_entertainer_type_wrapper .specific_entertainer_type {
  border-radius: 100px;
  border: 1px solid #06D6A0;
  padding: 2px 10px;
}
.specific_entertainer_type_wrapper .specific_entertainer_type p {
  white-space: nowrap;
}

.entertainer_type_wrapper p {
  color: #073B4C;
  opacity: 0.5;
}

.favorites_row .slick-dots .slick-active button {
  background: #06D6A0;
}
.favorites_row .slick-dots li button {
  background-color: #EEF3F4;
}

.btn_prev {
  position: absolute;
  left: -50px;
  top: 40%;
  margin: auto;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  border: 1px solid black;
}
@media screen and (max-width: 1000px) {
  .btn_prev {
    display: none !important;
  }
}
.btn_prev:before {
  content: url("../img/svgs/arrow_left_slider.svg");
  width: 10px;
}

.btn_next {
  position: absolute;
  right: -50px;
  top: 40%;
  margin: auto;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  border: 1px solid black;
}
@media screen and (max-width: 1000px) {
  .btn_next {
    display: none !important;
  }
}
.btn_next:before {
  content: url("../img/svgs/arrow_right_slider.svg");
  width: 4px;
}

option {
  width: 400px !important;
}

.become_partner_top_wave {
  margin-bottom: -8.4vh;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .become_partner_top_wave {
    margin-bottom: -4.2vh;
  }
}

.become_partner_bottom_wave {
  margin-top: -14vh;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .become_partner_bottom_wave {
    margin-top: -6vh;
  }
}

.become_partner_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  background-position: left;
}
@media only screen and (max-width: 1000px) and (min-width: 500px) {
  .become_partner_wrapper {
    height: 50vh;
    margin: auto;
    background-position: center center;
  }
}
@media screen and (max-width: 499px) {
  .become_partner_wrapper {
    margin: auto;
    height: 90vh;
    background-position: center center;
  }
}
.become_partner_wrapper p {
  color: #073B4C;
}
.become_partner_wrapper .become_partner_text_wrapper {
  border-left: 5px solid #06D6A0;
  background: white;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
  padding: 75px;
}
@media screen and (max-width: 1000px) {
  .become_partner_wrapper .become_partner_text_wrapper {
    padding: 50px 15px;
    width: 90%;
  }
}
.become_partner_wrapper .become_partner_text_wrapper button {
  font-size: 16px;
}
.become_partner_wrapper .become_partner_text_wrapper p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .become_partner_wrapper .become_partner_text_wrapper p {
    font-size: 14px;
  }
}
.become_partner_wrapper .text_wrapper_col p {
  margin: 0;
  font-weight: 600;
}

.scroller .inner {
  -webkit-animation: 10s normal infinite running scroll;
  animation: 10s normal infinite running scroll;
}

.scroller {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

@-webkit-keyframes scroll {
  0% {
    margin-top: 0px;
  }
  15% {
    margin-top: 0px;
  }
  25% {
    margin-top: -24px;
  }
  40% {
    margin-top: -24px;
  }
  50% {
    margin-top: -48px;
  }
  65% {
    margin-top: -48px;
  }
  75% {
    margin-top: -72px;
  }
  90% {
    margin-top: -72px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes scroll {
  0% {
    margin-top: 0px;
  }
  15% {
    margin-top: 0px;
  }
  25% {
    margin-top: -24px;
  }
  40% {
    margin-top: -24px;
  }
  50% {
    margin-top: -48px;
  }
  65% {
    margin-top: -48px;
  }
  75% {
    margin-top: -72px;
  }
  90% {
    margin-top: -72px;
  }
  100% {
    margin-top: 0px;
  }
}
.about_evenio {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .about_evenio {
    width: 90%;
  }
}
.about_evenio .about_evenio_content_wrapper b {
  font-size: 23px;
  color: #073B4C;
}
.about_evenio .about_evenio_content_wrapper h2 {
  position: relative;
  font-size: 28px;
  color: #073B4C;
}
.about_evenio .about_evenio_content_wrapper h2::before {
  position: absolute;
  content: url("../img/svgs/underline.svg");
  width: 50px;
  bottom: -20px;
}
.about_evenio .about_evenio_row {
  grid-template-columns: 1fr 1fr;
  gap: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 650px) {
  .about_evenio .about_evenio_row {
    gap: 130px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  .about_evenio .about_evenio_row {
    gap: 100px;
  }
}
@media screen and (max-width: 649px) {
  .about_evenio .about_evenio_row {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.about_evenio_column {
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1000px) {
  .about_evenio_column button {
    width: 100%;
    margin-bottom: 25px;
  }
}

.about_evenio_column_grid {
  gap: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 10px;
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .about_evenio_column_grid {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  .about_evenio_column_grid {
    width: 250px;
  }
}
.about_evenio_column_grid div {
  border-radius: 10px;
  aspect-ratio: 2/1;
  background-size: 0;
  overflow: hidden;
  position: relative;
}
.about_evenio_column_grid div:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 230%;
  top: -50%;
  left: -50%;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about_evenio_top {
  gap: 10px;
}
.about_evenio_top div {
  aspect-ratio: 1/1;
  width: 50%;
  position: relative;
  background-size: 0;
}

.about_evenio_wide_rectangle {
  margin-right: -10px;
}
@media screen and (max-width: 1000px) {
  .about_evenio_wide_rectangle {
    margin-right: unset;
  }
}

.service_overview_section {
  padding-bottom: 0 !important;
  margin-top: -25px;
}

.service_overview_banner {
  background-image: linear-gradient(105.92deg, #073B4C 0%, #073B4C 80%), url("https://evenio.dk/wp-content/uploads/2022/10/andreas-ronningen-s2ysslw97l4-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .service_overview_banner {
    height: auto;
  }
}
.service_overview_banner .header_main_content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .service_overview_banner .header_main_content {
    width: 90%;
  }
}
.service_overview_banner .header_main_content h1 {
  color: white;
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .service_overview_banner .header_main_content h1 {
    font-size: 28px;
  }
}

.service_overview .filter_box_wrapper {
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .service_overview .filter_box_wrapper {
    width: 100%;
  }
}

.sort_wrapper {
  padding: 15px;
  border: 2px solid #06D6A0;
  border-radius: 100px;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .sort_wrapper {
    width: 100%;
    margin-top: 25px;
  }
}
.sort_wrapper select {
  border: none;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  outline: none;
}

.specific_search_wrapper {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .specific_search_wrapper {
    width: 100%;
  }
}
.specific_search_wrapper .search_specific {
  border-radius: 100px;
}
.specific_search_wrapper .specific_search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .specific_search_wrapper .specific_search_form {
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.specific_search_wrapper .specific_search_form span {
  border-radius: 100px;
  padding: 10px;
  border: 2px solid #06D6A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  .specific_search_wrapper .specific_search_form span {
    width: 100%;
  }
}
.specific_search_wrapper .specific_search_form span img {
  margin: auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.specific_search_wrapper .specific_search_form span input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 300px;
  color: #073B4C;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .specific_search_wrapper .specific_search_form span input {
    width: 100%;
  }
}
.specific_search_wrapper .specific_search_form button {
  padding: 15px 25px;
}
@media screen and (max-width: 1000px) {
  .specific_search_wrapper .specific_search_form button {
    width: 100%;
    margin-top: 25px;
    margin-left: 0 !important;
    margin-bottom: 25px;
  }
}

.service_overview_main_content {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .service_overview_main_content {
    width: 90%;
  }
}

.service_overview_main_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.service_overview_main_content_wrapper .user_link {
  width: calc(33% - 25px);
}
@media only screen and (max-width: 1000px) and (min-width: 1000px) {
  .service_overview_main_content_wrapper .user_link {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .service_overview_main_content_wrapper .user_link {
    width: 100%;
  }
}
.service_overview_main_content_wrapper .user_link .user_card {
  padding: 0;
  margin: 0;
  min-height: 320px;
}
.service_overview_main_content_wrapper .user_link .user_card .user_card_wrapper {
  width: 100%;
}
.service_overview_main_content_wrapper .user_card {
  padding-left: 0;
}

.background_wave {
  width: 100vw;
  position: absolute;
  bottom: -155px;
  -webkit-filter: blur(57px);
  filter: blur(57px);
  pointer-events: none;
}

.user_dashboard_wrapper {
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 30px;
  width: 90%;
  background: white;
  margin: auto;
  margin-top: 150px;
  padding: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper {
    width: 90%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: unset;
    height: unset;
    margin-top: 100px;
  }
}
.user_dashboard_wrapper .user_dashboard_left_column {
  width: 45%;
  border-right: 1px solid #06D6A0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_left_column {
    width: 100%;
    border-right: unset;
  }
}
.user_dashboard_wrapper .user_dashboard_left_column .user_card_name_box_wrapper {
  margin: 25px 0;
}
.user_dashboard_wrapper .user_dashboard_left_column .user_card_name_box_wrapper p {
  margin: auto 0;
}
.user_dashboard_wrapper .user_dashboard_left_column .user_card_name_box_wrapper h3 {
  margin-bottom: 0;
}
.user_dashboard_wrapper .user_dashboard_left_column .user_card_name_box_wrapper .user_card_star_wrapper img {
  width: 19px;
  height: 19px;
}
.user_dashboard_wrapper .user_dashboard_left_column .user_dashboard_user_wrapper .user_card_profile_image {
  width: 100px;
  height: auto;
  border-radius: 100px;
}
.user_dashboard_wrapper .user_dashboard_left_column .entertainer_type_wrapper {
  color: #073B4C;
  opacity: 0.5;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_left_column .entertainer_type_wrapper {
    font-size: 14px;
  }
}
.user_dashboard_wrapper .user_dashboard_left_column .user_description {
  min-height: 70px;
  z-index: 5;
  font-size: 12px;
  color: #073B4C;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_left_column .user_description {
    font-size: 14px;
  }
}
.user_dashboard_wrapper .user_dashboard_left_column .apply_wrapper {
  height: 75px;
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user_dashboard_wrapper .user_dashboard_left_column .apply_wrapper button {
  margin: auto 0;
  font-weight: 600;
  font-size: 12px;
}
.user_dashboard_wrapper .user_dashboard_right_column {
  width: 70%;
  padding-left: 50px;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_right_column {
    width: 100%;
    padding: unset;
  }
}
.user_dashboard_wrapper .user_dashboard_right_column .detailed_user_description {
  font-size: 16px;
  color: #073B4C;
}
.user_dashboard_wrapper .user_dashboard_right_column .btn_prev {
  left: 0;
  z-index: 100;
}
.user_dashboard_wrapper .user_dashboard_right_column .btn_next {
  right: 0;
  z-index: 100;
}
.user_dashboard_wrapper .user_dashboard_right_column h3 {
  font-size: 19px;
  position: relative;
}
.user_dashboard_wrapper .user_dashboard_right_column h3::before {
  position: absolute;
  top: 10px;
  content: "";
  background: url("../img/svgs/underline.svg");
  height: 2px;
  width: 50px;
  margin-top: 20px;
}
.user_dashboard_wrapper .user_dashboard_right_column h4 {
  font-size: 16px;
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card {
  width: calc(50% - 20px);
  background: #FFFFFF;
  border: 1px solid #839DA5;
  border-radius: 10px;
  border-left: 4px solid #06D6A0;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card {
    width: 100%;
  }
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card p {
  margin: 0;
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .bolded_text {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .bolded_text {
    font-size: 14px;
  }
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .is_editable_bubble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .event_type_border, .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .event_type_border_venue {
  margin-top: 0.5rem;
  border: 1px solid #06D6A0;
  padding: 0 10px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .event_type_border p, .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .event_type_border_venue p {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .event_type_border p, .user_dashboard_wrapper .user_dashboard_right_column .user_dashboard_card_wrapper .user_dashboard_card .event_type_border_wrapper .event_type_border_venue p {
    font-size: 14px;
  }
}
.user_dashboard_wrapper .user_dashboard_right_column .average_rating {
  font-size: 23px;
  color: #073B4C;
  margin: 0 10px 0 10px;
}
.user_dashboard_wrapper .user_dashboard_right_column .average_rating_p {
  line-height: 23px;
}
.user_dashboard_wrapper .user_dashboard_right_column .average_rating_star {
  height: 24px;
  width: 24px;
  margin: auto 0;
}
.user_dashboard_wrapper .user_dashboard_right_column .media_type_outer_wrapper .media_type_wrapper {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #06D6A0;
  border-radius: 10px;
  margin: 10px;
  aspect-ratio: 2/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.user_dashboard_wrapper .user_dashboard_right_column .media_type_outer_wrapper .media_type_wrapper .play_button {
  margin: auto;
}
.user_dashboard_wrapper .user_dashboard_right_column .media_type_outer_wrapper .media_type_wrapper video {
  width: 100%;
  border-radius: 10px;
}
.user_dashboard_wrapper .user_dashboard_right_column .media_type_outer_wrapper .media_type_wrapper img {
  border-radius: 10px;
}

.review_card_star_wrapper img {
  width: 19px;
  height: 19px;
}

.review_rating_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 1000px) {
  .review_rating_wrapper {
    padding: 15px;
    gap: 25px;
  }
}

.review_card {
  width: calc(50% - 10px);
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .review_card {
    width: 100%;
  }
}
.review_card .rated_by_profile {
  width: 25px;
  height: 25px;
  border-radius: 100px;
}

.modal_wrapper .modal-dialog {
  top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  width: 1000px;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  .modal_wrapper .modal-dialog {
    width: 100%;
  }
}
.modal_wrapper .modal-dialog video {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.modal_wrapper .modal-dialog img {
  border-radius: 10px;
}
.modal_wrapper .modal-dialog .modal-content {
  background: unset;
  border: none;
}
.modal_wrapper .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal_wrapper .modal-dialog .modal-content .modal-body .image_modal {
  border-radius: 10px;
  height: 522px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .modal_wrapper .modal-dialog .modal-content .modal-body .image_modal {
    height: 180px;
  }
}
.modal_wrapper .modal-dialog .modal-content .modal-body .audio_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  height: 522px;
  background-image: url("../img/svgs/soundclip.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  background-size: 500px;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .modal_wrapper .modal-dialog .modal-content .modal-body .audio_modal {
    height: 180px;
  }
}
.modal_wrapper .modal-dialog .modal-content .modal-body .audio_modal audio {
  margin: auto;
}
.modal_wrapper .modal-dialog .modal-content .modal-body .btn_prev {
  top: 0;
  bottom: 0;
  left: 0;
}
.modal_wrapper .modal-dialog .modal-content .modal-body .btn_next {
  top: 0;
  bottom: 0;
  right: 0;
}
.modal_wrapper .modal-dialog .modal-content .btn_close_wrapper {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1000;
  background-color: white;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.modal_wrapper .modal-dialog .modal-content .btn_close_wrapper .btn-close {
  margin: auto;
}

.add_review_star_wrapper {
  cursor: pointer;
}
.add_review_star_wrapper .star_container img {
  width: 30px;
  height: 30px;
}

.play-button-centered {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.user_dashboard_form_wrapper {
  width: 95%;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_form_wrapper {
    width: 100%;
  }
}
.user_dashboard_form_wrapper h4 {
  font-size: 16px;
  color: #073B4C;
}
.user_dashboard_form_wrapper .user_dashboard_booking_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.user_dashboard_form_wrapper .user_dashboard_booking_form .error {
  color: #06D6A0;
}
.user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_date, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_time_start, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_time_end, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_email, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_navn, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_telefon, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_email, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_location, .user_dashboard_form_wrapper .user_dashboard_booking_form #mobile_guests {
  color: #073B4C;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_form_wrapper .user_dashboard_booking_form {
    height: unset;
    overflow: unset;
  }
}
.user_dashboard_form_wrapper .user_dashboard_booking_form label {
  font-size: 12px;
  color: #073B4C;
}
.user_dashboard_form_wrapper .user_dashboard_booking_form input {
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid rgba(7, 59, 76, 0.5);
  font-size: 12px;
  padding: 5px;
  padding-left: 10px;
  color: black !important;
}

.mobile_booking_sent {
  padding: 20px;
  border: 2px solid #06D6A0;
  border-radius: 15px;
  margin-right: 20px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .mobile_booking_sent {
    display: block;
  }
}

.booking_sent {
  padding: 20px;
  border: 2px solid #06D6A0;
  border-radius: 15px;
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .booking_sent {
    display: none;
  }
}

.videos_to_pause {
  max-height: 70vh;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_dashboard_notification_outer_wrapper {
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_notification_outer_wrapper {
    display: none;
  }
}

.user_dashboard_notification_outer_wrapper_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_card_name_box_wrapper_owned {
  width: 90%;
  margin: auto 0;
}
.user_card_name_box_wrapper_owned p {
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .user_card_name_box_wrapper_owned p {
    font-size: 14px;
  }
}
.user_card_name_box_wrapper_owned h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}
.user_card_name_box_wrapper_owned .user_card_star_wrapper img {
  width: 19px;
  height: 19px;
  margin-right: 2px;
}

.new_activities {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .new_activities {
    display: none;
  }
}

.notification_blue {
  top: 7px;
  right: 0;
}

.notification_card p {
  padding-right: 10px;
}
.notification_card .main_cta_dark {
  font-size: 12px;
  font-weight: 600;
  color: #073B4C;
}
.notification_card .grey_text {
  padding-bottom: 10px;
  margin: auto 0;
}

.top_rated {
  font-weight: 600;
  color: #06D6A0;
}

.user_dashboard_tab_wrapper {
  width: 75%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .user_dashboard_tab_wrapper {
    width: 100%;
  }
}
.user_dashboard_tab_wrapper .user_dashboard_tab {
  text-decoration: none;
}
.user_dashboard_tab_wrapper .user_dashboard_tab:hover {
  color: #06D6A0;
}
.user_dashboard_tab_wrapper .tab_active {
  color: #06D6A0;
  position: relative;
}
.user_dashboard_tab_wrapper .tab_active:before {
  position: absolute;
  content: "";
  background: url("../img/svgs/underline.svg");
  width: 100%;
  height: 2px;
  top: 30px;
}

.user_dashboard_right_column ul {
  margin: 0;
  border: none;
}
.user_dashboard_right_column #home-tab {
  border: none;
  padding-left: 0;
}
.user_dashboard_right_column .nav-link {
  font-size: 12px;
  color: #073B4C;
  border: none;
}
.user_dashboard_right_column .nav-link:hover {
  border: none;
}

#myTab {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #myTab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    margin-bottom: 0 !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 85px;
    z-index: 999999;
    border-bottom: 4px solid #06D6A0;
    -webkit-box-shadow: -4px -4px 15px rgba(2, 32, 41, 0.1);
    box-shadow: -4px -4px 15px rgba(2, 32, 41, 0.1);
  }
  #myTab .bell_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -20px;
    background-color: #073B4C;
    border-radius: 100px;
    padding: 10px;
  }
  #myTab .bell_container .unanswered_bubble {
    position: absolute;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #EF476F;
    color: white;
    font-size: 10px;
    top: -5px;
    right: -20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #myTab .bell_container .unanswered_bubble {
    right: 0;
    top: -5px;
  }
}
@media screen and (max-width: 1000px) {
  #myTab li {
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #myTab li img {
    margin: auto;
  }
  #myTab li button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  #myTab .bell_container {
    display: none;
  }
}
#myTab li:nth-child(2n+0):hover button {
  color: #FA57CC;
}
#myTab li button {
  padding: 0;
}
#myTab li button:hover {
  color: #06D6A0;
}
#myTab li .active {
  color: #06D6A0;
  position: relative;
  border: none;
}
#myTab li .active:before {
  position: absolute;
  content: "";
  background: url("../img/svgs/underline.svg");
  width: 100%;
  height: 2px;
  top: 20px;
}
@media screen and (max-width: 1000px) {
  #myTab li .active:before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #myTab li img {
    display: none;
  }
}
#myTab .user_dashboard_tab_pink .active {
  color: #FA57CC;
}
#myTab .user_dashboard_tab_pink .active:before {
  position: absolute;
  content: "";
  background: url("../img/svgs/pink_underline.svg");
  background-size: cover;
  width: 100%;
  height: 4px;
  top: 20px;
}

.save_wrapper .button_main {
  margin-right: 20px !important;
}
@media screen and (max-width: 1000px) {
  .save_wrapper .button_main {
    display: none;
  }
}

.edit_short_text_wrapper textarea, .edit_long_text_wrapper textarea {
  width: 100%;
  border: 1px solid rgba(7, 59, 76, 0.5);
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .edit_short_text_wrapper textarea, .edit_long_text_wrapper textarea {
    height: 200px;
  }
}

.edit_button_after {
  position: relative;
}
.edit_button_after .edit_button, .edit_button_after .edit_button_entertainer_type, .edit_button_after .edit_button_event_type, .edit_button_after .edit_button_location {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.delete_media {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 10000;
}

.user_card_profile_image_overlayed {
  position: relative;
  background-color: #000;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.cross_circle, .cross_circle_entertainer {
  background-image: url("../img/svgs/fi-rr-pencil-white.svg");
  background-size: cover;
  background-position: center;
  margin: auto 10px auto 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.my_average_ratings {
  margin: auto 0;
  border-radius: 100px;
  border: 1px solid #06D6A0;
  padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .my_average_ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.my_average_ratings .flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .my_average_ratings .flex-row p {
    display: none;
  }
}
.my_average_ratings p {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .my_average_ratings p {
    text-align: center;
    font-size: 14px;
  }
}

.entertainer_reply_wrapper .edit_button_review {
  cursor: pointer;
}
.entertainer_reply_wrapper p {
  font-size: 12px;
  margin: auto 0;
}
.entertainer_reply_wrapper .entertainer_reply_wrapper_img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.entertainer_reply_wrapper .edit_button_review {
  width: 14px;
  height: 14px;
}

#mine-anmeldelser-tab-wrapper {
  position: relative;
}
#mine-anmeldelser-tab-wrapper .unanswered_bubble {
  position: absolute;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #EF476F;
  color: white;
  font-size: 10px;
  top: -5px;
  right: -20px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  #mine-anmeldelser-tab-wrapper .unanswered_bubble {
    right: 10px;
    top: -2px;
    display: none;
  }
}

.profile_visits_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile_visits_wrapper span {
  font-weight: 600;
  text-align: center;
  text-align: center;
}
.profile_visits_wrapper p {
  padding: 5px 30px;
  border: 2px solid #06D6A0;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .profile_visits_wrapper p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .profile_panel .row {
    margin: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .profile_panel .row {
    margin-right: 50px;
  }
}
.profile_panel .chart_wrapper {
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  padding: 10px;
  border-radius: 10px;
}

@media screen and (min-width: 1000px) {
  .mobile_main_button_wrapper {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .tab-content {
    margin-top: 25px;
  }
}

.my_subscription_wrapper p {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .my_subscription_wrapper p {
    font-size: 14px;
  }
}
.my_subscription_wrapper .bordered_input {
  padding: 10px;
}
.my_subscription_wrapper .bordered_input input {
  border: none;
  margin: 0 10px 0 20px;
}
.my_subscription_wrapper .main_cta_dark {
  width: 25%;
}
.my_subscription_wrapper .cancel_subscription, .my_subscription_wrapper .reactivate_subscription {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  border: 2px solid #06D6A0;
  background: none;
  border-radius: 100px;
  padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
  .my_subscription_wrapper .cancel_subscription, .my_subscription_wrapper .reactivate_subscription {
    width: 100%;
  }
}
.my_subscription_wrapper .active_subscription_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #06D6A0;
  color: white;
  background: #06D6A0;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 16px;
}

.subscription-button-wrapper .bordered_input {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .subscription-button-wrapper .bordered_input {
    width: 100%;
  }
}

.refer_friend_wrapper input {
  width: 75%;
  border-radius: 5px;
  border: 1px solid rgba(7, 59, 76, 0.5);
  font-size: 12px;
  padding: 0 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .refer_friend_wrapper input {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.refer_friend_wrapper .button_main {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .hidden_mine {
    display: none;
  }
}

.edit_profile_photo_overlay {
  border-radius: 100px;
  cursor: pointer;
  margin: 5px 10px 10px 0;
}
.edit_profile_photo_overlay:hover img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  opacity: 1;
}
.edit_profile_photo_overlay:hover .edit_pencil_profile {
  opacity: 1;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.edit_pencil_profile {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.hidden_dropdown {
  margin-left: 10px !important;
  cursor: pointer;
}

.plus_circle, .plus_circle_event_type {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #06D6A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 0.5rem;
}

.add_media_button {
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.add_media_button b {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .location_input_type {
    width: 50% !important;
  }
}

.inserted_input_event_type, .inserted_input_venue_type, .inserted_input_venue_type_hidden, .inserted_input_venue_type_hidden, .location_input_type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
  font-size: 12px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .inserted_input_event_type, .inserted_input_venue_type, .inserted_input_venue_type_hidden, .inserted_input_venue_type_hidden, .location_input_type {
    font-size: 14px;
  }
}

.event_type_input {
  border: none;
  outline: none;
  font-size: 12px;
}

.edit_location_active {
  padding-left: 10px !important;
  border: 1px solid #06D6A0 !important;
}

.name_editable_active {
  border: 1px solid #06D6A0 !important;
  padding: 2px;
  border-radius: 100px;
}

.capacity_editable_active {
  border: 1px solid #06D6A0 !important;
  padding: 2px;
  border-radius: 100px;
}

.edit_button_name {
  cursor: pointer;
}

.inserted_input_venue_type_hidden {
  -webkit-appearance: none;
}

.entertainer_type_input {
  -webkit-appearance: none;
  margin-left: 5px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  padding: 0;
  border-radius: 100px;
}
@media screen and (max-width: 1000px) {
  .entertainer_type_input {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .besvar_anmeldelse {
    font-size: 16px !important;
  }
}

.edit_button_capacity {
  cursor: pointer;
}

select:disabled {
  -webkit-appearance: none !important;
  opacity: 1 !important;
  background-color: unset !important;
  -webkit-opacity: 1;
  background: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.name_editable::-webkit-search-decoration {
  -webkit-appearance: none !important;
}

.about_overview_banner {
  background-image: linear-gradient(85.38deg, rgb(250, 87, 204) 0.8%, rgb(239, 71, 111) 97.67%), url(https://evenio.dk/wp-content/uploads/2022/10/header-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vh;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_overview_banner .about_banner_main_content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  text-align: center;
  width: 60%;
}

.for-who {
  padding: 20px;
  color: white;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.for-who p, .for-who h2 {
  color: white;
}
.for-who p {
  font-weight: 300;
}
.for-who .button {
  text-decoration: none;
  color: #073B4C;
  background-color: white;
  border: 2px solid white;
  padding: 5px;
  text-align: center;
  border-radius: 999px;
  min-width: 250px;
}
.for-who .button span {
  background: -webkit-linear-gradient(#06D6A0, #118AB2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.for-who .button .pink {
  background: -webkit-linear-gradient(85.38deg, #FA57CC 0.8%, #EF476F 97.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.for-who a {
  color: #073B4C;
  text-decoration: none;
}

.for-who:first-child {
  background: linear-gradient(105.92deg, #06D6A0 0%, #118AB2 101.59%);
}

.for-who:last-child {
  background: linear-gradient(85.38deg, #FA57CC 0.8%, #EF476F 97.67%);
}

.for-who-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .for-who-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.become_partner_top_wave {
  margin-bottom: -8.3vh;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .become_partner_top_wave {
    margin-bottom: -4vh;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  .become_partner_top_wave {
    margin-bottom: -6.3vh;
  }
}

.become_partner_bottom_wave {
  margin-top: -14vh;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .become_partner_bottom_wave {
    margin-top: -6vh;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  .become_partner_bottom_wave {
    margin-top: -11vh;
    width: 100%;
  }
}

.about_partner_wrapper {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  background-position: left;
}
@media screen and (max-width: 1000px) {
  .about_partner_wrapper {
    margin: auto;
    background-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  .about_partner_wrapper .for-who-wrapper {
    padding: 30px 15px;
    width: 90%;
  }
}
.about_partner_wrapper .for-who-wrapper button {
  font-size: 14px;
}
.about_partner_wrapper .for-who-wrapper p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .about_partner_wrapper .for-who-wrapper p {
    font-size: 14px;
  }
}
.about_partner_wrapper .text_wrapper_col p {
  margin: 0;
  font-weight: 600;
}

.acc-arrow {
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}

.panel-active .accordion .acc-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-active .panel {
  visibility: visible !important;
  max-height: 1000px !important;
  opacity: 1 !important;
  visibility: visible;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.acc-wrapper .panel {
  padding: 0 18px;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.acc-wrapper {
  border: 2px solid #06D6A0;
  border-top: 0;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}
.acc-wrapper .accordion {
  border: none;
  background-color: transparent;
  font-weight: 600;
  color: #073B4C;
  text-align: left;
}

.acc-wrapper:first-of-type {
  border-top: 2px solid #06D6A0;
  border-radius: 30px 30px 0 0 !important;
}

.acc-wrapper:last-of-type {
  border-radius: 0 0 30px 30px !important;
}

.michael-wrapper article .contact-buttons a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.michael-wrapper article .contact-buttons a span {
  margin-right: 10px;
}
.michael-wrapper article .contact-buttons .button_main {
  margin: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.michael-wrapper article .contact-buttons .button_main.phone {
  background-color: white;
  border: 2px solid #06D6A0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.michael-wrapper figure {
  position: relative;
}
.michael-wrapper figure img {
  -webkit-filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  position: relative;
}

.michael_photo_contact {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .michael_photo_contact {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}

.michael-wrapper {
  /*     @media screen and (min-width: 1000px) {
          figure::before {
              content: "";
              position: absolute;
              height: 60px;
              aspect-ratio: 1/1;
              border-radius: 99999999999px;
              background: linear-gradient(105.92deg, #06D6A0 0%, #118AB2 101.59%);

              top: 80%;
              left: 80%;
              box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
          }


          figure::after {
              content: "";
              position: absolute;
              height: 30px;
              aspect-ratio: 1/1;
              border-radius: 99999999999px;
              background: linear-gradient(105.92deg, #06D6A0 0%, #118AB2 101.59%);
              top: 90%;
              left: 90%;
              box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
          } 

          .figure { 

          .arrow {
              position: absolute;
              display: block;
              top: 0%;
              left: 80%;
              z-index: 1;
          }
      } 

      }    */
}
.michael-wrapper article .contact-buttons a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.michael-wrapper article .contact-buttons a span {
  margin-right: 10px;
}
.michael-wrapper article .contact-buttons .button_main {
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.michael-wrapper article .contact-buttons .button_main.phone {
  background-color: white;
  border: 2px solid #06D6A0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.michael-wrapper figure {
  position: relative;
}
.michael-wrapper figure img {
  -webkit-filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  position: relative;
}
.michael-wrapper figure .arrow {
  display: none;
}

.my_bookings {
  width: 80%;
  margin: 150px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .my_bookings {
    width: 95%;
    margin: 150px 0 0 auto;
  }
}
.my_bookings h2 {
  position: relative;
  font-size: 28px;
}
.my_bookings h2::before {
  position: absolute;
  content: url("../img/svgs/underline.svg");
  width: 50px;
  margin-top: 20px;
}
.my_bookings .filter_box_wrapper {
  width: 30%;
  border-radius: 100px;
  border: 2px solid #06D6A0;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 20px 30px;
}
@media screen and (max-width: 1000px) {
  .my_bookings .filter_box_wrapper {
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.my_bookings .filter_box_wrapper::-webkit-scrollbar {
  display: none;
}
.my_bookings .filter_box_wrapper .filter_buttons, .my_bookings .filter_box_wrapper .filter_buttons_service {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .my_bookings .filter_box_wrapper .filter_buttons, .my_bookings .filter_box_wrapper .filter_buttons_service {
    margin-right: 20px;
    -webkit-box-pack: unset !important;
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
  }
}
.my_bookings .my_bookings_grid_wrapper {
  overflow-x: scroll;
  z-index: 100;
  position: relative;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .my_bookings .my_bookings_grid_wrapper {
    width: 100%;
  }
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_header_wrapper {
  padding-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  border-bottom: 1px solid #EEF3F4;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  background-color: white;
  border-radius: 10px 10px 0 0;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_header_wrapper div {
  padding: 20px 0 20px 0px;
  font-size: 12px;
  width: 180px;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  background-color: white;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1000px) {
  .my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper div {
  position: relative;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  border-bottom: 1px solid #EEF3F4;
  font-size: 12px;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper div:last-child {
  padding-bottom: 0 !important;
  border-bottom: unset !important;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper div span {
  margin: auto 0;
  width: 100%;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper div span div {
  min-width: unset;
}
.my_bookings .my_bookings_grid_wrapper .my_bookings_content_wrapper div span img {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  margin: auto 10px auto 0;
}

.my_bookings_wave_wrapper img {
  bottom: -615px;
}

.name_comment_wrapper {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.name_comment_wrapper .comment_svg {
  width: unset !important;
  height: unset !important;
  cursor: pointer;
}

.dropdown_comment {
  width: 50%;
  border: none;
}
.dropdown_comment .dropdown-item_comment {
  padding: 10px;
  font-size: 12px;
  background-color: white;
  border-radius: 10px;
  border: none;
  border-left: 4px solid #06D6A0;
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
}

.dropdown_menu_booked {
  -webkit-box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  box-shadow: 4px 4px 15px rgba(2, 32, 41, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.dropdown_comment_div {
  padding: 0 !important;
}

.my_bookings_no_content_left_column {
  margin-right: 50px;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .my_bookings_no_content_left_column {
    width: 100%;
    margin-right: 0;
  }
}

.no_bookings_image {
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  .no_bookings_image {
    width: 300px;
    height: 300px;
  }
}

.status_dropdown_wrapper .dropdown {
  margin: 0 !important;
}

.f0f-wrapper {
  height: 80vh;
}

@media (min-width: 1000px) {
  .grid-fof {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
  }
  .colm-1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 9;
  }
  .colm-2 {
    display: block;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 6;
    grid-column-end: 13;
  }
}
@media (max-width: 1000px) {
  .colm-2 {
    display: none;
  }
}
.rotate-disc {
  -webkit-animation-name: roll_disc;
  animation-name: roll_disc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.reverse {
  animation-direction: reverse;
}

@-webkit-keyframes roll_disc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll_disc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#cometchat_embed_synergy_container {
  margin: 150px auto 50px auto;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  filter: drop-shadow(4px 4px 15px rgba(2, 32, 41, 0.1));
  border-radius: 10px;
  border: unset !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  #cometchat_embed_synergy_container {
    margin: 100px auto 50px auto;
  }
}

.hide {
  opacity: 0;
}

.startup-form-left-wrapper .next_prev_buttons {
  position: absolute !important;
  bottom: 50px;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: appear_ani_keyframes;
  animation-name: appear_ani_keyframes;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@media screen and (max-width: 450px) {
  .user_data_form h2 {
    font-size: 25px;
  }
  .user_data_form h4 {
    font-size: 18px;
  }
}
.user_data_form .ball_img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .user_data_form .ball_img {
    display: block;
    height: 165px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px -122px;
    object-position: 0px -122px;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1000px) {
  .user_data_form .skill_text {
    display: none;
  }
}
.user_data_form .skill_input_box {
  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;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .user_data_form .skill_input_box {
    width: 70%;
    margin: auto;
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 450px) {
  .user_data_form .skill_input_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    margin: 0 auto;
    width: 275px;
    margin-bottom: 50px;
  }
}

.disappear_ani {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: disappear_ani_keyframes;
  animation-name: disappear_ani_keyframes;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.appear_ani {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: appear_ani_keyframes;
  animation-name: appear_ani_keyframes;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.disappear_ani_backwards {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: disappear_ani_keyframes_backwards;
  animation-name: disappear_ani_keyframes_backwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.appear_ani_backwards {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: appear_ani_backwards_keyframes;
  animation-name: appear_ani_backwards_keyframes;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes disappear_ani_keyframes {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes disappear_ani_keyframes {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-webkit-keyframes appear_ani_keyframes {
  from {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes appear_ani_keyframes {
  from {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes disappear_ani_keyframes_backwards {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes disappear_ani_keyframes_backwards {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes appear_ani_backwards_keyframes {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes appear_ani_backwards_keyframes {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* animations end */
#user_data_form_languages .dropdown, button .dropdown {
  width: 100%;
}

.dropdown {
  margin: 20px;
  width: 100%;
}
.dropdown .selectpicker + button {
  padding: 10px 20px;
}
.dropdown .dropdown-toggle {
  background: white;
  border: 2px solid #AFB3B9;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: white !important;
  border: 2px solid #073B4C !important;
}

.bootstrap-select > .dropdown-toggle:after {
  display: none;
}

.dropdown-menu {
  overflow-y: auto;
}

.form_selection_boxes {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 50px;
  justify-items: center;
  max-width: 524px;
}
.form_selection_boxes ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.form_selection_boxes li {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
}
.form_selection_boxes input[type=checkbox]:not(:checked),
.form_selection_boxes input[type=checkbox]:checked, .form_selection_boxes input[type=radio]:not(:checked),
.form_selection_boxes input[type=radio]:checked {
  position: absolute;
  left: -9999%;
}
.form_selection_boxes input[type=checkbox] + .check_mark_circle + label, .form_selection_boxes input[type=radio] + .check_mark_circle + label {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid rgba(7, 59, 76, 0.5);
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px;
  padding: 10px;
}
.form_selection_boxes input[type=checkbox]:checked + .check_mark_circle + label, .form_selection_boxes input[type=radio]:checked + .check_mark_circle + label {
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(57, 54, 196, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(57, 54, 196, 0.1);
}
.form_selection_boxes input[type=checkbox]:checked + .check_mark_circle + label, .form_selection_boxes input[type=radio]:checked + .check_mark_circle + label {
  font-weight: 400;
}
.form_selection_boxes input[type=checkbox]:checked + .check_mark_circle, .form_selection_boxes input[type=radio]:checked + .check_mark_circle {
  display: inline-block;
}
.form_selection_boxes .check_mark_circle {
  position: absolute;
  background-color: rgb(7, 59, 76);
  padding: 10px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  margin-left: -8px;
  display: none;
}
.form_selection_boxes .check_mark {
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: -2px;
  height: 6px;
  width: 4px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.form_selection_bullets.predefined_skills > li {
  display: inline-block;
  font-size: 14px;
}

.form_selection_bullets {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 1000px) {
  .form_selection_bullets {
    width: 80%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .form_selection_bullets {
    width: 100%;
  }
}
.form_selection_bullets input[type=checkbox]:not(:checked),
.form_selection_bullets input[type=checkbox]:checked, .form_selection_bullets input[type=radio]:not(:checked),
.form_selection_bullets input[type=radio]:checked {
  position: absolute;
  left: -9999%;
}
.form_selection_bullets input[type=checkbox] + .check_mark_circle + label, .form_selection_bullets input[type=radio] + .check_mark_circle + label {
  display: inline-block;
  padding: 10px 11px;
  cursor: pointer;
  border: 2px solid #F6F6FF;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  background-color: rgb(238, 249, 252);
}
@media screen and (max-width: 450px) {
  .form_selection_bullets input[type=checkbox] + .check_mark_circle + label, .form_selection_bullets input[type=radio] + .check_mark_circle + label {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.form_selection_bullets input[type=checkbox]:checked + .check_mark_circle + label, .form_selection_bullets input[type=radio]:checked + .check_mark_circle + label {
  font-weight: 400;
  background-color: #F6F6FF;
}
.form_selection_bullets input[type=checkbox]:checked + .check_mark_circle + label, .form_selection_bullets input[type=radio]:checked + .check_mark_circle + label {
  font-weight: 400;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(57, 54, 196, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(57, 54, 196, 0.1);
}
.form_selection_bullets input[type=checkbox]:checked + .check_mark_circle, .form_selection_bullets input[type=radio]:checked + .check_mark_circle {
  display: inline-block;
}
.form_selection_bullets .check_mark_circle {
  position: absolute;
  background-color: #073B4C;
  padding: 10px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-top: -7px;
  margin-left: -6px;
  display: none;
}
.form_selection_bullets .check_mark {
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: -2px;
  height: 6px;
  width: 4px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.next_prev_buttons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .next_prev_buttons_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12rem;
    margin-top: 5rem;
  }
}
.next_prev_buttons_container .primary_button {
  width: 139px;
}
@media screen and (max-width: 900px) {
  .next_prev_buttons_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0px;
    margin-top: 10px;
    gap: 1rem;
  }
}

.user_data_form_back, .user_data_form_next {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user_data_form_back {
  margin-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .user_data_form_back {
    margin-right: 0 !important;
  }
}

.hide_content {
  max-height: 0px;
  overflow: hidden;
}

.open_skills_content {
  max-height: 100%;
}

.language > li {
  display: inline-block;
}

textarea.form-control {
  min-height: 250px;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.profile_pic_form, .gallery_pic_form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.profile_pic_form .profile_pic__input.is-dragover > div, .gallery_pic_form .profile_pic__input.is-dragover > div {
  background-color: #073B4C;
}
.profile_pic_form .profile_pic__input, .profile_pic_form .profile_pic__input_cover_photo, .gallery_pic_form .profile_pic__input, .gallery_pic_form .profile_pic__input_cover_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.profile_pic_form .profile_pic__input, .profile_pic_form .profile_pic__input_cover_photo > div, .gallery_pic_form .profile_pic__input, .gallery_pic_form .profile_pic__input_cover_photo > div {
  border-radius: 10px;
  background-color: white;
  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;
  color: #073B4C;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.profile_pic_form .gallery_add_wrapper, .gallery_pic_form .gallery_add_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #073B4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile_pic_form .gallery_add_wrapper div, .gallery_pic_form .gallery_add_wrapper div {
  margin: auto;
}
.profile_pic_form .profile_pic_input_circle, .gallery_pic_form .profile_pic_input_circle {
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F6F6FF;
  font-size: 22px;
  margin-bottom: 5px;
}
.profile_pic_form .is_dropped, .gallery_pic_form .is_dropped {
  padding: 0px;
}
.profile_pic_form .is_dropped label, .gallery_pic_form .is_dropped label {
  display: none;
}
.profile_pic_form .crop_button, .gallery_pic_form .crop_button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
  align-self: center;
}
.profile_pic_form .profile_pic_image_cropped, .gallery_pic_form .profile_pic_image_cropped {
  width: 200px;
  -ms-flex-item-align: center;
  align-self: center;
}
.profile_pic_form .close_button, .profile_pic_form .close_button_cover, .gallery_pic_form .close_button, .gallery_pic_form .close_button_cover {
  top: 10px;
  font-size: 20px;
  padding: 0;
  position: absolute;
  z-index: 10;
  border: 2px solid white;
  right: 10px;
  border-radius: 50%;
  padding: 5px;
}

.profile_pic_filetype_error {
  font-size: 16px;
}

#acf-field_602b826b7cfea .canvas {
  display: none;
}

.acf-field.acf-field-google-map.acf-field-602b826b7cfea.is-required > .acf-label {
  display: none;
}

.needs-validation.is-invalid .invalid-feedback {
  display: block;
}

.user_data_form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #EEF9FC));
  background: linear-gradient(90deg, white 50%, #EEF9FC 50%);
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.user_data_form .user_data_form_container {
  max-width: 1920px;
  display: grid;
  min-height: 100vh;
  grid-template-columns: 50% 50%;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .user_data_form .user_data_form_container {
    width: 90%;
  }
}
.user_data_form .form_col_right {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.user_data_form .partner_img {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: baseline;
  justify-self: center;
  display: grid;
  grid-row-gap: 17px;
  grid-column-gap: 4rem;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-filter: brightness(1.6);
  filter: brightness(1.6);
}
.user_data_form .partner_img .text_partners {
  color: #B3B1B7;
  font-size: 14px;
  grid-column: 1/4;
  margin-top: 0px;
  margin-bottom: 0px;
}
.user_data_form .partner_img img.item2 {
  width: 45px;
}
.user_data_form .partner_img img.item6 {
  height: 30px;
}
.user_data_form .partner_img img.item5 {
  width: 67px;
}
.user_data_form .partner_img img.item3 {
  width: 38px;
}
.user_data_form .partner_img img.item4 {
  width: 40px;
}
.user_data_form .partner_img_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 530px) {
  .user_data_form .partner_img_small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    row-gap: 1rem;
    padding: 1rem;
  }
}
.user_data_form .partner_img_small .text_partners {
  font-size: 12px;
  color: #B3B1B7;
  margin-top: 0px;
  margin-bottom: 0px;
}
.user_data_form .partner_img_small .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6vw;
  -moz-column-gap: 6vw;
  column-gap: 6vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: brightness(1.6);
  filter: brightness(1.6);
}
.user_data_form .partner_img_small .img_box img.item2 {
  width: 30px;
}
.user_data_form .partner_img_small .img_box img.item6 {
  height: 20px;
}
.user_data_form .partner_img_small .img_box img.item5 {
  width: 53px;
}
.user_data_form .partner_img_small .img_box img.item3 {
  width: 29px;
}
.user_data_form .partner_img_small .img_box img.item4 {
  width: 28px;
}
.user_data_form .user_registration_overview {
  min-height: 60vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(57, 54, 196, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(57, 54, 196, 0.1);
  border-radius: 0 0 11px 11px;
}
.user_data_form .user_registration_overview_profile_pic {
  position: absolute;
  border-radius: 50% !important;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  background-color: #D0D7D9;
  margin-left: 30px;
}
.user_data_form .startup_registration_overview_profile_pic {
  position: absolute;
  border-radius: 6px;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  background-color: #D0D7D9;
  margin-left: 30px;
}
.user_data_form .user_registration_col_container {
  display: grid;
  grid-template-columns: 1.2fr 0fr 2fr;
  height: 100%;
}
.user_data_form .user_registration_col_left {
  overflow: hidden;
}
.user_data_form .user_registration_col_line {
  background-color: #D0D7D9;
  width: 2px;
  min-height: 60vh;
  height: 100%;
}
.user_data_form .user_registration_col {
  padding: 30px 22px;
  padding-top: 70px;
  overflow: hidden;
}
.user_data_form .user_registration_box {
  padding: 6px 14px;
  background-color: #D0D7D9;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
}
.user_data_form h5 {
  padding: 3px 0px;
  font-weight: 500;
  color: #6e727e;
}
.user_data_form .secondary_button {
  border: none;
}
.user_data_form .primary_skill_button {
  padding: 10px 20px;
  margin-left: 15px;
  height: 34px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  border: 2px solid #3936C4;
  color: #073B4C;
  background: none;
}
@media screen and (max-width: 450px) {
  .user_data_form .primary_skill_button {
    margin-left: 0;
    width: 100%;
  }
}
.user_data_form input::-webkit-outer-spin-button,
.user_data_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.user_data_form input[type=number] {
  -moz-appearance: textfield;
}
.user_data_form .form_icon {
  width: 14px;
  margin-right: 2px;
}
.user_data_form .startup_sdgs_container {
  max-height: 0px;
  overflow-y: hidden;
}
.user_data_form .startup_sdgs_container.impact_startup_selected {
  max-height: 100%;
  margin-top: 3rem;
}
.user_data_form #countries_select {
  width: 200px;
  margin-top: 40px;
  position: absolute;
  background: white;
  z-index: 5;
}
.user_data_form .create_startup_sdgs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.user_data_form .create_startup_sdgs img {
  height: auto;
}
.user_data_form .startup_descriptive_pics {
  display: block;
}
.user_data_form .startup_user_selected_container {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.user_data_form .startup_user_selected display flex flex-direction column img {
  height: auto;
}
.user_data_form textarea.text_area_about {
  width: 100%;
  height: 30vh;
}
.user_data_form .user_registration_skill_title_container {
  margin-top: 16px;
  margin-bottom: 10px;
}
.user_data_form .overview_line_1 {
  width: 73px;
  height: 14px;
  border-radius: 6px;
  background: #EEF3F4;
  margin-bottom: 14px;
  margin-top: -20px;
}
.user_data_form .overview_line_2 {
  height: 14px;
  border-radius: 6px;
  background: #EEF3F4;
  margin-bottom: 7px;
}
.user_data_form .overview_line_3 {
  width: 80%;
  height: 14px;
  border-radius: 6px;
  background: #EEF3F4;
  margin-bottom: 37px;
}
.user_data_form .overview_line_4 {
  width: 73px;
  height: 14px;
  border-radius: 6px;
  background: #D0D7D9;
  margin-bottom: 14px;
}
.user_data_form .overview_line_5 {
  border-radius: 6px;
  background: #EEF3F4;
  margin-bottom: 20px;
  padding: 6px 12px;
}
.user_data_form .row .user_registration_box {
  border-radius: 6px;
  background-color: #D0D7D9;
  padding: 6px 12px;
  width: 45% !important;
  margin: 0 auto 5px auto;
  height: 50px;
}
.user_data_form .overview_multiple_container {
  margin-bottom: 20px;
  background-color: #D0D7D9;
  border-radius: 6px;
}
.user_data_form .overview_multiple_container .user_registration_box {
  margin-bottom: 0;
}
.user_data_form .overview_multiple_container .user_registration_box_location_area {
  margin-bottom: 0;
  padding-bottom: 0;
}
.user_data_form .overview_multiple_container .user_registration_box_skill_area {
  margin-top: 0;
  padding-top: 0;
}
.user_data_form .overview_multiple_container .user_registration_box_work_situation {
  padding-bottom: 0;
}
.user_data_form .overview_multiple_container .user_registration_box_work_hours {
  padding-top: 0;
}
.user_data_form .user_registration_box_skill {
  margin-bottom: 1rem;
  min-height: 160px;
}
.user_data_form .user_registration_box_skill + .overview_line_1 {
  margin-top: 0;
}
.user_data_form section#user_data_form_freelance {
  margin-bottom: 15rem;
  width: 480px;
}
@media screen and (max-width: 450px) {
  .user_data_form section#user_data_form_freelance {
    width: 291px;
    margin-bottom: 12rem;
  }
}
.user_data_form .user_registration_process, .user_data_form .user_registration_skill {
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  margin-right: 3px;
  background-color: rgb(238, 249, 252);
}
.user_data_form .user_registration_box_freelance {
  border-radius: 6px;
}
.user_data_form .user_registration_process {
  margin-bottom: 20px;
}
.user_data_form .user_registration_skill {
  display: inline-block;
}
.user_data_form p {
  margin-bottom: 1px;
  margin-top: 6px;
}
.user_data_form .user_registration_interest {
  padding: 2px 7px !important;
  color: #073B4C !important;
  background-color: rgb(238, 249, 252) !important;
  border-radius: 100px;
}
.user_data_form .form_col_right_second_part {
  grid-row: 1/3;
  grid-column: 2/3;
  max-width: 490px;
  align-self: start;
  margin: auto 0;
}
.user_data_form .form_col_right_second_part span, .user_data_form .form_col_right_second_part p, .user_data_form .form_col_right_second_part .user_registration_process {
  font-size: 10px;
}
.user_data_form .form_col_right_second_part .user_registration_process, .user_data_form .form_col_right_second_part .user_registration_skill {
  padding: 2px 7px;
  color: #073B4C;
  background-color: rgb(238, 249, 252);
}
.user_data_form .form_col_right_second_part .user_registration_process {
  background: #F6F6FF;
}
.user_data_form .form_col_right_second_part .selection_overview_container {
  padding-top: 6px;
  padding-bottom: 6px;
}
.user_data_form .form_col_right_second_part .form_col .acf-fields > .acf-field {
  padding: 0;
}
.user_data_form .form_timeline {
  width: calc 98%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  padding-top: 20px;
}
.user_data_form .form_timeline_percentage {
  font-weight: 600;
  color: #073B4C;
}
.user_data_form .form_timeline_line_opacity {
  width: 100%;
  height: 10px;
  background: #FFFFFF;
  border-radius: 99px;
}
.user_data_form .form_timeline_line {
  width: 0%;
  height: 10px;
  background: #06D6A0;
  position: relative;
  margin-top: -10px;
  border-radius: 99px;
}
.user_data_form .text_input {
  padding: 10px 20px;
  outline: none;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: 2px solid #D0D7D9;
  font-size: 14px;
}
.user_data_form .language_input_container .text_input {
  margin-top: 0px;
  margin-bottom: 0px;
}
.user_data_form .language_input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .user_data_form .language_input_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.user_data_form .language_input_container .language_input_button {
  border: 2px solid #073B4C;
  padding: 6px 16px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 450px) {
  .user_data_form .language_input_container .language_input_button {
    width: 100%;
  }
}
.user_data_form #countries_select option {
  font-size: 14px;
}
.user_data_form input[id=skill_search]:focus {
  border-color: #073B4C;
}
.user_data_form .form_selection_bullets li {
  margin: 5px;
}
.user_data_form .form-control.is-valid {
  border-color: #073B4C;
}
@media screen and (max-width: 450px) {
  .user_data_form h2 {
    margin-bottom: 30px;
  }
}
.user_data_form h2 + p {
  margin-bottom: 10px;
}
.user_data_form h4 {
  margin-top: -10px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 300;
}
.user_data_form a.button_4th_style {
  display: inline-block;
  width: 70%;
  border: 2px solid #073B4C;
  border-radius: 4px;
  background: white;
  color: #073B4C;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .user_data_form a.button_4th_style {
    width: 100%;
  }
}
.user_data_form .form_end_buttons_container {
  margin-top: 30px;
}
.user_data_form .current_location_button {
  padding: 10px 0;
  margin-bottom: 10px;
}
.user_data_form .invalid-feedback, .user_data_form .name-error, .user_data_form .email-error, .user_data_form .password-error {
  font-size: unset;
  color: #073B4C;
}
.user_data_form .form_error {
  color: #073B4C;
}
.user_data_form .acf-google-map {
  border: 2px solid #D0D7D9;
  border-radius: 6px;
}
.user_data_form .acf-google-map .title {
  border: none;
}

.form_col .link_info_text_small {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 10px;
}
.form_col .acf-fields > .acf-field {
  padding: 0 0px;
}
.form_col .acf-notice.-error.acf-error-message.-dismiss {
  display: none;
}
.form_col .updated.alert.alert-success {
  display: none;
}
.form_col .acf-field .acf-label {
  display: none;
}
.form_col .acf-field input[type=text], .form_col .acf-field input[type=password], .form_col .acf-field input[type=date], .form_col .acf-field input[type=datetime], .form_col .acf-field input[type=datetime-local], .form_col .acf-field input[type=email], .form_col .acf-field input[type=month], .form_col .acf-field input[type=number], .form_col .acf-field input[type=search], .form_col .acf-field input[type=tel], .form_col .acf-field input[type=time], .form_col .acf-field input[type=url], .form_col .acf-field input[type=week], .form_col .acf-field textarea, .form_col .acf-field select {
  padding: 8px 16px;
}
.form_col .btn-social.btn-linkedin {
  margin-bottom: 10px;
}
.form_col .btn-social.btn-google, .form_col .btn-social.btn-facebook {
  width: calc(50% - 10px) !important;
  display: inline-block !important;
}
.form_col .btn-social.btn-google {
  margin-right: 10px;
  background: rgb(79, 113, 232) !important;
}
.form_col .btn-social.btn-google > :first-child {
  padding-left: 4px;
  background: white;
  left: 0px;
}
.form_col .grey_text_color {
  color: #D0D7D9;
  margin-left: 25px;
  margin-right: 25px;
}
.form_col .flex_line_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form_col .horizontal_line {
  height: 1px;
  background-color: #D0D7D9;
  margin-top: 16px;
  width: 100%;
}
.form_col .btn-social.btn-facebook {
  margin-left: 10px;
}
.form_col .row > * {
  width: 50%;
}
.form_col .acf-field.acf-field-email.acf-field-60196e9d857e5.form-group.col-12 {
  width: 200%;
}
.form_col .acf-field .acf-input .acf-input-wrap input {
  padding: 10px;
}
.form_col .acf-field {
  margin: 10px 0;
}
.form_col .register_user_submit_button {
  margin-top: 40px;
  width: 100%;
  font-weight: 600;
}

.registration_form_first_right_col {
  background: url("/wp-content/uploads/2021/03/registrationimage.jpg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right 0px;
  min-height: 100vh;
  position: absolute;
  width: 100%;
}

.form_logo.form_logo_svg {
  margin-left: 30px;
  width: 200px;
  height: auto;
}

.form_col_left {
  padding-top: 5rem;
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 100px;
}
.form_col_left .about_section {
  width: 520px;
}
@media screen and (max-width: 1200px) {
  .form_col_left .about_section {
    width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .form_col_left .about_section {
    width: 520px;
  }
}
@media screen and (max-width: 450px) {
  .form_col_left .about_section {
    width: 282px;
  }
}
.form_col_left .about_section h2 {
  margin-bottom: 2rem;
}
.form_col_left .about_section p {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .form_col_left {
    padding: 0;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1000px) {
  .form_col_left .skill_box {
    margin-bottom: 12rem;
  }
}
.form_col_left .skill_section {
  width: 482px;
}
@media screen and (max-width: 450px) {
  .form_col_left .skill_section {
    width: 275px;
  }
}
.form_col_left .industries_section {
  width: 482px;
}
@media screen and (max-width: 450px) {
  .form_col_left .industries_section {
    width: 290px;
  }
}
.form_col_left .work_situation_section, .form_col_left .work_hours_section {
  width: 460px;
}
@media screen and (max-width: 450px) {
  .form_col_left .work_situation_section, .form_col_left .work_hours_section {
    width: 290px;
  }
}
.form_col_left .languages_section {
  width: 482px;
}
@media screen and (max-width: 450px) {
  .form_col_left .languages_section {
    width: 275px;
  }
}
.form_col_left .work_hours_section {
  width: 460px;
}
@media screen and (max-width: 450px) {
  .form_col_left .work_hours_section {
    width: 290px;
  }
}
.form_col_left .location_box {
  margin-top: 50px;
}
@media screen and (max-width: 450px) {
  .form_col_left .location_box {
    width: 296px;
  }
}
.form_col_left .profile_end_section_user {
  width: 478px;
}
.form_col_left .profile_end_section_user .boost_user_box {
  background-color: #F1F4FD;
  border-radius: 10px;
  padding-inline: 30px;
  padding-bottom: 23px;
  padding-top: 31px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6rem;
}
.form_col_left .profile_end_section_user .boost_user_box h4 {
  width: auto;
  font-weight: 500;
}
.form_col_left .profile_end_section_user .boost_user_box .boost_button_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .form_col_left .profile_end_section_user {
    width: 296px;
  }
  .form_col_left .profile_end_section_user .boost_user_box {
    padding-inline: 9px;
  }
}
@media screen and (max-width: 450px) {
  .form_col_left .skill_section, .form_col_left .location_box, .form_col_left .work_hours_section, .form_col_left .work_situation_section, .form_col_left .work_hours_section, .form_col_left .languages_section, .form_col_left .industries_section, .form_col_left .about_section {
    margin-bottom: 12rem;
  }
}
.form_col_left .members_section {
  width: 500px;
}
.form_col_left .members_section h2 {
  margin-bottom: 50px;
}
.form_col_left .members_section .members_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  margin-top: 65px;
  row-gap: 20px;
}
.form_col_left .members_section .members_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
.form_col_left .members_section .members_description .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form_col_left .members_section .members_description .img_round {
  width: 47px;
}
.form_col_left .members_section .members_description .member_name {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
}
.form_col_left .members_section .members_description .member_proffesion {
  margin-top: 6px;
  font-size: 10px;
}
.form_col_left .members_section .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px;
}
.form_col_left .members_section .link_box .email_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #073B4C;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}
.form_col_left .members_section .link_box .link_circle {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #F6F6FF;
  font-size: 22px;
  text-align: center;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
@media screen and (max-width: 550px) {
  .form_col_left .members_section {
    width: 275px;
  }
  .form_col_left .members_section .members_box {
    margin-top: 25px;
  }
  .form_col_left .members_section .copy_link {
    display: none;
  }
}
.form_col_left .startup_name_section {
  width: 500px;
}
.form_col_left .startup_name_section h2 {
  margin-bottom: 3rem;
}
.form_col_left .startup_industries_section {
  width: 472px;
}
.form_col_left .location_section {
  width: 508px;
}
.form_col_left .location_section h2 {
  margin-bottom: 3rem;
}
.form_col_left .business_model_section {
  width: 453px;
}
.form_col_left .business_model_section .model_heading {
  margin-top: 3rem;
}
.form_col_left .business_model_section .create_startup_funding {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  margin-top: 3rem;
}
.form_col_left .age_section {
  width: 453px;
  margin-bottom: 12rem;
}
.form_col_left .team_section {
  width: 500px;
}
.form_col_left .team_section form {
  margin-top: 3rem;
}
.form_col_left .impact_section {
  width: 480px;
}
.form_col_left .startup_website_section {
  width: 500px;
}
@media screen and (max-width: 450px) {
  .form_col_left .startup_website_section {
    width: 288px;
    margin-bottom: 10rem;
  }
}
.form_col_left .startup_website_section .description_box {
  margin-bottom: 4rem;
  margin-top: 6rem;
}
.form_col_left .startup_website_section .description_box textarea {
  width: 100%;
  height: 257px;
  margin-top: 25px;
}
.form_col_left .profile_end_section {
  width: 600px;
  margin-top: 5rem;
}
.form_col_left .profile_end_section a {
  width: 248px;
}
.form_col_left .profile_end_section h4 {
  margin-top: 0px;
}
.form_col_left .profile_end_section .boost_box {
  background-color: #f1f4fd;
  border-radius: 10px;
  padding-inline: 10px;
  padding-bottom: 23px;
  padding-top: 31px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 6rem;
}
.form_col_left .profile_end_section .boost_button {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 15px;
}
.form_col_left .profile_end_section .heading_boost {
  width: auto;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .form_col_left .startup_name_section, .form_col_left .startup_industries_section, .form_col_left .location_section, .form_col_left .business_model_section, .form_col_left .age_section, .form_col_left .impact_section, .form_col_left .profile_pic_section, .form_col_left .profile_end_section, .form_col_left .startup_stage_section {
    width: 290px;
    margin-bottom: 10rem;
  }
}

.form_col_right .overview_dot_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
  height: 63px;
  background-color: #073B4C;
  padding: 18px 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-right: 20px;
}
.form_col_right .overview_dot_container .overview_dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
  margin: auto 0;
  margin-right: 5px;
}
.form_col_right .overview_highlight {
  background-color: #06D6A0 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px;
}

.lineheight_value {
  line-height: 1.6;
  margin-bottom: 25px;
  display: none;
}

.register_user_data_form .form_col_right {
  width: calc(100% - 120px);
  max-width: 450px;
  margin: 0 auto;
  margin-top: 120px;
  background: none;
}

/* On screens that are 1250px or less */
@media screen and (max-width: 1250px) {
  .registration_form_first_right_col {
    background-size: 45% auto;
  }
  .user_data_form .form_col_right {
    min-width: 350px;
    padding-bottom: 1rem;
  }
}
/* On screens that are 991pc or less */
@media screen and (max-width: 1000px) {
  .form_col_right {
    display: none;
  }
  .user_data_form {
    background: none;
    margin: 0 auto 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .user_data_form .user_data_form_container {
    grid-template-columns: auto;
    grid-template-rows: 10% 80%;
    margin: 0 auto;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: start;
  }
  .registration_form_first_right_col {
    background: none;
  }
}
/* On screens that are 576px or less */
@media screen and (max-width: 576px) {
  .form_selection_boxes {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .user_data_form .user_data_form_container {
    max-width: 100%;
    padding: 0px;
    grid-template-rows: 8% auto 10%;
  }
  .user_data_form .form_col_right {
    width: unset;
    max-width: 100%;
  }
  .user_data_form .form_col_left {
    min-width: unset;
    -ms-flex-item-align: start;
    align-self: start;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 1000px) {
  .user_data_form .form_col_left {
    -ms-flex-item-align: unset !important;
    align-self: unset !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .user_data_form .trustedby {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .user_data_form_container {
    max-width: 100%;
    padding: 0px;
    grid-template-rows: 8% -webkit-min-content 10%;
    grid-template-rows: 8% min-content 10%;
  }
  .form_selection_boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 350px) {
  .form_selection_boxes {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.create_startup_form_team_member_images {
  width: 50px;
  height: auto;
  margin: 25px auto 0;
}

.startup_user_selected_name {
  margin-top: 15px;
  font-weight: 600;
}

.startup_user_role {
  margin-top: 5px;
}

.invite_via_email_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invite_via_email_container span {
  margin: auto 0;
}

.sdgs_overview {
  width: 50px;
  height: auto;
}

.gallery_pic_form_label {
  cursor: pointer;
  text-align: center;
  padding: 20px 0px;
  color: #073B4C;
}

.profile_pic_form_label {
  cursor: pointer;
  text-align: center;
  padding: 20px 0px;
  color: #073B4C;
  width: 100%;
  height: 100%;
  margin: auto;
}

.create_startup_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #D0D7D9;
  border-radius: 4px;
  padding: 2px;
}

.share_link_input {
  border: none;
  width: 50%;
  padding: 10px;
  outline: none;
}

#copy_to_clipboard {
  margin: auto 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
}

.copy_link {
  cursor: pointer;
  text-decoration: underline;
  margin-right: 15px;
}

.company_logo_deselectable {
  width: auto;
  height: 160px;
}

.middle_container {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middle_container:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.company_logo_deselectable_container:hover {
  cursor: pointer;
}

.company_logo_deselectable_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company_logo_deselectable_container:hover .company_logo_deselectable {
  opacity: 0.3;
}

.company_logo_deselectable_container:hover .middle_container {
  opacity: 1;
}

.company_logo_deselectable_container .gallery_image {
  width: auto;
}

.sdgs_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sdgs_value div {
  margin: 5px 5px 0 0;
}

.sdgs_overview {
  width: 40px;
}

.complete_form_button {
  text-decoration: none;
}
.complete_form_button button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: auto;
  margin-top: 50px;
}

.form_width {
  width: 76%;
}
@media screen and (max-width: 1200px) {
  .form_width {
    width: 100%;
  }
}

.login-icon__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 8px;
}
@media screen and (max-width: 600px) {
  .login-icon__box {
    grid-template-rows: repeat(3, 1fr);
  }
  .login-icon__box .fbook-btn__login {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .login-icon__box .gmail-btn__login {
    grid-column: 1/3;
  }
}
.login-icon__box .lnkedin-btn__login {
  grid-column: 1/3;
  background-color: rgb(10, 102, 194);
  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;
}
.login-icon__box .lnkedin-btn__login img {
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.login-icon__box .gmail-btn__login {
  background-color: #eb4336;
  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;
  gap: 5px;
}
.login-icon__box .gmail-btn__login img {
  width: 36px;
  height: 36px;
}
.login-icon__box .fbook-btn__login {
  background-color: #3B579C;
  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;
  gap: 5px;
}
.login-icon__box img {
  width: 27px;
  height: 27px;
}
.login-icon__box button {
  color: white;
  font-size: 14px;
  padding: 6px 5px;
}
.login-icon__box span {
  font-weight: 600;
}

.checkbox_styling, .checkbox_styling_remove_all {
  background: #FFFFFF !important;
  border: 1px solid rgba(7, 59, 76, 0.5) !important;
  border-radius: 10px !important;
}

#user_data_form_about_you, #user_data_form_about_you_long {
  width: 482px;
}

.user_data_form_section {
  width: 482px !important;
  margin: auto !important;
}
@media screen and (max-width: 1000px) {
  .user_data_form_section {
    width: unset !important;
  }
}

@media screen and (max-width: 1000px) {
  .user_data_form_container .form_col_left {
    padding: 0 25px 25px 25px;
  }
}

@media screen and (max-width: 1000px) {
  .checkbox_styling_remove_all {
    font-size: 16px !important;
  }
  .form-check label {
    font-size: 16px;
  }
  .user_data_form_start_button {
    padding: 15px !important;
  }
  .checkbox_styling {
    font-size: 16px !important;
  }
  .next_prev_buttons_container {
    margin-top: 50px;
  }
}
.user_data_form_suggest {
  position: absolute;
  bottom: 25px;
  left: 10%;
}
@media screen and (max-width: 1000px) {
  .user_data_form_suggest {
    bottom: 0;
    left: unset;
    z-index: 999;
    background-color: white;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.maximum-capacity {
  padding: 10px 20px;
  outline: none;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: 2px solid #D0D7D9;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .form_col_left {
    -ms-flex-item-align: unset !important;
    align-self: unset !important;
    width: 100% !important;
  }
}

.profile_pic__input_to_be_removed {
  border: 2px solid #073B4C;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: white;
  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;
  color: #073B4C;
  text-align: center;
  width: 100% !important;
  height: 300px !important;
}

.woocommerce {
  padding-top: 150px;
  max-width: 1200px;
  margin: auto;
}

.product_meta {
  display: none;
}

.single_add_to_cart_button, .checkout-button, #place_order {
  background-color: #06D6A0 !important;
  color: black !important;
  padding: 15px 15px !important;
  width: 50% !important;
  border-radius: 25px !important;
  text-align: center !important;
  display: block;
}

#place_order {
  float: left !important;
}

#coupon_code {
  width: 200px !important;
}

.woocommerce-input-wrapper input {
  padding: 5px !important;
}

#order_review_heading {
  margin-top: 50px !important;
}

.quantity {
  display: none !important;
}

.entry-summary .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .woocommerce-Tabs-panel, .woocommerce-billing-fields, .entry-summary, .woocommerce-additional-fields, .woocommerce-checkout-review-order, .woocommerce-order {
    width: 90% !important;
    margin: auto !important;
  }
  .wcrs_thankyou_wrapper span #referralLink {
    width: 100% !important;
  }
  #order_review_heading {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
  }
  .woocommerce-additional-fields {
    margin-top: 30px important;
  }
}
.highlighted-header-list {
  color: #FA57CC;
  font-weight: 600;
}

.indented-body-list {
  list-style: none;
}
.indented-body-list:before {
  display: inline-block;
  content: "-";
  width: 0.7em;
  margin-left: -1em;
}

ol ul {
  padding-left: 20px;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.cart, .summary {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.woo-custom-product-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #06D6A0;
}

.entry-summary .price {
  display: none;
}

#abonnement-type {
  padding: 10px 5px;
  border-radius: 10px;
}

.reset_variations {
  display: none !important;
}

.variations tbody tr .label {
  width: 30%;
}

.woocommerce-variation-description p {
  color: #FA57CC;
  font-size: 18px;
  margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations td {
  vertical-align: middle;
}

.nav-links {
  display: none !important;
}

li.additional_information_tab {
  display: none !important;
}

.woocommerce-info, .woocommerce-error {
  border-top-color: #06D6A0;
}

.woocommerce-error::before {
  color: #06D6A0;
}

.woocommerce-info::before {
  color: #06D6A0;
}

.showcoupon {
  color: #06D6A0;
}

.form-row-last .button {
  border-radius: 100px !important;
  background: #06D6A0 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 10px 15px !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.form-row-last .button:hover {
  background-color: #06D6A0 !important;
  border-color: #06D6A0 !important;
}

#stripe-payment-data a {
  color: #06D6A0 !important;
}

.woocommerce-privacy-policy-link {
  color: #06D6A0 !important;
}

#coupon_code {
  border-radius: 5px !important;
  padding: 5px !important;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper input {
  border-radius: 5px !important;
  padding: 5px !important;
}

.select2-selection--single {
  height: 36px !important;
}

.select2-selection__rendered {
  line-height: 36px !important;
}

#order_comments {
  border-radius: 5px !important;
  padding: 5px !important;
}

#customer_details .col-2 {
  display: none !important;
}
#customer_details .col-1 {
  width: 100% !important;
}

.woocommerce-form-coupon .form-row-first {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 20% !important;
}
.woocommerce-form-coupon .form-row-last {
  float: unset !important;
}

.wcrs_thankyou_wrapper i {
  font-style: normal;
  line-height: 1.5;
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .wcrs_thankyou_wrapper i {
    width: 100%;
  }
}
.wcrs_thankyou_wrapper #referralLink {
  padding: 5px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .wcrs_thankyou_wrapper #referralLink {
    margin-top: 15px;
  }
}
.wcrs_thankyou_wrapper h1 {
  display: none !important;
}
.wcrs_thankyou_wrapper #wcrs-link-copy {
  border: 2px solid #06D6A0;
  background-color: white;
  border-radius: 25px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .wcrs_thankyou_wrapper #wcrs-link-copy {
    margin-top: 15px;
  }
}

.woocommerce-order-details header h2 {
  display: none;
}

.woocommerce-MyAccount-subscriptions {
  display: none;
}

.woocommerce-thankyou-order-details + p {
  display: none;
}

@media screen and (max-width: 1000px) {
  .cwrs_share span {
    margin: auto;
  }
}

.related {
  display: none !important;
}

.footer {
  background-image: linear-gradient(105.92deg, #06D6A0 0%, #118AB2 101.59%);
}
.footer .footer_wave {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer .footer_wave {
    margin-top: -0.5vh;
  }
}
.footer .footer_green_wave {
  width: 100%;
  margin-top: -18vh;
}
@media screen and (max-width: 1000px) {
  .footer .footer_green_wave {
    margin-top: -7vh;
  }
}
.footer .footer_row_logo {
  width: 80%;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .footer_row_logo {
    width: 90%;
  }
}
.footer .footer_row_logo a {
  width: 150px;
}
.footer .footer_row {
  width: 80%;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .footer_row {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .footer_row_payments {
  width: 60%;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .footer .footer_row_payments {
    width: 90%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.footer .footer_column {
  font-size: 16px;
  line-height: 2.5;
}
.footer .footer_column span {
  color: white;
}
@media screen and (max-width: 1000px) {
  .footer .footer_column .member_footer {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer_column .SoMe_wrapper_footer {
    margin-bottom: 50px;
  }
}
.footer .footer_column p {
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .footer .footer_column p {
    font-size: 19px;
    margin: 0;
  }
}
.footer .footer_column ul {
  padding: 0;
  margin: 0;
}
.footer .footer_column li {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: white;
  list-style: none;
}
.footer .footer_column a {
  text-decoration: none;
  color: white;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
  margin: auto;
}

/* 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;
}

.button_main {
  border-radius: 100px;
  background-color: #06D6A0;
  border-color: #06D6A0;
  color: #073B4C;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 10;
  margin: 0 auto 30px auto;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px 20px 5px rgba(6, 214, 160, 0.3);
  box-shadow: 4px 4px 20px 5px rgba(6, 214, 160, 0.3);
}
@media screen and (max-width: 1000px) {
  .button_main {
    padding: 10px 10px;
    margin: auto;
  }
}
.button_main:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  border-color: #06D6A0;
}

/*--------------------------------------------------------------
# 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);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  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;
}

/* Animations */
@-webkit-keyframes moveit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes moveit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes moveitback {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveitback {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*# sourceMappingURL=frontend.css.map */
