@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
 *
    PALETTE COLORI:

    Wallynano:      #717171
    Wallywind:      #00A2E0
    Wallyrocket:    #00A2E0
    Wallytender:    #00A68D
    Wallypower:     #E8423B
    Wallywhy:       #CBB001
    Wallyace:       #717171

    *Magenta* -> #C4007A
*/


@font-face {
    font-family: "Wallytype-Bold";
    src: local("Wallytype-Bold"), url("../fonts/Wallytype-Bold.ttf") format("truetype"), url("../fonts/Wallytype-Bold.woff") format("woff"), url("../fonts/Wallytype-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Wallytype-Regular";
    src: local("Wallytype-Regular"), url("../fonts/Wallytype-Regular.ttf") format("truetype"), url("../fonts/Wallytype-Regular.woff") format("woff"), url("../fonts/Wallytype-Regular.otf") format("opentype");
}

html {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}

html body {
    font-family: 'Roboto', sans-serif;
}

html a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

p {
    font-weight: 300;
    line-height: 24px;
}

html[lang="zh-CN"] p {
    text-indent: 40px;
    text-align: justify;
}
p.noindent {
    text-indent: 0px !important;
}

strong {
    font-weight: 700 !important;
}

.magenta {
    color: #C4007A;
}

.wallynano {
    color: #00A2E0 !important;
}

.wallywind {
    color: #00A2E0 !important;
}

.wallyrocket {
    color: #00A2E0 !important;
}

.wallytender {
    color: #00A68D !important;
}

.wallypower {
    color: #E8423B !important;
}

.wallywhy {
    /*color: #CBB001 !important;*/
    color: #FFDD00;
}

.wallyace {
    color: #000000 !important;
}

.bg-form {
    background-image: linear-gradient(90deg, #808080, transparent);
}

.bg-wallynano {
    background-color: #00A2E0;
}

.bg-wallywind {
    background-color: #00A2E0;
}

.bg-wallyrocket {
    background-color: #00A2E0;
}

.bg-wallytender {
    background-color: #00A68D;
}

.bg-wallypower {
    background-color: #E8423B;
}

.bg-wallywhy {
    /*background-color: #CBB001;*/
    background-color: #FFDD00;
}

.bg-wallyace {
    background-color: #000000;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.valign {
    display: table;
    height: 100%;
    width: 100%;
}

.title-h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 1.2px;
}

@media (min-width: 1200px) {
    .title-h1 {
        font-size: 70px;
        line-height: 92px;
        font-weight: 300;
        letter-spacing: 1.2px;
    }
}

.title-h1-variant {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2.2px;
}

@media (min-width: 1200px) {
    .title-h1-variant {
        font-size: 60px;
        font-weight: 700;
        line-height: 65px;
        letter-spacing: 2.2px;
    }
}

.title-h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1.2px;

}

@media (min-width: 768px) {
    .title-h2 {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 40px;
    }
}

.title-h3 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;

}

.title-h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .title-h4 {
        font-size: 62px;
        line-height: 60px;
        text-transform: none;
    }
}

.title-h5 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 35px;
}

@media (min-width: 768px) {
    .title-h5 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 45px;
    }
}

.hero-title {
    font-family: "Wallytype-Bold";
    top: 50vh;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 11px;
}

@media (min-width: 768px) {

    .hero-title {
        font-size: 40px;
    }

}

/* 
    Tarato sull'altezza attuale
    dell'header delle pagine
*/

.height-100vh {
    height: calc(100vh - 102px);
}

@media (min-width: 992px) {
    .height-lg-100vh {
        /*height: calc(100vh - 102px);*/
        height: calc(100vh - 0px);
    }
}

@media (max-width: 767px) {
    .w-md-100 {
        width: 100%;
    }
}

.list-group {
    font-weight: 300;
}

html .btn:first-child:active {
    border: none;
}

/* HEADER */

.header {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1pt;
    min-height: 120px;
}

.header .bottom {
    margin-top: 88px;
}

@media (min-width: 768px) {
    .header {
        min-height: 102px;
        font-size: 20px;
    }

    .header .bottom {
        margin-top: 55px;
    }
}

.pseudo-fleet::after {
    content: "";
    background-image: url("/Portals/26/Skins/Wally/assets/img/bg-fleet-mobile.svg");
    background-size: contain;
    position: absolute;
    width: 140px;
    height: 50px;
    top: -3px;
    left: -26px;
    background-repeat: no-repeat;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .pseudo-fleet::after {
        background-image: url("/Portals/26/Skins/Wally/assets/img/bg-fleet-desktop.svg");
        position: absolute;
        width: 200px;
        height: 50px;
        top: -6px;
        left: -25px;
    }
}

