/*  
Theme Name:     Relsites
Theme URI:      http://relsites.com
Description: 	Relsites Theme
Author:         Ariel Hein
Author URI: 	http://relsites.com
Version:        5.6.4
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
textarea,
text {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */

/* General */
html,
body {
  min-height: 100%;
}
body {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 15px;
  color: #000;
}
body.page-template-page-report-php {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none;
}
.explaind-card-wrapper,
a,
a:hover,
a:focus,
input[type="submit"] {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Colors */
:root {
  --pink: #f332f3;
  --turquoise: #00d3ef;
  --orange: #f68b28;
}
.pink {
  color: var(--pink) !important;
}
.bg-turquoise {
  background-color: var(--turquoise) !important;
}
.bg-pink {
  background-color: var(--pink) !important;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-black .entry-content-wrapper {
  color: #fff;
}
/* animate css */
.animated {
  visibility: hidden;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
}
.visible {
  visibility: visible;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  7% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  24% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  35% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
  }

  14% {
    -webkit-transform: rotate3d(1, 1, 1, 45deg);
    transform: rotate3d(1, 1, 1, -25deg);
  }

  28% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
  }

  42% {
    -webkit-transform: rotate3d(1, 1, 1, 25deg);
    transform: rotate3d(1, 1, 1, 25deg);
  }

  70% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
  }

  14% {
    -webkit-transform: rotate3d(1, 1, 1, 45deg);
    transform: rotate3d(1, 1, 1, -25deg);
  }

  28% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
  }

  42% {
    -webkit-transform: rotate3d(1, 1, 1, 25deg);
    transform: rotate3d(1, 1, 1, 25deg);
  }

  70% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
  }
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate(0, -0);
    transform: translate(0, -0);
  }

  14% {
    -webkit-transform: translate(2px, -10px);
    transform: translate(2px, -10px);
  }

  28% {
    -webkit-transform: translate(4px, -15px);
    transform: translate(4px, -15px);
  }

  42% {
    -webkit-transform: translate(5px, -20px);
    transform: translate(5px, -20px);
  }

  70% {
    -webkit-transform: translate(4px, -15px);
    transform: translate(4px, -15px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate(0, -0);
    transform: translate(0, -0);
  }

  14% {
    -webkit-transform: translate(2px, -10px);
    transform: translate(2px, -10px);
  }

  28% {
    -webkit-transform: translate(4px, -15px);
    transform: translate(4px, -15px);
  }

  42% {
    -webkit-transform: translate(5px, -20px);
    transform: translate(5px, -20px);
  }

  70% {
    -webkit-transform: translate(4px, -15px);
    transform: translate(4px, -15px);
  }
}
img.show-desktop {
  display: block;
}
img.show-mobile {
  display: none;
}
/* DT FIXES */
#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
  top: auto !important;
  /* bottom: 10vh !important; 
    bottom: 12vh !important; */
  bottom: 7vh !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  border-radius: 0 25px 25px 0;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
  bottom: 0;
  box-shadow: none !important;
}
.header-wrapper-new {
  background-color: var(--pink);
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header-wrapper-new header#masthead {
  padding: 21px 0 0;
  border-bottom: 11px solid #000;
}
a#menu-toggler.mob-only {
  display: none;
}
a#unmute-all-new.mute img {
  opacity: 0.5;
}
.dt-logo {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.dt-logo > img {
  height: 223px;
}
.header-wrapper-new header#masthead a#publish-job.action-btn {
  background: #000;
  color: #fff;
  padding: 13px 25px;
  font-size: 20px;
  border-radius: 30px;
  margin: 0 15px 0 30px;
}
a.login-btn {
  margin-left: 0;
}
a.login-btn span {
  display: inline-block;
}
a.login-btn span.icon {
  background-color: #000;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  line-height: 29px;
}
a.login-btn span.icon img {
  margin: 8px auto 0;
}
a.login-btn span.notif {
  text-decoration: underline;
  margin: 0 10px;
  color: #000;
  font-weight: 700;
  font-size: 21px;
}
a.msg-btn {
  position: relative;
}
a.msg-btn span {
  background: var(--turquoise);
  color: #000;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 10px;
}
a.search-msg.site-btn.sb-blue {
  max-width: 164px;
  margin: 20px 0 0;
  display: none;
}
.login-area {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 0;
  margin-right: auto;
  width: 290px;
  height: 100%;
  margin-left: 30px;
}
a.search-msg.site-btn.sb-blue span {
  border-color: #000;
}
.header-spacer {
  height: 175px;
}
.body-wrapper.flex {
  flex-wrap: wrap;
}
.body-wrapper {
  background-color: #000;
  color: #fff;
}
.body-wrapper:before {
  /*    content: '';
    background: #F5F5F5;
    width: 30vw;
    height: 100vw;
    display: block;
    position: fixed;
    z-index: -10;
    opacity: 0; */
}
aside.site-menus {
  background-color: #000;
  width: 33.33333%;
  min-height: calc(100vh - 175px);
  position: sticky;
  top: 175px;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
  font-size: 13px;
}
aside.site-menus > * {
  max-width: 300px;
  width: 100%;
}
aside.site-menus.smn {
  width: 35vw;
  padding-right: 18vw;
  box-sizing: border-box;
}
.site-menus .searchers-wrapper {
  color: #898989;
  padding-top: 75px;
  padding-bottom: 25px;
}
.site-menus .searchers-wrapper a {
  color: #898989;
  border-color: #898989;
  padding: 8px 5px;
  border-radius: 30px;
}
a#show-all-fields-on-demand {
  background-color: var(--pink);
  color: #fff;
  border-color: var(--pink);
}
.site-menus .searchers-wrapper span {
  border: 3px solid #000;
}
.site-menus .rec-employers-wrapper {
  color: #898989;
  padding-top: 20px;
  border-bottom: 1px solid #70707047;
}
#search-by-filters {
  border-radius: 20px;
  color: #000;
  padding: 0;
}
.site-menus .searchers-wrapper a.action-btn {
  background-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}
small.rights {
  color: #898989;
  padding: 10px 0;
  border-top: 1px solid #70707047;
  font-size: 90%;
}
.rew-item ul {
  list-style-type: none;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.rew-item ul li {
  margin-bottom: 10px;
}
.rew-item ul li a img {
  width: 69px;
  border-radius: 100%;
  border: 1px solid #000;
}
aside.site-menus nav#site-navigation {
  background-color: transparent;
  padding: 0;
  position: static;
  margin-top: 20px;
}
.body-wrapper > .grid-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-wrapper .swiper-slide > img,
.body-wrapper .swiper-slide > video {
  margin: 0 auto;
  display: block;
  max-height: 100vh;
  object-fit: cover;
  /* object-fit: contain; */
  width: 428px;
  max-width: 100%;
}
.vjs-loading-spinner {
  border: 0;
}
.vjs-error-display.vjs-modal-dialog {
  opacity: 0;
}
.vjs-error .vjs-error-display:before,
.vjs-waiting .vjs-loading-spinner:before {
  opacity: 0;
  height: 187px;
  width: 143px;
  background: url(images/search-area/menu-model.png);
  background-size: cover;
  -webkit-animation: heartBeat 3.5s infinite !important;
  animation: heartBeat 3.5s infinite !important;
}
.heartbeat {
  -webkit-animation: heartBeat 3.5s infinite !important;
  animation: heartBeat 3.5s infinite !important;
}
.heartbeat-2 {
  -webkit-animation: heartBeat 3.5s infinite !important;
  animation: heartBeat 3.5s infinite !important;
  animation-delay: 1.5s !important;
}
.main-area-wrapper {
  position: relative;
}
.main-area-wrapper-2 {
  width: 50%;
  position: relative;
  padding: 30px 50px 0;
  max-width: 590px;
}
.video-slide > video,
.card-wrapper {
  width: 428px;
  height: auto;
  display: block;
  max-height: 600px;
  object-fit: cover;
  min-height: 600px;
}
.video-slide > img {
  max-width: 419px;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: fill;
  position: absolute;
  top: 0;
  z-index: 1;
}
.video-slide > img.centered {
  object-fit: none;
  top: 0;
  height: auto;
  position: relative;
}
.banner-title {
  position: relative;
  z-index: 2;
  background: var(--turquoise);
  width: 100%;
  max-width: 419px;
  height: 105px;
  color: #fff;
}
.selfie-banner-wrapper {
  position: relative;
  z-index: 2;
  background: var(--turquoise);
  width: 100%;
  max-width: 419px;
  height: 224px;
}
.selfie-banner-wrapper img {
  max-width: 60%;
  margin: 0 auto;
  border-radius: 18px;
  max-height: 30dvh;
  width: auto;
}
.banner-content > div.content-title {
  position: static;
  background: #fff;
  width: 60%;
  padding: 5px;
  border-radius: 10px;
  font-size: 110%;
  margin: 0 auto;
}
.content-title h3 span strong {
  display: block;
  color: var(--pink);
}
.banner-content {
  position: relative;
  z-index: 2;
  background: var(--turquoise);
  width: 100%;
  max-width: 419px;
  height: 342px;
  color: #000;
  padding: 0;
  text-align: center;
  font-size: 85%;
}
.banner-content > div {
  padding: 0;
  max-height: 90%;
  overflow: hidden;
  margin: 10px auto 0;
  height: fit-content;
  max-width: 60%;
}
.banner-content > div p {
  display: inline;
}
.banner-title h3 {
  max-width: 65%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-size: 85%;
  width: fit-content;
}
.banner-title h3:before {
  content: "";
  background-image: url(images/over_slogen.png);
  width: 67px;
  height: 55px;
  display: block;
  background-size: cover;
  position: relative;
  margin: 10px auto 0;
}
.banner-title h3 span {
  border: 2px solid;
  display: block;
  border-radius: 20px;
  padding: 5px 50px;
  /* box-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
  /* text-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
  background-color: var(--pink);
  color: #000;
}
.video-slide {
  position: relative;
  /* margin-bottom: 100px; */
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  overflow: hidden;
}
.video-slide .flex.flex-jc.user-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: end;
  right: 0;
  z-index: 999;
}
.video-slide .flex.flex-jc.user-actions ul {
  position: relative;
  left: 15px;
}
.sticker-on-ad {
  position: absolute;
  left: 15px;
  top: 120px;
  height: 67px;
  width: 67px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  color: #333;
  border: 1px solid;
  line-height: 0.8;
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
}
.sticker-on-ad.dark {
  background-color: #000;
  color: #fff;
}
.sticker-on-ad.haide {
  background-color: var(--pink);
  color: #000;
}
.sticker-on-ad.haide-2 {
  background-color: var(--turquoise);
  color: #000;
}
.sticker-on-ad.heartBit-1 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: heartBeat 3.5s infinite;
  animation: heartBeat 3.5s infinite;
}
.sticker-on-ad span {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  right: 0;
  word-break: break-word;
  padding: 0 2px;
}
a.cl-on-main-2 {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  right: auto;
  width: auto;
}
a.cl-on-main-2 img {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  border: 1px solid #333;
  border-radius: 100%;
  background-color: #fff;
}
.banners {
  padding: 30px 0 0;
  position: sticky;
  top: 175px;
}
.banners aside img {
  margin-bottom: 20px;
}
.rew-item h3 {
  font-size: 13px;
  color: #898989;
  margin-bottom: 13px;
}
.banners > .rec-employers-wrapper {
  border-top: 1px solid #70707047;
  padding-top: 10px;
  margin-top: -20px;
}
.banners .rew-item ul {
  margin-top: 0;
}
.app_sent_msg {
  position: absolute;
  top: 96px;
  left: 20px;
  margin: auto;
  max-width: 70%;
  z-index: 1000;
}

.app_sent_msg.full a.cl-asm {
  display: none;
}
.app_sent_msg.full {
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--turquoise);
  height: 100%;
  padding-top: 50%;
  z-index: 9999;
}
.top-msg {
  text-align: center;
  font-size: 180%;
  color: var(--pink);
  font-weight: 700;
  max-width: 75%;
  margin: 0 auto 20px;
}
.top-msg i {
  display: block;
  margin: 10px auto;
  font-size: 225%;
  color: green;
  background: #fff;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 100%;
}
.top-msg a {
  font-size: 70%;
  color: var(--pink);
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
  border-radius: 10px;
}
.app_sent_msg.full .asm_extra {
  display: none;
}
.app_sent_msg.full img {
  display: none;
}
.app_sent_msg .pink-bg {
  background-color: #f332fa95;
  height: 360px;
  width: 314px;
  padding: 45% 45px 0;
  text-align: center;
  font-size: 200%;
  position: relative;
  z-index: -1;
  top: 42px;
}
a.cl-asm {
  color: #160b0f;
  background-color: var(--turquoise);
  border-radius: 100%;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  position: absolute;
  font-size: 33px;
  transform: rotate(45deg);
  top: 26px;
  right: -12px;
}
.asm_extra {
  display: block;
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
  background-color: var(--turquoise);
  padding: 5px;
  border: 5px solid;
  position: relative;
  left: 13px;
  border-radius: 28px;
  top: -50px;
}
.asm_extra a {
  color: #fff;
  display: inline-block;
  background-color: var(--pink);
  width: fit-content;
  padding: 2px 10px;
  border-radius: 14px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 90%;
  margin: 4px auto;
}
.banners-wrapper {
  max-width: 258px;
}
/*
Choose city\region page
*/

