html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


* {
    padding: 0;
    margin: 0;
}

.pagebar {
    margin: 0 auto;
    width: 30px;
}

.bg-pic {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.labeltitle {
    position: absolute;
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    align-content: center;
}

.appLogo {
    width: 33px;
    height: 33px;
    margin-left: 22px;
}

.labelText {
    color: #ffffff;
    font-size: 15px;
    margin-left: 13px;
}

#close {
    position: absolute;
    right: 16px;
    width: 13px;
    height: 13px;
}

.btn {
    right: 42px;
    position: absolute;
    width: 82px;
    height: 30px;
    background-image: linear-gradient(0deg, #910000 0%, #d0000e 100%);
    border-radius: 5px;
    text-align: center;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.dot {
    margin: 0 auto;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@keyframes ripple {
    0% {
        margin-left: 3%;
        width: 94%;
        height: 94%;
    }

    100% {
        margin-left: 0;
        width: 100%;
    }
}



.dot2 {
    margin: 0 auto;
    -webkit-animation-name: 'ripple2';
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@keyframes ripple2 {
    0% {
        margin-left: 3%;
        width: 94%;
        height: 94%;
    }

    100% {
        margin-left: 0%;
        width: 100%;
    }
}

.btn2 {
    width: 82px;
    height: 30px;
    background-image: linear-gradient(0deg,
            #910000 0%,
            #d0000e 100%);
    border-radius: 5px;
    text-align: center;
}



#robotCdCard {
    position: relative;
    width: 50%;
    margin-top: 105%;
    left: -5%;
    overflow: hidden;
}