.productTourOverlay {
    position: absolute;
    z-index: 999999999;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    /* clip-path: polygon(0 0, 0 100%, 178px 100%, 178px 100px, 347px 100px, 347px 135px, 178px 135px, 178px 100%, 100% 100%, 100% 0%); */
}

#root .productTourWrapper {
    display: none;
}

#root .lang-undefined .productTourWrapper .link.gr,
#root .lang-en .productTourWrapper .link.gr {
    display: none;
}

#root .lang-el .productTourWrapper .link.en {
    display: none;
}

#root .productTourWrapperInstruction {
    position: absolute;
    z-index: 99999999999;
    width: 280px;
    /* height: 168px; */
    background-color: #FEFEFC;
    border-radius: 34px;
    color: #253037;
    padding: 20px;
}

#root .productTourWrapper .productTourWrapperInstruction app-widget-host {
    flex-direction: column;
}

#root .productTourWrapper .productTourWrapperInstruction .productTourWrapperInstructionHeader {
    color: #253037;
    font-size: 15px;
}

#root .productTourWrapper .productTourWrapperInstruction .productTourWrapperInstructionContent {
    color: #80807E;
    font-size: 12px;
}

#root .productTourWrapper {
    background: var(--c-warning-background);
    color: var(--c-emphasis);
    font-weight: 600;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    margin-top: 4px;
}

#root .productTourWrapper app-widget-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#root .productTourWrapper .link {
    margin-left: 21px;
    margin-right: 21px;
}

#root .productTourWrapper .link>div::before {
    content: '';
    width: 12px;
    height: 15px;
    background-image: url(/v1.048/r/images/site/icons/belliconBold.svg);
    background-repeat: no-repeat;
    background-size: 12px 15px;
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
}

#root .productTourWrapper .close {
    width: 14px;
    height: 14px;
    /* background-image: url(/v1.048/r/images/site/icons/CloseBlack.svg); */
    background-image: url(/v1.048/r/images/site/icons/CloseButtonCircleBoldDark.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    position: absolute;
    right: 5px;
    top: 9px;
}

#root .kycOverdueWarning:has(app-widget-host)+.productTourWrapper .link>div::before,
#root .kycOverdueWarning:has(app-widget-host)+.productTourWrapper .close {
    top: 93px;
}

#root .productTourWrapperInstruction .instructionFooterRow,
#root .productTourWrapperInstruction .instructionHeaderRow {
    display: flex;
    justify-content: space-between;
}

#root .backtooldsite.backtooldtheme .backtooldsite-link:before {
    background-image: url(/v1.048/r/images/site/icons/ArrowLeftD.svg);
    border: 1.5px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 22px;
    background-size: 25px 25px;
}

#root .callout.up {
    position: absolute;
    display: flex;
    content: "";
    background-image: url(/v1.048/r/images/site/icons/Arrow_Down.svg);
    transform: rotate(180deg);
    justify-content: center;
    align-items: flex-end;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    /* top: -17px;
    left: calc(50% - 25px); */
    z-index: 9999999999999999;
}

#root .callout .focuspoint {
    width: 12px;
    height: 12px;
    background-color: #00C900;
    border-radius: 50%;
    /* margin-bottom: -17px; */
    position: absolute;
}

#root .instructionFocusPointBackground {
    width: 41px;
    height: 41px;
    margin-bottom: -31px;
    background-color: #00C900;
    opacity: 0.2;
    border-radius: 50%;
}

/* .callout.down::after {
    bottom: -15px;
    left: calc(50% - 15px);
}

.callout.left::after {
    left: -15px;
    top: calc(50% - 15px);
}

.callout.right::after {
    right: -15px;
    top: calc(50% - 15px);
} */


#root .productTourWrapperInstruction .instructionHeaderRow .instructionTitle {
    color: #253037;
    font-size: 15px;
    margin-bottom: 18px;
}

#root .productTourWrapperInstruction .instructionContentRow {
    color: #80807E;
    font-size: 12px;
    margin-bottom: 15px;
}

#root .productTourWrapperInstruction .instructionFooterPages {
    color: #d1d1d1;
    font-size: 10px;
    font-weight: bold;
}

#root .productTourWrapperInstruction .instructionHeaderRow .instructionClose {
    color: transparent;
    font-size: 12px;
    border: none;
    width: 9px;
    height: 8px;
    background-image: url(/v1.048/r/images/site/icons/ProductTourCloseX.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -12px;
}

#root .productTourWrapperInstruction .instructionFooterRow .instructionFooterControls .instructionFooterControlsNext {
    width: 51px;
    height: 15px;
    min-height: 15px;
    font-size: 10px;
    font-weight: bold;
    background-color: #09C70C;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#root .productTourWrapperInstruction .instructionFooterRow .instructionFooterControls .instructionFooterControlsPrev {
    width: 69px;
    height: 15px;
    min-height: 15px;
    font-size: 10px;
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    border-color: black;
    color: black;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 7px;
}

#root .desktop .productTourWrapper .link>div::before {
    display: inline-block;
    margin-bottom: -3px;
    position: static;
    margin-right: 5px;
}

#root .desktop .productTourWrapper .close {
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    position: static;
}