html,
body {
    height: 100%;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.layer {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#closeBot {
    float: left;
    cursor: pointer;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

#botContainerHeader {
    width: 60px;
    height: 60px;
    display: table;
    background-color: #1DA06C;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50% 50% 50% 0;
    position: fixed;
    bottom: 625px;
    right: 0px;
    height: 60px;
    z-index: 999;
}

#botContainer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    height: 600px;
    width: 400px;
    border: 1px solid #1DA06C;
    padding: 16px 8px;
    border-radius: 20px;
    z-index: 800;
}

#botContainer.wc-display {
    display: block;
}

#floating-bot,
#floating-bot-loader {
    z-index: 1001;
}

#floating-bot,
#floating-bot-loader {
    font-weight: 700;
    cursor: pointer;
    font-family: Arial, sans-serif;
    text-align: center;
    height: 20px;
    line-height: 20px
}

#floating-bot,
#floating-bot:after,
#floating-bot:before,
#floating-bot-loader,
#floating-bot-loader:after,
#floating-bot-loader:before {
    position: fixed;
    display: block;
    bottom: 210px;
    right: -5px;
    content: ""
}

#floating-bot,
#floating-bot-loader {
    width: 300px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#floating-bot:after,
#floating-bot-loader:after {
    bottom: -8px
}

.markdown {
    background: #eceff1;
}

.old-button {
    font-weight: 600;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(5px);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(5px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(-5px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(5px);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(5px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(-5px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}


/* .css-eycyw2 {
    display: none;
} */
