/* NORMALISE */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

:root {
  --black: #000;
  --white: #fff;
  --green: #2c7873;
  --grey: #7a7a7a;
  --title: #333;
  --placeholder: #bababa;
  --background: rgba(247, 247, 247, 0.984);
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  box-sizing: border-box;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* NORMALISE */

/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: "Montserrat";
  overflow-x: hidden;
}

header .logo {
  max-width: 356px;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
header {
  padding-left: 10px;
  padding-right: 10px;
}
header .container .nav-links .nav-btn {
  width: 230px;
  /* width: 100%; */
}
.burger-menu {
  display: none;
}
header .container .nav-links .nav-btn .button.green {
  width: 100%;
  border-radius: 30px;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  color: var(--white);
  max-height: 50px;
  font-size: 20px;
  gap: 10px;
}
header .container .nav-links .nav-btn .button.black {
  width: 100%;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border: 2px solid var(--black);
  height: 50px;
  font-size: 20px;
}
header .container .nav-links .nav-btn .button.green img {
  width: 32px;
  height: 32px;
}
header .container .nav-links .link {
  text-decoration: none;
  color: var(--black);
}

.button {
  display: flex;
  text-align: center;
  text-decoration: none;
}

.hero-content .title {
  font-size: 40px;
  text-align: center;
  color: var(--white);
}

.hero-container {
  position: relative;
  overflow: hidden;
}
.hero-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-height: 860px;
  height: 860px;
  overflow: hidden;
  margin-bottom: 80px;
}
.hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.form-buttons .button.green {
  border-radius: 50px;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}
.hero-form .form-buttons {
  max-width: 230px;
  max-height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero-container .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: scale(1.05);
}
.hero-content {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 90px;
  z-index: 1;
  position: relative;
}
.hero-form {
  box-sizing: border-box;
  max-width: 670px;
  max-height: 466px;
  height: 100%;
  width: 100%;
  background-color: var(--white);
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
}
.hero-form .title {
  font-size: 20px;
  text-align: center;
  color: var(--black);
  padding: 40px 0;
  padding-top: 10px;
}
.hero-form {
  padding: 20px;
}
.hero-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

input {
  box-sizing: border-box;
  border: 1px solid #bababa;
}
input:focus {
  outline: none;
}
.input-container input {
  display: block;
  width: 100%;
  border-radius: 30px;
  height: 46px;
  padding: 10px;
}
.input-container input::placeholder {
  color: var(--grey);
  opacity: 1;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.hero-inputs .select2-container--default .select2-selection--single {
  height: 46px;
  border-radius: 30px;
  align-items: center;
  display: flex;
}
.hero-inputs
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.select2-container {
  width: 100%;
}
.input-container.img {
  position: relative;
}
.input-container.img img {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  right: 10px !important;
  top: 12px;
}
.input-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--grey) !important; /* Change the color to your desired color */
}
.industries {
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.industries .title {
  font-size: 20px;
  color: var(--grey);
  text-align: left;
}

.industries .industries-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.industries .industries-item {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--grey);
}
.industries .industries-item img {
  width: 16.5px;
  height: 16.5px;
}

