body {
    padding-bottom: 0;
}
#__layout {
    min-height: 100vh !important;
    width: 100% !important;
}
.min-h-100vh{
    min-height: 100vh !important;
}
.min-h-full{
    min-height: 100% !important;
}
.fullsize {
    height: 100vh !important;
}
.container-flex {
    max-width: 520px !important;
    padding: 0 !important;
}
.left-col {
    background-color: #fff;
}
.float-right {
    float: right !important;
}
.nuxt-link-active {
    color: #323d3f;
    cursor: pointer;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}

/* Boks głównej treści */
main {
    /* color: #8a9ea9; */
    font-family: "Poppins", "Nunito";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 175%;
}
h1 {
    color: #000000;
    font-family: "Poppins", "Nunito" !important;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 38px;
}
label {
    text-transform: none !important;
}

/* Prawy panel */
.right-col {
    background: linear-gradient(94.44deg, #42494a 0%, #212a2b 76.52%);
    padding: 120px;
    position: relative;
    box-shadow: inset 0 0 0 30px #fff;
}

.right-col-roles{
  padding: 50px;
  color: #fff !important;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.right-col-roles .roles-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  gap: 4rem;
}

.role-box{
  padding: 20px;
  font-size: 20px;
  opacity: 0.6;
  filter: grayscale(1);
}

.role-box-highlited{
  opacity: 1;
  filter: grayscale(0);
}

.role-box-highlited .role-line{
  visibility: visible;
}

.role-title{
  position: relative;
}

.role-line{
  position: absolute;
  bottom: -10px;
  left: 10px;
  visibility: hidden;
}

.role-line-dominate{
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}

.role-line-today{
  position: absolute;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
}

.role-tagline{
  color: #8e8e8e;
  font-size: 24px;
}

.explore-linkhouse{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}


.right-col.photo-col {
    padding: 80px;
}
.right-col.video-col {
    padding: 12px;
}

.right-col.custom-col {
    padding: 12px;
}

.right-col.mascot-column {
    padding-top: 20vh;
}

@media (min-width: 992px) {
    .right-col.video-col, .right-col.custom-col, .right-col.black-col {
        padding: 0 12px;
    }

    .right-col.video-col .video-wrapper, .right-col.custom-col .custom-col-wrapper, .black-col .black-bg-wrapper {
        min-height: 100vh;
        position: sticky;
        top: 0px;
    }

}

.right-col.custom-col *
{
    color:#ddd;
}
.right-col.custom-col h1,
.right-col.custom-col h2,
.right-col.custom-col h3,
.right-col.custom-col h4,
.right-col.custom-col h5,
.right-col.custom-col h6{
    color:#fff;
}

.right-col.black-col {
    background: #000;
}
.video-wrapper>*{
    width:100%;
}
.video-wrapper{
    flex-wrap:wrap;
}

.right-col.black-col h1 {
  color: #fff;
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  font-family: "Poppins", "Nunito" !important;
  text-align: center;
}


.right-col.black-col h2 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    font-family: "Poppins", "Nunito" !important;
}


