.nav-bg {
    background-color: #d9d9d9;
}

.background-img {
    background-image: url(./../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.navbar-width {
    width: 100vw;
}

.logo-title {
    margin-bottom: 0.3em;
    font-size: 1.1em;
}

.logo-subtitle {
    font-size: 0.8em;
}

.logo-hr {
    margin: 0.1em 0;
}

.logo-flag {
    height: 5.25rem;
    width: auto;
}

.nav-align {
    text-align: end;
}

.navbar-collapse-btn-logout {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(./../img/circle-icons/mono-color/128px/power.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-collapse-btn-login {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(./../img/circle-icons/mono-color/128px/key.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-collapse-menu {
    z-index: 4;
    position: inherit;
}

.background-vignette1 {
    background: rgba(3, 3, 3, 0.34);
    /*backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);*/
    border: 1px solid rgba(3, 3, 3, 0.2);
}


.background-vignette {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.background-vignette:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 3, 3, 0.34);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    border: 1px solid rgba(3, 3, 3, 0.2);
}

@media (min-width: 740px) {
    .logo-AYC {
        display: none;
    }
}

@media (max-width: 650px) {
    .scaled {
        scale: 0.85;
        position: inherit;
        bottom: 15%;
    }
}


@media (max-width: 740px) {
    .logo-detailed {
        display: none;
    }
}



@media (min-width: 576px) {
    .virtual-mobile-screen {
        width: 400px;
    }

    .virtual-mobile-screen-vignette {
        width: 525px;
    }
}

.full-height {
    min-height: 100vh;
}

.error-wiggle {
    animation: wiggle 1.5s 2;
}

@keyframes wiggle {
    50% {
        transform: rotate(0deg);
    }

    62% {
        transform: rotate(5deg);
    }

    82% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.no_underline {
    text-decoration: none;
}

html {
    font-size: 1rem;
}

@media (max-width: 420px) {
    html {
        font-size: 0.85rem;
    }
}

@media (max-width: 355px) {
    html {
        font-size: 0.80rem;
    }
}

@media (max-width: 335px) {
    html {
        font-size: 0.70rem;
    }
}

.white-hover-trigger:hover .white-hover-text,
.white-hover-trigger:active .white-hover-text,
.white-hover-trigger:focus .white-hover-text {
    color: #fff !important;
    transition: color .15s ease-in-out;
}

.white-checkbox-trigger input:checked~.white-checkbox-text {
    color: #fff !important;
    transition: color .15s ease-in-out;
}

.mono-icon-to-primary {
    filter: saturate(13.5);
}

.mono-icon-to-secondary {
    filter: saturate(0.0);
}

.index-left-icon {
    height: 3rem;
}


.previewBoat .boat-left-icon {
    height: auto !important;
}

.w-35 {
    width: 35%;
}

.w-33 {
    width: 33%;
}

.w-65 {
    width: 65%;
}

.collapsing {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    visibility: visible;
}

.boat-left-icon {
    height: 4rem;
}