.lang-selector .lang-switch {
    padding: 0 35px 0 5px;
}

.contacts {
    margin-bottom: 50px;
}

.pagination * {
    margin: 0 0.8rem;
    color: #666;
}

.pagination p {
    color: var(--midgrey);
    font-weight: bold;
}

.highlight {
    background: #00FF00;
    padding: 1px;
    border: #00CC00 dotted 1px;
}

.hidden-custom {
    display: none;
    visibility: hidden;
}

.bg-success.newsletter {
    background: none !important;
    text-align: center;
}

@media (max-width: 991px) {
    .project, .model, .partnership {
        background: transparent !important;
    }

    .custom-card {
        border-radius: 5px;
        border: solid 1px var(--boom-primary);
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }
}

.custom-radio-input + label::before {
    background-color: #ffffff;
}

@media (min-width: 991px) {
    .path-height {
        min-height: 250px;
    }

    .anteprima-news img {
        min-width: 560px;
        max-width: 560px;
    }

    .text-between p {
        margin-bottom: 0px;
    }
}

.btn-outline:hover {
    color: #FFFFFF;
}

.newsletter .radiobuttonlist label::after,
.newsletter .dataconsent label::after,
.newsletter .custom-check-input + label::after {
    background-color: var(--boom-secondary);
}

.card-partner img {
    max-width: 70%;
}

.single-post .article-body p {
    margin-bottom: 30px;
}

.share-wrapper .facebook {
    background: transparent url(../img/news/facebook.png) center/contain no-repeat;
}

.share-wrapper .instagram {
    background: transparent url(../img/news/instagram.png) center/contain no-repeat;
}

.single-post {
    overflow: clip;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 30px;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.article-list article a {
    margin-right: 5%;
}

/* fix mobile 15/02/2022 */
@media (max-width: 991px) {

    .orange-block > img {
        object-fit: contain;
    }

    .swiper-home-carousel .swiper-slide p, .landing-heading .swiper-slide p {
        height: unset;
    }

    .path .col-12 .wrapper a.btn {
        color: #FFFFFF;
    }

    .article-list article a {
        margin-right: 0;
    }

    .main-menu .menu .nav-item {
        margin: 15px 10px;
    }
}

.swiper-startup .card p {
    padding: 0 30px 35px;
    font-size: 16px;
    color: #666666;
    min-height: 120px;
}

.policy-text {
    overflow-wrap: break-word;
    overflow-x: hidden;
}

/* search result */

.searchResultBox {
    border-style: solid;
    border-color: var(--boom-primary);
    border-width: 1px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.searchResult {
    color: #003B79;
    margin-bottom: 10px !important;
}

@media (max-width: 1600px) {
    .main-menu .menu .nav-item.submenu-toggler:hover .submenu, .main-menu .menu .nav-item.submenu-toggler:active .submenu {
        left: 250%;
    }
}

.main-menu .cart {
    background: transparent url(../img/header/shopping-cart.svg) left/20px no-repeat;
}

.main-menu .cart {
    width: 60px;
    text-indent: 25px;
}

.course-detail .icon-skill {
    background-repeat: no-repeat;
    background-position: 1rem;
}

.course-details-table .h5.badge-icon {
    background: url('/assets/img/award.svg') no-repeat;
    background-position: 0.2rem;
}

.full-price {
    text-decoration: line-through;
}

.overlay {
    z-index: 501;
}

@media (max-width: 991px) {
    .sticky-top {
        z-index: 1;
    }
}

.pagination * {
    margin: 0 0.8rem;
    color: #666;
    /* Carrello */
}

input[type="date"], select.form-control {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 12px 16px;
    border: solid 1px rgba(156,156,156,0.3);
    border-radius: 8px;
    height: 48px;
}


#updateForm thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#updateForm tbody tr {
    border-bottom: 0;
    border-top: 0;
}

#updateForm tbody td {
    border-top: 0;
    vertical-align: middle;
}

    #updateForm tbody td a {
        color: var(--boom-primary);
        text-decoration: none;
    }

#updateForm tfoot {
    font-weight: bold;
    text-transform: uppercase;
}

    #updateForm tfoot td input, #updateForm tfoot td button {
        vertical-align: middle;
    }

#updateForm .coupon {
    border-top: 0;
    text-align: right;
}