.auth-bg-dots {
    background-image: url('/assets/images/dots_bg.png');
    max-width: 490px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.auth-bg-image {
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.container-fluid {
    max-width: 100%;
}
.terms-label {
    font-style: normal;
    font-size: 12px;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 140%;
    font-weight: 500;
}
.text-secondary {
    font-style: normal;
    font-size: 0.8em;
    line-height: 140%;
}
.control-label {
    letter-spacing: 0;
    margin-bottom: 0;
}

.btn, .btn-secondary {
    border-radius: 0px !important;
}

/* Przycisk pomarańczowy */
.btn-lh-orange {
    font-family: "Poppins", "Nunito", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    background-image: linear-gradient(110deg, #EFA747 0%, #EC951F 100%) !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: #DEDFDF !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 10px 24px 10px 24px !important;
    text-decoration: inherit !important;
    width: 100%;
    cursor: pointer;
   }
.btn-lh-orange:hover {
    background-image: linear-gradient(140deg, #EC951F 0%, #EFA747 100%) !important;
}

/* Przycisk szary */
.btn-lh-gray {
    font-family: "Poppins", "Nunito", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    background-image: linear-gradient(140deg, #7690A2 0%, #4D6779 100%) !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: #DEDFDF !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 10px 24px 10px 24px !important;
    text-decoration: inherit !important;
    width: 100%;
    cursor: pointer;
}
.btn-lh-gray:hover {
    background-image: linear-gradient(110deg, #4D6779 0%, #7690A2 100%) !important;
}

/*  Logo Linkhouse */
.logo img {
    content: url('/assets/images/logo.png');
    cursor: pointer;
    width: 190px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.logo {
    align-items: center;
    display: inline-flex;
    min-height: 36px;
    vertical-align: middle;
}
.account-pages {
    background-color: transparent;
    background: transparent;
}
.wrapper-page {
    margin: 0 !important;
    width: 100%;
}

/* Inputy */
.form-control {
    background-color: #fff;
    border-radius: 24px;
    height: 50px;
    border: 1px solid #e4e8eb;
    box-shadow: none;
    box-sizing: border-box;

}

/* Wybór języka */
.nav-wrapper {
    margin: 10px auto;
    text-align: right;
}
.sl-nav {
    display: inline;
}
.sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.sl-nav li {
    cursor: pointer;
    padding-bottom:10px;
}
.sl-nav li ul {
    display: none;
}
.sl-nav li:hover ul {
    position: absolute;
    top:29px;
    right:-15px;
    display: block;
    background: #fff;
    width: 142px;
    padding-top: 0px;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
}
.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}
.sl-nav li ul li span {
    padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #146c78;
}
.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.flag-pl {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background: url('/assets/flags/1x1/pl.svg');
}
.flag-en {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background: url('/assets/flags/1x1/gb.svg');
}

/*recaptcha*/
.grecaptcha-badge {
    z-index: 1;
  }
/*market_landing*/
#__layout.market-landing main,#__layout.linkplanner-landing main {
    color: #8a9ea9;
}

#registration form{
    font-weight: 500;
}

.mascot-wrapper {
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 0;
    transform: translate(0px, -50%);
    pointer-events: none;
    z-index: 2;
}

.mascot-wrapper img {
    width: auto;
    height: 32vh;
}

@media (min-width: 992px) {
    .mascot-wrapper {
        top: 50%;
        left: 0px;
        transform: translate(-3vw, -50%);
    }

    .mascot-wrapper img {
        width: 12vw;
        height: auto;
    }

}


.video-col-bg-figures,
.video-col-bg-dots-left,
.video-col-bg-dots-right{
    position:absolute;
}

.auth-dots-full-width{
  position: absolute;
  inset: 60px;
  z-index: 1;
}

.video-col-bg-figures {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0, -40%);
}
img.video-col-bg-dots-right {
    right: 0px;
    top: 50%;
    transform: translate(0px, -40%);
    width:30%;
}
img.video-col-bg-dots-left {
    left: 0px;
    top: 50%;
    transform: translate(0px, -40%);
    width:30%;
}
.video-arrow-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.video-arrow {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translate(50%, 0px);
}

#registration input {
    font-weight: 400;
    color: #000;
}

#registration input::-webkit-input-placeholder {
    font-weight: 400;
    color: #00000080;
}

.black-bg-wrapper {
    flex-direction: column;
}

.right-col.black-col h2.register-cta-xl {
    font-size: 5vw;
    line-height: 1.2;
    position: relative;
}

.black-bg-arrow-wrapper {
    position: absolute;
    right: 0;
    width: 9vw;
    rotate: 290deg;
    top: 0;
}

.black-bg-arrow-wrapper img.black-bg-arrow {
    width: 9vw;
}

#show-pass-butt {
    font-weight: 300;
}

.register-submit-button {
    font-size: 16px;
    font-weight: 700 !important;
    width: 100%;
    padding: 14px 100px !important;
}

.already-registered{
  color: #898989;
}

.already-registered a{
  color: #000;
}

.rodo_data{
  color: #898989;
  font-size: 12px;
  text-align: center;
  max-height: 100px;
  overflow-y: auto;
}

.role-buttons-label{
  font-size: 12px;
}

.role-buttons{
    margin-bottom: 20px;
}

.role-button{
  cursor: pointer !important;
  border: 1px solid #000;
  padding: 0.91rem 2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.role-button-active{
  background-color: #000;
  color: #fff !important;
  font-weight: 600;
}

.step-title{
  font-size: 20px !important;
  font-weight: 300;
}

.step-title-divider{
  display: flex;
  justify-content: center;
}

.step-title-divider div{
  width: 100%;
  height: 1px;
  background-color: #000;
}

.form-field-container.invalid-field .m-input-label
{
  color: red !important;
}

.lang a{
  display: block;
  width: 100%;
  padding: 8px;
}

.lang a:hover{
  background-color: rgba(233, 148, 30, 0.1);
}

.explore-video-container{
  display: none;
  height: 90vh;
  justify-content: center;
  align-items: center;
}

.role-box-desc{
  display: flex;
  gap: 0.5rem;
  padding: 6px;
}

.login-image{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2000;
  position: relative;
}

.login-image img{
  width: 70%;
}

.login-bottom-section{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%)
}

@media (max-width: 992px) {
  .login-bottom-section{
    margin-top: 50px;
    position: relative;
  }

  .right-col{
    display: none !important;
  }
}
