@import "home_page.css";
@import "auto_carousel.css";
@import "swiper_carousel.css";

@import url("../_content/Radzen.Blazor/css/material.css");


@font-face {
    font-family: "GothamBlack";
    src: url("/fonts/GothamBlack.ttf") format("truetype");
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'MaterialSymbols';
    src: url('/fonts/Material-Symbols.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-root-font-size);
    line-height: var(--rz-body-line-height);
    background-color: var(--rz-body-background-color);
}

:root {
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: white;
    }
}

.rz-layout {
    min-height: calc(100vh);
    height: auto;
}

.rz-body {
    --rz-body-padding: 0;
}

a {
    color: var(--rz-link-color);
}

a:hover,
a:focus {
    color: var(--rz-link-hover-color);
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* HEADER */
.header .rz-profile-menu {
    padding: 0;
    background-color: transparent;
    margin-left: 15px;
}

#header.fixed-header:not(.scrolled) {
    background-color: transparent;
    width: 100%;
    box-shadow: none !important;
}

.navbar {
    background-color: #0C1422;
}

@media (max-width: 768px) {
    .nav-link {
        font-size: 2rem;
        font-weight: bold;
        font-family: GothamBlack, serif !important;
    }
}

.nav-link {
    color: white;
}

.rz-gravatar:hover {
    cursor: pointer;
}

/* FOOTER */
.rz-footer h4.rz-text-h4 {
    color: var(--rz-white);
}

.rz-footer .rz-link-text {
    color: var(--rz-white);
}

.rz-footer .rz-link-text:hover {
    text-decoration: underline yellow;
}

.rz-notification {
    position: fixed !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 50% !important;
    top: unset !important;
}


/** Pages **/

/** Jobs **/

.job-card {
    box-shadow: var(--rz-shadow-1);
    transition: all 0.2s ease-in-out;
    border: 0;
    width: 100%;
}

.job-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: scale(1.015);
    cursor: pointer;
}

.truck-road {
    height: 27px;
    width: 100px;
    border-bottom: white dashed;
}

.truck-container .truck-road {
    width: 400px;
    animation: roadmove 3s linear infinite;
}

.truck {
    height: 30px;
    width: 100px;
    transition: width 0.5s;
    float: right;
}

.truck-container {
    width: 200px;
    overflow: hidden;
}

@keyframes roadmove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.move-down {
    /*position: absolute;*/
    /*right: 50%;*/
    /*left: 50%;*/
    animation: up-and-down 1.5s ease-in-out infinite;
}

@keyframes up-and-down {
    0%, 100% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(0);
    }
}

.job-card:hover .truck {
    width: 30px;
}

.rz-datalist-data > li {
    padding: 0;
    margin: 0;
    border: 0;
}

.rz-datalist-content .rz-datalist-data:first-child {
    padding-top: 0;
}

.mh-200px {
    max-height: 200px;
}

/*Profilepicture*/
.profile-edit-label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px !important;
    width: 100px !important;
    color: transparent;
}

.profile-edit-label:hover {
    color: var(--rz-white);
    background-color: #22346d63;
}


tr:hover {
    cursor: pointer;
}

td {
    transition: background-color 0.25s;
}

tr:hover td {
    background-color: var(--rz-panel-menu-hover-background-color) !important;
}

