

html {
  overflow-y: scroll;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
form,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
.jobalino_adv ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  /* font-style: inherit; */
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* background: transparent; */
}

.swal2-icon {
  border: 4px solid rgba(168, 170, 174, 0.4) !important;
  margin: 2.5em auto .6em !important;
  margin-top: 40px !important;

}

.jobalino_adv {
  font-family: var(--company-font-family);
}

/* label {
  margin-top: 10px;
} */

article,
details,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.jobalino_adv ol,
.jobalino_adv ul {
  list-style: none;
}

.inner-content-text {
  font-size: 15px;
}

.inner-content-text ul {
  /* list-style: disc;
  padding-left: 12px; */
  margin-bottom: 19px;
}
.inner-content-text ol {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 19px;
}
.inner-content-text ul li {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #64666c;
  /* display: flex; */
  display: -webkit-box;
}

.inner-content-text ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64666c;
  content: "";
  display: block;
  margin-left: 9px;
  margin-right: 10px;
  margin-top: 12px;
  flex-shrink: 0;
}

/* h1,h2,h3,h4,h5,h6 {
  margin-top: 101px;
} */

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}


:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, .dropdown-item {
  font: 14px/25px var(--company-font-family);
  font-weight: 400;
  background-color: #fff;
  color: #64666C;
}


.jobalino_adv a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jobalino_adv a:hover,
.jobalino_adv a:focus {
  color: var(--company-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jobalino_adv ul,
ol {
  padding: 0;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}

.jobalino_adv h1 {
  font: 50px/50px var(--company-font-family);
}

.jobalino_adv h2 {
  font: 45px/45px var(--company-font-family);
}

.jobalino_adv h3 {
  font: 30px/30px var(--company-font-family);
}

.jobalino_adv h4 {
  font: 25px/25px var(--company-font-family);
}

.jobalino_adv h5 {
  font: 22px/22px var(--company-font-family);
}

.jobalino_adv h6 {
  font: 20px/20px var(--company-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #121212;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 56px;
  line-height: 1.2142857142857142em;
}

h3 {
  font-size: 44px;
  line-height: 1.1363636363636365em;
}

h4 {
  font-size: 36px;
  line-height: 1.2222222222222223em;
}

h5 {
  font-size: 30px;
  line-height: 1.4em;
}

h6 {
  font-size: 24px;
  line-height: 1.25em;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-family: var(--company-font-family);
  font-weight: 700;
  color: #202020;
  background-color: transparent;
  /* text-transform: uppercase; */
  border-width: 1px;
  border-style: solid;
  border-color: #202020;
  padding: 7px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  background-color: transparent;
  height: 50px;
  padding: 12px 30px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 166px;
  padding: 15px 30px;
}

/* input[type="checkbox"] {
  display: inline;
} */

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

/* bootstrap resetting elements */
.btn {
  background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #a0a0a0;
}

.dropdown-menu {
  box-shadow: 0 .25rem 1rem rgba(165,163,174,.45);
}

.tf-container.ctn-full {
  width: 100%;
}

.tf-container.ct2 {
  width: 1830px;
}

.list-social li a {
  background: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121212;
}

.list-social {
  flex-wrap: wrap;
  gap: 12px;

}

.list-social li a:hover {
  background: var(--company-color);
  color: #fff;
}

.text-pri {
  color: var(--company-color);
}

.d-flex {
  display: flex;
}

.aln-center {
  align-items: center;
}

.mg-bt-0 {
  margin-bottom: 0 !important;
}

.bg-f5 {
  background: #f5f5f5;
}

.preload {
  overflow: hidden;
}

/* Preload 
------------------------------------------- */
.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  margin: -100px 0 0 -100px;
  background: #ffffff;
}

.spinner {
  width: 56px;
  max-width: 56px;
  height: 56px;
  display: inline-grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #14a076a3 #0000;
  animation: spinner-preloader 1s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: var(--company-color) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}


/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
  width: 90.4%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
  width: 90.4%;
}


@keyframes spinner-preloader {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

/* Scroll
------------------------------------------------------ */
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}

#scroll-top:hover {
  transform: translateY(-3px);
}

