@-webkit-keyframes ssc-loading {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes ssc-loading {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.ssc-circle, .ssc-head-line, .ssc-line, .ssc-square {
    position: relative;
    overflow: hidden
}

    .ssc-circle:after, .ssc-head-line:after, .ssc-line:after, .ssc-square:after {
        content: "";
        -webkit-animation: ssc-loading 1.3s infinite;
        animation: ssc-loading 1.3s infinite;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 1;
        background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(hsla(0,0%,100%,.3)),to(transparent));
        background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent)
    }

.ssc {
    cursor: progress;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .ssc .mb {
        margin-bottom: 16px
    }

    .ssc .mt {
        margin-top: 16px
    }

    .ssc .mr {
        margin-right: 16px
    }

    .ssc .ml {
        margin-left: 16px
    }

    .ssc .mbs {
        margin-bottom: 8px
    }

    .ssc .mts {
        margin-top: 8px
    }

    .ssc .mrs {
        margin-right: 8px
    }

    .ssc .mls {
        margin-left: 8px
    }

    .ssc .w-10 {
        width: 10%
    }

    .ssc .w-20 {
        width: 20%
    }

    .ssc .w-30 {
        width: 30%
    }

    .ssc .w-40 {
        width: 40%
    }

    .ssc .w-50 {
        width: 50%
    }

    .ssc .w-60 {
        width: 60%
    }

    .ssc .w-70 {
        width: 70%
    }

    .ssc .w-80 {
        width: 80%
    }

    .ssc .w-90 {
        width: 90%
    }

    .ssc .w-100 {
        width: 100%
    }

    .ssc .flex {
        display: -webkit-box;
        display: flex
    }

    .ssc .inline-flex {
        display: -webkit-inline-box;
        display: inline-flex
    }

    .ssc .align-center {
        -webkit-box-align: center;
        align-items: center
    }

    .ssc .align-start {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .ssc .align-end {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .ssc .align-stretch {
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .ssc .justify-start {
        -webkit-box-pack: start;
        justify-content: start
    }

    .ssc .justify-end {
        -webkit-box-pack: end;
        justify-content: end
    }

    .ssc .justify-between {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .ssc .justify-center {
        -webkit-box-pack: center;
        justify-content: center
    }

    .ssc .justify-around {
        justify-content: space-around
    }

.ssc-wrapper {
    padding: 16px
}

.ssc-card {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.17);
    background-color: #fff
}

.ssc-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.ssc-circle, .ssc-hr {
    display: block;
    background-color: rgba(0,0,0,.17)
}

.ssc-hr {
    width: 100%;
    height: 2px
}

.ssc-line {
    display: block;
    background-color: rgba(0,0,0,.17);
    border-radius: 15px;
    margin-bottom: 8px;
    width: 100%;
    height: 12px
}

    .ssc-line:last-child {
        margin-bottom: unset
    }

.ssc-head-line {
    border-radius: 15px;
    height: 24px
}

.ssc-head-line, .ssc-square {
    display: block;
    background-color: rgba(0,0,0,.17);
    width: 100%
}

.ssc-square {
    height: 150px
}
/*# sourceMappingURL=/index.min.css.map */