.entry-content-wrapper.full-page {
  position: fixed;
  right: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.entry-content-wrapper.full-page > * {
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  width: 100%;
}
.entry-content-wrapper.full-page .unfd-bl {
  margin: 0 auto 20px;
}
.entry-content-wrapper.full-page .unfd-bl > * {
  margin: 0 auto;
}
/* DT FIXES ENDS */
/* desktop-white - only for dt if picked */
/*
@media only screen and (min-width: 946px){
    */
body.desktop-white .profile-leave-btn,
body.desktop-white .body-wrapper,
body.desktop-white .about-wrapper {
  background-color: #fff;
  color: #000;
}
body.desktop-white .main-user-profile,
body.desktop-white aside.site-menus {
  background-color: #fff;
}
body.desktop-white .main-user-profile.bg-black {
  background-color: #000;
}
body.desktop-white .date-of-profile,
body.desktop-white .entry-content-wrapper,
body.desktop-white .about-wrapper .entry-content-wrapper {
  color: #000;
}
.main-tbh-wrapper h1.entry-title,
body.desktop-white .main-tbh-wrapper .entry-content-wrapper {
  color: #fff;
}
body.desktop-white .job-details {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
}
body.desktop-white .jd-item {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
body.desktop-white .slick-vertical .slick-slide {
  background-color: #fff;
}
/*
}
*/
/* desktop-white ends */
/* Recommended employers page*/
.lot-btn {
  color: #898989;
  border: 1px solid #898989;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 0 10px 10px;
}
.lot-btn:hover {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--turquoise);
}
.rew-item.all-rewis-wrapper {
  width: 100%;
  max-width: 580px;
}
.rew-item.all-rewis-wrapper ul {
  justify-content: flex-start;
}
.rew-item.all-rewis-wrapper ul li {
  margin-left: 10px;
}
.rew-item.all-rewis-wrapper ul li a img {
  border: 0 none;
}
.company-wrapper div#open-jobs.cut-width {
  max-width: 490px;
  width: 100%;
}
/* userInf Cards */
.card-wrapper {
  background-color: var(--pink);
}
form.card-form {
  padding: 30px 30px 0;
  text-align: center;
  color: #000;
}
form.card-form.good {
  opacity: 0;
  visibility: hidden;
}
form.card-form > label {
  display: block;
  font-size: 25px;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  margin: 60px auto 5px;
}
form.card-form input[type="text"],
form.card-form input[type="email"],
form.card-form select {
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  border-radius: 23px;
  border: 1px solid #000;
  box-sizing: border-box;
}
form.card-form button {
  margin: 20px auto 0;
}
form.card-form.good button {
  cursor: default;
}
form.card-form button span {
  border-color: #000;
  top: -10px;
  right: auto;
  left: -14px;
}

.card-teaser {
  position: relative;
  height: 342px;
}
.card-teaser img {
  position: absolute;
}
.card-teaser img.model {
  position: relative;
  top: 0;
  max-width: 35%;
  right: 30px;
}
.bubble-card {
  background-image: url(images/explained/exp-bubble.png);
  width: 212px;
  height: 83px;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
  padding: 25px 10px;
  font-size: 14px;
  line-height: 0.9;
  text-align: center;
  left: 0;
  z-index: 2;
  background-size: cover;
}
.bubble-card.good {
  animation: leftRight 5.5s infinite;
}
.card-teaser.ct-skate img.target-1 {
  left: 85px;
  top: 40px;
}
.card-teaser.ct-skate img.target-2 {
  right: 85px;
  top: 100px;
}
.card-teaser.ct-skate img.target-3 {
  right: 75px;
  bottom: 35px;
}
.card-teaser.ct-skate img.target-4 {
  left: 75px;
  bottom: 115px;
}
.card-teaser.ct-skate img.arr-1 {
  left: 25px;
  top: -20px;
}
.card-teaser.ct-skate img.arr-2 {
  left: 55px;
  top: 100px;
}
.card-teaser.ct-skate img.arr-3 {
  right: 55px;
  bottom: 120px;
}
.poppop {
  animation: poppop 2.3s infinite linear;
}
.poppop-2 {
  animation: poppop 1.2s infinite linear;
}
.poppop-3 {
  animation: poppop 1.5s infinite linear;
}
.poppop-4 {
  animation: poppop 1.8s infinite linear;
}
.circle-left {
  animation: circleLeft 0.8s infinite linear;
}
.circle-left-2 {
  animation: circleLeft 1.8s infinite linear;
}
.circle-right {
  animation: circleRight 1.2s infinite linear;
}
@keyframes poppop {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
@keyframes circleRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes circleLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.card-teaser img.gender.model {
  max-width: 45%;
  top: 0px;
}
.card-teaser.ct-gender img.target-1 {
  top: 0;
  left: 3vw;
}
.card-teaser.ct-gender img.target-2 {
  top: 103px;
  right: 3vw;
  max-width: 13%;
}
.card-teaser.ct-gender img.arr-1 {
  top: 85px;
  left: 1vw;
  max-width: 10%;
}
.card-teaser.ct-gender img.arr-1.circle-left-2 {
  top: 85px;
  left: 1.6vw;
  max-width: 10%;
}
.card-teaser.ct-gender img.target-3.poppop-3 {
  bottom: 25px;
  right: 7vw;
  max-width: 10%;
}
.card-teaser.ct-gender.ct-email img.target-3.poppop-3 {
  bottom: -8px;
  right: 4vw;
  max-width: 10%;
}
.card-teaser.ct-gender.ct-email img.arr-3 {
  top: auto;
  bottom: 80px;
  right: 4vw;
}
.card-teaser.ct-gender.ct-email img.arr-2 {
  bottom: 0;
  left: 9vw;
}
.card-teaser.ct-gender.ct-email img.arr-1 {
  top: auto;
  left: 3vw;
  bottom: 0;
}
.card-teaser.ct-gender img.arr-3 {
  top: 85px;
  right: 2vw;
  max-width: 15%;
}
.card-teaser.ct-gender img.arr-2 {
  bottom: 53px;
  left: 3vw;
  max-width: 17%;
}
.card-teaser.ct-mail img.target-1 {
  right: 6vw;
  top: 16px;
  max-width: 6vw;
}
.flex.radios-flex.flex-jc {
  margin: 0 50px;
}

label.radio-label input[type="checkbox"],
label.radio-label input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label.radio-label input[type="checkbox"] + span,
label.radio-label input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 5px 40px;
  border-radius: 29px;
  display: block;
  font-size: 21px;
  color: #888;
  box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 40%);
}
label.radio-label input[type="checkbox"]:checked + span,
label.radio-label input[type="radio"]:checked + span {
  color: #fff !important;
  background-color: var(--pink);
}
/* Grid */
.main-wrapper {
  width: 100%;
  /* max-width: 650px; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
body.page-template-default .main-wrapper {
  background-color: #000000;
  min-height: 100vh;
}
.grid-wrapper {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.flex {
  display: flex;
}
.flex-jc {
  display: flex;
  justify-content: space-between;
}
.flex-ai {
  display: flex;
  align-items: center;
}
/* Footer */
#footer {
  padding: 10px 0;
  background-color: #333;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  height: 48px;
}
footer#footer ul {
  direction: ltr;
  text-align: center;
  list-style-type: none;
  color: #fff;
  display: flex;
  justify-content: space-around;
}
.footer-nav {
  background-color: #a3a3a3;
  color: #fff;
  padding: 16px 20px 12px;
}
nav.footer-navigation {
  float: none;
  margin-bottom: 0;
}
.footer-logo {
  float: left;
}
ul#menu-footer li:before {
  content: "|";
  display: inline-block;
  margin: 0 3px 0 7px;
  position: relative;
  top: -1px;
  font-size: 12px;
}
ul#menu-footer li:first-child:before {
  display: none;
}
ul#menu-footer li {
  display: inline-block;
  font-size: 14px;
}
ul#menu-footer li a {
  color: #787878;
}
nav#footer-site-navigation ul#menu-main {
  display: flex;
  justify-content: center;
}
nav#footer-site-navigation ul#menu-main li {
  margin: 0 10px 10px;
}
nav#footer-site-navigation ul#menu-main li a {
  color: #fff;
}
nav#footer-site-navigation ul#menu-main li a:hover {
  color: var(--pink);
}
ul#socials-wrapper {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin-bottom: 10px;
}
ul#socials-wrapper li {
  margin-left: 10px;
}
ul#socials-wrapper li a {
  color: #898989;
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 5px;
  font-size: 16px;
}
.bg-turquoise ul#socials-wrapper li a {
  color: #000000;
}
ul#socials-wrapper li a:hover {
  transform: scale3d(1.13, 1.13, 1.13);
  background-color: #fff;
}
/* Footer ENDS*/
/* header */
div#mobile-logo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9;
  border: 1px solid #000;
  border-radius: 100%;
  max-width: 67px;
}
.page-template-page-feed div#mobile-logo {
  display: none;
}
.page-template-page-edir-user div#mobile-logo,
.page-template-page-login-user div#mobile-logo {
  /* display: none; */
}
div.reg-tit {
  padding-top: 75px;
  text-align: center;
  margin-bottom: -60px;
}
#jobs-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
#jobs-wrapper.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.page-template-page-test-fp div#mobile-logo,
.page-template-front-page div#mobile-logo {
  display: none;
}
a#menu-toggler-2 {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  height: 28px;
  width: 40px;
  z-index: 999;
  padding: 0;
}
a#menu-toggler {
  display: block;
  position: fixed;
  right: 20px;
  top: 30px;
  height: 28px;
  width: 40px;
  z-index: 999;
  padding: 0;
}
#menu-toggler-2 > span,
#menu-toggler > span {
  display: block;
  background-color: #fff;
  width: 34px;
  height: 4px;
  border-radius: 0;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  border: 1px solid #555;
  border-radius: 10px;
}
#menu-toggler > span:nth-child(1) {
  top: 0;
}
#menu-toggler > span:nth-child(2) {
  top: 12px;
}
#menu-toggler > span:nth-child(2) > span {
  position: absolute;
  top: 0;
  height: 7px;
  width: 100%;
  text-align: center;
  line-height: 6px;
}
#menu-toggler > span:nth-child(3) {
  top: 25px;
}
.page-template-default #menu-toggler.open > span {
  background-color: #fff;
}
.page-template-default #menu-toggler > span {
  /* background-color: #000; */
}
#menu-toggler-2 > span:nth-child(1),
#menu-toggler.open > span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#menu-toggler.open > span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#menu-toggler-2 > span:nth-child(2),
#menu-toggler.open > span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header-wrapper {
  position: fixed;
  width: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: var(--pink);
  z-index: 998;
  padding-top: 0;
  min-height: 100%;
  box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  overflow-x: hidden;
}
header#masthead {
  padding: 80px 35px 0;
  font-size: 11px;
}
nav#site-navigation ul {
  padding: 0;
  text-align: right;
}
aside.site-menus ul#menu-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
aside.site-menus ul#menu-main li {
  width: calc(50% - 5px);
}
div#page-loader {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 15vh;
  display: flex;
}
div#page-loader a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  background: #fff;
  border-radius: 100%;
}

nav#site-navigation {
  background-color: var(--turquoise);
  padding: 20px 35px;
  position: absolute;
  width: 300px;
  bottom: 0;
}
ul#menu-main li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
}
ul#menu-main li a {
  color: #898989;
}
nav#site-navigation > img {
  position: absolute;
  top: -95px;
  left: 20px;
  max-width: 38vw;
  -webkit-animation: leftRight 5.5s infinite;
  animation: leftRight 5.5s infinite;
}
/* 404 */
.error404 div#main-content {
  padding: 60px;
  text-align: center;
  background-color: var(--turquoise);
}
.error404 div#main-content h1 {
  font-size: 200%;
  margin-bottom: 20px;
}
.error404 div#main-content h2 {
  font-size: 150%;
  margin-bottom: 20px;
}
a#bthp {
  display: inline-block;
  width: 300px;
  max-width: 100%;
}
.action-button-wrapper a#bthp {
  display: block;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 20px;
}
.action-button-wrapper a#bthp span {
  padding: 15px 10px 4px;
}
/* Contact */
.new-cw.contact-wrapper {
  padding: 60px 60px 0;
  position: relative;
}
.logo-nxt-content.cplnc {
  position: absolute;
  left: 6vw;
  margin: 0;
}
.banner-under-cf {
  display: flex;
  justify-content: end;
  max-width: 90%;
}
/* Search page */

