Current File : /home/d/i/g/digitaw/www/wp-content/updraft/plugins-old/ionos-journey/css/ionos-journey.css
/*
Plugin Name:  IONOS Welcome
Plugin URI:   https://www.ionos.com
Description:  SSO for WordPress
Version:
License:      GPLv2 or later
Author:       IONOS
Author URI:   https://www.ionos.com
Text Domain:  ionos-welcome
@package ionos-welcome
*/

#ionos-journey-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 80000;
}

#ionos-journey-overlay #ionos-journey-popup {
    transition: 0.25s;
    box-shadow: 0px 0px 2px 2000px rgba(0, 0, 0, 0.25), 0 3px 6px rgba( 0, 0, 0, 0.3 );
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    background: white;
    height: auto;
    width: auto;
    max-width: 450px;
    transform: translate(-50%,-50%);
    border: none;

    visibility: hidden;
    opacity: 0;
}

#ionos-journey-popup .content{
    width: 100%;
    align-content: center;
    align-items: center;
    text-align:center;
}
#ionos-journey-popup .content p{
     padding: 5px 15px;
}

#ionos-journey-popup .actions{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

#ionos-journey-popup .stop {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all;
    margin: 10px;
    cursor: pointer;
    color: #787c82;
    background-color: white;
    border-radius: 20px;
    line-height: 0em;
}

#ionos-journey-popup .stop:before {
    content: "\f335";
    font: normal 25px/1 dashicons;
}
#ionos-journey-popup .stop:hover {
    color: #9a9fa6;
}

#ionos-journey-popup a.accept-button{
    cursor: pointer;
    margin-right: 10%;
}

#ionos-journey-popup a.deny-button{
    cursor: pointer;
    margin-left: 10%;
}

#ionos-journey-overlay #ionos-journey-guide {
    border: none;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 312px;
    min-width: 312px;
    height: 80vh;
    max-height: 575px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    background: white;
    visibility: hidden;
    transition: 0.5s all;
    opacity: 0;
    z-index: 999999;
}
#ionos-journey-overlay #ionos-journey-guide.tiny {
    height: 0;
    width: 0;
    min-width: 0;
    left: -100px;
    top: -100px;
}

#ionos-journey-focus {
    background-color: transparent;
    transition: all 1s;
}

.pulse-with-background {
    animation: pulse-with-background 0.75s alternate infinite ease-in;
}

.pulse {
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes pulse-with-background {
     0% {
         background-color: transparent;
         transform: scale(1);
     }
     100% {
         background-color: rgba(255, 255, 255, 0.25);
         transform: scale(1.05);
     }
}
@keyframes pulse {
     0% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
     }
     50% {
         -webkit-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05);
     }
     100% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
     }
 }


#ionos-journey-overlay #ionos-journey-focus .ionos-journey-guide-headline {
    text-align: center;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
    line-height: 1.5em;
}

#ionos-journey-overlay #ionos-journey-focus {
    border: solid 4px transparent;
    position: fixed;
    z-index: 999995;
    box-shadow: 0px 0px 2px 2000px rgba(0, 0, 0, 0.25), 0 3px 6px rgba( 0, 0, 0, 0.3 );
    cursor: default;
}

#ionos-journey-overlay #ionos-journey-focus.clickable {
    pointer-events: all;
    cursor: pointer;
}

/* Sprechblase */
#ionos-journey-overlay #ionos-journey-bubble
{
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 250px;
    min-height: 120px;
    background: #fff;
    padding: 20px;
    line-height: 20px;
    pointer-events: none;
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);
    z-index: 999999;
    transition: 0.5s all;
}

#ionos-journey-bubble-stop {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all;
    margin: 10px;
    cursor: pointer;
    color: lightgray;
    background-color: white;
    border-radius: 20px;
    line-height: 0em;
}

#ionos-journey-bubble-stop:before {
    content: "\f335";
    font: normal 25px/1 dashicons;
}
#ionos-journey-bubble-stop:hover {
    color: grey;
}
.ionos-journey-guide-footer{
    width: 100%;
    position: absolute;
    bottom: 20px;
}
#ionos-journey-bubble-footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
}
#ionos-journey-guide-navigation {
    height: 30px;
    width: 150px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

#ionos-journey-bubble-navigation {
    margin-top: 28px;
    height: 30px;
    width: 150px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}
