:root {
    --navbar-height: 60px;
    --primary-font: 'Gilroy-Light';
    --secondary-font: 'Gilroy-Bold';
    --primary-color: #ff2daf;

}


/*Franta todo*/
.row * {
    color: white;
}

p, a {
    color:white;
}

.row input {
    color: black;
}

h1, h2, h3, h4 {
    color: white;
}

/*Franta todo*/

.lang-selector {
    line-height: 1;
    background-position: right 0.25rem center;
    padding: 0.3rem 1.5rem 0.3rem 0.5rem;
}

.nav-link {
    color: white !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}

html, body {
    min-height: 100dvh;
}

html {
  position: relative;
}

.contact-form {
    color: white !important;
    display: flex;
    justify-content: center;
}


.contact-form-container {
    /*border: 1px solid;*/
    padding: 1rem 2rem;
    flex-grow: 1;
    max-width: 30rem;
    background: #ffffff0a;
    border-radius: 10px;
}

.form-input-field {
    align-items: center;
    display: flex;
}

.form-input-field label {
    min-width: 5rem;
    flex-grow:1;
    width: 30%;
    text-align: left;
}

    .form-input-field input,
    .form-input-field textarea {
        min-width: 7rem;
        flex-grow: 1;
        /*background: rgba(255,255,255,0.1);*/
        border: none;
        width: 70%;
        color: white;
        background-color: #ffffff12;
    }

.contact-form-validation {
    font-size: 0.8rem;
}

.contact-form-button {
    border-radius: 99px;
    background-color: var(--primary-color);
    color: white;
    min-width: 8rem;
    padding: 0.4rem 0.5rem;
    border: none;
}

body {
    font-family: var(--primary-font), sans-serif !important;
    background: linear-gradient(181deg, #1f2943, #100f12);
    padding: 0px;
    margin: 0px;
}

.page-content {
    min-height: calc(100dvh - var(--navbar-height));
    padding-top: var(--navbar-height);
}

main {
   
}

.navbar-toggler {
    transition: transform 200ms ease-out;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem #fd0db340;
}

.login-page {
    color: white;
}

    .login-page .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .login-options-links p {
        margin-bottom: 0.5rem;
    }

.contacts-page {
    padding: 1.5rem;
    text-align: center;
    user-select: none;
}

.gdpr-page,
.terms-and-conditions-page {
    padding: 2rem;
    color: white;
}

    .gdpr-page ol,
    .gdpr-page ul,
    .terms-and-conditions-page ol,
    .terms-and-conditions-page ul {
        padding-left: 1rem;
    }

.gdpr-page p {
    margin-bottom: 0.5rem;
}

    .contacts-page a,
    .gdpr-page a,
    .terms-and-conditions-page a {
        color: var(--primary-color);
        text-decoration: none;
        padding: 0 5px;
    }

    .gdpr-page .company-info,
    .terms-and-conditions-page .company-info {
        margin: 2rem 0;
    }

    .gdpr-page table tr,
    .terms-and-conditions-page table tr {
        vertical-align: baseline;
    }

        .gdpr-page table tr td:not(:first-of-type),
        .terms-and-conditions-page table tr td:not(:first-of-type) {
            padding: 0.3rem 1rem;
        }

    .gdpr-page ol > li,
    .terms-and-conditions-page ol > li {
        font-weight: 900;
        padding-block: 0.6rem;
    }

    .gdpr-page ol > li *,
    .terms-and-conditions-page ol > li * {
        font-weight: normal;

    }

.spravce-udaju-table {
    margin-top: 1rem;
}

    table.spravce-udaju-table tr td:not(:first-of-type) {
        padding: 0 1rem;
    }

    .company-page-root {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

.company-page-root h1,h2,h3,h4,h5,h6 {
    margin-bottom:0;
}

    .company-page-root .company-name {
        text-transform: uppercase;
        font-weight: 600;
        text-shadow: 2px 2px 6px black;
    }

    .company-page-root .company-category {
        text-transform: lowercase;
        font-weight: 400;
        text-shadow: 2px 2px 6px black;
    }

.company-logo-container img {
    width: 90%;
    filter: drop-shadow(0px 0px 5px black);
    max-width: 19rem;
    min-width: 9rem;
    object-fit: contain;
    background: white;
    padding: 1rem;
}

.navbar-toggler:hover {
    transform: scale(1.3);
}

.video-container {
    height: calc(100dvh - var(--navbar-height));
    overflow: hidden;
    position: relative;
    min-width: 300px;
    flex-grow: 1;
    flex-shrink: 0;
}

.video-container video {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}



    .video-container .job-position-title {
        position: absolute;
        top: 15%;
        left: 50%;
        translate: -50%;
        width: 90%;
        font-family: var(--secondary-font);
        word-break: break-word;
    }

        .video-container .job-position-title h1 {
            font-size: 3rem;
            filter: drop-shadow(2px 2px 4px black)
        }

img.logo {
    height: 2rem;
}

.fa-solid{
  padding: 10px;
  width: 40px;
}

.searchJob {
    color:white;
    justify-self: center;
    padding-block:1rem;
}

.searchInput{
    margin-top: 20px;
    border-radius:50px;
    position:relative;
    overflow: hidden;
}

.hide-focused-placeholder:focus::placeholder {
    opacity:0;
}

.findIcon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.findButton {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: 0px 0 3px black;
    height: 100%;
}

    .findButton button {
        width: 50px;
        padding: 0;
        border-radius: 0;
        height: 100%;
    }

.searchJob input{
  padding:10px;
  padding-left:25px;
  padding-right:55px;
  font-size:13px;
}

.searchJob h1{
  padding-left:20px;
  padding-right:20px;
  font-size: 35px;
  font-family: var(--secondary-font);
}

.searchJob h2{
  padding-left:30px;
  padding-right:30px;
  font-size: 18px;
  margin-top:2rem;
  margin-bottom: 2rem;
}

.searchJob h3{
  padding-left:20px;
  padding-right:20px;
  font-size: 16px;
}

.btn-primary {
    filter: hue-rotate(94deg);
}

.navbar-toggler-icon{
  width:15px;

}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.navbar{
  width:100%;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.4));
  min-height: var(--navbar-height);
}