.video-container {
  background-color: #e8e8e8;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.video-title {
  color: var(--title);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.video {
  margin: auto 0;
  text-align: center;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
.video-container video {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
}

.hot-jobs {
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.hot-jobs .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.hot-jobs .container .title {
  color: var(--title);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
}
.hot-jobs-item {
  max-width: 370px;
  /* max-height: 426px; */
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
}
.hot-jobs-item .profil-image {
  max-width: 100%;
  max-height: 230px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.hot-jobs-item .profil-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.hot-jobs-item .item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.hot-jobs-item .item-header .job-name {
  font-weight: bold;
}
.hot-jobs-item .item-header .job-location {
  display: flex;
  align-items: center;
}
.hot-jobs-item .item-content {
  font-size: 15px;
  padding: 15px;
}
.hot-jobs-item .item-description {
  margin-bottom: 16px;
  max-height: 235px;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.hot-jobs-item .item-btn {
  width: 50%;
  max-height: 34px;
  margin-bottom: 20px;
}
.hot-jobs-item .item-btn .button.green {
  border-radius: 50px;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  /* gap: 10px; */
  width: 100%;
  height: 100%;
  padding: 4px 0;
  /* display: flex; */
  /* margin: 0 auto;] */
  /* margin-top: 40px; */
}

.advantages .advantages-item {
  max-width: 400px;
  text-align: center;
}

.advantages-item .advantages-img .inside-round {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantages-item .advantages-img {
  position: relative;
  margin-bottom: 20px;
}
.advantages .content {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  /* margin-bottom: 60px; */
  padding-bottom: 60px;
}
.advantages {
  background-color: #e8e8e8;
}
.advantages-img .advantages-img .background-round-black {
  width: 100px;
  height: 100px;
}
.advantages-item .advantages-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.advantages-img .inside-round {
  height: 45px;
  width: 45px;
}
.advantages-img .inside-round.check-circle {
  width: 68px;
  height: 68px;
}
.advantages-img .inside-round.plus-circle {
  width: 50px;
  height: 50px;
}
.advantages-content {
  text-align: center;
  /* max-width: 390px; */
  padding: 0 25px;
  /* width: 100%; */
}
.advantages .container .title {
  padding-top: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--title);
}

.sign-up-free {
  background-color: var(--black);
  height: 270px;
  margin-bottom: 100px;
}
.sign-up-free .button-container {
  padding-top: 30px;
  margin: 0 auto;
}
.sign-up-free .title {
  text-align: center;
  color: var(--white);
  font-size: 24px;
  width: 50%;
  margin: 0 auto;
  padding-top: 80px;
}
.sign-up-free .button-container .button.green {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 30px;
  font-weight: 400;
}

.item-header.blog {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hot-jobs-item .item-btn.blog .button.green {
  padding: 8px 0;
}
.new-jobs-item-header {
  font-weight: bold;
}
.new-jobs .title {
  font-size: 30px;
}
.new-jobs {
  padding-bottom: 80px;
}
.new-jobs-content {
  margin-top: 40px;
  border-top: 1px solid var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  row-gap: 30px;
}
.new-jobs-item {
  font-size: 20px;
  display: flex;
  color: var(--grey);
  flex-direction: column;
  gap: 10px;
}
.new-jobs .bottom-btn {
  max-width: 400px;
  max-height: 60px;
  height: 100%;
  margin-bottom: 60px;
  margin: 0 auto;
}
.new-jobs .bottom-btn .button.green.transparent {
  border: 2px solid var(--green);
  color: var(--green);
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}

footer {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 40px;
}
footer .container.name {
  border: none;
  margin-top: 40px;
}
footer .container {
  border-bottom: 2px solid var(--white);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
}
footer .footer-item {
  margin-top: 40px;
}
footer .footer-item .title {
  font-size: 17px;
  margin-bottom: 20px;
}
footer .footer-item .content {
  margin-bottom: 10px;
}
footer .content-img {
  display: flex;
  grid-area: 5px;
}
footer .content-img img {
  width: 34px;
  height: 34px;
}

/* REGISTER */
.register .container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.register {
  padding-left: 10px;
  padding-right: 10px;
}
.register .title {
  font-size: 22px;
  color: var(--title);
  padding-top: 80px;
  padding-bottom: 60px;
  font-weight: 600;
  text-align: center;
}
.register-header-buttons .button.green,
.form-input-btn .button.green {
  width: 100%;
  border: 2px solid var(--green);

  border-radius: 30px;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 15px 0;
  max-height: 50px;
  font-size: 14px;
  gap: 10px;
}
.register-header-buttons .button.green.transparent {
  border: 2px solid var(--green);
  color: var(--green);
  background-color: transparent;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 30px;
  width: 100%;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; */
}
.register-header-buttons .register-btn {
  /* max-width: 220px; */
  width: 100%;
}
.register-header-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.register-form .input-checkbox {
  display: flex;
  gap: 10px;
}

.register-form .input-checkbox p a {
  text-decoration: none;
  color: var(--black);
  font-weight: bold;
  font-size: 14px;
}
.register-form {
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-input-btn p {
  color: var(--grey);
  text-align: center;
}
.form-input-btn p a {
  color: var(--black);
  text-decoration: none;
}

/* REGISTER */
/* FORGOT PASSWORD */
.input-checkbox.forgotpass {
  text-align: center;
  color: var(--grey);
  font-size: 14px;
  margin-bottom: 40px;
}
.register.forgotpass .title {
  font-weight: normal;
}
/* FORGOT PASSWORD */

/* LOGIN */
.register.login .form-input-btn {
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.register.login .form-input-btn a {
  text-decoration: none;
  color: var(--grey);
}

/* LOGIN */

/* JOB-SEARCH */
.job-search {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.job-search-item {
  padding: 10px;
  background-color: rgba(247, 247, 247, 0.984);
  border: 1px solid #bababa;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.job-search-item .job-image {
  height: 230px;
  /* width: 287.5px; */
  width: 230px;
  border-radius: 30px;
  border: 1px solid #bababa;
  background: var(--white);
  display: flex;
}
.job-search-item .job-image img {
  object-fit: cover;
  border-radius: 30px;
  margin: auto 0;
  width: 230px;
  height: 230px;
}
.job-search-item .item-content {
  width: 100%;
}
.job-search-item .item-header {
  display: flex;
  justify-content: space-between;
  width: 98%;
}
.job-search-item .item-header .title {
  font-size: 24px;
  font-weight: bold;
}
.job-search-item .item-header .location .name {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--grey);
}

.job-search-item .item-header .location {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 15px;
}
.job-search-item .item-content .item-description {
  margin-top: 20px;
  width: 97.5%;
  font-size: 15px;
  text-align: justify;
}
.job-search .container {
  max-width: 1280px;
}
.job-search .item-btn-bottom {
  max-width: 165px;
  margin-top: 30px;
}
.job-search .item-btn-bottom .button.green {
  background-color: var(--green);
  color: white;
  text-decoration: none;
  padding: 8px 0;
  /* text-align: center; */
  display: flex;
  border-radius: 30px;
  justify-content: center;
}
.job-search .page-number {
  display: flex;
  margin-top: 40px;
  gap: 4px;
  justify-content: right;
}
.job-search .page-number .number {
  padding: 5px 10px;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: var(--grey);
  text-decoration: none;
}
.job-search .page-number .number.active {
  color: var(--black);
}
/* JOB-SEARCH */
/* employee details page */
.employee-details-page {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.employee-details-page .container {
  max-width: 1280px;
}
.employee-details-page .container .profile {
  display: flex;
  gap: 20px;
}
.employee-details-page .container .profile .image {
  max-width: 250px;
  max-height: 180px;
  border-radius: 30px;
  border: 1px solid #bababa;
  background-color: #f7f7f7;
}
.employee-details-page .container .profile .image img {
  border-radius: 30px;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employee-details-page .content .left-part {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.employee-details-page .content .left-part .details {
  display: flex;
  gap: 40px;
}
.employee-details-page .content .left-part .details .item {
  display: flex;
  flex-direction: column;
}
.employee-details-page .content .left-part .details .item span {
  font-weight: bold;
}
.employee-details-page .content .left-part .role {
  max-width: max-content;
}
.employee-details-page .content .left-part .title {
  font-size: 30px;
}
.employee-details-page .content .left-part .role .button.green {
  padding: 15px 10px;
  text-decoration: none;
  font-size: 20px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border-radius: 30px;
}
.employee-details-page .content .right-part {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.employee-details-page .content .right-part .favourite {
  justify-content: right;
  display: flex;
}
.employee-details-page .content .right-part .favourite img {
  width: 35px;
  height: 35px;
}
.employee-details-page .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.employee-details-page .content .right-part .btn-chat {
  width: 250px;
  max-height: 50px;
}

.employee-details-page .content .right-part .btn-chat .button.green {
  display: flex;
  gap: 5px;
  max-height: 50px;
  width: 100%;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  /* padding: 2px 5px; */
  background-color: var(--green);
  color: var(--white);
  border-radius: 30px;
}
.employee-details-page .box .title {
  font-weight: bold;
}
.employee-details-page .box {
  padding: 20px;
  background-color: rgba(247, 247, 247, 0.984);
  border: 1px solid #bababa;
  border-radius: 30px;
  margin: 20px 0;
}
.box.forposition .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.box.forposition .forposition-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.box.forposition .forposition-item img {
  width: 23px;
  height: 20px;
}
.employee-details-page .box.description .content {
  display: flex;
  flex-direction: column;
}
/* employee details page */

.employee-details-page.companies .left-part .details .item {
  font-weight: bold;
}
.box.forposition.companies .content {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  column-gap: 10px;
}
.box.forposition.companies .content .forposition-item {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: start !important;
}
.box.forposition.companies .content .forposition-item span {
  font-weight: bold;
}

.companies-details-page-carousel {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.companies-details-page-carousel .hot-jobs-item {
  /* padding: 40px 20px; */
  /* padding-bottom: 20px; */
  margin-bottom: 10px;
  max-height: max-content;
}

.companies-details-page-carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  color: #121212;
}
.companies-details-page-carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  color: #121212;
}
.companies-details-page-carousel .owl-carousel .owl-nav button.owl-next:hover,
.companies-details-page-carousel .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--black);
}

.employee-details-page .content .left-part .details .item.jobs-search {
  display: flex;
  flex-direction: row !important;
  gap: 5px;
  align-items: center;
}
.employee-details-page .content .left-part .details .item.jobs-search img {
  width: 20px;
  height: 20px;
}
.employee-details-page .content .left-part .details .item.jobs-search p {
  font-weight: normal;
}
.box.forposition.grid .left-forposition .forposition-item {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.box.forposition.grid .left-forposition .forposition-item span {
  font-weight: bold;
}
.box.forposition.grid .left-forposition .forposition-item p {
  text-align: justify;
}
.box.forposition.grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
}
.box.forposition.grid .right-forposition .content .forposition-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.box.forposition.grid .right-forposition .content .forposition-item span {
  font-weight: bold;
}
.box.forposition.grid .right-forposition .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 20px;
}
.box.details .content {
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box.details .content .forposition-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.box.details .content .forposition-item span {
  margin-bottom: 10px;
  font-weight: bold;
}
.box.media .content .forposition-item span {
  font-weight: bold;
}
.box.media .content .forposition-item {
  width: 100%;
}
.box.media .content .forposition-item .videos {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width: 100%;
  row-gap: 20px;
  column-gap: 20px;
}
.box.media .content .forposition-item .videos .video {
  margin: 0 auto;
  padding: 10px 0;
}
.box.media .content .forposition-item .videos .video video {
  max-width: 550px;
  max-height: 308px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.box.media .content .forposition-item .photos {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.box.media .content .forposition-item .photos .photo img {
  max-width: 200px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  /* height: 100% !important; */
  border-radius: 10px;
}

/* newsfeed mynetwork */
header .container .nav-links .nav-btn.logged .button.green {
  justify-content: space-around;
}
.profile-menu {
  background: var(--black);
  padding: 5px 0;
  margin-bottom: 20px;
}
.profile-menu .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 6px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1540px;
}
.profile-menu .button {
  max-width: 215px;
  font-size: 16px;
  justify-content: center;
  border-radius: 30px;
  padding: 15px 10px;
}
.button.white {
  background: var(--white);
  color: var(--black);
}
.profile-menu .button.active {
  background: var(--green);
  color: var(--white);
}

.newsfeed-mynetwork .container .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0;
}
.newsfeed-mynetwork .container {
  padding-left: 10px;
  padding-right: 10px;
}
.newsfeed-mynetwork .container .box.mynetwork {
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #c9c9c9;
  max-width: 1020px;
  margin: 40px auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.newsfeed-mynetwork
  .container
  .box.mynetwork
  .mynetwork-item
  .left
  .profile
  img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-mynetwork .container .box.mynetwork .mynetwork-item .left {
  display: flex;
  gap: 20px;
}
.newsfeed-mynetwork
  .container
  .box.mynetwork
  .mynetwork-item
  .left
  .details
  .name {
  margin-bottom: 10px;
  font-weight: bold;
}
.newsfeed-mynetwork .container .box.mynetwork .mynetwork-item .left .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  color: var(--green);
}
.newsfeed-mynetwork .container .box.mynetwork .mynetwork-item {
  display: flex;
  justify-content: space-between;
}
.newsfeed-mynetwork .container .box.mynetwork .mynetwork-item .left .details a {
  text-decoration: none;
  color: var(--green);
}
.newsfeed-mynetwork .container .box.mynetwork .mynetwork-item .right {
  display: flex;
  align-items: center;
  max-width: 230px;
  width: 230px;
}
.newsfeed-mynetwork
  .container
  .box.mynetwork
  .mynetwork-item
  .right
  .button.green {
  background-color: var(--green);
  color: white;
  text-decoration: none;
  justify-content: center;
  font-size: 14px;
  border-radius: 30px;

  width: 100%;
  padding: 10px 0;
}
/* newsfeed mynetwork */

/* personal-data job-seeker */
.job-seeker-form .container .box {
  padding: 20px;
  background-color: rgba(247, 247, 247, 0.984);
  border-radius: 20px;
  margin: 20px auto;
  max-width: 1020px;
}
.job-seeker-form .container .box .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.job-seeker-form .container .box .form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.job-seeker-form .container .box .form-container .form-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  align-items: center;
}
.job-seeker-form .container .box .form-container .form-item label {
  text-align: right;
}
.job-seeker-form .container .box .form-container .form-item input {
  padding: 15px 0;
  padding-left: 0px;
  padding-left: 10px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid var(--placeholder);
} /* personal-data job-seeker */
.form-item .select2-container--default .select2-selection--single {
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 35px;
}
.form-item span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.form-item
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-bottom: 10px;
}
.form-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
  right: 5px;
}
.form-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 25px;
}
.form-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--grey);
}

.form-item .form-upload-item {
  background-color: white;
  max-width: 134px;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  justify-content: center;
  position: relative;
}
/* .form-item .form-upload-item img {
  max-width: 23px;
  max-height: 23px;
  margin: auto 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
} */
.form-item .form-upload-item .text {
  word-wrap: break-word;
  padding: 10px;
  font-size: 14px;
  word-break: break-word;
  color: var(--grey);
}
.form-item .form-upload-item .link {
  color: var(--title);
  text-decoration: underline;
  font-size: 14px;
}
.form-upload-item input {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.form-container .form-button input {
  max-width: 220px;
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  color: var(--white);
  background-color: var(--green);
  border-radius: 30px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.box.job-personal-data.change-password {
  margin-bottom: 60px;
}
/* personal-data job-seeker */

/* REGISTER JOBS PUBLIC PROFILE  */
.public-profile .container {
  padding-left: 10px;
  padding-right: 10px;
}
.public-profile {
  padding-bottom: 60px;
}
.public-profile .container .box {
  background-color: var(--background);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 40px;
  margin-top: 40px;
}
.public-profile .container .box .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.public-profile .container .box .description {
  text-align: center;
}
.public-profile .container .box .public-profile-btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.public-profile .container .box .public-profile-btn .button.green {
  padding: 15px 0;
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  border-radius: 30px;
}
/* REGISTER JOBS PUBLIC PROFILE  */
/* REGISTER JOBS PUBLIC PROFILE LIST  */

.public-profile-list-item {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  border-radius: 30px;
  border: 2px solid var(--green);
  min-height: 210px;
}
.public-profile-list-item .left-part {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: start;
  padding: 20px;
  background-color: var(--white);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.public-profile-list-item .left-part .header {
  margin-top: 10px;
  font-weight: bold;
}
.public-profile-list-item .left-part .description {
  text-align: left !important;
}
.public-profile-list-item .left-part-img {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 10px;
  background-color: var(--white);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.public-profile-list-item .left-part-img .name {
  font-weight: bold;
}
.public-profile-list-item .left-part-img .image img {
  max-width: 230px;
  height: 180px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid #bababa;
}
.public-profile-list-item .right-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: rgba(232, 232, 232, 0.75);
}
.public-profile-list-item .right-part .button.green {
  background-color: var(--green);
  color: var(--white);
  border-radius: 30px;
  padding: 15px 0;
  justify-content: center;
}
.public-profile-list-item .right-part .button.white {
  background-color: var(--white);
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 30px;
  padding: 15px 0;
  justify-content: center;
}
.public-profile-list-item .right-part .public-profile-list-btn {
  max-width: 230px;
  width: 100%;
}
.public-profile .container .box.public-profile-list {
  gap: 20px;
}
/* REGISTER JOBS PUBLIC PROFILE LIST  */
/* REGISTER JOB APPLICATION */
.public-profile .container .box.job-applications {
  max-width: 1280px;
}
.box.job-applications .public-profile-list-item .left-part-img .image img {
  max-width: 150px;
  max-height: 120px;
}
.box.job-applications .profile-part {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.box.job-applications .public-profile-list-item {
  height: auto;
}
.box.job-applications .public-profile-list-item .left-part-img {
  padding: 40px 30px;
}
.box.job-applications .profile-part .name {
  font-weight: normal;
}
.box.job-applications .content-part {
  width: 100%;
  padding-bottom: 20px;
  /* padding-right: 40px; */
}
.box.job-applications .left-part-img {
  align-items: normal;
}
.box.job-applications .content-part .description {
  width: 90%;
  text-align: justify;
  margin-top: 30px;
}
.box.job-applications .content-part .header {
  font-weight: bold;
  margin-bottom: 20px;
}
.box.job-applications .content-part .skills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* width: 100%; */
}
.box.job-applications .content-part .skills .skill-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.box.job-applications .content-part .skills .skill-item span {
  font-weight: bold;
}

.box.job-applications .public-profile-list-item {
  grid-template-columns: 3fr 1fr;
}
.box.job-applications .status {
  margin-bottom: 60px;
  margin-top: 50px;
  background: var(--green);
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 15px 0;
}
.box.job-applications .right-part {
  padding: 0;
  justify-content: normal;
}
.box.job-applications .public-profile-list-btn {
  max-width: 260px;
}
.box.job-applications .right-part .button {
  padding: 10px 0;
}
.box.job-applications.jobscouts .status {
  margin-bottom: 10px;
}
/* REGISTER JOB APPLICATION */
/* REGISTER JOB FAVORITES */
.profil-image i {
  position: absolute;
  color: var(--green);
  right: 20px;
  top: 20px;
  font-size: 25px;
}
.profil-image {
  position: relative;
}
.favorites-box {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.favorites .header {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.box.job-applications.jobscouts .hot-jobs-item {
  max-height: 600px;
}
/* REGISTER JOB FAVORITES */

/* REGISTER JOB PUBLIC CREATE CV */
.job-create-cv .container .title,
.public-profile .container .title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.job-create-cv .container .box-title span {
  font-size: 16px;
  font-weight: normal;
}
.job-create-cv .container {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}
.job-create-cv .container .box {
  margin: 20px auto;
  background-color: var(--background);
  padding: 40px;
  border-radius: 20px;
}
.job-create-cv .container .box .box-title {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.job-create-cv .container .box .inputs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 100px;
  row-gap: 20px;
}
.job-create-cv .container .box .input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job-create-cv .select2-container--default .select2-selection--single {
  height: 46px;
  border-radius: 30px;
  align-items: center;
  display: flex;
}
.job-create-cv
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.job-create-cv textarea {
  box-sizing: border-box;
  resize: none;
  outline: none;
  border: 1px solid #bababa;
  border-radius: 20px;
  padding: 10px;
  height: 150px;
  width: 100%;
}
.job-create-cv .add-more-btn {
  max-width: 300px;
  margin-top: 20px;
}
.job-create-cv .add-more-btn .button.white {
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 30px;
  justify-content: center;
  position: relative;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.job-create-cv .add-more-btn .button.white img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.job-create-cv .input-container {
  position: relative;
}
.job-create-cv .input-container img {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  bottom: 8px;
}
.job-create-cv .input-container.removeimg img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -25px;
  bottom: 12px;
}
.job-create-cv .mid-box-upload-item input {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.job-create-cv .upload-imgs {
  margin-top: 40px;
}
.job-create-cv .mid-box-upload-item img {
  max-width: 130px;
  width: 35px;
  height: 35px;
  margin: auto 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.job-create-cv .mid-box-upload-item .text {
  word-wrap: break-word;
  color: var(--grey);
  padding: 10px;
  word-break: break-word;
}
.job-create-cv .mid-box-upload-item .link {
  color: var(--grey);
  text-decoration: underline;
}
.job-create-cv .mid-box-upload-item {
  background-color: white;
  border: 1px solid #c8c8c8;
  max-width: 200px;
  padding: 40px 0;
  border-radius: 30px;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  justify-content: center;
  position: relative;
}
.job-create-cv .removedocsearch {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  font-size: 0;
}
.job-create-cv .removedocsearch.hide {
  display: none;
}

.job-create-cv .submit-btn {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.job-create-cv .submit-btn .button.green {
  max-width: 300px;
  width: 100%;
  padding: 15px 0;
  background-color: var(--green);
  border-radius: 30px;
  color: var(--white);
  border: none;
}

.input-container.app-letter textarea {
  height: 400px;
  width: 100%;
  box-sizing: border-box;
}
/* REGISTER JOB PUBLIC CREATE CV */

.profile-menu.company .container {
  max-width: 1460px;
}

.form-item textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #bababa;
  padding: 10px;
  border-radius: 20px;
}
textarea:focus {
  outline: none;
}
.form-item.textarea {
  align-items: normal !important;
}
.form-item.textarea label {
  margin-top: 10px;
}

.job-seeker-form .box.ads {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
.job-seeker-form .box.ads .ads-btn {
  max-width: 300px;
  width: 100%;
}
.job-seeker-form .box.ads .ads-btn .button.green {
  max-width: 300px;
  width: 100%;
  padding: 15px 0;
  background-color: var(--green);
  border-radius: 30px;
  justify-content: center;
  color: var(--white);
}

/* register jobscouts view company app */
.box.job-applications.company .status {
  margin-bottom: 5px;
}
.box.job-applications.company .public-profile-list-item .right-part {
  gap: 30px;
}
.box.job-applications.company .right-part .button {
  padding: 12px 0;
}
.box.job-applications.company .title {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
/* register jobscouts view company app */

.box.job-applications.company .public-profile-list-item .right-part.ads-list {
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.box.job-applications .content-part .description.ads-list {
  margin-bottom: 40px;
  margin-top: 10px;
}

.ads-list-btn {
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 60px;
}
.ads-list-btn .button.green {
  background-color: var(--green);
  color: white;
  border-radius: 30px;
  padding: 15px 0;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.box-sub-title {
  font-weight: bold;
  margin-top: 40px;
}
.job-create-cv .container .box .inputs.create-job-ad {
  margin-top: 20px;
}

/* MY JOB ADS CREATE JOB AD  */
.inputs-single {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.inputs-single.more {
  margin-top: 0;
}
.job-create-cv .container .box .upload-imgs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 0.1fr));
  align-items: start;
  gap: 10px;
}
.box.videos-images .upload-imgs {
  margin-top: 10px;
}
.job-create-cv
  .box
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #bababa;
  min-height: 46px;
}
.job-create-cv .box .select2-container--default .select2-selection--multiple {
  min-height: 46px;
}
.job-create-cv .box .select2-container--default .select2-selection--multiple {
  border-radius: 30px;
}
.job-create-cv
  .box
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: none;
  border-radius: 30px !important;
  background-color: var(--green);
  color: var(--white) !important;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 6px 10px;
  margin-left: 10px;
  margin-top: 7px;
  display: flex;
  gap: 30px;
}
.job-create-cv
  .box
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  padding-left: 10px;

  padding-bottom: 6px;
}
.job-create-cv
  .box
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: var(--green);
  background-color: var(--white);
  border-radius: 50%;
  /* padding: px 1px; */
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  margin-top: 4px;
}
.box-sub-title.dokumente {
  font-weight: normal;
}

/* modals */

/* NEWSFEED PAGE  */
.newsfeed-page .container {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 20px;
}
.newsfeed-page .title {
  text-align: center;
  margin-bottom: 40px;
}
.newsfeed-page aside .title a {
  text-decoration: underline;
  color: var(--green);
}
.newsfeed-page .mynetwork-item {
  display: flex;
  justify-content: space-between;
}
.newsfeed-page .mynetwork-item .left {
  display: flex;
  gap: 20px;
}
.newsfeed-page .mynetwork-item .left .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  color: var(--green);
}
.newsfeed-page .mynetwork-item .right {
  display: flex;
  align-items: center;
  width: 140px;
  /* width: 230px; */
}
.newsfeed-page .mynetwork-item .left .profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-page .mynetwork-item .right .button.green {
  background-color: var(--green);
  color: white;
  text-decoration: none;
  justify-content: center;
  font-size: 14px;
  border-radius: 30px;
  width: 100%;
  padding: 10px 0;
}
.newsfeed-page .mynetwork-item .left .details a {
  text-decoration: none;
  color: var(--green);
}
.newsfeed-page aside .content {
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #bababa;
  padding: 20px;
}
.newsfeed-page aside .content .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.newsfeed-page .aside-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newsfeed-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.newsfeed-page main .userprofile img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-page main .newpost {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #bababa;
  display: flex;
  align-items: center;
  gap: 20px;
}
.newsfeed-page main .newpost .sendbtn {
  max-width: 220px;
  width: 100%;
}
.newsfeed-page main .newpost .sendbtn .button.green {
  color: var(--white);
  background-color: var(--green);
  padding: 15px 0;
  border-radius: 30px;
  justify-content: center;
}
.newsfeed-page main .newpost .uploadimg {
  position: relative;
}
.newsfeed-page main .newpost .uploadimg input {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.newsfeed-page .posted .user .profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-page .posted {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  border: 1px solid #bababa;
}
.newsfeed-page .posted .user {
  display: flex;
  gap: 20px;
}
.newsfeed-page .posted .user .details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  justify-content: start;
}
.newsfeed-page .posted .user .details .name {
  font-weight: bold;
}
.newsfeed-page .posted .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.newsfeed-page .posted .content .description {
  font-size: 20px;
}
.newsfeed-page .posted .content .picture img {
  width: 100%;
  max-height: 550px;
  border-radius: 5px;
}
.newsfeed-page .posted .content .likes {
  display: flex;
  gap: 20px;
  align-items: center;
}
.newsfeed-page .posted .content .likes .person-like img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-page .posted .content .like-btn .button.like {
  display: flex;
  gap: 20px;
  color: var(--green);
  align-items: center;
}

.newsfeed-page .posted .user .details a {
  text-decoration: none;
  color: var(--green);
}
.newsfeed-page main .newpost .textfield {
  max-width: 500px;
  width: 100%;
}
.newsfeed-page main .newpost .textfield input {
  width: 100%;
  padding: 15px 0;
  border: none;
}
.hide {
  display: none;
}
/* NEWSFEED PAGE  */
footer a {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

/*datepicker css*/
/*datepicker*/
.ui-widget {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.1s cubic-bezier(0.2, 0.5, 0.25, 1);
  width: 300px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  z-index: 999 !important;
}

.ui-widget.ui-widget-content .ui-datepicker-header {
  display: block;
  padding: 9px 0;
  border: 0px;
  margin-bottom: 8px;
  background: none;
}

.ui-widget.ui-widget-content .ui-datepicker-header::after {
  content: "";
  display: table;
  clear: both;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
  float: right;
  width: 13.33333%;
  text-align: right;
  cursor: pointer;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next::before {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: none;
  font-size: 12px;
  color: #000;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  width: 13.33333%;
  cursor: pointer;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next:hover {
  background: none;
  border: none;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev::before {
  content: "\f053";
  font: var(--fa-font-solid);
  font-weight: none;
  font-size: 12px;
  color: #000;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  float: left;
  width: 73.33333%;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3em;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar thead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar tbody {
  text-align: center;
  transition: all 0.1s ease;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar tbody td {
  text-align: center;
  margin-bottom: 10px;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar tbody td:hover {
  background: #444444;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar tbody td:hover a {
  color: #fff !important;
}

.ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-state-disabled:hover {
  background: #fff;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar tbody td a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  background: none;
  border: none;
  height: 25px;
  float: left;
  width: 100%;
  line-height: 25px;
}

.ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active,
.ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active {
  background: #444444 !important;
  color: #fff !important;
}

.ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-today
  a {
  color: #007efd;
}

/*datepicker*/
/*datepicker css*/

.nav-btn.logged {
  position: relative;
}
.profile-dropdown-list {
  position: absolute;
  background: #fff;
  z-index: 9999;
  padding: 20px;
}

ul.profile-dropdown-list {
  list-style: none;
}

ul.profile-dropdown-list li a {
  text-decoration: none;
  color: #000;
}

/***** ********/
.right-part .btn-chat {
  display: flex;
  gap: 20px;
}
.employee-details-page .content .right-part .btn-chat {
  width: 480px;
}