.pagenavi {
  text-align: center;
  margin: 30px 0;
  direction: ltr;
}
.pagenavi a {
  color: var(--pink);
  display: inline-block;
  width: 18px;
  text-align: center;
}
.pagenavi span {
  display: inline-block;
  background-color: var(--pink);
  color: #fff;
  width: 18px;
}
/* Search-form */
form#like-searchform {
  display: none;
  position: relative;
  max-width: 43%;
  width: 470px;
}
input#srch {
  float: none;
  border: 0 none;
  text-indent: 20px;
  width: 100%;
  font-size: 18px;
  padding: 13px 0;
  border-radius: 29px;
  border: 1px solid #707070;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
}
h3.search-msg {
  font-size: 155%;
  text-align: center;
  color: #fff;
}
.fa {
  font-family: "FontAwesome" !important;
}
.icon-search {
  font-family: FontAwesome;
  padding: 0;
  width: 24px;
  border: 0;
  background-color: transparent;
  background: url(images/search-area/magnifier.png) no-repeat;
  height: 24px;
  position: absolute;
  left: 25px;
  top: 13px;
}
a#delete-srch-str {
  display: none;
  position: absolute;
  right: 3px;
  font-size: 24px;
  color: #333;
  transform: rotate(45deg);
  top: 15px;
  height: 20px;
  width: 21px;
  line-height: 19px;
  text-align: center;
  border-radius: 100%;
}
a#delete-srch-str.on {
  display: block;
}
.searchers-wrapper {
  padding: 15px 0;
  color: #fff;
  border-bottom: 1px solid #70707047;
}
h2.filters-mobile-title {
  display: none;
}
.sw-item ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 -5px;
}
.sw-item ul li {
  width: calc(33.3333% - 10px);
  margin: 10px 5px;
}

.sw-item ul li.on-demand {
  display: none;
}
.sw-item ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  border-radius: 21px;
  text-align: center;
  padding: 12px 0;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw-item ul li a.checked {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sw-item ul li a.checked:before {
  content: "\f00c";
  background-color: var(--turquoise);
  color: #000;
  position: absolute;
  font-family: FontAwesome;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.sw-item {
  margin-bottom: 10px;
}
/* Start Screen */
.st-sc-top {
  height: 50%;
  background-color: var(--pink);
  position: relative;
  z-index: 6;
}
.st-sc-bottom {
  background-color: #fff;
  position: relative;
  height: 50vh;
}
.start-screen {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  z-index: 9999;
  right: 0;
  /* max-width: 650px; */
  left: 0;
  margin: auto;
}
.st-sc-top img {
  position: absolute;
}
img.coins {
  left: auto;
  top: -20px;
  z-index: 0;
  max-width: 40vw;
  right: 51vw;
}
img.model {
  left: 0;
  right: 20px;
  bottom: -15vh;
  margin: auto;
  max-width: 78vw;
  z-index: 2;
}
img.mark-sign {
  display: none;
  top: 3vh;
  left: 62vw;
  max-width: 20vw;
  right: auto;
}
a.lets-make-money-msg {
  background: url(images/start-screen/lmm-msg.png);
  width: 211px;
  display: block;
  height: 87px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 87px;
  bottom: 15vh;
  left: 0;
  right: 0;
  margin: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--turquoise);
  border-radius: 100%;
}
.heartBeat {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: heartBeat 3.5s infinite;
  animation: heartBeat 3.5s infinite;
}
/* explaind cards */
.explaind-card-wrapper {
  position: absolute;
  height: 290px;
  width: 70%;
  top: calc(50% - -30px);
  transform: translateY(-50%);
  left: -999px;
  margin: auto;
  z-index: 9;
}
.explaind-card-wrapper.bring {
  left: 40px;
}
.explaind-card {
  background-color: rgba(243, 50, 243, 0.8);
  height: 100%;
  position: relative;
}
img.model-explained {
  position: absolute;
  left: -30px;
  bottom: -30px;
}
.explained-msg {
  background-image: url(images/explained/exp-bubble.png);
  width: 289px;
  height: 114px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 90px;
  color: #000;
  padding: 28px 23px;
  font-size: 26px;
  line-height: 0.9;
  text-align: center;
  left: 65px;
  z-index: 2;
}
.explained-msg.small {
  font-size: 19px;
  text-align: center;
  padding: 30px;
  font-weight: 700;
}
img.aar-up {
  position: absolute;
  height: 260px;
  left: 80px;
  margin: auto;
  top: 30px;

  -webkit-animation: MoveUpDown 550ms linear infinite;
}
img.aar-up-2 {
  position: absolute;
  height: 67px;
  left: 50px;
  margin: auto;
  top: 10px;
  animation: heartBeat 2s linear infinite;
  -webkit-animation: heartBeat 2s linear infinite;
}
@-webkit-keyframes MoveUpDown {
  from {
    top: 30px;
  }
  to {
    top: 15px;
  }
}

img.arr-side {
  display: none;
  position: absolute;
  max-width: 65px;
  bottom: 45px;
  right: 25px;
}
img.exp-i {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  -webkit-animation: leftRight 2.5s infinite;
  animation: leftRight 2.5s infinite;
}
a.exp-cloder {
  color: #160b0f;
  background-color: var(--turquoise);
  border-radius: 100%;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  position: absolute;
  font-size: 33px;
  transform: rotate(45deg);
  top: -18px;
  right: -16px;
}
/* Job registration form */
section#register-block {
  margin: 0 auto;
  max-width: 400px;
  color: #fff;
  width: 100%;
}
label.cb-label {
  display: block;
}
#job-registration-form input[type="text"],
#job-registration-form input[type="number"],
#job-registration-form select,
#job-registration-form textarea {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 0 none;
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  padding: 5px;
  display: block;
  /* margin-bottom: 10px; */
}
#job-registration-form textarea {
  height: 200px;
}
.fields-bl,
.fields-bl-large {
  margin: 10px 0;
}
/* datepicker */
.ui-widget.ui-widget-content {
  border: 0 none !important;
  background: var(--pink);
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
}
.ui-datepicker .ui-datepicker-header {
  background: var(--turquoise);
  border: 0 none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  border: 0 none !important;
  background: var(--turquoise) !important;
  font-weight: normal;
  color: #000;
}
/* Filter Questions PopUp */
.filter-qs-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 998;
  display: none;
}
.fq-popup-content h2 {
  direction: rtl;
  font-size: 120%;
  margin: 0 auto 8px;
  text-align: center;
}
.fq-popup {
  padding: 20px;
  background-color: var(--turquoise);
  position: relative;
  top: 50%;
  width: 340px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-width: 90%;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  min-width: 210px;
  border-radius: 20px;
}
a.fq-popup-closer {
  position: absolute;
  right: -12px;
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  transform: rotate(45deg);
  top: -12px;
  text-align: center;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
}
form#filter-questions label.skipfor,
form#filter-questions label.for {
  display: block;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  text-align: right;
  margin-bottom: 5px;
  font-size: 107%;
}
form#filter-questions label.skipfor span,
form#filter-questions label.for span {
  color: var(--pink);
  margin-left: 2px;
}
form#filter-questions label.skipfor.tiny {
  font-size: 80%;
  color: var(--turquoise);
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
form#filter-questions > div {
  margin-bottom: 10px;
  position: relative;
}
form#filter-questions small {
  display: block;
  font-size: 80%;
  margin: 2px 0 15px;
}
form#filter-questions label.radio-label input[type="checkbox"] + span,
form#filter-questions label.radio-label input[type="radio"] + span {
  box-shadow: none;
  width: 100%;
  text-align: center;
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.remove-fuq {
  cursor: pointer;
  background-color: var(--turquoise);
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
}
form#filter-questions select {
  width: 100%;
  padding: 8px;
  font-family: "Arimo", sans-serif;
  -webkit-appearance: auto;
  border-radius: 29px;
}
form#filter-questions input[type="email"],
form#filter-questions input[type="text"] {
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  width: 100%;
  padding: 10px;
  border-radius: 29px;
  border: 1px solid #707070;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%) inset;
  box-sizing: border-box;
}
form#filter-questions input[type="submit"] {
  background-image: url(images/cant_complain.jpg);
  background-repeat: no-repeat;
  font-size: 170%;
  background-color: var(--pink);
  padding: 9px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 20px;
  color: #fff;
  position: relative;
  border: 0 none;
  cursor: pointer;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  text-shadow: 2px 2px 3px #000;
  background-size: 70px;
  background-position: 25px 50%;
}

form#filter-questions label#fuq-label {
  position: relative;
  /* margin-bottom: -13px; */
  width: 100%;
}
form#filter-questions label.skipfor span.fuq-q {
  color: #000;
  position: relative;
  width: 100%;
  left: 0;
  /* top: -50px; */
}
#fuq::-webkit-file-upload-button {
  /* visibility: hidden;
    position: relative; */
}
#fuq {
  width: 100%;
}
/*
#fuq-label::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥';
    background-color: #fff;
    color: #000;
    width: 106px;
    display: block;
    padding: 7px 0;
    font-size: 100%;
    border-radius: 29px;
    box-shadow: none;
    position: relative;
    text-align: center;
    font-size: 13px;
    top: 25px;
}
#fuq:hover::before {
    border-color: black;
}
#fuq:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
#fuq-label::after{
    content: '';
    width: 104px;
    height: 26px;
    display: block;
    border: 1px solid #000;
    position: absolute;
    top: 25px;
    right: 1px;
    border-radius: 20px;
}
*/
#tocvw {
  background-color: var(--pink);
  color: #fff;
  width: 110px;
  display: inline-block;
  padding: 4px 0;
  font-size: 100%;
  border-radius: 30px;
  box-shadow: none;
  position: relative;
  text-align: center;
}