#scroll-top::before {
  z-index: -1;
  background-color: var(--company-color);
}

#scroll-top::before,
#scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top::after {
  content: "\e99f";
  font-family: "icomoon";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

/* @Keyframe */
@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.visible-print { 
  display: none !important; 
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.empty-content-text {
  display: none;
}

.joboffer_apply_done_block {
	background-color: #002c8b;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	min-height: 100px;
	line-height: 1.5;
	color: white;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
  padding: 10px;
 }
 
 .joboffer_apply_done_block a {
  color: white;
 }

 .joboffer_apply_done_block a:hover {
  color: #ddd;
 }
 
 .joboffer_apply_done_block span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
 }
 
 .joboffer_apply_done_block p {
  margin: 10px 0px 10px;
 }
 
 #apply_ok_info p {
	color: white;
 }

 .joboffer_apply_done_recruiter_button {
  margin-top: 30px;
  margin-bottom: 20px;
 }

 .template-preview-info-watermark {
  /* color: #ccc; */
  color: var(--company-color);
  /* mix-blend-mode: difference; */
  position: fixed;
  height: 0px;
  top: 40%;
  left: 45%;
  font-size: 70px;
  font-weight: 900;
  /* opacity: 0.6; */
  line-height: 1.0;
  text-transform: uppercase;
  z-index: 99;
  text-align: center;
  overflow: visible;
  word-spacing: 1rem;
  
  -webkit-transform: translate(-50%, -50%)rotate(-45deg);
  -moz-transform: translate(-50%, -50%)rotate(-45deg);
  -o-transform: translate(-50%, -50%)rotate(-45deg);
  transform: translate(-50%, -50%)rotate(-45deg);

  text-shadow: 2px 2px 9px rgba(50,50,50,0.6);
}

@media (max-width: 700px) {
  .template-preview-info-watermark {
    top: 30%;
    left: 30%;
  }
}

@media (max-width: 500px) {
  .template-preview-info-watermark {
    top: 20%;
    left: 20%;
  }
}


.form-details .list-infor li .detail {
  text-align: end;
}