#ionos-journey-guide-navigation a:before,
#ionos-journey-bubble-navigation a:before {
    content: "\f344";
    top: 4px;
    font: normal 25px/1 dashicons;
    margin: auto;
    text-decoration: none;
}
#ionos-journey-guide-navigation #ionos-journey-bubble-auto,
#ionos-journey-bubble-navigation #ionos-journey-bubble-auto {
    float: none;
    top: 4px;
    margin-right: auto;
    margin-left: auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid #003d8f;
}

@keyframes circle-animation{
    0% {
        clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }
    12.5% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 0, 100% 0, 100% 0, 100% 0%);
    }
    25% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 50%, 100% 50%, 100% 50%, 100% 50%);
    }
    37.5% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
    }
    50% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 50% 100%);
    }
    62.5% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
    }
    75% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%, 0% 50%);
    }
    87.5% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
    }
    100% {
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%);
    }
}

#ionos-journey-guide-navigation a#ionos-journey-bubble-back:before,
#ionos-journey-bubble-navigation a#ionos-journey-bubble-back:before {
    content: "\f340";
}
#ionos-journey-guide-navigation a:hover,
#ionos-journey-bubble-navigation a:hover {
    text-decoration: none;
}

#ionos-journey-overlay #ionos-journey-bubble:after,
#ionos-journey-overlay #ionos-journey-bubble:before
{
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}

#ionos-journey-overlay .bubble-left:after {
    content: '';
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff;
    left: -10px;
    top: 0px;
    z-index: 1;
}

#ionos-journey-overlay .bubble-right:after {
    content: '';
    border-width: 10px 0 10px 10px;
    border-color: transparent #fff;
    right: -10px;
    top: 0px;
    z-index: 1;
}

#ionos-journey-overlay .bubble-top:after {
    content: '';
    border-width: 0 10px 10px;
    border-color: #fff transparent;
    left: 130px;
    top: -10px;
    z-index: 1;
}

#ionos-journey-overlay .bubble-bot:after {
    content: '';
    border-width: 10px 10px 0;
    border-color: #fff transparent;
    bottom: -10px;
    left: 130px;
    z-index: 1;
}

#ionos-journey-overlay .clickable {
    cursor: pointer;
}

#wpadminbar li > #journey-next,
#wpadminbar li > #journey-stop,
#wpadminbar li > #journey-prev,
#wpadminbar li > #journey-auto-active,
#wpadminbar li > #journey-auto {
    width: 20px;
}

#wpadminbar li > #journey-next.wait,
#wpadminbar li > #journey-prev.wait {
    pointer-events: none;
}
#wpadminbar li > #journey-next:before {
    content: "\f519";
    top: 2px;
}
#wpadminbar li > #journey-stop:before {
    content: "\f158";
    top: 2px;
}
#wpadminbar li > #journey-auto:before {
    content: "\f522";
    top: 2px;
}
#wpadminbar li > #journey-auto-active:before {
    content: "\f523";
    top: 2px;
}
#wpadminbar li > #journey-prev:before {
    content: "\f518";
    top: 2px;
}
#wpadminbar li > #journey-start:after {
    content: "\f522";
    top: 6px;
    position: relative;
    transition: all .1s ease-in-out;
    color: rgba(240,245,250,.6);
    font: normal 20px/1 dashicons;
    margin-left: 4px;
    float: right;
}
#ionos-journey-focus .ionos-journey-guide-progress {
    text-align: center;
    cursor: pointer;
    pointer-events: all;
}
#ionos-journey-focus  .ionos-journey-guide-progress li{
    display: inline-block;
    cursor: pointer;
}
#ionos-journey-focus  .ionos-journey-guide-progress li button{
    border: none;
    background-color: transparent;
    height: auto;
    padding: 6px;
    cursor: pointer;
}

#ionos-journey-bubble-next,
#ionos-journey-bubble-back,
#ionos-journey-focus #ionos-journey-guide-next,
#ionos-journey-focus #ionos-journey-guide-auto,
#ionos-journey-focus #ionos-journey-guide-back {
    float: right;
    cursor: pointer;
    background-color: white;
    border: none;
    color: #787c82;
    font-size: 1.2em;
    pointer-events: all;
    padding: 5px;
}
#ionos-journey-bubble-next:hover,
#ionos-journey-bubble-back:hover,
#ionos-journey-focus #ionos-journey-guide-next:hover,
#ionos-journey-focus #ionos-journey-guide-back:hover {
    text-decoration: underline;
}
#ionos-journey-bubble-next:hover,
#ionos-journey-bubble-back:hover,
#ionos-journey-focus #ionos-journey-guide-next:hover,
#ionos-journey-focus #ionos-journey-guide-back:hover{
    color: #9a9fa6;
}
#ionos-journey-bubble-next:active,
#ionos-journey-bubble-back:active,
#ionos-journey-focus #ionos-journey-guide-next:active,
#ionos-journey-focus #ionos-journey-guide-back:active {
    color: #9a9fa6;
}
#ionos-journey-bubble-next.disabled,
#ionos-journey-bubble-back.disabled,
#ionos-journey-focus #ionos-journey-guide-next.disabled,
#ionos-journey-focus #ionos-journey-guide-back.disabled {
    color: #9a9fa6 !important;
    cursor: default !important;
}
#ionos-journey-bubble-back,
#ionos-journey-focus #ionos-journey-guide-back {
    float: left;
}