#tocvw:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #000;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 20px;
}
#tocvw.disabled {
  opacity: 0.5;
  cursor: default;
}
.prevq-wrapper label.radio-label input[type="radio"] + span,
.prevq-wrapper label.radio-label input[type="checkbox"] + span,
.cq-wrapper label.radio-label input[type="checkbox"] + span,
.cq-wrapper label.radio-label input[type="radio"] + span {
  width: fit-content;
  display: inline-block;
  padding: 5px 15px;
  font-size: 100%;
}
.cq-wrapper > .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
form#filter-questions .cq-wrapper label.radio-label {
  display: inline-block;
  margin: 0 0 10px;
}
label.radio-label.has-deco {
  position: relative;
  width: calc(30% - 5px);
}
label.radio-label.has-deco:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #000;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 20px;
}
/* Page General */
.entry-content-wrapper {
  /* color: #000; */
  color: #fff;
  line-height: 20px;
  padding: 60px;
  /*max-width: 900px;*/
}
.entry-content {
  max-width: 900px;
}
h1.entry-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  color: #000;
}
h1.entry-title.pink {
  color: var(--pink);
}
.et-dark {
  color: #000;
}
.entry-content p {
  margin-bottom: 10px;
}
.entry-content p a {
  color: var(--turquoise);
}
/* Video page */
a,
.company-details {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}
/*
.video {
    width: calc(100% - 70px);
} 
*/
img.strech-nice.nsn {
  display: none;
  position: relative;
  z-index: -1;
  /* width: 100vw;
    height: 100vh; */
}
.video {
  width: calc(100% - 70px);
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
}
div#videojsWrapper {
  height: 100%;
}
.video-js-next-dimensions,
.video-js-dimensions {
  max-width: 100%;
  width: 100%;
}
.video video,
.video-js-next-dimensions video,
.video-js-dimensions video {
  /* width: 61%; */
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.video.smart-agent-wrapper {
  background-color: #000;
  height: 100%;
  color: var(--pink);
  text-align: center;
}
.video.smart-agent-wrapper > img {
  margin: 15vh auto 20px;
}
.video.smart-agent-wrapper > h2 {
  font-size: 160%;
}
ul.agent-menu {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  justify-content: space-around;
  list-style-type: none;
}
ul.agent-menu a {
  background: #ffffff;
  font-size: 120%;
  padding: 10px 50px;
  border-radius: 30px;
}
div.videos-wrapper {
  margin: 0 auto;
  width: auto;
  min-height: 100vh;
  background-color: #4a4a4a;
}
div.videos-wrapper video {
  width: auto;
  height: 100vh;
  margin: 0 auto;
  display: block;
  cursor: grab;
  max-width: 100%;
}
.image-cover {
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(100% - 70px);
  height: 100%;
}
.loader-n {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 187px;
  width: 143px;
  background: url(images/search-area/menu-model.png);
  background-size: cover;
  -webkit-animation: heartBeat 3.5s infinite !important;
  animation: heartBeat 3.5s infinite !important;
}
/*
.slick-prev,
.slick-next {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: 0 !important;
  top: 0 !important;
  display: none !important;
}
*/
.slide-item {
  position: relative;
}
.slide-item img {
  margin: 0 auto;
}
.slick-slide img {
  /* display: block; */
  /* height: 100vh; */
}
.flex.flex-jc.user-actions {
  position: absolute;
  top: 50vh;
  width: 100%;
  align-items: end;
}
ul.btns-lst {
  /* position: absolute; 
       top: 50vh; 
       text-align: right; 
       list-style-type: none;
       right: 0; */
}
ul.btns-lst li {
  display: block;
  margin: 5px 15px;
}
ul.btns-lst li.for-menu {
  /* display: none; */
}
ul.btns-lst li.info {
  position: relative;
}
ul.btns-lst li.info a span {
  display: none;
  position: absolute;
  color: var(--pink);
  top: -10px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
ul.btns-lst li.info.show-i span {
  display: none;
}
ul.btns-lst li.user a img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
ul.btns-lst li.user a img.user-profile-img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  border: 1px solid #000;
}
ul.btns-lst li.user a img.user-profile-placeholder {
  height: auto;
  width: auto;
}
ul.btns-lst li:last-child {
  margin-bottom: 15px;
}
ul.btns-lst li a,
a.circle-btn {
  font-size: 26px;
  width: 60px;
  color: #ddd;
  height: 60px;
  display: block;
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  line-height: 60px;
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.3); */
  margin: 0 auto;
}
ul.btns-lst li a.open-menu {
  /* background-color: rgba(255,255,255,0.7); */
}
ul.btns-lst li.like a.submit-application.sent,
ul.btns-lst li.like a.popup-for-filters.sent {
  background-color: var(--turquoise);
}
ul.btns-lst li a i,
a.circle-btn i {
  line-height: 60px;
}
ul.btns-lst li a img,
a.circle-btn img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
ul.btns-lst li a img.attachment-company-logo.size-company-logo {
  width: 60px;
}
a.circle-btn {
  margin: 10px 30px 0;
  position: relative;
}
a.has-circle {
  background-color: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
a.sa-btn.never-sub {
  font-size: 18px;
}
a.sa-btn {
  font-size: 12px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  margin: 15px;
  padding: 11px 20px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #000;
}
a.sa-btn.had-10 {
  background-color: var(--turquoise);
}
.for-selfie a.sa-btn.had-10 {
  background-color: var(--pink);
}
.out-off-grid {
  width: 100%;
}
.company-details.open {
  right: 0;
}
.company-details {
  color: #000;
  background-color: #fff;
  min-height: 1px;
  padding: 2vw 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.company-details:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
  z-index: 0;
}
.clwn-cc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cl-wrapper {
  margin: 0 auto;
  width: 100px;
  /* height: 60px; */
  text-align: center;
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  /* border-radius: 100%; */
  padding: 7px;
  position: relative;
}
.cl-wrapper.nclw {
  width: 110px;
  height: 110px;
  margin-bottom: 0;
}
.cl-wrapper.nclw.show-logo-always img {
  width: 100%;
  height: auto;
}
a.cl-wrapper.nclw.edit-company {
  position: absolute;
  left: 0;
}
.logo-placeholder {
  background-color: var(--pink);
  color: #fff;
  border-radius: 100%;
  height: 73px;
  width: 73px;
  font-size: 80%;
  padding: 0 3px;
  font-weight: 700;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pya-content a.cl-wrapper.nclw.edit-company {
  position: relative;
}
.pya-content a.cl-wrapper.nclw.edit-company img {
  width: 81px;
}
a.display-pencil-editor i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: var(--turquoise);
  color: #000;
  padding: 5px;
  border-radius: 100%;
}
.cc-wrapper {
  width: calc(100% - 130px);
}
.cl-wrapper img {
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #000;
}
.company-details > h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
}
h1.pink.company-title {
  font-size: 185%;
  margin-bottom: 10px;
}
h3.company-sub-title {
  margin-bottom: 5px;
  font-size: 110%;
}
.company-content {
  padding: 0;
  position: relative;
}
.company-content > p {
  margin-bottom: 5px;
}
a#unmute-all {
  position: fixed;
  z-index: 9;
  color: #fff;
  font-size: 8vw;
  bottom: 10px;
  right: 20px;
  display: none;
}
.single-job .main-area-wrapper-2 {
  padding: 30px 50px;
}
.job-details {
  width: 100%;
  background-position: 50% 0;
  background-color: #000000;
  background-size: cover;
  color: #fff;
  /* height: calc(100vh - 240px); */
  height: auto;
  position: relative;
}
.video-modal-trigger {
  position: absolute;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--pink);
  color: #fff;
  box-shadow: 0 none;
  width: 55px;
  height: 55px;
  top: -26px;
  left: 20px;
  opacity: 1;
}
.video-modal-trigger i {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: 10px;
}
.jd-item {
  position: relative;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  padding: 0 20px 35px;
  color: #000;
}
.jd-item img.class-badge {
  margin: -10px auto 20px;
}
a.to-hp-from-sj {
  position: absolute;
  right: 20px;
  background-color: var(--turquoise);
  color: #000;
  display: block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  transform: rotate(45deg);
  top: -12px;
}
.single-company a.to-hp-from-sj {
  top: 5px;
  text-align: center;
  right: 5px;
}
.job-details > img {
  max-height: 50%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.jd-item h1 {
  color: var(--pink);
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 120%;
}
.jd-item .jl {
  color: var(--turquoise);
  max-width: 75%;
  margin: 0 auto 5px;
}
.jd-item .jl span {
  display: inline-block;
}
.jd-item .cl-on-main a {
  border-radius: 100%;
}
.jr-full,
.jc-full {
  display: none;
}
.jr-full.show,
.jc-full.show {
  display: block;
}

.jr-short.hide,
.jc-short.hide {
  display: none;
}
.jc-full ul li,
.jc-reg ul li {
  list-style-position: inside;
}
.jc-full > h3 {
  margin: 10px 0 0;
}
.jd-item .cl-on-main {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}
.user-liked-job {
  width: 60px;
  color: #ddd;
  height: 60px;
  display: block;
  border-radius: 100%;
  background-color: var(--turquoise);
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 15px auto 0;
  text-align: center;
}
.user-liked-job img {
  margin: 0 auto;
  position: relative;
  top: 13px;
}
.jd-item .cl-on-main img {
  border-radius: 100%;
  border: 1px solid #000;
  background: #fff;
  width: 80px;
}

.j-requirments {
  margin-top: 20px;
}
a#read-more {
  display: block;
  margin-top: 5px;
}
/* performance report */
body.page-template-page-app-performance {
  background-color: #fce7f4;
}
.performance-wrapper {
  position: relative;
  background-color: #ffffff;
  width: 95%;
  margin: 70px auto;
  max-width: 740px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 15px 25px 30px;
}
.pw-1 {
  position: relative;
  top: -55px;
  margin-bottom: -55px;
}
.pw1-titles h1 {
  font-size: 130%;
}
.pw1-titles {
  background-color: #82dee4;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 15px;
}
.pw1t-per span,
.pw1t-comp {
  color: #000;
  font-weight: 700;
}
.pw-2 {
  margin: 20px auto;
}
.pw2-infbox {
  background-color: #fce7f4;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 6px 15px;
  font-weight: 700;
}
.pw2-infbox .pw2-res {
  font-size: 200%;
  font-weight: 400;
}
.pw2-res-big {
  font-size: 200%;
  font-weight: 100;
}
.roa-tit {
  font-size: 80%;
  margin-bottom: 5px;
}
.roa-tit.no-mar {
  margin-bottom: 0;
}
.roa-tit.big-mar {
  margin-bottom: 18px;
}
.res-of-av {
  margin: 0 0 0 15px;
  border-left: 1px dotted #333;
  padding: 0 0 0 15px;
}
.dist-data {
  margin: 0 10px;
}
p.pw3g-tit {
  background-color: #82dee4;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 4px 15px;
  text-align: center;
  position: absolute;
  top: -15px;
}
.pw3-g1 {
  border: 1px solid #333;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  max-width: 57%;
}
p.pw3g-legend {
  text-align: center;
  font-size: 75%;
}
.pw-3 {
  margin: 40px auto 10px;
}
.graphs-1-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.job-graph-data {
  display: flex;
  height: 140px;
  position: relative;
}
.job-graph {
  width: calc(33.33333% - 7px);
  text-align: center;
  font-size: 62%;
}
.job-graph > p {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1;
}
.job-graph-data > div {
  width: 48%;
  position: absolute;
  bottom: 0;
  min-height: 25px;
  max-height: 100%;
  text-align: center;
  background-color: #93defb;
  border-radius: 10px 10px 0 0;
  font-size: 160%;
  padding: 6px 0 0;
  font-weight: 700;
}

.job-graph-data > div.jg-num {
  left: 0;
  background-color: #82dee4;
}
.graphs-2-wrapper {
  display: flex;
  text-align: center;
}
.g2w-item {
  margin: 0 2px;
  font-size: 60%;
  word-spacing: 100vw;
  line-height: 0.9;
}
.g2w-graph {
  height: 185px;
  position: relative;
}
.g2w-graph > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 0px;
  background: #be71df;
  border-radius: 10px;
  padding: 3px 0 10px;
  border: 1px solid;
  font-weight: 700;
}
.job-graph-data > div,
.g2w-graph > div {
  -webkit-transition: all 1.6s ease-in-out 0.5s;
  -moz-transition: all 1.6s ease-in-out 0.5s;
  -ms-transition: all 1.6s ease-in-out 0.5s;
  -o-transition: all 1.6s ease-in-out 0.5s;
  transition: all 1.6s ease-in-out 0.5s;
}
.job-graph-data > div.onload,
.g2w-graph > div.onload {
  opacity: 0.2;
  height: 0 !important;
}
.g2w-item:nth-child(even) .g2w-graph > div {
  background-color: #ed70c0;
}
.pw3-g1.g2 {
  max-width: 42%;
  padding: 7px;
  line-height: 1;
}
.g2w-item p {
  margin-top: 7px;
}
.matals-wrapper {
  direction: ltr;
  background-color: #82dee4;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 4px 15px;
  text-align: center;
  position: absolute;
  bottom: -15px;
}
.matals-wrapper a {
  color: #000;
}
.matals-wrapper i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 3px;
  text-align: center;
  display: inline-block;
}
/* lobby */
.lobby-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  justify-content: space-between;
}