.icon-brand-kununu {
  width: 20px;
  height: 20px;
  background-image:  url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M33.266,46C32.82,46 32.364,45.998 31.906,45.998L29.18,45.998C28.712,45.992 27.948,45.984 27.252,45.472C26.714,45.114 25.972,44.344 26,42.836L26,38.254C25.998,37.034 24.954,36 23.718,36L22.232,36C21.002,36 20,37 19.998,38.23L19.99,43.068C20.018,43.832 19.67,44.644 19.034,45.226C18.44,45.768 17.678,46.048 16.886,45.99L15.058,45.992C13.664,45.996 12.274,46 10.882,45.988L10.846,45.988C9.67,45.988 8.564,45.17 8.128,43.944C8.052,43.73 8.014,43.504 8.012,43.28C7.992,35.732 7.998,27.98 8.002,20.27C8.004,15.208 8.008,10.162 8.004,5.206C7.958,4.368 8.276,3.512 8.872,2.894C9.468,2.274 10.294,1.952 11.104,2.006L16.944,2.002C18.304,2.002 19.584,3 19.922,4.324C19.94,4.392 19.954,4.458 19.962,4.528C20.006,4.83 20.01,5.136 20.006,5.442L20.006,5.66L20.002,20.342C20.648,20.126 21.326,20 22,20C22.598,19.984 23.302,19.99 24.004,19.994L25,20C25.602,20 25.79,19.968 26.002,19.228L26.012,17.874L26.006,17.632C25.99,17.114 25.968,16.408 26.296,15.702C26.882,14.576 27.956,13.952 29.112,14.002L34.894,14C36.674,14 38.016,15.342 38.016,17.122L38.016,19.578C38.016,19.578 38.042,20.82 37.998,21.614C37.83,24.628 36.416,26.74 35.124,28.058C36.48,29.49 38,31.776 38,34.81L38,43.07C38.042,43.756 37.73,44.55 37.144,45.138C36.556,45.726 35.768,46.056 34.962,45.992C34.432,45.998 33.858,46 33.266,46ZM34.002,43.042C34,43.088 34,43.136 34.002,43.182L34.002,43.042ZM15.99,43.046L15.99,43.136L15.99,43.046ZM30,41.996L31.914,41.998C32.61,42 33.308,41.996 34,42L34,34.81C34,31.694 30.97,29.714 30.94,29.694C30.334,29.318 29.976,28.644 30,27.93C30.024,27.216 30.428,26.57 31.058,26.232C31.156,26.178 33.82,24.658 34.002,21.386C34.04,20.704 34.014,19.632 34.014,19.616L34.014,17.996L30.012,17.998L30,19.5C30,19.666 29.98,19.83 29.94,19.99C29.102,23.304 26.792,24 25,24L23.972,23.994C23.32,23.99 22.664,23.984 22.054,24C21.192,24 20.006,24.66 19.6,25.2C19.082,25.89 18.184,26.168 17.366,25.898C16.548,25.628 16,24.86 16,23.998L16.006,6.002L12.006,6.002C12.008,10.704 12.006,15.48 12.004,20.272C12,27.546 11.996,34.854 12.01,41.994C13.032,41.994 14.044,41.996 15.05,41.992L15.992,41.992L15.998,38.222C16.004,34.792 18.8,32 22.232,32L23.718,32C27.174,32 29.992,34.802 30,38.246L30,41.996ZM35.02,41.994C35.004,41.994 34.988,41.996 34.97,41.996L35.06,41.996C35.048,41.996 35.036,41.994 35.02,41.994ZM10.884,41.988C10.874,41.986 10.882,41.988 10.918,41.988L10.884,41.988ZM29.078,18.002L29.004,18.002C29.03,18.004 29.054,18.002 29.078,18.002ZM10.974,6.002C11.006,6.008 11.036,6.008 11.068,6.002L10.974,6.002Z" style="fill-rule:nonzero;"/></svg>');
  background-repeat: no-repeat;
}

.icon-brand-xing {
  width: 20px;
  height: 20px;
  background-image:  url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 800 800" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><g><path d="M192.383,560.58C204.628,560.58 215.117,553.171 223.822,538.327C303.465,397.101 344.895,323.59 348.128,317.766L268.811,179.449C260.424,164.939 249.781,157.683 236.892,157.683L121.29,157.683C113.862,157.683 108.717,160.101 105.811,164.938C102.26,169.774 102.423,175.743 106.292,182.827L184.159,317.766C184.475,318.11 184.475,318.256 184.159,318.256L61.79,534.948C58.575,541.088 58.575,546.886 61.79,552.348C65.006,557.846 70.014,560.58 76.781,560.58L192.383,560.58Z" style="fill-rule:nonzero;"/><path d="M722.965,0L606.404,0C593.831,0 583.505,7.255 575.454,21.766C410.037,315.194 324.423,467.08 318.617,477.379L482.577,778.235C490.313,792.745 500.956,800 514.496,800L630.089,800C637.18,800 642.344,797.582 645.569,792.745C648.783,787.247 648.629,781.278 645.088,774.839L482.586,477.379L482.586,476.909L737.965,25.152C741.506,18.387 741.506,12.436 737.965,7.264C735.056,2.418 730.057,0 722.965,0Z" style="fill-rule:nonzero;"/></g></g></svg>');
  background-repeat: no-repeat;
}

.icon-brand-kununu:hover {
  filter: invert(42%) sepia(0%) saturate(1352%) hue-rotate(87deg) brightness(1000%) contrast(119%);
}

.jobalino_adv_light_info {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}

