.header-button {
    @media screen and (max-width: 767px) {
        margin-left: auto;
    }
}

.vyussit-off-canvas-menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    line-height: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;

    &:before,
    &:after,
    span {
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        transition: all .2s ease-in-out;
    }

    &:before {
        top: 10px;
    }

    &:after {
        bottom: 10px;
    }

    span {
        top: 50%;
        transform: translateY(-50%);
    }

    @media screen and (max-width: 767px) {
        display: flex;
    }
}

.vyussit-mobile-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #000;
    border-radius: 0;
    border-bottom: 1px solid #45dee7;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 99;

    &.open-menu {
        top: 0;
        opacity: 1;
        visibility: visible;

        .vyussit-mobile-menu-close-icon {
            transform: rotate(45deg);
        }
    }
}

.vyussit-mobile-menu-close {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.vyussit-mobile-menu-close-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDEzMSI+CjxsaW5lIGlkPSJMaW5lIDMyIiB4MT0iMTkuNzUiIHgyPSIxOS43NSIgeTI9IjM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8bGluZSBpZD0iTGluZSAzMyIgeTE9IjE4LjI1IiB4Mj0iMzgiIHkyPSIxOC4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transform: rotate(0);
    transition: all .2s ease-in-out;
}

.vyussit-mobile-menu-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    padding: 15px 40px 40px;
    text-align: center;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;

    .menu-item {
        a {
            display: block;
            color: #fff;
            text-align: center;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 125%;
            text-decoration: none;
            transition: all .2s ease-in-out;
        }

        &.current-menu-item,
        &:hover {
            a {
                color: #45dee7;
            }
        }
    }
}

/* Thank You */
.vyussit-popup-thank-you {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 15px;

    @media screen and (max-width: 767px) {
    }
}

.vyussit-popup-thank-you-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    gap: 24px;
    padding: 70px 50px;
    background: #45dee7;
    border-radius: 20px;

    @media screen and (max-width: 767px) {
        padding: 30px 15px;
    }
}

.vyussit-popup-thank-you-title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;

    @media screen and (max-width: 767px) {
        font-size: 20px;
    }
}


#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
    background: #000 !important;
}


#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    color: #fff !important;
}


#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
    background: #45dee7 !important;
}


#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background: #45dee7 !important;
    border-color: #45dee7 !important;
    color: #111 !important;
}


#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow,
#CybotCookiebotDialog a:after,
#CybotCookiebotDialog a:before,
#CybotCookiebotDialog button:after,
#CybotCookiebotDialog button:before {
    border-color: #45dee7 !important;
}


#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom-color: #45dee7 !important;
}

#CybotCookiebotDialogPoweredbyCybot svg {
    fill: #fff !important;
}