﻿.wsfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    /*    background-color: #0C9;
*/ /*color: #FFF;*/
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    /*    box-shadow: 2px 2px 3px #999;
*/
}

.my-float {
    margin-top: 22px;
}

.my-float-center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}


/* Robonivo */
.dot {
    height: 10px;
    width: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ff0000; /* old IE */
    background-color: #ff0000; /* Modern Browsers */
}



/* Mobil Slider */
@media (max-width: 767px) {
    .hide-at-mobile {
        display: none;
    }
    collection-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 960px) {
    .hide-at-desktop {
        display: none;
    }
}



/* Whatsapp Dropup Button */
.dropbtn {
    color: white;
    /*    padding: 16px;
*/ font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
    position: relative;
    display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
    display: none;
    position: absolute;
    bottom: 55px;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px 8px;
}

    /* Links inside the dropup */
    .dropup-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropup links on hover */
        .dropup-content a:hover {
            background-color: #238648;
        }

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
    display: block;
}

/* Change the background color of the dropup button when the dropup content is shown */
.dropup:hover .dropbtn {
    background-color: transparent;
}



/*Plumber*/
/* Common CSS for templates */
.wws-clearfix {
    clear: both;
}

.wws-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}

@keyframes wws-shake {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(-8px);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(0);
    }
}

.wws-shake-animation {
    animation: wws-shake 300ms;
}

/* Plugin GDPR CSS*/
.wws-popup .wws-gdpr {
    border-top: 1px dashed #eee;
    padding: 8px 12px 6px 12px;
    background: #fff;
    color: #888FBB;
    -webkit-user-select: none;
    user-select: none;
    outline: none !important;
}

    .wws-popup .wws-gdpr label {
        color: #888FBB;
        display: block;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

        .wws-popup .wws-gdpr label input[type="checkbox"] {
            vertical-align: middle;
            margin-right: 4px;
            padding: 0;
        }

/* Button generator button CSS */
.wws-shortcode-btn {
    padding: 4px 10px;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

    .wws-shortcode-btn:hover {
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    }

    .wws-shortcode-btn > svg {
        vertical-align: middle;
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }

/* Loader CSS */
.wws-spinner {
    margin: 80px auto;
    width: 70px;
    text-align: center;
}

    .wws-spinner > div {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: inline-block;
        animation: wws-sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .wws-spinner .wws-bounce1 {
        animation-delay: -0.32s;
    }

    .wws-spinner .wws-bounce2 {
        animation-delay: -0.16s;
    }

@keyframes wws-sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* QR CSS */
.wws-qr {
    width: auto;
    max-width: 98%;
    padding: 10px;
    text-align: center;
}

    .wws-qr img {
        display: inline-block !important;
    }

/* Trigger CSS */
.wws-popup__open-btn > svg,
.wws-popup__open-btn > span {
    vertical-align: middle;
}

.wws-popup__open-btn > svg {
    padding-right: 2px;
    width: 16px;
    height: 16px;
}

.wws--bg-color {
    background-color: #22c15e;
}

.wws--text-color {
    color: #ffffff;
}

.wws-popup__open-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
}

    .wws-popup__open-btn svg {
        height: auto;
        width: 30px;
    }

.wws-popup-container--position {
    left: 12px;
    bottom: 12px;
}

.wws-popup__open-btn {
    float: left;
}

.wws-gradient--position {
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at bottom left, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
}


.wws-popup-container * {
    box-sizing: border-box;
}

.wws-popup {
    display: none;
    min-width: 320px;
    max-width: 350px;
    width: 100%;
}

.wws-popup-container {
    width: auto;
    position: fixed;
    z-index: 9999999;
}

/** Close btn **/
.wws-popup__close-btn {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

    .wws-popup__close-btn svg {
        width: 16px;
        height: 16px;
    }

/** Support **/
.wws-popup__support-wrapper {
    margin-top: 8px;
    border-radius: 8px 8px 0 0;
}

.wws-popup__support {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.wws-popup__support-about {
    text-align: center;
    padding: 30px 20px;
    line-height: 22px;
    -webkit-user-select: none;
    user-select: none;
}

/** Support persons  */
.wws-popup__support-person-container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.wws-popup__support-person-wrapper {
    padding: 18px 12px;
    border-radius: 0 0 8px 8px;
    min-height: 100px;
    max-height: 380px;
    overflow-y: auto;
}

.wws-popup__support-person-link {
    text-decoration: none !important;
    color: transparent !important;
    background-color: transparent !important;
    display: flex;
    flex: 1;
}

.wws-popup__support-person {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 100ms ease-in-out;
}

    .wws-popup__support-person:hover {
        border-radius: 8px;
        padding-left: 5px;
        box-shadow: 0 0 30px rgba(19, 17, 34, 0.09);
    }

.wws-popup__support-person-img-wrapper {
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
}

.wws-popup__support-person-img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.wws-popup__support-person-info-wrapper {
    margin-left: 2px;
    flex: 1;
}

.wws-popup__support-person-title {
    color: #777;
    font-size: 14px;
    line-height: 22px;
}

.wws-popup__support-person-name {
    color: #222831;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.wws-popup__support-person-status {
    font-size: 11px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
    line-height: 18px;
}

.wws-popup__support-person-available,
.wws-popup__support-person-away {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999999;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
}

.wws-popup__support-person-available {
    background-color: #00C853;
}

.wws-popup__support-person-away {
    background-color: #FFD600;
}

.wws-popup__support-person-cta {
    width: 42px;
    height: 42px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Let's get this party started */
.wws-popup__support-person-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.wws-popup__support-person-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

/* Handle */
.wws-popup__support-person-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

    .wws-popup__support-person-wrapper::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0.3);
    }

@media (max-width: 425px) {
    .wws-popup {
        min-width: initial;
        max-width: initial;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .wws-popup__close-btn {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        float: initial;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

        .wws-popup__close-btn svg {
            width: 24px;
            height: 24px;
        }

    .wws-popup__support {
        border-radius: 0;
    }

    .wws-popup__header {
        margin-bottom: -32px;
        position: relative;
    }
}