.pseudo-menu::after {
    content: "";
    background-image: url("/Portals/26/Skins/Wally/assets/img/bg-menu-desktop.svg");
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 37px;
    top: -7px;
    left: -25px;
    background-repeat: no-repeat;
    opacity: 1;
}

@media (min-width: 768px) {
    .pseudo-menu::after {
        height: 50px;
        top: -6px;
    }
}

.brand {
    position: absolute;
    left: calc(50% - 57px);
}

.brand img {
    width: 114px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .brand {
        left: calc(50% - 78.5px);
    }

    .brand img {
        width: initial;
        margin-top: initial;
    }
}

html .language .dropdown-toggle::after {
    background-image: url("/Portals/26/Skins/Wally/assets/img/select-white.svg");
    content: "";
    border: none;
    width: 14px;
    height: 8px;
    vertical-align: middle;
    margin-left: 0.555em;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

html .language .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

html .language .dropdown-menu {
    min-width: 75px;
    transform: translate(-7px, 46px) !important;
    background-color: #000;
    border-radius: 0;
}

html .language .dropdown-item {
    color: #FFFFFF;
}

html .language .dropdown-item:focus, html .language .dropdown-item:hover {
    background-color: rgba(255,255,255,0.2);
}


/* SCROLL DOWN V1
.scroll-down {
    height: 50px;
    width: 30px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px);
}

.scroll-down::before,
.scroll-down::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: transparent !important;
    border-left: transparent !important;
    animation: scroll-down 1s ease-in-out;
    animation-iteration-count: 5;
}

.scroll-down::after {
    top: 30%;
    animation-delay: .3s;
}

.scroll-down:hover.scroll-down::before,
.scroll-down:hover.scroll-down::after {
    animation: scroll-down 1s ease-in-out infinite;
}

.scroll-down:hover.scroll-down::after {
    animation-delay: .3s;
}

.scroll-down.light {
    border: 2px solid #FFF;
}

.scroll-down.light::before,
.scroll-down.light::after {
    border: 2px solid #FFF;
}

.scroll-down.dark {
    border: 2px solid #000;
}

.scroll-down.dark::before,
.scroll-down.dark::after {
    border: 2px solid #000;
}*/

/* SCROLL DOWN */

.container-scroll {
    position: absolute;
    left: 50%;
    /*bottom: 50px;*/
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.container-scroll.home {
    bottom: -25px;
}

.container-scroll.model {
    bottom: -85px;
}

.container-scroll.brokerage {
    bottom: 50px;
}

.arrow-down::after {
    content: '';
    position: absolute;
    top: 20%;
    left: calc(50% - 7px);
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: transparent !important;
    border-left: transparent !important;
    animation: downarrow 2s ease-in-out;
    animation-iteration-count: infinite;
    margin-top: 10px;
}

.arrow-down.dark::after {
    border: 2px solid #000;
}

.arrow-down.light::after {
    border: 2px solid #FFF;
}

.arrow-down.wallynano::after {
    border: 2px solid #00A2E0;
}

.arrow-down.wallywind::after {
    border: 2px solid #00A2E0;
}

.arrow-down.wallyrocket::after {
    border: 2px solid #00A2E0;
}

.arrow-down.wallytender::after {
    border: 2px solid #00A68D;
}

.arrow-down.wallypower::after {
    border: 2px solid #E8423B;
}

.arrow-down.wallywhy::after {
    border: 2px solid #CBB001;
}

.arrow-down.wallyace::after {
    border: 2px solid #717171;
}

.arrow-down.magenta::after {
    border: 2px solid #C4007A;
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(0.8em) rotate(45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
    }
}

@keyframes scroll-down {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 85%;
    }
}

/* MENU */
#menu, #fleet {
    position: fixed;
    left: 0;
    top: 120px;
    height: calc(100vh - 102px);
    overflow-y: auto;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

@media (min-width: 768px) {
    #menu, #fleet {
        top: 102px;
    }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
#fleet,
.description-wrapper {
    scrollbar-width: auto;
    scrollbar-color: #8f8f8f;
    scrollbar-track-color: rgba(255,255,255,0);
}

/* Chrome, Edge, and Safari */
#fleet::-webkit-scrollbar,
.description-wrapper::-webkit-scrollbar {
    width: 5px;
}

#fleet::-webkit-scrollbar-track,
.description-wrapper::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}