.nav-link:hover{
    color:#f93e8f !important;
}

.nav-link:active{
    color:#f93e8f !important;
}

li.nav-item {
    white-space: nowrap;
}


.navmenu {
    border: 0px !important;
    font-weight: 300;
}

.input-search-block {
    max-width: 40rem;
}

.horizontal-scrollable > .row {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable > .row > .col-xs-4 {
  display: inline-block;
  float: none;
}
/* Decorations */


.link-white {
    color: white;
    background: rgb(255 45 175);
    display: block;
    /*border: 1px solid;*/
    text-decoration: none;
    max-width: 18rem;
    margin-inline: auto;
    border-radius: 99px;
    padding: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: inset 0px 0px 20px -10px white, 4px 4px 16px black;
}

.other-jobs img {
    
    min-width: 9rem;
    max-width: 10rem;
    object-fit: contain;
    border: 1px solid white;
    padding: 1rem;
    filter: drop-shadow(2px 2px 6px black);
    
}

.col-xs-4 {
  color: white;
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 18px;
}
.homeVideo {
  position: relative;
  text-align: center;
  padding-block: 2rem;
  max-width: 18rem;
  margin-inline: auto;
}

.homeVideo img {
  width:100%;
}

    .homeVideo video {
        width: 100%;
    }

.homeVideo .playButton {
  position:absolute;
  width:100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company{

}

.explore-companies .title {
    padding: 2rem;
}

.company h3{
  margin-top:20px;
}

.explore-companies {
    color: white;
    user-select:none;
}

    .explore-companies .company-categories {
        flex-direction: row;
        display: flex;
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #FFFFFF80 #00000000;
    }

    .explore-companies .company-categories .company-category {
    }

        .explore-companies .company-categories .company-category:not(:first-child)::before {
            content: '/';
            padding-right: 5px;
            padding-left: 5px;
        }

.company .companies {
    flex-direction: row;
    display: flex;
    overflow-x: auto;
    padding: 1rem;
    gap: 0.7rem;
    scrollbar-width: thin;
    scrollbar-color: #FFFFFF80 #00000000;
}


.companies .company_detail{
  background-color:white;
  flex: 0 0 290px;
  border-radius: 20px;
  z-index: 99;
  text-align: left;
  overflow: hidden;
  position: relative;
  color: black;
}

.company_detail a{
  text-decoration: none;
  color: black;
}

.company_detail h2{
  font-family: var(--secondary-font);
}

.company_detail .jobs_count{
  font-family: var(--secondary-font);
  width:160px;
}

.company_detail .jobs_find{
  width:90px;
}

.company_detail .company_work img{
  height:200px;
  width: 100%;
  object-fit: cover;
  user-select: none;
}

.company_detail .company_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    top: 0px;
    left: 20px;
    translate: 0 -70%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    width: 120px;
    height:80px;
    background-color:white;
    padding: 0.5rem;
    user-select: none;
}

.company_detail .company_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color:white;
    margin:auto auto auto auto;
}

