* {
    image-rendering: -webkit-optimize-contrast;
}

.shadow-box {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 69, 69, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(69, 69, 69, 0.2);
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.inner-nav ul {
    font-size: 20px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left: 5px;
}
.searchable-link {
    padding: 0 5px 0 5px;
}
.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px !important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.hidden-btl,
.hidden-promotion,
.hidden-ms,
.hidden-pf,
.hidden-pj,
.hidden {
    display: none;
}

.owl-carousel .owl-item {
    opacity: 0.4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ed6c4b;
}

.owl-carousel.home-slider {
    position: relative;
}
.owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
    color: #ed6c4b;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 250px);
    min-height: 700px;
    position: relative;
}

/* .owl-carousel.home-slider .slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    content: "";
} */

.owl-carousel.home-slider .slider-item .slider-text {
    height: calc(100vh - 250px);
    min-height: 700px;
}

.owl-carousel.home-slider .owl-nav button {
    font-size: 3rem;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.nav-logo-wrap .logo {
    max-width: 200px;
}

.spinner-waiting {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    text-align: center;
    z-index: 9999999;
}

.help-block {
    font-size: 0.9rem;
    color: rgb(149, 146, 146);
}

.dropdown-menu {
    font-size: 0.8rem;
    text-transform: uppercase;
}
.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #000;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active {
    cursor: default;
}
.pagination a:active {
    outline: none;
}
.modal-lg {
    max-width: 1140px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select {
    border: none;
    border-bottom: 1px solid #ced4da;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0 !important;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus {
    color: #111;
    border-color: none;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    border: none;
    border-bottom: 1px solid black;
    box-shadow: none;
}

.form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 400;
}

.invalid-feedback {
    display: block !important;
}

.count-users {
    position: fixed;
    right: 10px;
    top: 50%;
    width: 170px;
    z-index: 200;
}

.number-tab-steps .select2-container--default .select2-selection--single {
    display: none !important;
}
.wizard > .content > .body input {
    display: block;
    border: none;
    border-bottom: 1px solid rgb(99, 99, 99);
}

.club {
    width: 250px;
    min-height: 250px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 5px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.club:hover {
    background-color: rgb(241, 242, 242);
}

.club span {
    font-weight: 400;
    color: rgb(243, 110, 67);
    font-size: 1.2rem;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: rgb(243, 110, 67);
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: rgb(251, 173, 44);
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard > .steps > ul > li {
    width: 5%;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #000;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.wizard > .content {
    background: #fafafa;
    display: block;
    margin: 0.5em;
    position: relative;
    width: auto;
    min-height: none;
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wizard > .content > .body {
    float: left;
    position: relative;
    width: 95%;
    height: auto;
    padding: 2.5%;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 10px;
}

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: visible;
}

.card-header:first-child {
    border-radius: 0;
}

#termsSection {
    max-height: 350px;
    overflow: auto;
    margin-bottom: 2rem;
    /* border: 1px solid rgb(183, 183, 183); */
    padding: 1rem;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #f36e43 !important;
    border-color: #f36e43 !important;
}

.CybotCookiebotDialogBodyButton {
    background-color: #f36e43 !important;
    border-color: #f36e43 !important;
}

#CybotCookiebotDialogTabContent
    input:checked
    + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #f36e43 !important;
}

#CybotCookiebotDialogNav
    .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #f36e43 !important;
    color: #f36e43 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #f36e43 !important;
}

.team-item-detail {
    opacity: 1;
}

.team-item-detail h4 {
    text-shadow: 5px 3px 8px rgb(0 0 0 / 50%);
}

.team-item-image::after {
    background: rgba(70, 66, 66, 0.47);
}

.no-mobile .team-item:hover .team-item-image:after {
    background: rgb(243 110 67 / 80%);
}

.overlay {
    background: rgba(0, 0, 0, 0.206);
    overflow: hidden;
    height: 100%;
}

#firstSlide {
    background-image: url("/images/slider4-heyoclub.jpg");
}

#secondSlide {
    background-image: url("/images/slider3-heyoclub.jpg");
}

#thirdSlide {
    background-image: url("/images/slider1-heyoclub.jpg");
}

.firstSlide-buttons {
    display: flex;
    justify-content: center;
}

.firstSlide-buttons .btn {
    margin: 10px 10px;
}

.form label {
    margin-bottom: 0;
    font-size: 16px;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

p.error-input {
    font-size: 14px;
    margin-bottom: 0;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* mobile css */

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .owl-carousel.home-slider h2 {
        font-size: 2.2rem;
        text-align: center;
    }

    .socials-desktop {
        display: none;
    }

    .owl-carousel.home-slider p {
        text-align: center;
    }

    .owl-carousel.home-slider .slider-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center !important;
    }

    p {
        font-size: 1rem;
        line-height: 1.25;
    }

    .owl-carousel.home-slider .slider-item .slider-text {
        height: calc(100vh - 250px);
        min-height: 600px;
    }

    .wizard > .steps > ul > li {
        width: 10%;
    }

    .wizard > .content {
        min-height: 100%;
    }

    #firstSlide {
        /* background-image: url("/images/slider2-heyoclub-mobile-portrait.jpg"); */
        background-image: url("/images/slider4-heyoclub-mobile.jpg");
    }

    #secondSlide {
        background-image: url("/images/slider3-heyoclub-mobile.jpg");
    }

    #thirdSlide {
        background-image: url("/images/slider1-heyoclub-mobile.jpg");
    }

    .firstSlide-buttons {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .firstSlide-buttons {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .firstSlider-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .secondSlider-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .firstSlider-content p,
    .firstSlider-content h2,
    .secondSlider-content p,
    .secondSlider-content h2 {
        color: #ffffff;
        font-size: 1rem;
    }

    .btn-slider {
        background: #d5d5d5 !important;
        border: 2px solid #d5d5d5 !important;
        color: #151515 !important;
    }

    .btn-slider:hover {
        color: #333;
        background: #d5d5d5 !important;
        border: 2px solid #d5d5d5 !important;
    }
}

.showed-pf {
    display: block !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

li.breadcrumb-item.active {
    color: white;
}

li.breadcrumb-item a {
    color: white;
}

.mod-breadcrumbs {
    font-size: 18px;
}
.chartReport {
    width: 450px !important;
    height: 450px !important;
}
