.form-fail {
    color: red;
    font-weight: bold;
}
.validatio-fail-list {
    color: red;
    }
.validatio-fail-list li::before{
    left: -30px;
    width: 22px;
    height: 22px;
    background-image: url(/Content/Images/li-not.svg);
}
.form-control {
    height:auto;
}

section a {
    position: initial !important;
}


.cp-job__name {
    font-size: 1.2em;
    font-weight: 500;
}

.reference-video-wrapper {
    
}

.videoTitle {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px;
}

.videoDescription {
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}

section.sectionVideoContent .references {
    margin-left: -25px;
    margin-right: -25px;
}

section.sectionVideoContent .carousel .carousel-control-prev {
    margin-left: -90px;
}

section.sectionVideoContent .carousel .carousel-control-next {
    margin-right: -90px;
}

section.sectionVideoContent .carousel .carousel-control-prev-icon {
    background-image: url("/Content/Images/carousel-previous.svg");
    height: 46px;
    width: 39px;
}

section.sectionVideoContent .carousel .carousel-control-next-icon {
    background-image: url("/Content/Images/carousel-next.svg");
    height: 46px;
    width: 39px;
}

.carousel {
    position: relative;
    width: 100%;
}

.carousel.no-transition .carousel-inner {
    transition: none;
}

.sectionVideoContent h2 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.16rem !important;
    color: rgb(93, 93, 93);
    font-size: 15px !important;
    font-weight: 400;
}

section.sectionVideoContent .section-headlines {
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
     section.sectionVideoContent .carousel-inner .active.col-lg-4.carousel-item+.carousel-item+.carousel-item
     {
         display: none;
     }
}

@media (min-width: 576px) and (max-width: 768px) {
    section.sectionVideoContent .carousel-inner .active.col-md-6.carousel-item+.carousel-item {
        display: none;
    }
}

@media (max-width: 768px) {
    .reference-video-wrapper, .videoTitle, .videoDescription {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    section.sectionVideoContent .carousel .carousel-control-prev-icon {
        height: 32px;
        width: 27px;
    }
    
    section.sectionVideoContent .carousel .carousel-control-next-icon {
        height: 32px;
        width: 27px;
    }
}

#cookieConsent {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    left: 0;
    right: 0;
    position: fixed;
    padding: 25px 30px;
    background: #fff;
    z-index: 9999;
    display: flex; /* Use flexbox for alignment */
    align-items: center;
    bottom: 0;
}

#cookieConsent * {
    box-sizing: border-box;
    font-family: sans-serif;
}

/* --- Content Area (Text) --- */
#cookieConsent .ch2-dialog-content {
    flex-grow: 1; /* Takes up available space */
    color: #555;
}
#cookieConsent .ch2-dialog-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
#cookieConsent .ch2-dialog-content a.ch2-learn-more {
    color: #333;
    border-bottom: 1px solid #999;
    text-decoration: none;
    margin-left: 8px;
}
#cookieConsent .ch2-dialog-content a.ch2-learn-more:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

/* --- Actions Area (Buttons) --- */
#cookieConsent .ch2-dialog-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    margin-left: 40px; /* Space between text and buttons */
}

/* --- General Button Styles --- */
#cookieConsent .ch2-btn {
    border: 0;
    padding: 15px 20px;
    font-size: 13.5px;
    letter-spacing: .2px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
    transition: all .3s ease;
    border-radius: 35px;
    white-space: nowrap;
    min-width: 100px;
}
#cookieConsent .ch2-btn:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}
#cookieConsent .ch2-dialog-actions .ch2-btn:first-child {
    margin-right: 10px;
}

/* Primary Button (Blue) */
#cookieConsent .ch2-btn.ch2-btn-primary {
    background: #009BDE;
    color: #fff;
}
#cookieConsent .ch2-btn.ch2-btn-primary:hover {
    background: #009BDE;
  box-shadow: 0px 0px 20px 0 #0075ff66;
}

/* Secondary Button (Dark Grey/Black) */
#cookieConsent .ch2-btn.ch2-btn-secondary {
    background: #333;
    color: #fff;
}
#cookieConsent .ch2-btn.ch2-btn-secondary:hover {
    background: #1a1a1a;
}

/* --- Responsive Adjustments --- */
@media (max-width: 980px) {
    #cookieConsent {
        display: block; /* Stack elements vertically */
    }
    #cookieConsent .ch2-dialog-actions {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    #cookieConsent .ch2-dialog-actions {
        display: block; /* Make buttons full width */
    }
    #cookieConsent .ch2-dialog-actions .ch2-btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    #cookieConsent .ch2-dialog-actions .ch2-btn:first-child {
        margin-top: 0;
    }
}

@media (max-width: 990px) {
 .section-row.thirds {
    gap: 20px;
 }    
}