.lobby-wrapper > a {
  display: block;
  width: calc(25% - 10px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.lobby-wrapper > a h3 {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.lobby-wrapper > a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  z-index: 1;
}

.lobby-wrapper > a img {
  width: 100%;
}
/* swiper */
.swiper-wrapper {
}
.inner-swiper,
.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  background-color: #fff;
  display: flex;
}
.swiper-slide.ssv {
  background-color: #000;
}
.swiper-slide > img,
.swiper-slide > video {
  margin: 0 auto;
  display: block;
  max-height: 100vh;
  object-fit: cover;
  /* object-fit: contain; */
  width: 100vw;
  max-width: 100%;
}
.cl-on-main {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 60px;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  box-sizing: border-box;
}
a.to-reg-btn {
  font-size: 120%;
  width: 226px;
  display: block;
  border-radius: 20px;
  color: #000;
  position: relative;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}
form#rel-loginform input[type="submit"],
form#loginform input[type="submit"],
button.site-btn,
a.site-btn {
  font-size: 24px;
  width: 226px;
  display: block;
  border-radius: 20px;
  color: #000;
  position: relative;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
}
.eu-details h2.to-reg-title {
  margin: 30px 0 10px;
  font-size: 200%;
}
.frm-blk button.site-btn {
  top: -15px;
}
button.site-btn span,
a.site-btn span {
  text-align: center;
  position: relative;
  z-index: 1;
  border: 3px solid #fff;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
  padding: 15px 0 4px;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
}
button.site-btn span img,
a.site-btn span img {
  display: inline-block;
  position: relative;
  top: -1px;
  max-width: 22px;
}
.site-btn.bisb span {
  border-color: #000;
}
.site-btn.sb-pink:before {
  content: "";
  background-color: var(--pink);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 26px;
  z-index: 0;
  top: 8px;
  left: 8px;
}
.site-btn.sb-turquoise:before {
  content: "";
  background-color: var(--turquoise);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 26px;
  z-index: 0;
  top: 8px;
  left: 8px;
}
.site-btn.sb-white:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 26px;
  z-index: 0;
  top: 8px;
  left: 8px;
}
.site-btn.sb-white span {
  border: 3px solid #000;
}
.site-btn.sb-blue:before {
  content: "";
  background-color: var(--turquoise);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 26px;
  z-index: 0;
  top: 8px;
  left: 8px;
}
a.heide-to-job {
  margin: 10px 20px 20px;
}
.jd-item a.circle-btn,
.jd-item a.heide-to-job {
  margin: 15px auto 25px;
}
/* Contact */
.new-cw.contact-wrapper {
  padding: 130px 45px 0;
  position: relative;
}
/* REGISTER USER */
div#register {
  /*display: flex; */
}
#smsCodeWrapper {
  /*margin: 0 110px;*/
  display: block;
}
div#register #smsCodeWrapper {
  margin: 0 60px;
}
.edit-user-wrapper {
  background-color: var(--turquoise);
  min-height: calc(100vh - 175px);
  height: 100%;
}
.edit-user-wrapper.step-2-wrapper {
  background-color: var(--pink);
}
.edit-user-wrapper.step-2-wrapper form#loginform input[type="submit"] {
  background-color: var(--turquoise);
}
.edit-user-wrapper:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--turquoise);
  z-index: 0;
}
.after-euw-23 {
  display: none;
}
.main-entry-wrapper {
  min-height: calc(100vh - 175px);
  height: 100%;
}
.warning-msg {
  display: none;
  position: fixed;
  background: #000;
  color: #fff;
  width: 316px;
  height: fit-content;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 22px;
  padding: 10px 0 15px;
  top: 0;
  bottom: 0;
  font-family: "Arimo", sans-serif;
}
.warning-msg img {
  margin: 0 auto 10px;
}
a.wm-closer {
  position: absolute;
  background-color: var(--pink);
  color: #000;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  right: 8px;
  top: 8px;
  transform: rotate(45deg);
  font-size: 33px;
  font-weight: 400;
}
.eu-img {
  width: 143px;
  margin: 0 5vw;
}
.eu-img img.add-profile-img {
  margin: 0 auto;
  position: absolute;
  top: -15px;
}
.eu-img i {
  display: block;
  font-size: 75px;
  color: #000;
  background: var(--pink);
  text-align: center;
  height: 143px;
  width: 143px;
  line-height: 143px;
  border-radius: 100%;
}
.eu-model.eum-23 {
  position: absolute;
  left: 0;
}
.edit-user {
  padding-top: 60px;
}
.eu-details {
  width: 290px;
  margin-left: 2vw;
}
p.login-username,
p.login-password,
.eud-blk {
  margin-bottom: 20px;
}
h2.eud-blk {
  font-size: 150%;
  margin: 20px 0;
}
h2.eud-blk a {
  color: var(--pink);
  text-decoration: underline;
}
.eud-blk.flex {
  align-items: baseline;
}
.eud-blk.flex label {
  margin-left: 10px;
}
form#rel-loginform,
form#loginform {
  color: #000;
}
form#rel-loginform input[type="number"],
form#rel-loginform input[type="password"],
form#rel-loginform input[type="text"],
form#loginform input[type="number"],
form#loginform input[type="password"],
form#loginform input[type="text"],
.eud-blk input[type="text"],
.eud-blk select,
.eud-blk input[type="email"],
.eud-blk input[type="number"] {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  border-radius: 23px;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 48px;
}
.eud-blk input[type="email"].show_if_mail {
  display: none;
}
.eud-blk input[type="email"].show_if_mail.show {
  display: block;
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 23px;
  height: 48px;
  font-size: 18px;
}
#add-location + .select2-container--default .select2-selection--single {
  font-size: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  line-height: 28px;
  padding: 10px 16px !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 13px;
  right: auto;
  top: 10px;
}
a.to-reg-btn {
  background-color: var(--pink);
  padding: 9px;
  text-align: center;
  width: 100%;
}
form#rel-loginform input[type="submit"],
form#loginform input[type="submit"] {
  font-size: 120%;
  background-color: var(--pink);
  padding: 9px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.real-label {
  color: #000;
  position: relative;
  top: -3px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
input#used_img {
  position: relative;
  z-index: 222;
  max-width: 100%;
  top: -14px;
  text-align: center;
}
.custom-file-input::before {
  content: "+";
  display: inline-block;
  background: #fff;
  border: 0 none;
  border-radius: 100%;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  width: 28px;
  text-align: center;
  height: 28px;
  font-family: "Arimo", sans-serif;
  position: relative;
  top: 0;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
  display: block;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* Single Company */
.faq-wrapper {
  margin-bottom: 50px;
  padding: 25px 25px 0 0;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-item h3 {
  margin-bottom: 5px;
}
.faq-item h3 a {
  color: #000;
}
.faq-answer {
  display: none;
}
.faq-question {
  font-size: 120%;
}
.faq-item.open i {
  transform: rotate(-90deg);
}
.company-wrapper {
  /*max-width: 886px;*/
  width: 66.666666%;
  position: relative;
}
.single-company .company-wrapper {
  width: 100%;
}
.company-wrapper.two-thirds {
  width: 66.6666%;
}
.company-wrapper.ncw {
  max-width: 65vw;
  width: 65vw;
}
.company-wrapper.ncw .out-off-grid {
  width: 100%;
}
h3.pink.oj-tit {
  padding: 25px 25px 0 0;
  font-size: 125%;
}
.jobs-of-company.flex {
  padding: 25px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  align-items: end;
}
.strech-nice {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jobs-of-company > a.job-item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
  margin-right: 0px;
}

.author .jobs-of-company.flex,
.page-template-page-agent .jobs-of-company.flex,
.page-template-page-user-profile .jobs-of-company.flex {
  justify-content: flex-start;
}
.author .jobs-of-company > a.job-item,
.page-template-page-agent .jobs-of-company > a.job-item,
.page-template-page-user-profile .jobs-of-company > a.job-item {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.search .jobs-of-company > a.job-item {
  width: auto;
}
.jobs-of-company > a.job-item h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  background-color: #e4e4e4;
  color: #333;
  font-size: 15px;
  padding: 2px 5px;
  line-height: 0.9;
  margin-bottom: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobs-of-company > a.job-item img {
  width: 100%;
}
.all-unit-wrapper {
  width: 50%;
  position: relative;
  padding: 0 50px;
  margin-top: 30px;
  max-width: 590px;
}
#videoWrapper {
  position: absolute;
  width: 47%;
  height: auto;
  z-index: 0;
  top: 90px;
  left: 40px;
  right: auto;
  margin: auto;
}
.video-slide-wrapper {
  /*height:58vh !important;*/
  height: calc(100vh - 279px) !important;
}
/* Table Pricing */
.main-tbh-wrapper {
  background-color: #000;
  padding: 15px 0 1px;
}
.entry-content-wrapper.tbh-ec {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.entry-content-wrapper.tbh-ec img {
  margin: 0 auto 30px;
}
.table-pricings-wrapper {
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  max-width: 75%;
  margin: 0 auto;
}
.tabel-price-itm {
  max-width: 90%;
  margin: 0 5px;
  border-radius: 10px;
  text-align: center;
  padding: 0 0 20px;
  color: #000;
  margin-bottom: 85px;
  width: calc(33% - 10px);
}
.tabel-price-itm.blk {
  color: #fff;
}
.tabel-price-itm > img {
  margin: -45px auto 10px;
  max-height: 96px;
  width: auto;
}
.tabel-price-itm h3 {
  font-size: 150%;
}
.tabel-price-itm h4 {
  font-size: 125%;
}
.bp-price-line {
  border-top: 1px solid #fff;
  margin: 20px 0;
  padding: 10px;
  font-size: 220%;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.bp-price-content {
  padding: 20px;
}
.bp-price-content a.site-btn {
  margin: 30px auto 0;
}
.bp-price-content ul {
  list-style-type: none;
}
.bp-price-content ul li {
  margin-bottom: 10px;
}
.bp-price-content ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  margin: 0 auto 20px;
}
.tabel-price-itm.blk .bp-price-content ul li:before {
  background: #fff;
}
.bp-price-content ul li:first-child:before {
  display: none;
}
/* About page template */
.about-wrapper {
  color: #fff;
  background-color: #000;
}
.about-wrapper .entry-content-wrapper {
  color: #fff;
}
.logo-nxt-content {
  margin: 0 50px 0 0px;
}
.under-about-wrapper {
  background-color: var(--pink);
}
.under-about-wrapper img {
  position: relative;
  margin: 0 auto;
  top: -5vh;
}
/* CF7 */
.frm-flex {
  display: flex;
  margin: 60px 0;
  align-items: end;
}
.frm-flex.edit-job-ff {
  margin: 0;
}
.frm-flex-blk {
  margin-left: 30px;
  position: relative;
}
.submit-cover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -4px;
  top: -17px;
  z-index: 9;
}
.frm-blk {
  max-width: 90%;
  margin: 0 auto 20px;
  position: relative;
}
#job-posting .frm-blk label {
  padding: 0 17px 0 0;
  font-size: 18px;
}
div#job-posting hr {
  max-width: 50%;
  margin: 10px auto 30px;
  border-color: #fff;
}
.frm-blk input[type="text"].hide-till-adv {
  display: none;
}
.frm-blk input[type="text"],
.frm-blk input[type="password"],
.frm-blk input[type="number"],
.frm-blk input[type="email"],
.frm-blk select,
.frm-blk textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #333;
  padding: 12px 16px;
  border-radius: 23px;
  max-height: 177px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  direction: rtl;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -15px;
  left: 15px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  font-size: 150%;
}
/* Job Application */
.applications-table-wrapper {
  width: 100%;
  /* max-width: 1530px; */
  margin: 60px auto;
  padding: 0 15px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  float: none;
}
.applications-table-wrapper h1 {
  font-size: 200%;
  text-align: center;
  color: var(--pink);
  margin-bottom: 30px;
}
div#applications-table_wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.report-actions {
  margin-bottom: 20px;
}
.report-actions a {
  margin-left: 20px;
  display: block;
  background: var(--pink);
  color: #fff;
}
a#export-db {
  padding: 10px 20px;
  border-radius: 30px;
  width: fit-content;
}
a#delete-picked-rows {
  border-radius: 100%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
form#applications-adv-srch {
  margin: 20px 0;
}
select.status-select {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  top: 112px;
  width: fit-content;
  height: fit-content;
  padding: 12px 27px;
}
form#applications-adv-srch > div {
  margin-left: 15px;
}
form#applications-adv-srch > div input {
  max-width: 80px;
  text-align: center;
}
body.rtl.page-template.page-template-page-report .ui-widget.ui-widget-content {
  color: #fff;
  padding: 10px;
}
table#applications-table {
  width: 100% !important;
  margin: 70px 0;
}
.editor .dt-buttons {
  /* display: none; */
}
.editor .manual-email {
  display: none;
}
.dt-buttons {
  display: flex;
}