.jobs {
    margin-bottom: 2rem;
    flex-direction: row;
    display: flex;
    overflow-x: auto;
    padding: 1rem 1rem;
    gap: 0.7rem;
    scrollbar-width: thin;
    scrollbar-color: #FFFFFF80 #00000000;
    user-select: none;
}

.jobs::-webkit-scrollbar-track {
    background: red;
}

.jobs .job {
    flex: 0 0 280px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
    position: relative;
    border-radius: 20px;
    height: 500px;
    width: 280px;
    overflow: hidden;
}



    .jobs .job img.videoImg {
        width: 100%;
        height: 101%;
        object-fit: cover;
        object-position: 0px -1px;
    }


        .jobs .job .jobPosition{
            height:70px;
        }
        
        .jobs .job .jobPosition h2{
            margin-bottom:3rem;
            text-align:center;
            font-family: var(--secondary-font);
            color:white;
        }
        
      
        .jobs .job .applicationLogo{
            z-index: 5;
            position:absolute;
            top:20px;
            right:20px;
            width:100px;
            pointer-events: none;
        }
        
        .jobs .job .applicationLogo img {
            width:100px;
        }

        .jobs .job .jobvideo-description i {
            padding: 4px 0;
            width: auto;
        }
        
        .jobs .job .company{
            background:rgba(0,0,0,0.7);
            height: 125px;
            font-size:8pt;
            color:white;
            position:absolute;
            bottom:1rem;
            left:0px;
            width: 100%;
            min-width:280px;
            max-width:280px;
            text-align: center;
            pointer-events: none;
        }

        .jobs .job .company .logo-container {
            width: 40%;
            overflow: hidden;
        }

            .jobs .job .company .logo-container img {
                max-width: 100%;
                object-fit: contain;
                padding: 0.1rem;
            }

        .jobs .job .company .company-name-container {
            width: 60%;
            overflow: hidden;
        }

            .jobs .job .company span {
                display: block;
                font-size: 14pt;
                font-family: var(--secondary-font);
                line-height: 1.2;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
        
        .jobs .job .company .positionName{
            padding-left:90px;
            display:block;
            font-size:8pt;
        }
        
        .jobs .job .company img {
            float:left;
            display: block;
            max-width:80px;
            max-height:50px;
        }
        
        .jobs .job .jobVideoDescription{
            font-size:7pt;
            z-index: 1011;
            /*position:absolute;*/
            top:430px;
            left:0px;
            min-width:280px;
            max-width:280px;
            color:white;
            min-height:30px;
            text-align: left;
            padding-left:20px;
            pointer-events: none;
        }
        
        .jobs .job .jobVideoDescription i{
            width:25px;
            height:25px;
        }


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.form-control{
  margin: 0px;
}

.footer {
    position: relative !important;
    padding-inline: 1rem;
    background: linear-gradient(45deg, #ffffff, #f3f3f3);
    font-size: 0.9rem;
}

.footer a {
    color: black;
}

.jobVideo{
    min-width:310px;
    max-width:310px;
    min-height:560px;
    max-height:560px;
    padding:20px;
    text-align: left;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    text-shadow: 1px 1px black;
}

.jobVideo .jobPosition{
    height:70px;
}

.jobPosition h2{
    margin-top:2rem;
    margin-bottom:1rem;
    text-align:center;
    font-family: var(--secondary-font);
    color:white;
}

.jobVideo video{
  background-color:white;
  border:5px solid white;
  padding:0px;
  margin-left:auto;
  margin-right:auto;
  min-width:270px;
  max-width:270px;
  min-height:475px;
  max-height:475px;
  border-radius:20px;
   
}

.video-container .applicationLogo{
    position:absolute; 
    top:2%; 
    right:5%;
    width:33%;
    max-width: 15rem;
}

.video-container .applicationLogo img {
    width: 100%;
    object-fit: contain;
    mix-blend-mode: screen;
}

.video-container .company{
    background:rgba(0,0,0,0.7);
    font-size:0.8rem;
    color:white;
    position:absolute;
    bottom:0;
    left:0px;
    width:100%;
    user-select: none;
}

    .video-container .company .company-name-container {
        max-width: 60%;
        width: 60%;
        filter: drop-shadow(1px 1px 6px black);
    }

    .video-container .company .company-name {
        font-size: 1.5rem;
        font-family: var(--secondary-font);
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp:2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0.5rem;
    }

    .video-container .company .job-position {
        font-size: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        line-height: 1.2;
    }

    .video-container .company .logo-container {
        width: 40%;
        overflow: hidden;
    }

        .video-container .company .logo-container img {
            max-height: 7rem;
            max-width: 100%;
            object-fit: contain;
            padding: 0.5rem;
            filter: drop-shadow(2px 2px 6px white);
        }

    .video-container .company .upper-part {
        min-height: 6rem;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .video-container .company .apply-job-button {
/*        position: absolute;
        right: 5%;
        top: -3rem;
        border-radius: 99px;
        box-shadow: 2px 2px 6px black;
        width: 4rem;
        aspect-ratio: 1;*/
        border-radius: 0px;
        width: 100%;
        margin-top: 6px;
        text-shadow: 1px 1px 5px black;
    }

    .video-container .company .apply-job-button button {
        font-size: 1.1rem;
    }
        .video-container .company .apply-job-button button i {

            filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
        }

        .jobvideo-description {
            display: flex;
            flex-direction: row;
            padding: 6px;
        }

.video-container .jobvideo-description div,
.job .jobvideo-description div {
    flex: 1 1 33%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job-info {
    display: flex;
    flex-direction: column;
    color: white;
    
}

.jobDetail {
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    padding-inline: 1rem;
}

.jobDetail hr {
    margin-block:1.8rem !important;
    width:90%;
}

.jobDetail .start, .salary, .location{
    text-align: center;
    flex: 1 1 33%;
}

.jobDescription{
  text-align: left;
  color: white;
  padding:20px;
}

.jobDescription h3{
  margin-bottom:20px;
  text-align:center;
  font-family: var(--secondary-font);
}

.searchResults{
    display: flex;
    flex-direction: column;
    color:white;
}

.searchResults a{
    text-decoration: none;
    color: white;
}

.searchResults hr{
    margin:30px auto 30px auto;
}

    .searchResults .rowJob {
        /*border: 1px solid #ffffff24;*/
        padding: 2rem;
        box-shadow: 8px 8px 12px #00000026, inset 0px 0px 1px #ffffff4a;
        background: #ffffff0a;
    }

        .searchResults .rowJob .image-container {
            box-shadow: 7px 2px 16px #00000045;
            outline: 3px solid white;
        }

            .searchResults .rowJob .image-container img {
                max-width: 100%;
                max-height: 200px;
                object-fit: contain;
            }

            .searchResults .title h3 {
                text-align: center;
                color: white;
                font-size: 1.5rem;
                font-weight: 600;
                word-break: break-word;
            }

.searchResults .description {
    text-align:justify;
    
}

.searchResults .description img{
    text-align:left;
    background-color:white;
    padding:10px;
    border-radius: 5px;
}

.searchResults .infos {
    font-size:0.75rem;
    text-align:left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-grow:1;
}

.searchResults .infos > div {
    padding: 0.0rem 0.8rem;
    border-radius: 99px;
    white-space: wrap;
    background: #FFFFFF15;
    box-shadow: 4px 1px 8px #00000026;
    max-width: 280px;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.searchResults .infos i{
    width:30px;
}

hr {
   border-image: linear-gradient(to right, transparent, white, transparent) 1;
   width: 80%;
   opacity: 0.5;
   margin-left:auto;
   margin-right:auto;
   margin-top: 4rem;
}

#addressResults {
    text-align: left;
    margin-top: 0.5rem;
    background: #0f142191;
    user-select: none;
    cursor: pointer;
    padding-left: 1.5rem;

    border-radius: 15px;
}

.result-item {
    padding-block: 0.2rem;
}

#addressResults .result-item:first-child{
    padding-top: 0.5rem;
}

#addressResults .result-item:last-child{
    padding-bottom: 0.5rem;
}

.job-tags {
    min-height: 2.5rem;
    display: flex;
    flex-direction: column;
}

#selected-tags{
    display: flex;
    flex-wrap: wrap;      
    gap: 5px;           
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 2rem;
    justify-content: center;
}

#selected-tags li {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid;
}

