/* ----------------------------------------------
 * Generated by Animista on 2021-8-16 12:2:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation card-b
 * ----------------------------------------
 */

.card-b {
    /* position: absolute;
    left: 480px;
    top: -20px;
    animation-name: move-left;
    animation-duration: 1s;
    animation-direction: alternate-reverse; */
    /* -moz-animation: move-left 10s; */
    /* Firefox */
    /* -webkit-animation: move-left 10s; */
    /* Safari and Chrome */

}

@keyframes move-left {
    from {
        left: 480px;
    }

    to {
        left: 20px;
    }
}

@keyframes move-right {
    from {
        left: 20px;
    }

    to {
        left: 480px;
    }
}

@-moz-keyframes move-left {
    from {
        left: 480px;
    }

    to {
        left: 20px;
    }
}

@-webkit-keyframes move-left {
    from {
        left: 480px;
    }

    to {
        left: 20px;
    }
}
.card-block{
    width:100%;
    height: 100%;;
    position:absolute;
}

.page-btn-b .txt-red:hover{
    color:#22b5c4;
}
tr:hover{
    cursor: pointer;
}
.btn-upload:hover,.add_options:hover,.option_del:hover{
    cursor: pointer;
}
.block_wheel{
    text-align: center;
    width:100%;
    height:100%;
    display: block;
    /* position: absolute; */
    z-index: 99999999;
}