.dt-buttons a {
  margin-left: 3px;
}
.save-btn,
.dt-buttons .dt-button span {
  padding: 10px 20px;
  border-radius: 30px;
  width: fit-content;
  display: block;
  background: var(--pink);
  color: #fff;
}
.save-btn {
  margin-bottom: 15px;
}
table.dataTable thead th,
table.dataTable thead td {
  vertical-align: center;
  padding: 4px 18px;
  border: 1px solid #fff;
  background-color: var(--turquoise);
  color: #fff;
  text-align: center;
  line-height: 1;
}
table.dataTable tr th,
table.dataTable tr td {
  vertical-align: middle;
  text-align: right;
  border: 1px solid var(--turquoise);
  padding: 5px;
  line-height: 1.2;
  font-size: 13px;
}
.link-wa {
  color: #25d366;
  font-size: 120%;
  margin-right: 10px;
}
table.dataTable tr td select {
  width: 100%;
  border: 0;
  direction: rtl;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
  outline: none;
}
table.dataTable tr td textarea {
  width: 100%;
  height: 100%;
  border: 0;
  resize: none;
  direction: rtl;
  padding: 5px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
}
.delete-ar-row {
  color: var(--pink);
  display: inline-block;
  margin-left: 5px;
}
a.manual-email {
  background-color: var(--pink);
  color: #fff;
  padding: 3px 13px;
  border-radius: 10px;
  font-size: 12px;
}
/* LP just vid and btn */
.hny-wrapper {
  background-image: linear-gradient(
    45deg,
    #f332f3 30.77%,
    #00d3ef 30.77%,
    #00d3ef 50%,
    #f332f3 50%,
    #f332f3 80.77%,
    #00d3ef 80.77%,
    #00d3ef 100%
  );
  background-size: 18.38px 18.38px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
video#lp_video.lp_vid_video {
  margin: 0 auto;
  display: block;
  height: 100vh;
  width: auto;
  max-width: 100vw;
  object-fit: fill;
}
.entry-content.lp_vid_content {
  position: absolute;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.entry-content.lp_vid_content a.site-btn span {
  font-size: 75%;
}
.entry-content.lp_vid_content a.site-btn span img {
  display: inline-block;
  position: relative;
  top: 0px;
  max-width: 18px;
}
/* Landing page */
.lp-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}
.lp-wrapper > section > img,
.lp-wrapper > section > a > img {
  width: 100%;
}
.lp-wrapper > section.lp-section-2 {
  background-image: url(images/lp/lps_bg2b.jpg);
  width: 100vw;
  height: 60vw;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: var(--turquoise);
  position: relative;
}
section.lp-section-2 > video {
  position: absolute;
  width: 47.8vw;
  left: 35.3%;
  top: 39%;
  border-radius: 4px;
}
section.lp-section-3 {
  background-color: #1d1d1b;
  padding: 5vh 0;
}
.logo-slide-itm {
  margin: 0px 10px;
  box-sizing: border-box;
}
section.lp-section-3 img {
  border-radius: 100%;
}
/* User Profile */
.general-loader-wrapper,
.loader-wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
@keyframes ldio-ih1gjpb9ls {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ldio-ih1gjpb9ls div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #f332f3;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-ih1gjpb9ls div {
  animation: ldio-ih1gjpb9ls 1s linear infinite;
  top: 100px;
  left: 100px;
}
.loadingio-spinner-rolling-kocj49gq60n {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ldio-ih1gjpb9ls {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-ih1gjpb9ls div {
  box-sizing: content-box;
}
.loader-wrapper span {
  color: #fff;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.main-user-profile {
  background: #000;
  padding: 60px;
}
.main-user-profile .flex div.user-bl {
  margin: 0 auto 20px;
  position: relative;
}

.main-user-profile .flex div.user-bl.sa-content {
  max-width: 50%;
  padding: 0;
  margin: 0;
}
.main-user-profile .flex div.user-bl.sa-form {
  width: 50%;
}
.user-bl a.to-hp-from-sj {
  right: 9px;
  top: 10px;
  text-align: center;
}
.user-img > img {
  margin: 0 auto;
  width: 177px;
  height: 177px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.user-img a img {
  margin: -18px auto 25px;
  display: block;
}
.user-img i {
  color: #000;
  display: block;
  text-align: center;
  font-size: 85px;
  background: var(--pink);
  height: 177px;
  width: 177px;
  border-radius: 100%;
  line-height: 177px;
  margin: 0 auto;
}
#user-img {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.ui-handler {
  width: 100%;
  text-align: center;
  display: block;
  margin: -35px auto 13px;
}
.ui-handler img {
  margin: 0 auto;
}
.date-of-profile {
  text-align: center;
  color: #fff;
}
.date-of-profile .user-name {
  font-size: 120%;
  margin-bottom: 0px;
}
.csv-wizard {
  background-color: var(--turquoise);
  color: #000;
  padding: 4px 20px;
  border-radius: 10px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  width: fit-content;
}
.fuq-wrapper.eufw {
  margin: 20px auto 0;
  text-align: center;
  width: fit-content;
}
.fuq-wrapper.eufw #fuq {
  width: auto;
}
.user-bl.ubl-2 {
  padding: 30px;
  width: 47%;
}
.ubls select,
.ubls input {
  width: 100px;
  font-size: 100%;
  border: 0 none;
  background-color: transparent;
  color: #fff;
}
.ubls select {
  background: #000;
}
.ubls a.pencil-editor {
  background-color: var(--turquoise);
  color: #000;
  padding: 5px;
  border-radius: 100%;
}
.ubls a.pencil-editor.off {
  cursor: default;
  opacity: 0.4;
}
.ubl-side {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  max-width: 350px;
}
.ubl-side > div {
  margin-left: 30px;
  width: calc(50% - 30px);
  margin-bottom: 25px;
}

.job-fields-picker {
  background-color: #272626;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  list-style-type: none;
  font-size: 13px;
}
.job-fields-picker li {
  margin-left: 13px;
  margin-bottom: 3px;
}
.job-fields-picker li.not-uf {
  opacity: 0.7;
}
.job-fields-picker li a {
  background-color: var(--turquoise);
  color: #000;
  padding: 2px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.your-applications {
  font-size: 120%;
  margin-top: 30px;
  color: #fff;
}
.your-applications span {
  background-color: var(--pink);
  padding: 7px;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 22px;
  margin-right: 4px;
  font-size: 130%;
  font-weight: 700;
}
.up-jobs-list {
  padding: 30px;
}
.up-jobs-list h1,
.up-jobs-list h3 {
  font-size: 150%;
  margin-bottom: 30px;
}
.snt-app-itm {
  display: block;
}
.snt-app-itm p {
  padding: 30px 10px 10px;
  color: #000;
  background-color: #e4e4e4;
  display: flex;
  justify-content: space-between;
  font-size: 85%;
}
.snt-app-itm p span {
  height: 14px;
  overflow: hidden;
  max-width: 100px;
}
span.logo-on-date {
  position: absolute;
  bottom: 35px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
  left: 10px;
  border: 1px solid #000;
  background-color: #fff;
}
.job-item img.class-badge {
  width: 40px !important;
  position: absolute;
  left: 10px;
  top: 10px;
}
span.like-on-date {
  position: absolute;
  bottom: 35px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
  right: 10px;
  background-color: var(--turquoise);
  display: block;
  height: 40px;
}
span.like-on-date img {
  width: 28px !important;
  position: relative;
  left: -6px;
  top: 6px;
}
.snt-app-itm h3 {
  padding: 10px;
  text-align: center;
  color: #000;
  background-color: #e4e4e4;
  font-size: 75%;
}
.jobs-of-company.jobs-of-sub {
  padding: 0;
}
.jobs-of-company.jobs-of-sub > a.job-item {
  margin-bottom: 60px;
}
#completed-details-pie {
  width: 130px;
  margin: 0 auto;
  height: 130px;
}
.cd-pers {
  color: #e7e7e7;
  font-size: 180%;
  position: relative;
  top: 11px;
}
.highcharts-credits {
  display: none !important;
}
.cd-wrapper {
  background-color: #272626;
  border-radius: 20px;
  width: 240px;
  padding-bottom: 30px;
}
#complete-details {
  font-size: 100%;
  width: fit-content;
  margin: 0 auto;
}
#complete-details span {
  padding: 10px 20px 0px;
}
.profile-leave-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 20px;
  border-radius: 15px;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 20px auto 0;
}
.profile-leave-btn > i {
  margin: 0 5px;
}
.rtl .profile-leave-btn i.fa-sign-out {
  transform: rotateY(180deg);
}
.unfilled-details {
  display: none;
  background-color: var(--turquoise);
  padding: 60px 30px 30px;
}
form#agent-form.open-always {
  display: block;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.open-always > .flex,