#selected-tags li .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

#suggestions-list {
    text-align: left;
    background: #0f142191;
    user-select: none;
    cursor: pointer;
    padding-left: 1.5rem;
    border-radius: 10px;
    margin-top: 0.5rem;
}



    #suggestions-list div:last-child {
        padding-bottom: 0.5rem;
    }

    #suggestions-list div:first-child {
        padding-top: 0.5rem;
    }


 #suggestions-list li:hover {
     background:rgba(224, 224, 224, 0.1);
}
 
 #applyForm {
     .mb-3{
         padding:5px;
     }
     
     .form-check{
         padding-left:25px;
     }

     .submit{
         text-align:right;
     }
 }


.custom-navbar-bg {
    background: linear-gradient(181deg, #1f2943, #100f12);
}
.custom-footer-bg {
    background: linear-gradient(181deg, #1f2943, #100f12);
}

    .custom-footer-bg a {
        color: #ffffff;
        text-decoration: none;
    }

    .custom-footer-bg a:hover {
            color: #cccccc;
     }

.footer-links a {
    margin-left: 5px;
    margin-right: 5px;
}

/* Změní barvu hamburger ikonky na bílou */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#ProgressJobApply{
    width: 40px;
    height: 40px;
    position:absolute;
    right:180px;
    bottom:110px;
    display:none;
}

#ProgressJobApply .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid  ; /* modrá barva horní části */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto; /* vycentrování */
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.registrationCompleteThanks{
    color:white;
}

@media(max-width: 767px)
{
    .navbar-nav {
        margin-block: 1rem;
    }
}



.video-controls-base {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    mix-blend-mode: luminosity;
    opacity: 0.7;
}

.video-controls {
  top: 2%;
  left: 3%;
}

.home-video-controls {
    bottom: 8%;
    left: 5%;
}

    .video-controls button,
    .home-video-controls button {
        background-color: rgba(0, 0, 0, 0.67);
        color: white;
        border: none;
        font-size: 1rem;
        border-radius: 50%;
        cursor: pointer;
        width: 2.7rem;
        height: 2.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: drop-shadow(0px 0px 26px white);
    }


video::-webkit-media-controls {
  display: none !important;
}

.text-align-justify {
    text-align: justify;
}
