.mw-cd, .mw-cd *, .mw-cd ::after, .mw-cd ::before, .mw-cd::after, .mw-cd::before {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mw-cd--size-small .mw-cd__suffix, .mw-cd--size-small .mw-cd__title {
    font-size: 14px;
    line-height: 17px
}

.mw-cd--size-small .mw-cd__label {
    font-size: 12px;
    line-height: 14px
}

@-webkit-keyframes mw-slide-up-current {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes mw-slide-up-current {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes mw-slide-up-next {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes mw-slide-up-next {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes mw-bottom-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mw-bottom-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mw-top-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mw-top-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mw-back-shadow-hide {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mw-back-shadow-hide {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

#mw-ct {
    margin-bottom: 24px;
}

.mw-cd__title {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: #00000E
}

.mw-cd__suffix {
    font-weight: 500;
    line-height: 22px;
    color: #00000E
}

.mw-cd__label {
    font-size: 12px;
    line-height: 14px;
    color: #5e5e5e;
    text-align: center
}

.mw-cd__digit-value {
    color: #00000E
}

.mw-cd__text {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000
}

.mw-cd--theme-plain {
    width: 190px
}

.mw-cd--theme-plain .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mw-cd--theme-plain .mw-cd__timer-segment {
    width: 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mw-cd--theme-plain .mw-cd__suffix {
    margin-top: 5px
}

.mw-cd--theme-plain .mw-cd__digit {
    text-align: center
}

.mw-cd--theme-plain .mw-cd__digit-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.mw-cd--theme-plain .mw-cd__divider {
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

.mw-cd--size-small {
    width: 130px
}

.mw-cd--size-small .mw-cd__timer-segment {
    width: 25px
}

.mw-cd--size-small .mw-cd__title {
    margin-bottom: 3px
}

.mw-cd--size-small .mw-cd__digit-value {
    font-size: 14px
}

.mw-cd--size-small .mw-cd__suffix {
    margin-top: 3px
}

.mw-cd--theme-inline {
    display: inline-block
}

.mw-cd--theme-inline .mw-cd__timer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px
}

.mw-cd--theme-inline .mw-cd__digit-value, .mw-cd--theme-inline .mw-cd__divider {
    font-weight: 500;
    line-height: 1
}

.mw-cd--theme-inline.mw-cd--accent-1 .mw-cd__timer {
    background: #f0f0f0
}

.mw-cd--theme-inline.mw-cd--accent-2 .mw-cd__timer {
    background: #000;
    border-color: #000
}

.mw-cd--theme-inline.mw-cd--accent-2 .mw-cd__digit-value, .mw-cd--theme-inline.mw-cd--accent-2 .mw-cd__divider {
    color: #fff
}

.mw-cd--theme-inline.mw-cd--accent-3 .mw-cd__timer {
    background: #fdb600;
    border-color: #fdb600
}

.mw-cd--theme-inline.mw-cd--accent-3 .mw-cd__digit-value, .mw-cd--theme-inline.mw-cd--accent-3 .mw-cd__divider {
    color: #000
}

.mw-cd--theme-inline.mw-cd--accent-4 .mw-cd__timer {
    background: #e70101;
    border-color: #e70101
}

.mw-cd--theme-inline.mw-cd--accent-4 .mw-cd__digit-value, .mw-cd--theme-inline.mw-cd--accent-4 .mw-cd__divider {
    color: #fff
}

.mw-cd--theme-inline.mw-cd--size-small {
    width: auto
}

.mw-cd--theme-inline.mw-cd--size-small .mw-cd__timer {
    width: 90px
}

.mw-cd--theme-inline.mw-cd--size-small .mw-cd__digit-value {
    font-size: 12px
}

.mw-cd--theme-inline.mw-cd--size-small .mw-cd__divider {
    width: 5px;
    font-size: 12px
}

.mw-cd--theme-roll {
    width: 260px
}

.mw-cd--theme-roll .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mw-cd--theme-roll .mw-cd__timer-segment::after, .mw-cd--theme-roll .mw-cd__timer-segment::before {
    content: '';
    display: table
}

.mw-cd--theme-roll .mw-cd__timer-segment::after {
    clear: both
}

.mw-cd--theme-roll .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-right: 1px solid #1c1c1c;
    border-radius: 3px 0 0 3px
}

.mw-cd--theme-roll .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-radius: 0 3px 3px 0
}

.mw-cd--theme-roll .mw-cd__suffix {
    margin-top: 5px
}

.mw-cd--theme-roll .mw-cd__digit {
    float: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(20%, #404040), color-stop(40%, #2b2b2b), to(#2b2b2b));
    background: linear-gradient(to bottom, #2b2b2b 0, #404040 20%, #2b2b2b 40%, #2b2b2b 100%);
    width: 20px;
    height: 32px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.mw-cd--theme-roll .mw-cd__digit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), color-stop(10%, rgba(0, 0, 0, .1)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .1) 10%, transparent 100%)
}

.mw-cd--theme-roll .mw-cd__digit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), to(rgba(0, 0, 0, .1)));
    background: linear-gradient(180deg, transparent 0, transparent 10%, rgba(0, 0, 0, .1) 100%)
}

.mw-cd--theme-roll .mw-cd__digit-value {
    width: 20px;
    height: 32px;
    font-size: 18px;
    padding: 5px 4px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1
}

.mw-cd--theme-roll .mw-cd__digit-value.md-digit__value--current {
    -webkit-animation: 1s mw-slide-up-current;
    animation: 1s mw-slide-up-current
}

.mw-cd--theme-roll .mw-cd__digit-value.md-digit__value--next {
    -webkit-animation: 1s mw-slide-up-next;
    animation: 1s mw-slide-up-next
}

.mw-cd--theme-roll .mw-cd__label {
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.mw-cd--theme-roll .mw-cd__divider {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding: 0 4px;
    color: #000
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 20px
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-color: #c28b00
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-color: #fbb500
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__digit {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdb600), color-stop(20%, #ffe600), color-stop(40%, #fdb600), to(#fdb600));
    background: linear-gradient(to bottom, #fdb600 0, #ffe600 20%, #fdb600 40%, #fdb600 100%)
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__digit-value {
    color: #000
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 20px
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-color: #b21339
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-color: #e70045
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__digit {
    background: -webkit-gradient(linear, left top, left bottom, from(#e70000), color-stop(20%, #fd6e5d), color-stop(40%, #e70000), to(#e70000));
    background: linear-gradient(to bottom, #e70000 0, #fd6e5d 20%, #e70000 40%, #e70000 100%)
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 20px
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-color: #08339d
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-color: #164edc
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__digit {
    background: -webkit-gradient(linear, left top, left bottom, from(#0037c3), color-stop(20%, #326cff), color-stop(40%, #0037c3), to(#0037c3));
    background: linear-gradient(to bottom, #0037c3 0, #326cff 20%, #0037c3 40%, #0037c3 100%)
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-roll.mw-cd--size-small {
    width: 174px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__timer-segment {
    width: 10px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__timer-segment--digits {
    width: 36px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 18px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__digit {
    height: 28px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__digit-value {
    font-size: 14px;
    width: 18px;
    height: 28px;
    line-height: normal;
    padding: 6px 3px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__divider {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    text-align: center
}