.field-error-message {
    font-size: 12pt;
    color: red;
    margin-bottom: 0px;
}

.coupon {
    text-align: right;
}

.select2-container--default
.select2-selection--single {
    height: 48px;
    padding: 9px 6px;
}

.switchView + label {
    cursor: pointer;
}

.cal-navi input[type="radio"] {
    position: fixed;
    top: -1000px;
    left: -1000px;
}

.btn.btn-starhub {
    height: 46px;
    width: 320px;
    padding: 14px 45px 13px 45px;
    letter-spacing: 0;
    line-height: 18px;
}

.dedicated-services .service.collapsed {
    height: 151px;
}

.custom-check-input.vendita:checked + label::after {
    top: 6px;
}

.custom-check-input.vendita + label::before {
    top: 6px;
}

.form-check-label.vendita {
    font-size: 13px;
}

.custom-check-input.vendita {
    position: relative;
    opacity: 0;
    top: unset;
    left: unset;
}

.detail.align-self-lg-end {
    min-width: 150px;
}

.cartToast {
    min-height: 60px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .cartToast {
        top: 90px !important;
        left: 800px !important;
    }
}

@media (min-width: 1200px) {
    .cartToast {
        top: 90px !important;
        left: 1050px !important;
    }
}

.company-details-table .contacts {
    margin-bottom: unset !important;
}

.tab-btn {
    cursor: pointer;
}

.plane-icon {
    background-image: url(../img/paper-plane.svg);
    background-position: center left 15px;
    background-repeat: no-repeat;
    background-size: 16px;
}

.ui-widget-content a.more {
    color: var(--boom-primary) !important;
}

.ui-widget {
    font-family: "HK Grotesk", sans-serif;
}

@media (max-width: 991px) {
    .responsive-calendar .day {
        height: unset;
    }
}

.btn.btn-secondary.negative {
    background-color: white;
    color: var(--boom-primary);
}

.btn-secondary.negative:hover,
.btn-secondary.negative:active {
    background-color: #FFFFFF !important;
    color: var(--boom-primary);
}

.cart-icon.negative {
    background-image: url(../img/shopping-cart-orange.svg);
}

/* Network section Color Options */
body {
    color: black;
}

.network-detail-heading h1 {
    color: var(--boom-secondary) !important;
}

.heading.bg-network p {
    color: var(--boom-secondary) !important;
}

footer {
    background-color: black;
}

.main-menu .menu .nav-item .submenu .menu-blurb {
    color: black;
}

.main-menu .menu .nav-item .submenu .more {
    color: #f28a04;
}

.btn-primary {
    background-color: black;
    border: solid 1px black !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: var(--boom-primary) !important;
    border: #FFFFFF;
    outline: none;
}

.company-details-table .contacts a {
    color: var(--boom-primary) !important;
}

.tab-btn {
    color: var(--boom-primary) !important;
}

.breadcrumb li:after {
    color: var(--boom-secondary) !important;
}

.main-menu .menu .nav-item.submenu-toggler > a:after {
    background: none;
    background-color: var(--boom-secondary) !important;
    -webkit-mask-image: url(/assets/img/header/arrow-dropdown.svg);
    mask-image: url(/assets/img/header/arrow-dropdown.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50%;
}

.main-menu .menu .nav-item.submenu-toggler:hover > a:after {
    background: none;
    background-color: var(--boom-secondary) !important;
    -webkit-mask-image: url(/assets/img/header/arrow-dropdown.svg);
    mask-image: url(/assets/img/header/arrow-dropdown.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50%;
    transform: rotate(180deg);
}

.company-results .card .expand::after {
    background: none;
    background-color: var(--boom-primary) !important;
    -webkit-mask-image: url(/assets/img/dropdown/dropdown_arancione.svg);
    mask-image: url(/assets/img/dropdown/dropdown_arancione.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0;
}

/* List Style */

ul, ol {
    list-style-position: inside;
}

.single-post .article-body ul li, .single-post .article-body ol li {
    font-size: 20px;
    line-height: 32px;
}

.text-box ul li, .single-post .text-box ol li {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.008em;
}

/* Mobile float CTA fix */
.mobile-float-cta {
    justify-content: flex-end!important;
}

.mobile-float-cta a {
    padding-right: 10px;
}

.filter_courses {
    cursor: pointer;
}

.filter_companies{
    cursor: pointer;
}