.unfilled-details > .flex {
  flex-wrap: wrap;
  max-width: 95%;
}
.unfd-bl select,
.unfd-bl input[type="number"],
.unfd-bl input[type="text"],
.unfd-bl input[type="email"] {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid #000;
}
.unfd-bl {
  width: calc(33% - 20px);
  margin-bottom: 30px;
  margin-left: 20px;
}
form#agent-form.open-always .unfd-bl {
  width: calc(50% - 20px);
}
form#agent-form.open-always .unfd-bl.double-ubl {
  width: 100%;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
  padding: 11px;
  border-radius: 30px;
  color: #555;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 0;
}
/* CSV PAGE */
.entry-content-wrapper.csv-frm-wrapper {
  text-align: center;
  padding-left: 7vw;
}
.entry-content-wrapper.csv-frm-wrapper > img {
  margin: 0 auto 20px;
}
#download-csv {
  color: #333;
  font-size: 120%;
  font-weight: 700;
}
.csvf-block .wrap-req {
  position: relative;
}
.req-notife {
  position: absolute;
  color: red;
  z-index: 2;
  left: 0px;
  top: -7px;
}
.csvf-block input[type="text"],
.csvf-block input[type="email"],
.csvf-block input[type="number"],
.csvf-block select,
.csvf-block textarea {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
  padding: 10px;
  border-radius: 18px;
}
#csv-frm {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.csvf-block {
  margin: 0 20px;
  width: calc(33% - 10px);
}
.csv-submit.site-btn.sb-pink {
  font-size: 120%;
  padding: 0;
}
.csvf-block .ta-1 {
  height: 110px;
}
.csvf-block .ta-2 {
  height: 105px;
}
.csvf-block .ta-3 {
  height: 100px;
}
.sent-success {
  display: none;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 170px);
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
}
.sent-success > div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 360px;
  width: 360px;
  max-width: 100%;
}
.sent-success > div span {
  position: absolute;
  top: 51px;
  width: 160px;
  right: 34px;
  font-size: 90%;
}
.sent-success > div > a.close-fs-mgs {
  left: 29px;
  position: absolute;
  color: #000;
  background-color: var(--turquoise);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  border-radius: 100%;
  transform: rotate(45deg);
  top: 75px;
}
.to-cv,
#download-csv-2 {
  color: #fff;
  text-align: center;
  margin: 20px auto 0;
  display: block;
}
/* Smart agent */
.sa-entry-content {
  margin: 10px auto 0;
  text-align: center;
  color: #fff;
}
.sa-entry-content .bdwm {
  color: #000;
}
.sa-entry-content h1 {
  color: var(--pink);
  font-size: 175%;
  margin-bottom: 5px;
}
.user-bl.ubl-2.sa-ubl-2 {
  padding: 0 30px;
  width: 47%;
}
.user-bl.ubl-2.sa-ubl-2 .ubl-side {
  background-color: #272626;
  padding: 30px;
  width: 100%;
  max-width: none;
  border-radius: 20px;
}
.user-bl.ubl-2.sa-ubl-2 .ubl-side .ubls select {
  background: #272626;
}
.cd-wrapper.sa-cdw {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: auto;
  padding: 0 0 0 20px;
  margin: 20px 0;
}
.jobs-preference {
  background-color: var(--pink);
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
button#jp-submit {
  margin: 0 auto;
  width: 175px;
}
.jp-toggler {
  margin: 30px 0 15px;
}
.jp-toggler label {
  background-color: #fff;
  color: #dddddd;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 11px 27px;
  margin: 0 5px;
  font-size: 140%;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.jp-toggler input[type="checkbox"]:checked + label,
.jp-toggler input[type="radio"]:checked + label {
  background-color: var(--turquoise);
  color: #000;
}
.jp-toggler input[type="checkbox"]:checked + label:before,
.jp-toggler input[type="radio"]:checked + label:before {
  content: "\f00c";
  background-color: #000;
  color: #fff;
  position: absolute;
  font-family: FontAwesome;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
}
/* Advertising */
.replace-company-img img {
  width: 81px;
  height: 81px;
}
.entry-content-wrapper.ecw-center {
  text-align: center;
}
.entry-content-wrapper.ecw-center .entry-content {
  max-width: 100%;
  color: #000;
}
.entry-content-wrapper.ecw-center > img {
  margin: 0 auto 30px;
  max-height: 70px;
  width: auto;
}
ul.adv-lane-picker {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding-bottom: 30px;
}

ul.adv-lane-picker li {
  margin: 0 20px;
  width: calc(33% - 10px);
  max-width: 290px;
}

ul.adv-lane-picker li a {
  width: 100%;
  display: block;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #000;
  color: #000;
  border-radius: 20px;
  position: relative;
  font-weight: 700;
}
ul.adv-lane-picker li a:hover,
ul.adv-lane-picker li a.lane {
  background-color: var(--pink);
}
ul.adv-lane-picker li a:hover:before,
ul.adv-lane-picker li a.lane:before {
  content: "\f00c";
  font-size: 10px;
  background-color: #000;
  color: #fff;
  position: absolute;
  font-family: FontAwesome;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
div.alp-area {
  display: none;
}
#login-form-wrapper.login-form-wrapper {
  display: none;
}
div#form-wrapper .frm-flex {
  margin: 30px 0;
}
div#form-wrapper .frm-flex .frm-flex-blk {
  width: 100%;
  margin-left: 0;
}
div#form-wrapper .frm-flex .frm-flex-blk .frm-blk button.site-btn {
  margin: 30px auto 0;
  display: block;
}
.more-tab {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
.phone-login-msg {
  margin: 30px auto;
  text-align: center;
}
.phone-login-msg .site-btn {
  width: 100%;
  margin: 10px auto;
}

div#step-1 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
ul.steps-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  list-style-type: none;
  margin-top: -35px;
}
ul.steps-menu li {
  width: 140px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  border-radius: 20px;
}
ul.steps-menu li.on {
  background-color: var(--pink);
}
form.s1-frm .eud-blk {
  text-align: center;
}
form.s1-frm button.site-btn {
  margin: 20px auto;
}
form.employer-form {
  max-width: 1190px;
  margin: 0 auto;
  padding-bottom: 50px;
}
form.employer-form button.site-btn {
  margin: 20px auto 0;
}
form.employer-form .frm-flex {
  justify-content: center;
  align-items: start;
}
form.employer-form .frm-flex.blocked-for-edit {
  position: relative;
}
form.employer-form .frm-flex.blocked-for-edit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: no-drop;
}
form.employer-form .frm-flex.blocked-for-edit .select2 {
  opacity: 0.85;
}
form.employer-form .frm-flex .frm-flex-blk {
  margin: 0;
  width: 50%;
}
form.employer-form .frm-blk textarea {
  height: 198px;
  max-height: none;
}
form.employer-form .frm-blk textarea.select2-search__field {
  height: fit-content;
  min-height: 140px;
  margin: 0;
  text-indent: 5px;
}
form.employer-form
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  position: absolute;
}
form.employer-form .frm-blk textarea#job-mikud {
  height: 310px;
}
label.j-media-handler {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 8px 45px;
  border-radius: 31px;
  cursor: pointer;
  outline: 1px solid #000;
  border: 3px solid var(--turquoise);
  margin-bottom: 5px;
}
.flex.job-medias {
  justify-content: center;
  align-items: baseline;
  text-align: center;
  padding-bottom: 30px;
}
.j-media {
  margin: 0 20px;
}
label.j-media-handler i {
  display: block;
  font-size: 24px;
  margin-bottom: 4px;
}
/* Your Apps */
.bg-black .entry-content-wrapper.pya-content {
  color: var(--pink);
}
.bg-black .entry-content-wrapper.pya-content h2 {
  color: #fff;
  margin-bottom: 10px;
}
ul.period-picker,
.periods,
div#your-apps-jobs {
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
div#your-apps-jobs {
  padding-top: 40px;
}
ul.period-picker {
  /* margin-top: 50px; */
}
.application-report-for-user {
  width: 60%;
  margin-right: 4%;
  text-align: center;
}
.pya-content .application-report-for-user {
  width: 100%;
  margin: 0;
}
.periods .lstp-itm,
ul.period-picker li {
  width: 33.3333%;
  list-style-type: none;
}
.periods .lstp-itm:first-child {
  border-radius: 0 0 20px 0;
}
.periods .lstp-itm:last-child {
  border-radius: 0 0 0 20px;
}
.lstp-itm {
  background-color: #272626;
  display: block;
  color: #fff;
  padding: 20px 0;
  border: 1px solid #000;
  border-top: 0 none;
}
.lstp-itm > div {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lstp-itm.current > div {
  opacity: 1;
  visibility: visible;
}
ul.period-picker li {
  background-color: #272626;
  display: block;
  color: #fff;
  padding: 20px 0;
  border: 1px solid #000;
  font-size: 130%;
}
ul.period-picker li {
  background-color: var(--turquoise);
  color: #000;
}
ul.period-picker li:first-child {
  border-radius: 0 20px 0 0;
}
ul.period-picker li:last-child {
  border-radius: 20px 0 0 0;
}
.lstp-itm > div span {
  color: var(--turquoise);
  font-size: 200%;
  font-weight: 700;
}
.lstp-itm > div a {
  background-color: var(--turquoise);
  padding: 0 10px;
  margin-right: 20px;
  border-radius: 20px;
  color: #000;
  font-size: 100%;
}
.yaj-item {
  background-color: #272626;
  width: calc(33% - 10px);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
}
.yaj-item h3 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 120%;
  line-height: 1.1;
}
.yaj-top.flex {
  align-items: center;
  position: relative;
  height: 150px;
}
.yaj-top.flex img.class-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
.yaj-top.flex > img {
  width: 140px;
}
.yajt-details {
  margin-right: 20px;
  max-width: 130px;
}
.yajt-details p {
  margin-bottom: 10px;
}
.apps-quantity {
  margin: 20px 0;
  background-color: #000;
  padding: 20px 15px;
  border-radius: 20px;
  text-align: right;
  position: relative;
}
.apps-quantity span {
  background-color: var(--pink);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 120%;
  margin: 0;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.apps-quantity span a {
  display: block;
  color: #fff;
}

/* Lobby */
.content-loby-wrapper p {
  margin-bottom: 10px;
}
.content-loby-wrapper h2 {
  font-size: 150%;
  margin-bottom: 10px;
  color: var(--pink);
}
/* Blog */
.entry-content-wrapper.blog-ecw {
  width: 50%;
}
.entry-content-wrapper.blog-ecw .lobby-wrapper {
  justify-content: flex-start;
}
.entry-content-wrapper.blog-ecw .lobby-wrapper > .post-item {
  margin-left: 10px;
  display: block;
  width: calc(33.33333% - 10px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-bottom: 20px;
}
.entry-content-wrapper.blog-ecw .lobby-wrapper > .post-item h3 {
  height: 90px;
}
.entry-content-wrapper.blog-ecw .lobby-wrapper > .post-item img {
  width: 100%;
}
a.cat-name {
  position: absolute;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  background: #fff;
  padding: 2px 12px;
  color: var(--pink);
  font-weight: 700;
  border-radius: 3px;
  max-width: calc(100% - 40px);
  text-align: center;
}
.post-item h3 {
  padding: 10px;
  text-align: center;
  font-size: 120%;
}
.post-item h3 a {
  color: #000;
}
.post-item a.site-btn.sb-pink {
  margin: 10px auto;
  position: relative;
  right: 8px;
  font-size: 100%;
  width: 120px;
}
.post-item a.site-btn.sb-pink span {
  border-color: #000;
  top: 3px;
  right: -3px;
  padding: 5px 3px 3px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 25px;
  margin: 0 auto;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
p.draft_publish_msg {
  text-align: center;
  font-size: 80%;
  color: var(--turquoise);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: var(--pink);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(36px);
}
/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

ul.apps-status {
  text-align: center;
}
ul.apps-status li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}
ul.yaj-itm-menu {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
  align-items: center;
}

ul.yaj-itm-menu li {
  width: calc(50% - 10px);
  margin: 10px auto;
}
ul.yaj-itm-menu li.full {
  width: calc(100% - 10px);
}
ul.yaj-itm-menu li a {
  background-color: var(--turquoise);
  padding: 5px 10px;
  margin-right: 0;
  border-radius: 20px;
  color: #000;
  font-size: 100%;
  display: block;
  text-align: center;
}
/* views-counter-lst */
.views-counter-lst {
  padding: 60px 0;
}
.views-counter-lst li {
  margin-bottom: 5px;
}
.views-counter-lst li:before {
  content: "";
  display: inline-block;
  width: 30px;
}
.views-counter-lst li span {
  display: inline-block;
}
/* ad-display-test */
.ad-display-mechanism-wrapper {
  width: 1190px;
  margin: 20px auto;
  max-width: 95%;
}
.ad-display-mechanism-wrapper h1 {
  font-size: 200%;
  text-align: center;
  color: var(--pink);
  margin-bottom: 30px;
}
form#ad-display-mechanism .flex .aas-blk {
  width: 50%;
}
form#ad-display-mechanism .flex .aas-blk h3 {
  display: inline-block;
  margin-left: 5px;
}
form#ad-display-mechanism input#srch,
form#ad-display-mechanism input[type="number"] {
  padding: 3px;
  border-radius: 0;
  font-size: 100%;
  box-shadow: none;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid;
}
form#ad-display-mechanism input#srch {
  width: 75%;
}
form#ad-display-mechanism ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
form#ad-display-mechanism ul li {
  margin: 0 0 5px 10px;
  position: relative;
  font-size: 90%;
  color: #000;
}
form#ad-display-mechanism ul li a {
  color: #000;
  padding: 0 2px;
}
form#ad-display-mechanism ul li a.checked,
form#ad-display-mechanism ul li a:hover {
  background-color: var(--pink);
  color: #fff;
}
form#ad-display-mechanism h3 {
  margin: 12px 0 1px;
}
form#ad-display-mechanism ul li:after {
  content: "|";
  position: absolute;
  left: -7px;
}
#ad-display-mechanism a#ad-display-search-by-filters {
  margin-top: 10px;
  display: inline-block;
  font-size: 100%;
  cursor: pointer;
  background-color: var(--pink);
  color: #fff;
  padding: 3px 30px;
}
.adt-res-head ul li {
  list-style-type: none;
  display: inline-block;
}
.adt-res-head .fly-to-left {
  position: absolute;
  left: 0;
  background: var(--turquoise);
  color: #000;
  padding: 1px 5px;
  font-size: 75%;
}
.adt-res-head {
  position: relative;
}
.adt-res-head .fly-to-left a {
  color: #000;
}
.adt-res-head .job-tests-item {
  background-color: var(--turquoise);
  color: #000;
  padding: 10px;
  margin: 20px 0;
}
.adt-res-head .job-tests-item li {
  display: block;
}
.flex.adv-menu {
  justify-content: space-around;
}
.flex.adv-menu a.site-btn {
  width: 45%;
}
.flex.back-menu {
  align-items: baseline;
}
.main-tbh-wrapper a.site-btn {
  margin: 20px auto;
  position: relative;
  top: -20px;
}
@media only screen and (max-width: 1500px) {
  .video-slide-wrapper {
    height: 70vh !important;
    margin-bottom: 50vh;
  }
  .video-slide > video,
  .video-slide > img,
  .card-wrapper {
    height: auto;
    display: block;
    max-height: 50vh;
    min-height: unset;
    object-fit: contain;
  }
  .banners aside {
    max-height: calc(50vh - 175px);
  }
  .banners img {
    margin-bottom: 30px;
    max-height: calc(50vh - 175px);
    width: auto;
  }
}
@media only screen and (max-width: 945px) {
  img.show-desktop {
    display: none;
  }
  img.show-mobile {
    display: block;
  }
  small.rights {
    border-top: 0 none;
    text-align: center;
    color: #000;
    width: 100%;
    display: block;
  }
  select {
    -webkit-appearance: none;
  }
  nav#site-navigation a.login-btn span.notif {
    font-size: 15px;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    background: #000;
    color: #fff;
    padding: 3px 11px;
    border-radius: 30px;
    margin-right: 0;
    font-weight: 400;
  }
  nav#site-navigation a.login-btn span.icon {
    width: 23px;
    height: 23px;
    display: none;
  }
  nav#site-navigation a.login-btn span.icon img {
    width: 10px;
  }
  nav#site-navigation a.login-btn {
    margin-right: -13px;
    margin-bottom: 10px;
  }
  .single-job .main-area-wrapper-2,
  .main-area-wrapper-2 {
    width: 100%;
    padding: 0;
  }
  .company-wrapper.two-thirds,
  .company-wrapper {
    width: 100%;
  }
  .main-user-profile .flex div.user-bl.sa-form {
    width: 100%;
  }
  form#agent-form.open-always .unfd-bl {
    width: 100%;
  }
  .up-jobs-list h3 {
    text-align: center;
  }
  .sent-success {
    height: 100vh;
  }
  .main-user-profile .flex div.user-bl.sa-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  nav#site-navigation {
    width: 100%;
    padding: 20px 35px;
    font-size: 15px;
    position: relative;
  }
  .image-cover {
    z-index: 1;
    width: 100%;
  }
  .image-cover > img {
    height: 100vh;
    object-fit: cover;
  }
  .video,
  div#videoWrapper {
    width: 100%;
    top: 0;
    left: 0;
  }

  .video {
    z-index: 1;
  }
  .video video,
  .video-js-next-dimensions video,
  .video-js-dimensions video {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    object-fit: cover;
  }
  .video-slide-wrapper {
    height: 100vh !important;
    height: 100dvh !important;
    margin-bottom: 0;
  }
  .video-slide {
    /*  height: calc(100% - 60px); 
        height: 100%; */
    /* height: 100vh; */
    height: calc(100dvh - 50px);
  }
  .searchers-wrapper {
    border-bottom: 0 none;
  }
  h2.filters-mobile-title {
    display: block;
    font-size: 140%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  .searchers-wrapper .site-btn.sb-white {
    width: 160px;
    margin-bottom: 20px;
  }
  .out-off-grid {
    width: 100vw;
  }
  .job-details {
    height: 100vh;
  }
  .edit-user-wrapper {
    max-width: 100%;
    min-height: 100vh;
    text-align: center;
    padding: 20px;
    display: block;
  }
  .edit-user-wrapper.euw-23 {
    max-width: 100%;
    min-height: unset;
    text-align: center;
    padding: 20px 20px 100px;
    display: block;
    height: auto;
  }
  .after-euw-23 {
    display: block;
    background-color: #fff;
  }
  .after-euw-23 img {
    margin: 0 auto;
    position: relative;
    top: -10vh;
    max-width: 50vw;
  }
  .company-details {
    max-width: 100%;
    text-align: center;
    padding: 70px 20px 20px;
    display: block;
  }
  h3.pink.oj-tit {
    padding: 25px 0 0;
    margin: 0 auto;
    text-align: center;
  }
  .edit-user-wrapper.out-off-grid .flex {
    display: block;
  }

  input#s {
    text-indent: 20px;
    font-size: 17px;
    padding: 9px 0;
  }
  ul#menu-main li a {
    color: #000000;
  }
  ul#menu-main li.item-deco a {
    background: #000;
    color: #fff;
    padding: 3px 11px;
    border-radius: 30px;
    margin-right: -12px;
  }
  a#unmute-all-new-mobile {
    position: fixed;
    z-index: 9;
    left: 20px;
    top: 95px;
  }
  .soundall .turnoff {
    display: none;
  }
  .muteall .turnon {
    display: none;
  }
  a#unmute-all-new-mobile.mute {
    opacity: 0.3;
  }
  .eu-img {
    width: 100px;
    margin: 0 auto 20px;
    text-align: center;
    display: none;
  }
  .page-template-page-login-user .eu-img {
    display: block;
  }
  .eu-img img.add-profile-img {
    margin: 0 auto;
    position: relative;
    top: -15px;
  }
  .eu-details {
    margin: 0 auto;
    max-width: 100%;
  }
  .eu-img i {
    display: block;
    font-size: 48px;
    color: #000;
    background: var(--pink);
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
  }
  .eud-blk {
    margin-bottom: 15px;
    text-align: right;
  }
  .eu-model {
    max-width: 50%;
    position: absolute;
    left: 5px;
    top: 20px;
  }
  .eu-model.eum-23 {
    max-width: 75%;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    display: none;
  }
  .eud-blk input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border-radius: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .cc-wrapper,
  .cl-wrapper {
    width: auto;
  }
  .company-details .cl-wrapper img {
    max-width: 40%;
  }
  .company-details .cl-wrapper.nclw img {
    max-width: 100%;
  }
  .company-details .flex {
    display: block;
  }
  a.heide-to-job {
    margin: 10px auto 20px;
  }
  a.circle-btn {
    margin: 10px auto;
  }
  .jobs-of-company.flex {
    justify-content: space-between;
    padding: 25px;
  }
  .jobs-of-company > a.job-item {
    width: 100%;
    margin: 0 0 20px;
  }
  form#like-searchform {
    width: 100%;
    max-width: 100%;
  }
  .app_sent_msg {
    position: absolute;
    top: 96px;
    left: 0;
    margin: auto;
    max-width: 100vw;
  }
  .jobs-of-company > a.job-item {
    min-height: auto;
  }
  .page-template-page-user-profile .jobs-of-company > a.job-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .explaind-card-wrapper {
    width: 87%;
  }
  .explaind-card-wrapper.bring {
    left: 25px;
  }
  .app_sent_msg {
    left: 0px;
    max-width: 92%;
  }

  .company-wrapper.ncw {
    max-width: 100vw;
    width: 100vw;
  }
  /* advertising */
  ul.adv-lane-picker {
    display: block;
    list-style-type: none;
    justify-content: center;
    padding-bottom: 30px;
  }
  ul.adv-lane-picker li {
    margin: 0 0 20px;
    width: 100%;
    max-width: 199%;
  }
  form.employer-form .frm-flex .frm-flex-blk {
    margin: 0;
    width: 100%;
  }
  .flex.job-medias {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }
  .j-media {
    margin: 0 0 20px;
  }
  .table-pricings-wrapper {
    max-width: 100%;
  }
  .tabel-price-itm {
    flex: 1 0 100%;
    margin-bottom: 60px;
    width: 100%;
  }
  .page-template-page-table-pricing ul.adv-lane-picker {
    max-width: 90%;
    margin: 0 auto;
  }
  .flex.adv-menu a.site-btn {
    font-size: 100%;
  }
  /* DT FIXES */
  .body-wrapper:before,
  div#header-wrapper.header-wrapper-new,
  .header-spacer,
  aside.site-menus,
  .banners-wrapper {
    display: none;
  }
  .main-area-wrapper {
    width: 100%;
    padding: 0;
  }
  .all-unit-wrapper {
    width: 100vw;
    position: relative;
    padding: 0;
    margin-top: 0;
    max-width: 100%;
  }
  .video-slide > video,
  .video-slide > img,
  .card-wrapper {
    width: 100%;
    max-height: 100%;
    height: 100vh;
    height: 100dvh;
    object-fit: fill;
  }
  .banner-title {
    height: 20vh;
    height: 20dvh;
  }
  .selfie-banner-wrapper {
    height: 30vh;
    height: 30dvh;
  }
  .banner-content {
    height: 50vh;
    height: 50dvh;
  }
  .video-slide > img.centered {
    object-fit: cover;
    height: 45vh;
    height: 45dvh;
  }
  img.strech-nice.nsn {
    position: absolute;
    z-index: -1;
    object-fit: fill;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    top: 0;
    left: 0;
  }
  a#menu-toggler.mob-only {
    display: block;
  }
  a#menu-toggler.mob-only.open {
    display: none;
  }
  .grid-wrapper.no-pads-on-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .video-slide-wrapper {
    background: #000;
  }
  .video-slide .flex.flex-jc.user-actions ul {
    position: relative;
    left: 0px;
  }

  .video-slide {
    /* top: 50%;
        transform: translateY(-50%); */
  }
  .video-slide .flex.flex-jc.user-actions {
    bottom: 6vh;
    top: auto;
  }
  a.sa-btn {
    left: 40px;
  }
  .video-js-next .vjs-tech,
  .video-js .vjs-tech {
    height: 100vh;
    object-fit: cover;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation: heartBeat 0.5s infinite;
    animation: heartBeat 0.5s infinite;
  }
  ul.btns-lst li.user {
    display: block;
  }
  ul.btns-lst li:last-child {
    margin-bottom: 0;
  }
  .entry-content-wrapper {
    padding: 120px 25px 0;
    max-width: 100%;
  }
  .entry-content-wrapper.blog-ecw {
    width: 100%;
  }
  .entry-content-wrapper.blog-ecw .lobby-wrapper > .post-item {
    width: calc(50% - 10px);
  }
  .about-wrapper .entry-content-wrapper {
    text-align: center;
    padding: 13vh 30px 20px;
    width: 100%;
    min-height: 50vh;
  }
  .under-about-wrapper-mobile.out-off-grid {
    background-color: var(--pink);
    height: 50vh;
  }
  .under-about-wrapper-mobile.out-off-grid img {
    max-height: 38vh;
    width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
  }
  form.card-form label {
    display: block;
    font-size: 22px;
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .flex.radios-flex.flex-jc {
    margin: 0;
  }
  form.card-form {
    padding: 105px 30px 0;
    text-align: center;
    color: #000;
  }
  .card-teaser {
    position: relative;
    max-height: none;
    margin-top: 35px;
  }
  .card-teaser img.model {
    position: relative;
    top: 0;
    max-width: 44%;
    right: 10px;
  }
  .card-teaser img.gender.model {
    max-width: 55%;
  }
  .card-teaser.ct-skate img.target-2 {
    right: 35px;
    top: 100px;
  }
  .card-teaser.ct-skate img.target-3 {
    right: 46px;
    bottom: 35px;
  }
  .card-teaser.ct-skate img.target-4 {
    left: 15px;
    bottom: 115px;
  }
  .frm-flex {
    display: block;
    margin: 30px 0;
  }
  .frm-flex-blk {
    margin-left: 0;
  }
  /* Lobby */

  .company-wrapper div#open-jobs {
    max-width: 490px;
    width: 100%;
    padding: 10px;
  }
  div#open-jobs.jobs-of-company > a.job-item {
    width: calc(50% - 10px);
  }
  .lobby-wrapper > a {
    width: calc(50% - 5px);
  }
  /* User Profile */
  .main-user-profile.out-off-grid .flex {
    display: block;
  }
  .main-user-profile {
    padding: 60px 20px;
  }
  .user-bl.ubl-2 {
    padding: 30px 0;
    width: 100%;
  }
  .date-of-profile {
    text-align: center;
  }
  .ubl-side {
    max-width: 100%;
    justify-content: center;
  }
  .ubl-side > div {
    margin: 0 15px 25px;
  }
  .your-applications {
    text-align: center;
  }
  .your-applications span {
    display: block;
    margin: 5px auto 0;
  }
  .cd-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .unfd-bl {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
  #csv-frm {
    display: block;
    margin-top: 30px;
  }
  .csvf-block {
    margin: 0;
    width: 100%;
  }
  .user-bl.ubl-2.sa-ubl-2 {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
  .user-bl.ubl-2.sa-ubl-2 .ubl-side {
    padding: 20px 20px 0;
    justify-content: space-between;
  }
  .user-bl.ubl-2.sa-ubl-2 .ubl-side > div {
    margin: 0 0px 25px;
    width: auto;
  }

  /* Your Applications */
  ul.period-picker li a {
    font-size: 100%;
  }
  .periods .lstp-itm {
    /*
        width: 100%;
        border-radius: 0 0 20px 20px !important;
        display: none;
        */
  }
  ul.period-picker li {
    padding: 10px 0;
    font-size: 100%;
  }
  .lstp-itm {
    padding: 12px 0;
    font-size: 13px;
  }
  .periods .lstp-itm.current {
    display: block;
  }
  .yaj-item {
    width: 100%;
    margin: 20px;
    padding: 20px 10px;
  }
  .yaj-top.flex {
    align-items: flex-start;
    position: relative;
  }
  .yaj-top.flex > img {
    max-width: 100px;
  }
  .yajt-details {
    margin-right: 10px;
    max-width: 130px;
  }
  .yaj-top.flex img.class-badge {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
  }
  .apps-quantity {
    margin: 10px 0;
    padding: 15px 5px;
  }
  ul.yaj-itm-menu {
    justify-content: space-around;
  }
  ul.yaj-itm-menu li a {
    margin-right: 0;
  }
  #turn-seeker-to-advertiser > .flex,
  form#create-advertiser > .flex {
    display: block;
  }
  .search .up-jobs-list {
    padding: 90px 22px 0;
  }
  .search .jobs-of-company > a.job-item {
    width: calc(50% - 10px);
  }
  .company-content {
    padding: 0;
  }
  .icon-search {
    left: 15px;
    top: 15px;
  }
  div#register #smsCodeWrapper {
    margin: 100px 20px;
  }
  div.reg-tit {
    margin-bottom: 0;
  }
  div.reg-tit h1.entry-title {
    margin-bottom: 5px;
  }
  .edit-user {
    padding-top: 0;
  }
  .wpcf7 form .wpcf7-response-output {
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }
  .jd-item .jl {
    max-width: 100%;
  }
  .sw-item ul li {
    width: calc(33.3333% - 10px);
    margin: 13px 5px;
  }
  header#masthead {
    padding: 70px 35px 0;
    font-size: 11px;
    background-color: var(--pink);
    height: auto;
  }
  header#masthead .searchers-wrapper a.action-btn {
    background-color: #fff;
    color: #000;
    width: 45%;
    display: block;
    text-align: center;
    padding: 11px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
  }
  .jobs-of-company > a.job-item img {
    height: auto;
  }
  .snt-app-itm p span {
    max-width: 160px;
  }
  .sticker-on-ad {
    top: 150px;
  }
  form#ad-display-mechanism .flex .aas-blk {
    width: auto;
  }
  nav#footer-site-navigation ul#menu-main {
    display: none;
  }
  /* performance page */
  .pw-1.flex.flex-ai.flex-jc {
    text-align: center;
    flex-direction: column-reverse;
  }
  .pw1-logo {
    margin: 0 auto 10px;
    text-align: center;
    width: fit-content;
    position: relative;
    right: 15px;
  }
  .pw-2 {
    margin: 20px auto;
    display: block;
  }
  .pw2-infbox {
    margin-bottom: 10px;
  }
  .pw2-infbox.flex {
    display: block;
  }
  .pw2-infbox.flex > div {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
  .roa-tit.big-mar {
    margin: 10px auto 0;
  }
  .res-of-av-last > div.flex {
    justify-content: center;
    margin-top: 1px;
  }
  .res-of-av-last {
    margin-top: 10px;
  }
  .pw-3.flex.flex-jc {
    display: block;
  }
  .pw-3.flex.flex-jc > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pw1-titles {
    width: 100%;
  }
  a#show-all-fields-on-demand {
    background-color: var(--turquoise);
    color: #fff;
    border-color: var(--turquoise);
  }
}