.usp-header {
    height: 3rem;
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-card-number {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-card img {
    height: 125px;
}

.nav-item {
    margin-left: 0.5rem;
}

.nav-link.active {
    --bs-navbar-active-color: var(--rz-secondary);
}

.force-font, .force-font span[style], .force-font p[style], .force-font ul[style], .force-font li[style] {
    font-family: var(--rz-text-font-family) !important;
    font-size: 1rem !important;
    letter-spacing: normal !important;
    text-wrap: inherit !important;
}

.force-white, .force-white span[style], .force-white p[style], .force-white ul[style], .force-white li[style] {
    color: var(--rz-white) !important;

    ::marker {
        color: var(--rz-secondary) !important;
        font-size: 20px;
    }
}

.force-text, .force-text span[style], .force-text p[style], .force-text ul[style], .force-text li[style] {
    color: var(--rz-text-body1-color) !important;

    ::marker {
        color: var(--rz-secondary) !important;
        font-size: 20px;
    }
}


.rz-breadcrumb-item .rz-link-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rz-breadcrumb-item:last-child, .rz-breadcrumb-item:last-child > * {
    min-width: 0;
}

ul.usps {
    list-style: none;
    color: white;
    padding-left: 0;
}

ul.usps li::before {
    color: var(--rz-secondary);
    content: '\eac9';
    line-height: 1;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    vertical-align: -0.125em;
    margin-right: 0.5em;
    font-family: var(--rz-icon-font-family);
}

.rz-button.rz-light {
    background-color: var(--rz-white);
    color: var(--rz-primary);
    font-weight: bold;
}

.hero-img {
    width: 100%;
    height: 100px;
}

.job-card.priority {
    border: var(--rz-secondary) solid 3px;
}

/*Timeline*/
.register-timeline-point {
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expand-panel {
    transition: max-height 1.2s ease;
    transition-delay: 100ms;
    max-height: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    border-top: 0 !important;
}

.expand-panel.active {
    max-height: 2000px;
    overflow: auto;
}

.expand-button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0 !important;
}

.expand-button.active, .expand-panel.active {
    border: 1px solid var(--rz-base-300);
}

@media screen and (max-width: 768px) {
    .rz-timeline-content-end {
        max-width: none !important;
    }
}

.rz-chkbox-icon.rzi.rzi-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-me {
    justify-content: end;
}

.chat-me > * {
    background-color: var(--rz-primary-light);
}

.chat-other {
    background-color: white;
}

.scroll-container {
    padding: 0.25rem;
    overflow-y: scroll;
    height: 100%;
}

:root {
    --jobcat-color: #ffba00;
    --vacanseal-color: #42A8ED;
}

.rz-button.jobcat-button .rz-button-icon-left, .rz-tabview-left-icon {
    display: inline-block;
    background-image: url("/images/JobCatLogo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px; /* Specify the size of your icon */
    height: 20px; /* Specify the size of your icon */
}

.rz-button.jobcat-button, li.jobcat-button {
    color: var(--jobcat-color) !important;
}

.rz-button.vacanseal-button .rz-button-icon-left, .rz-tabview-left-icon {
    display: inline-block;
    background-image: url("/images/VacanSealLogo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px; /* Specify the size of your icon */
    height: 20px; /* Specify the size of your icon */
}

.rz-button.vacanseal-button, li.vacanseal-button {
    color: var(--vacanseal-color) !important;
}

.invitation-date-button {
    height: 100%;
    width: 100%;
    border-left: 0;
    transition: border-left 0.1s ease-in-out; /* add this line */

    .rz-button-box {
        width: 100%;
        display: block;
        text-transform: none !important;
        text-align: start !important;
    }
}

.invitation-date-button.active {
    border-left: 15px solid var(--rz-primary);
    transition: border-left 0.1s ease-in-out; /* add this line */
}

.img-person {
    background-image: url('/images/rixz-person.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40vw;
    min-width: 300px;
    max-height: 500px;
    height: 45vw;
    min-height: 300px;

}

@media (min-width: 1280px) {
    .img-trucks {
        position: absolute;
        right: 0;
        background-image: url('/images/trucks.png');
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        width: 200px;
        height: 550px;
    }
}

.outlined-button {
    box-shadow: inset 0 0 0 var(--rz-border-width) var(--rz-primary);
    color: var(--rz-primary);
    background-color: transparent;
    text-decoration: none !important;
}

.outlined-button:hover {
    box-shadow: inset 0 0 0 var(--rz-border-width) var(--rz-primary) !important;
    background-color: var(--rz-primary-light);
    color: var(--rz-primary) !important;
    text-decoration: none !important;
}

.outlined-button:focus {
    box-shadow: inset 0 0 0 var(--rz-border-width) var(--rz-primary) !important;
    background-color: var(--rz-primary-light);
    color: var(--rz-primary) !important;
    text-decoration: none !important;
}


.link-button {
    color: var(--rz-white);
    text-decoration: none !important;
}

.link-button:hover {
    color: var(--rz-white);
    text-decoration: none !important;
}

.link-button:focus {
    color: var(--rz-white);
    text-decoration: none !important;
}

.calendly-inline-widget {
    width: 100%;
    height: 1100px;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .calendly-container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .calendly-inline-widget {
        width: 700px;
    }
}

.company-logo {
    object-fit: contain;
    max-width: 250px;
    max-height: 100px;
    width: 30vw;
    margin-right: 100px;
}

.company-logo-small {
    max-width: 100px;
    max-height: 100px;
    width: 15vw;
    margin-right: 100px;
}

@media (max-width: 580px) {
    .quality-card.ratio {
        --bs-aspect-ratio: 0;
        position: relative;
        width: 100%;

        > * {
            position: relative !important;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
}

.empty-template {
    color: var(--rz-base-400);
}

.validation-message {
    color: var(--rz-danger);
}

.rz-timeline {
    overflow: auto;
}

.featured-img {
    width: 100%;
    border-radius: 4px;
}

.py-8 {
    padding-top: min(5rem, 10vh) !important;
    padding-bottom: min(5rem, 10vh) !important;
}

.pt-8 {
    padding-top: min(5rem, 10vh) !important;
}

.px-8 {
    padding-left: min(5rem, 10vw) !important;
    padding-right: min(5rem, 10vw) !important;
}

.large {
    font-size: 3rem;
}

.profile-picture {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.placeholder-icon {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .center-sm {
        align-items: center !important;
        flex-direction: column !important;
        text-align: center !important;
    }
}

.rzi-normal {
    font-size: var(--rz-icon-size) !important;
}

.theme-red-bg {
    background-color: var(--website-thema-red);
}

.theme-green-bg {
    background-color: var(--website-thema-green);
}

.theme-yellow-bg {
    background-color: var(--website-thema-yellow);
}

.theme-blue-bg {
    background-color: var(--website-thema-blue);
}

.theme-orange-bg {
    background-color: var(--website-thema-orange);
}

.theme-purple-bg {
    background-color: var(--website-thema-purple);
}

.divider {
    height: 1px;
    background-color: var(--rz-secondary);
    width: 100%;
}

.navbar-collapse {
    transition: height 0.1s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .collapse:not(.show) {
        height: 0;
        display: unset;
        overflow: hidden;
    }

    .navbar-collapse.collapse.show, .navbar-collapse.collapsing {
        height: 100vh;
    }
}

@media only screen and (min-width: 992px) {
    .bg-lg-white {
        background-color: var(--rz-white) !important;
    }

    .rz-text-lg-normal {
        color: var(--rz-text-color) !important;
    }

    .rz-text-title-lg-normal {
        color: var(--rz-text-title-color) !important;
    }
}


.corner-bottom-left {
    border-radius: 0 0 0 min(120px, 10vw);
}

.corner-bottom-right {
    border-radius: 0 0 min(120px, 10vw) 0;
}

.corner-top-left {
    border-radius: min(120px, 10vw) 0 0 0;
}

.corner-top-right {
    border-radius: 0 min(120px, 10vw) 0 0;
}

.person-image {
    border-radius: var(--rz-card-border-radius);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.job-image {
    border-radius: var(--rz-card-border-radius);
    width: 100%;
    height: 200px;
    background-size: cover;
}

.job-image.blur {
    filter: blur(20px);
}

@media (max-width: 768px) {
    .job-image {
        height: 300px;
    }
}

.mail-icon .rzi {
    font-size: 26px;
}

.response-button {
    box-shadow: inset 0 0 0 var(--rz-border-width) var(--rz-info) !important;
    color: var(--rz-info) !important;
    background-color: transparent !important;
    border-radius: var(--rz-button-border-radius);
    --rz-menu-top-item-color: var(--rz-info) !important;
    --rz-menu-top-item-hover-color: var(--rz-info) !important;
    --rz-menu-top-item-icon-color: var(--rz-info) !important;
    --rz-menu-top-item-icon-hover-color: var(--rz-info) !important;
    --rz-menu-top-item-selected-color: var(--rz-info) !important;
    --rz-menu-top-item-icon-selected-color: var(--rz-info) !important;
    padding: 0 1.5rem !important;

    .rz-navigation-menu {
        bottom: 45px;
    }
}

.secondary-outlined-accordion {
    --rz-accordion-item-color: var(--rz-text-title-color) !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;


    .rz-accordion-header {
        .rz-accordion-toggle-icon.rzi-chevron-right:before {
            content: "add" !important;
        }

        .rz-accordion-toggle-icon.rzi-chevron-down:before {
            content: "remove" !important;
        }

        .rzi.rzi-chevron-right, .rzi.rzi-chevron-down {
            color: var(--rz-text-title-color) !important;
            border-radius: var(--rz-button-border-radius);
            background-color: transparent;
            padding: 0 1rem;
            display: flex;
            justify-content: center;
        }

        border-top: unset !important;
        border-bottom: 1px solid var(--rz-secondary) !important;
        background-color: transparent !important;
        border-radius: 0 !important;

    }
}


.secondary-accordion {
    --rz-accordion-item-color: var(--rz-text-title-color) !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;

    .rz-accordion-header {
        .rzi.rzi-chevron-right, .rzi.rzi-chevron-down {
            color: white;
            border-radius: var(--rz-button-border-radius);
            background-color: black;
            padding: 0 1rem;
            display: flex;
            justify-content: center;
        }

        background-color: var(--rz-secondary) !important;
        border-radius: var(--rz-border-radius) !important;

    }
}

.white-accordion {
    --rz-accordion-item-color: var(--rz-text-title-color) !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;

    .rz-expander {
        border-radius: var(--rz-border-radius) !important;
    }

    .rz-expander-content {
        border-radius: var(--rz-border-radius) !important;
    }

    .rz-accordion-header {
        .rzi.rzi-chevron-right, .rzi.rzi-chevron-down {
            color: white;
            border-radius: var(--rz-button-border-radius);
            background-color: black;
            padding: 0 1rem;
            display: flex;
            justify-content: center;
        }

        background-color: white !important;
        border-radius: var(--rz-border-radius) !important;
    }
}

.aov-background {
    background: url('/images/aov-background.png') no-repeat center center;
}

.hero-card {
    padding-top: 300px;
    padding-bottom: 300px;
}

.rix-icon {
    height: 50px;
}

@media only screen and (max-width: 768px) {
    .rix-icon {
        height: 30px;
    }

    .hero-card {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.mask-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    pointer-events: none;
}

.loading-screen {
    position: fixed;
    inset: 0;
    background: linear-gradient(90deg, #0b1322 0%, #324da1 100%);
    z-index: 2147483652;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    z-index: 20;
}

@media (max-width: 768px) {
    .preloader-logo {
        width: 150px;
    }
}

.industry-card-image {
    width: 100%;
    padding: 10px;
    min-height: 400px;
    height: 20vw;
    transition: transform 0.2s ease-in-out;
}


.industry-card:hover {
    cursor: pointer;

    .industry-card-image {
        transform: scale(1.05);
    }
}

@media screen and (min-width: 768px) {
    .job-title {
        line-break: normal;
    }
}

@media screen and (max-width: 768px) {
    .job-title {
        line-break: anywhere;
    }
}

.store-logo {
    height: 24px;
    padding-right: 5px;
}