#fleet::-webkit-scrollbar-thumb,
.description-wrapper::-webkit-scrollbar-thumb {
    background-color: #8f8f8f;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

    .description-wrapper.scroll-wallynano::-webkit-scrollbar-thumb {
        background-color: #00A2E0;
    }

    .description-wrapper.scroll-wallywind::-webkit-scrollbar-thumb {
        background-color: #00A2E0;
    }

    .description-wrapper.scroll-wallyrocket::-webkit-scrollbar-thumb {
        background-color: #00A2E0;
    }

    .description-wrapper.scroll-wallytender::-webkit-scrollbar-thumb {
        background-color: #00A68D;
    }

    .description-wrapper.scroll-wallypower::-webkit-scrollbar-thumb {
        background-color: #E8423B;
    }

    .description-wrapper.scroll-wallywhy::-webkit-scrollbar-thumb {
        background-color: #FFDD00;
    }

#menu.show,
#fleet.show {
    z-index: 10;
    opacity: 1;
}

#fleet {
    width: 100%;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

@media (min-width: 992px) {
    #fleet {
        width: 50%;
    }
}

.trigger {
    cursor: pointer;
}

.navigation-item {
    list-style: none;
}

.navigation-link {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.navigation-link:hover {
    opacity: 1;
    color: #000000;
}

.navigation-link:hover::after {
    width: 100%;
}

.navigation-link::after {
    content: "";
    background-image: url("/Portals/26/Skins/Wally/assets/img/line.svg");
    height: 1px;
    width: 0%;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.pb-mob-custom {
    padding-bottom: 6rem;
}

/* FLEET */
.fleet-item:hover {
    cursor: pointer;
}

.fleet-item:hover > span[data-title="collection"] {
    color: #000000;
}

span[data-title="collection"] {
    font-size: 12px;
    line-height: 22px;
    color: #717171;
    transition: all 300ms ease;
}

span[data-title="collection"].suffix {
    display: block;
    line-height: 10px;
    font-style: italic;
}

.suffix-mobile {
    font-style: italic;
    color: #717171;
}

span[data-type="wallynano"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallynano.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallynano"]::after {
    width: 100%;
}

div[data-type-mobile="wallynano"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallynano.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

span[data-type="wallywind"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallywind.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallywind"]::after {
    width: 100%;
}

div[data-type-mobile="wallywind"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallywind.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

span[data-type="wallyrocket"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallywind.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallyrocket"]::after {
    width: 100%;
}

div[data-type-mobile="wallyrocket"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallywind.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

span[data-type="wallytender"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallytender.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallytender"]::after {
    width: 100%;
}

div[data-type-mobile="wallytender"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallytender.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

span[data-type="wallypower"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallypower.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallypower"]::after {
    width: 100%;
}

div[data-type-mobile="wallypower"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallypower.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

span[data-type="wallywhy"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallywhy.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallywhy"]::after {
    width: 100%;
}

div[data-type-mobile="wallywhy"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallywhy.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

span[data-type="wallyace"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallyace.svg);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.fleet-item:hover span[data-type="wallyace"]::after {
    width: 100%;
}

div[data-type-mobile="wallyace"]::after {
    content: "";
    background-image: url(/Portals/26/Skins/Wally/assets/img/line-wallyace.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
}

.safariIOS-line {
    width: 100%;
}

.fleet-item-body {
    height: 100px;
    position: relative;
}

@media (min-width: 576px) {
    .fleet-item-body {
        /*height: 60px;*/
        height: 40px;
        position: relative;
    }

    /**
        Regola custom per aggiungere un margine sotto alla prima barca della lista quando il numero degli elementi è > di 4 e quindi va su due righe
    */
    .row[data-type-collection="wallypower"] .col-sm-3:first-child .fleet-item div[data-type-mobile="wallypower"] ~ .fleet-item-body {
        margin-bottom: 25px;
    }
}

.collection-image {
    position: absolute;
    bottom: 0;
    max-width: 100%;
}

.collection-image-top {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: 99;
}

.fleet-item:hover .collection-image-top {
    opacity: 1;
}

/* LANG MOBILE */

@media (min-width: 1200px) {
    .lang-mobile {
        display: none;
    }
}

html .lang-mobile .dropdown-menu {
    left: calc(50% - 100px) !important;
    width: 100px !important;
    top: -130px !important;
}

.lang-mobile .nav-link {
    font-size: 14px !important;
    line-height: 40px !important;
    letter-spacing: 3px !important;
    color: #222 !important;
    text-decoration: none !important;
}

/* HERO HOME */

#carouselWally .carousel-indicators [data-bs-target] {
    width: 122px;
    background-color: #FFFFFF;
}

/*@media screen and (min-width: 1200px) {
    .mt-minus-102 {
        margin-top: -102px;
    }
}*/

/* LINKS */

.link,
.link:hover,
.link:active,
.link:visited {
    color: inherit;
}

.hvr-mgtn {
    background-color: #C4007A;
}

.hvr-drk {
    background-color: #000000;
}

.hvr-drk:hover {
    border-color: #F7F7F7;
}

/*wallynano button*/
.btn-animate.hvr-wallynano {
    border: 1px solid #00A2E0;
    background-color: #00A2E0;
}

.btn-animate.hvr-wallynano:hover {
    border-color: #FFFFFF;
}

.btn-animate.hvr-wallynano .top {
    color: #717171 !important;
}

.hvr-wallynano .btn-animate {
    border: 1px solid #717171;
    background-color: #717171;
}

.hvr-wallynano:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallynano .btn-animate .top {
    color: #717171 !important;
}

/*wallywind button*/
.btn-animate.hvr-wallywind {
    border: 1px solid #00A2E0;
    background-color: #00A2E0;
}

.btn-animate.hvr-wallywind:hover {
    border-color: #FFFFFF;
}

.btn-animate.hvr-wallywind .top {
    color: #00A2E0 !important;
}

.hvr-wallywind .btn-animate {
    border: 1px solid #00A2E0;
    background-color: #00A2E0;
}

.hvr-wallywind:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallywind .btn-animate .top {
    color: #00A2E0 !important;
}

/*wallyrocket button*/
.btn-animate.hvr-wallyrocket {
    border: 1px solid #00A2E0;
    background-color: #00A2E0;
}

    .btn-animate.hvr-wallyrocket:hover {
        border-color: #FFFFFF;
    }

    .btn-animate.hvr-wallyrocket .top {
        color: #00A2E0 !important;
    }

.hvr-wallyrocket .btn-animate {
    border: 1px solid #00A2E0;
    background-color: #00A2E0;
}

.hvr-wallyrocket:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallyrocket .btn-animate .top {
    color: #00A2E0 !important;
}

/*wallytender button*/
.btn-animate.hvr-wallytender {
    border: 1px solid #00A68D;
    background-color: #00A68D;
}

.btn-animate.hvr-wallytender:hover {
    border-color: #FFFFFF;
}

.btn-animate.hvr-wallytender .top {
    color: #00A68D !important;
}

.hvr-wallytender .btn-animate {
    border: 1px solid #00A68D;
    background-color: #00A68D;
}

.hvr-wallytender:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallytender .btn-animate .top {
    color: #00A68D !important;
}

/*wallypower button*/
.btn-animate.hvr-wallypower {
    border: 1px solid #E8423B;
    background-color: #E8423B;
}

.btn-animate.hvr-wallypower:hover {
    border-color: #FFFFFF;
}

.btn-animate.hvr-wallypower .top {
    color: #E8423B !important;
}

.hvr-wallypower .btn-animate {
    border: 1px solid #E8423B;
    background-color: #E8423B;
}

.hvr-wallypower:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallypower .btn-animate .top {
    color: #E8423B !important;
}

/*wallywhy button*/
.btn-animate.hvr-wallywhy {
    /*border: 1px solid #CBB001;
    background-color: #CBB001;*/
    border: 1px solid #FFDD00;
    background-color: #FFDD00;
}

.btn-animate.hvr-wallywhy:hover {
    border-color: #FFFFFF;
}

.btn-animate.hvr-wallywhy .top {
    color: #FFDD00 !important;
}

.hvr-wallywhy .btn-animate {
    border: 1px solid #CBB001;
    background-color: #CBB001;
}

.hvr-wallywhy:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallywhy .btn-animate .top {
    color: #CBB001 !important;
}

/*wallyace button*/
.btn-animate.hvr-wallyace {
    border: 1px solid #717171;
    background-color: #000000;
}

.btn-animate.hvr-wallyace:hover {
    border-color: #FFFFFF;
}

.btn-animate.hvr-wallyace .top {
    color: #000000 !important;
}

.hvr-wallyace .btn-animate {
    border: 1px solid #717171;
    background-color: #717171;
}

.hvr-wallyace:hover .btn-animate {
    border-color: #FFFFFF;
}

.hvr-wallyace .btn-animate .top {
    color: #717171 !important;
}

.btn-animate {
    border: 1px solid #000;
    padding: 5px 20px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    color: #FFFFFF !important;
}

.btn-animate .top {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #f4f4f4;
    line-height: 30px;
    color: #000000;
    overflow: hidden;
    -webkit-transition: width 0.05s ease-out;
    -moz-transition: width 0.05s ease-out;
    -o-transition: width 0.05s ease-out;
    transition: width 0.05s ease-out;
}

/*hack for FF*/
@-moz-document url-prefix() {
    .btn-animate .top {
        width: 97%;
        right: 4.25px;
    }
}

@media (min-width: 768px) {
    .btn-animate .top {
        -webkit-transition: width 0.2s ease-out;
        -moz-transition: width 0.2s ease-out;
        -o-transition: width 0.2s ease-out;
        transition: width 0.2s ease-out;
    }
}

.btn-animate .top > span {
    display: block;
    text-align: center;
}

.btn-animate:hover .top {
    width: 0%;
}

.btn-animate.padding-plus {
    padding: 5px 70px;
}

/* BROKERAGE BUTTON */
.brokerage-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}

.img-card {
    position: relative;
    width: 101px;
    height: 101px;
    display: inline-block;
}

.img-card .img-top {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.img-card:hover .img-top {
    opacity: 1;
}


/* FOOTER */
.bkg-footer {
    background: transparent linear-gradient(71deg, #000000 0%, #9D9D9D 100%) 0% 0% no-repeat padding-box;
}

.bkg-footer-full {
    background-image: url("/Portals/26/Skins/Wally/assets/img/bkg-footer-mobile.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media (min-width: 576px) {
    .bkg-footer {
        background: transparent linear-gradient(71deg, #000000 0%, #9D9D9D 100%) 0% 0% no-repeat padding-box;
    }

    .bkg-footer-full {
        background-image: url("/Portals/26/Skins/Wally/assets/img/footer_CarbonFiber_FULL.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
    }
}


html .modal-content {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
}

html .modal-header {
    border-bottom: none;
}

.fab:hover,
.fa:hover {
    color: #C4007A;
}

/* NEWS AND EVENTS */

.bkg-news {
    background-image: url(/Portals/26/Skins/Wally/assets/img/bkg-news-and-events.jpg);
    background-position: center;
    background-size: cover;
}

.main-title-newspage {
    position: absolute;
    right: 10%;
    top: 20%;
    color: #FFFFFF;
}

.grid {
    counter-reset: grid-item;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
    width: 100%;
}

@media (max-width: 767.98px) {

    .grid-item {
        position: relative !important;
        top: initial !important;
    }

    .grid {
        height: initial !important;
    }

}

@media screen and (min-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .grid-sizer,
    .grid-item {
        width: 33.333%;
    }
}

@media screen and (min-width: 768px) {

    .grid-item {
        float: left;
        /*    border: 1px solid;*/
    }

    .grid-item--height1 {
        height: 460px;
    }

    .grid-item--height2 {
        height: 500px;
    }

    .grid-item--height3 {
        height: 540px;
    }

    .grid-item--height4 {
        height: 580px;
    }

    .grid-item--height5 {
        height: 620px;
    }

    .grid-item--height6 {
        height: 660px;
    }

    .grid-item--height7 {
        height: 700px;
    }

    .grid-item--height8 {
        height: 740px;
    }

    .grid-item--height9 {
        height: 780px;
    }

    .grid-item--height10 {
        height: 820px;
    }

}

.card.news-card {
    background-color: rgba(0,0,0,0);
}

.card-img-top {
    border-radius: 25px;
}

.news-card .date,
.news-card .detail-link {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.detail-link a {
    color: #717171;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.detail-link a:hover {
    color: #000000;
    border-color: rgba(0,0,0,1);
}

.news-card .card-title {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.news-card .card-text {
    color: #717171;
}

.news-separator {
    width: 50%;
    display: table;
    margin: 20px auto;
}

@media screen and (min-width: 768px) {

    .news-separator {
        margin: 80px auto;
    }

}

.news-images {
    width: 100%;
}

.news-date {
    font-style: italic;
}

.news-title {
    font-size: 35px;
    font-weight: 300;
}

.news-abstract {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}

.news-text {
    text-align: justify;
}

.news-margin {
    margin-top: 20px;
}

.spinner {
    display: table;
    margin: 0 auto;
}

/* BROKERAGE */

.bkg-brokerage {
    background-image: url(/Portals/26/Skins/Wally/assets/img/bkg-brokerage-mobile.jpg);
    background-position: center;
    background-size: cover;
}

@media (min-width: 576px) {

    .bkg-brokerage {
        background-image: url(/Portals/26/Skins/Wally/assets/img/bkg-brokerage.jpg);
    }
}

.bkg-hover-zoom {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.intro-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
}

@media screen and (min-width: 992px) {

    .intro-text {
        font-size: 38px;
        line-height: 60px;
        letter-spacing: 1.2px;
        font-weight: 300;
    }

}

.img-broker-list {
    border-radius: 25px;
    aspect-ratio: 37 / 18;
    object-fit: cover;
}

.child {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}

.bkg-hover-zoom:hover .child,
.bkg-hover-zoom:focus .child {
    transform: scale(1.1);
}

.child::before,
.child::after {
    content: "";
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 255, 0.50);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.child::before {
    background-color: rgba(112, 112, 112, 0.45);
}

.child::after {
    background-color: rgba(0, 0, 0, 0.25);
}

.bkg-hover-zoom:hover .child:before,
.bkg-hover-zoom:hover .child:after,
.bkg-hover-zoom:focus .child:before,
.bkg-hover-zoom:focus .child:after {
    opacity: 1;
}

.title-yacht-broker {
    /*color: #C4007A;*/
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .title-yacht-broker {
        font-size: 60px;
    }
}

#carouselWally .carousel-indicators.brokerage .active {
    background-color: #333333;
}

html .owl-brokerage .owl-nav {
    position: relative;
    margin-top: -33px;
}

    html .owl-brokerage .owl-nav .owl-prev {
        position: absolute;
        left: 25%;
    }

    html .owl-brokerage .owl-nav .owl-next {
        position: absolute;
        right: 25%;
    }

    html .owl-brokerage .owl-nav .owl-prev img {
        width: 25px;
    }

    html .owl-brokerage .owl-nav .owl-next img {
        width: 25px;
    }

@media screen and (min-width: 992px) {
    html .owl-brokerage .owl-nav {
        position: absolute;
        margin-top: initial;
        top: -33px;
        left: calc(50% - 47px);
    }

    html .owl-brokerage .owl-nav .owl-prev {
        position: initial;
        left: initial;
    }

    html .owl-brokerage .owl-nav .owl-next {
        position: initial;
        right: initial;
    }

    html .owl-brokerage .owl-nav .owl-prev img {
        width: initial;
    }

    html .owl-brokerage .owl-nav .owl-next img {
        width: initial;
    }
}

.owl-brokerage .item img {
    max-height: 205px;
    object-fit: cover;
}

@media (min-width: 576px) {
    .owl-brokerage .item img {
        max-height: 355px;
    }
}

@media (min-width: 768px) {
    .owl-brokerage .item img {
        max-height: 418px;
    }
}

@media (min-width: 992px) {
    .owl-brokerage .item img {
        max-height: 500px;
    }
}


.border-btm-brokerage {
    border-bottom: 1px solid #C4007A;
}

.dark-form .form-control,
.dark-form .form-control:focus,
.dark-form .form-select,
.dark-form .form-select:focus {
    color: #C4007A;
}

.fitting-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .fitting-image {
        height: 82vh;
    }
}

.hr-borkerage {
    opacity: 1;
    border-top: none;
    display: table;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 25px;
}


/* BEING WALLY */
.bkg-being-wally {
    background-image: url(/Portals/26/Skins/Wally/assets/img/bkg-being-wally.jpg);
    background-position: center;
    background-size: cover;
}

.bkg-hero-being-overlay {
    background-image: url(/Portals/26/Skins/Wally/assets/img/hero-being-overlay.png);
    background-position: center;
    background-size: cover;
}

.title-h1-beingwally {
    font-size: 100px;
    font-weight: 500;
}

.title-magic {
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1.2px;
}

html[lang="zh-CN"] .title-magic {
    text-indent: 40px;
    text-align: justify;
}

@media screen and (min-width: 992px) {
    .title-magic {
        font-size: 40px;
        line-height: 55px;
        letter-spacing: 1.2px;
        text-align: left;
    }
}

.being-description {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1.2px;
}

.being-cover-section {
    padding-top: 350px;
    margin-top: -300px;
    padding-bottom: 170px;
}

.being-bottom-section {
    margin-top: -170px;
}

.milestone {
    min-height: 250px;
}

.milestone-year {
    font-weight: 600;
    text-indent: 0px !important;
}

.img-thumb {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    border-radius: 10px !important;
}

.m-short-t {
    cursor: default;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    font-size: 25px;
}

.m-long-t {
    opacity: 0;
    height: 0;
}

.accordion-icon {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    cursor: pointer;
}

.accordion-icon:not(.closed) {
    transform: rotate(45deg);
}

@keyframes animation {
    0% {
        opacity: 0;
        height: initial;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.animation {
    animation-name: animation;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    height: initial;
    font-size: 35px;
    line-height: 45px;
}

@media screen and (min-width: 992px) {
    .img-middle {
        opacity: 0;
    }

    .img-middle.top {
        display: none;
    }
}

@keyframes bottom {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.img-middle.bottom {
    animation-name: bottom;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    position: relative;
    bottom: 0;
    /*padding: 0 25px 25px 0;*/
}

/* WALLY FAMILY */

.box-family {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 25px;
    margin: 2rem 0;
    cursor: pointer;
}

.bkg {
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease;
}

    .bkg:hover {
        background-position: center 25%;
    }

.box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    border-radius: 25px;
    transition: all 0.5s ease;
}

    .bkg:hover .box-overlay {
        background-color: rgba(0,0,0,0);
    }

.title-family-boat {
    font-family: "Wallytype-Bold";
    top: calc(50% - 18px);
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: 11px;
    z-index: 1;
    cursor: pointer;
}

/* CONTACTS */

.bkg-contacts {
    background-image: url(/Portals/26/Skins/Wally/assets/img/bkg-contacts-mobile.jpg);
    background-position: center;
    background-size: cover;
}

@media (min-width: 576px) {

    .bkg-contacts {
        background-image: url(/Portals/26/Skins/Wally/assets/img/bkg-contacts.jpg);
    }

}

/* MODEL */

.hero-model-title {
    font-family: "Wallytype-Bold";
    top: 50vh;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 11px;
}

.hero-subtitle {
    font-family: "Wallytype-Regular";
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: initial;
}

@media (min-width: 768px) {

    .hero-model-title {
        font-size: 40px;
    }
}

.owl-gallery .item img {
    max-height: 205px;
    object-fit: cover;
}

@media (min-width: 576px) {
    .owl-gallery .item img {
        max-height: 355px;
    }
}

@media (min-width: 768px) {
    .owl-gallery .item img {
        max-height: 418px;
    }
}

@media (min-width: 992px) {
    .model-payoff {
        font-size: 35px;
        font-weight: 300;
        line-height: 52.5px;
    }

    .owl-gallery .item img {
        max-height: 500px;
    }
}

@media (min-width: 1200px) {
    .mt-minus-85 {
        margin-top: -85px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
}

.title-h1-model {
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFFFFF;
    /*text-shadow: 1px 1px 6px #000000;*/
    top: 50%;
    right: 10%;
}

.title-h1-model-name {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .title-h1-model-name {
        font-size: 60px;
        line-height: 70px;
    }
}

.majors {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    padding: 10px 0 20px 0;
    color: #333333;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .majors {
        font-size: 60px;
        line-height: 55px;
        padding: initial;
        text-transform: none;
    }
}

.title-carousel {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .title-carousel {
        font-size: 42px;
        text-transform: none;
    }
}

.caption {
    font-size: 14px;
    font-weight: 300;
    color: #717171;
    letter-spacing: 3px;
    text-align: center;
}

html .owl-gallery .owl-nav {
    position: relative;
    margin-top: -33px;
}

html .owl-gallery .owl-nav .owl-prev {
    position: absolute;
    left: 25%;
}

html .owl-gallery .owl-nav .owl-next {
    position: absolute;
    right: 25%;
}

html .owl-gallery .owl-nav .owl-prev img {
    width: 25px;
}

html .owl-gallery .owl-nav .owl-next img {
    width: 25px;
}

html .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

@media screen and (min-width: 992px) {
    html .owl-gallery .owl-nav {
        position: absolute;
        margin-top: initial;
        top: -33px;
        left: calc(50% - 47px);
        opacity: 0.65;
    }

/*    .mt-minus-100 {
        margin-top: -100px;
    }*/

    .caption {
        text-align: right;
    }

    html .owl-gallery .owl-nav .owl-prev {
        position: initial;
        left: initial;
    }

    html .owl-gallery .owl-nav .owl-next {
        position: initial;
        right: initial;
    }

    html .owl-gallery .owl-nav .owl-prev img {
        width: initial;
    }

    html .owl-gallery .owl-nav .owl-next img {
        width: initial;
    }
}

.title-techdata {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .title-techdata {
        font-size: 36px;
        text-transform: none;
    }
}

.border-btm {
    border: 1px solid #707070;
    opacity: 0.5;
}

.border-btm-wallynano {
    border-bottom: 1px solid #000000;
}

.border-btm-wallywind {
    border-bottom: 1px solid #00A2E0;
}

.border-btm-wallyrocket {
    border-bottom: 1px solid #00A2E0;
}

.border-btm-wallytender {
    border-bottom: 1px solid #00A68D;
}

.border-btm-wallypower {
    border-bottom: 1px solid #E8423B;
}

.border-btm-wallywhy {
    border-bottom: 1px solid #CBB001;
}

.border-btm-wallyace {
    border-bottom: 1px solid #717171;
}

.layout-label {
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: normal;
    margin-bottom: 0.5rem;
}

.techdata-label {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.techdata-value {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 27px;
}

.suffixModel {
    display: block;
    font-style: italic;
    font-size: 40px;
    color: #717171;
    line-height: 1em;
    text-transform: initial;
    font-weight: 500;
}

.description-wrapper p {
    line-height: 30px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .suffixModel {
        font-size: 60px;
    }

    .description-wrapper {
        max-height: 500px;
        overflow: auto !important;
    }

    .description-wrapper p {
        line-height: 24px;
        letter-spacing: 0px;
        font-size: 16px;
        font-weight: 400;
    }
}

/* TOAST */

.toast-header {
    background-color: rgba(0,0,0,0.85) !important;
    border: 1px solid;
    border-color: rgba(0,0,0,0.5);
    color: #ffffff !important;
}

.toast-header .btn-close {
    background: transparent url("/Portals/26/Skins/Wally/assets/img/btn-close-toast.svg") center/1em;
    background-repeat: no-repeat !important;
}

.toast-body {
    background-color: rgba(0,0,0,0.85) !important;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left-color: rgb(255 255 255 / 50%);
    border-right-color: rgb(255 255 255 / 50%);
    border-bottom-color: rgb(255 255 255 / 50%);
    color: #ffffff !important;
}

/* FORM FEEDBACK */

.wallywind-form .invalid-feedback,
.wallyrocket-form .invalid-feedback,
.wallytender-form .invalid-feedback,
.wallypower-form .invalid-feedback,
.wallywhy-form .invalid-feedback {
    color: #000000;
}

.wallywind-form .form-control.is-invalid, .wallywind-form .was-validated .form-control:invalid, .wallywind-form .form-select.is-invalid:not([multiple]):not([size]),
.wallyrocket-form .form-control.is-invalid, .wallyrocket-form .was-validated .form-control:invalid, .wallyrocket-form .form-select.is-invalid:not([multiple]):not([size]),
.wallytender-form .form-control.is-invalid, .wallytender-form .was-validated .form-control:invalid, .wallytender-form .form-select.is-invalid:not([multiple]):not([size]),
.wallypower-form .form-control.is-invalid, .wallypower-form .was-validated .form-control:invalid, .wallypower-form .form-select.is-invalid:not([multiple]):not([size]),
.wallywhy-form .form-control.is-invalid, .wallywhy-form .was-validated .form-control:invalid, .wallywhy-form .form-select.is-invalid:not([multiple]):not([size]) {
    background-image: url("/Portals/26/Skins/Wally/assets/img/invalid-feedback-dark.svg") !important;
    border-color: #000000 !important;
}

/*
 *
    ACCESSIBILITY

*/

/**:focus-visible {
    outline: 2px solid yellow !important;
}*/

.visually-hidden-focusable.custom:not(:focus):not(:hover) {
    transform: translateY(-4em);
    opacity: 0;
}

.visually-hidden-focusable.custom {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 999999999999;
    background-color: yellow;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: larger;
    opacity: 1;
    transition: transform 0.1875s ease-out, opacity 0.1875s ease-out;
}