@media screen and (max-width:782px){
    #wpadminbar li.ionos-journey-container {
        display: block;
    }
    #wpadminbar li.ionos-journey-container > #journey-prev,
    #wpadminbar li.ionos-journey-container > #journey-auto,
    #wpadminbar li.ionos-journey-container > #journey-auto-active,
    #wpadminbar li.ionos-journey-container > #journey-next {
        width: auto;
    }
    #wpadminbar li.ionos-journey-container #journey-start:after,
    #wpadminbar li.ionos-journey-container #journey-next:before,
    #wpadminbar li.ionos-journey-container #journey-auto:before,
    #wpadminbar li.ionos-journey-container #journey-auto-active:before,
    #wpadminbar li.ionos-journey-container #journey-stop:before,
    #wpadminbar li.ionos-journey-container #journey-prev:before {
        display: none;
    }
    #wpadminbar li.ionos-journey-container #journey-start .ab-icon::before,
    #wpadminbar li.ionos-journey-container #journey-next .ab-icon::before,
    #wpadminbar li.ionos-journey-container #journey-auto .ab-icon::before,
    #wpadminbar li.ionos-journey-container #journey-auto-active .ab-icon::before,
    #wpadminbar li.ionos-journey-container #journey-stop .ab-icon::before,
    #wpadminbar li.ionos-journey-container #journey-prev .ab-icon::before {
        top: -3px;
        line-height: 1.33333333;
        height: 46px !important;
        text-align: center;
        width: 52px;
        display: block;
    }

    #wpadminbar li.ionos-journey-container #journey-start .ab-icon::before { content: "\f522"; }
    #wpadminbar li.ionos-journey-container #journey-next .ab-icon::before { content: "\f519"; }
    #wpadminbar li.ionos-journey-container #journey-auto .ab-icon::before { content: "\f522"; }
    #wpadminbar li.ionos-journey-container #journey-auto-active .ab-icon::before { content: "\f522"; }
    #wpadminbar li.ionos-journey-container #journey-stop .ab-icon::before { content: "\f523"; }
    #wpadminbar li.ionos-journey-container #journey-prev .ab-icon::before { content: "\f518"; }
}


.ab-item {
    cursor: pointer;
}

/* GUIDE */


.ionos-journey-guide-progress {
    text-align: center;
    cursor: pointer;
    pointer-events: all;
}
.ionos-journey-guide-progress li {
    display: inline-block;
    cursor: pointer;
}
.ionos-journey-guide-progress li button {
    border: none;
    background-color: transparent;
    height: auto;
    padding: 6px;
    cursor: pointer;
}
.ionos-journey-guide-image {
    width: 100%;
    height: 208px;
}
.ionos-journey-guide-headline {
    text-align: center;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
    line-height: 1.4em;
}
.ionos-journey-guide-text {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

.ionos-journey-button-stop {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all;
    margin: 10px;
    cursor: pointer;
    color: #787c82;
    background-color: white;
    border-radius: 20px;
    line-height: 0em;
}

.ionos-journey-button-stop:before {
    content: "\f335";
    font: normal 25px/1 dashicons;
}
.ionos-journey-button-stop:hover {
    color: #9a9fa6;
}

@keyframes progress-animation {
    from{width: 0;}
    to{width: 100%;}
}

.ionos-journey-guide-autoplay{
    visibility: hidden;
    opacity: 0;
    margin-top: -6px;
    display: flex;
    height: 6px;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
}

.progress-bar {
    display: flex;
    height: 100%;
    width: 0;
    background: #003d8f;
}

.clickable-highlighted {
    border-radius: 50% !important;
    transition: all 0.2s;
}

.clickable-highlighted.active {
    transition: all 0.2s;
    animation: shake 150ms 2 linear;
}

@keyframes shake {
    0% {
        transform: translate(3px, 0);
    }
    50% {
        transform: translate(-3px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}