.flip-clock-wrapper ul {
    margin: 2px;
    width: 10px !important;
    height: 30px;
    font-size: 20px;
    background: #333333;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
    line-height: 35px;
    padding: 0 10px;
}
.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
    border-radius: 3px;
    line-height: 30px;
}
.flip-clock-wrapper ul li a div.up:after {
    top: 14px;
}
.flip-clock-divider {
    width: 10px;
    height: 35px;
}
.flip-clock-divider .flip-clock-dot {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    left: 2.5px;
}
.flip-clock-divider .flip-clock-dot.top {
    top: 10px;
}
.flip-clock-divider .flip-clock-dot.bottom {
    bottom: 6px;
}
.flip-clock-divider .flip-clock-label {
  display: none !important;
}

header {
    background: #f5f5f5;
    border-bottom: 10px solid transparent;
    border-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    min-height: 50px;
}
header .img-logo {
    width: 150px;
}
header .flip-clock-divider.hours .flip-clock-label,
header .flip-clock-divider.minutes .flip-clock-label,
header .flip-clock-divider.seconds .flip-clock-label {
  display: none !important;
}

.lastdraw-box {
    margin: 15px 0;
    max-width: 900px;
    border: 10px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    background: #f5f5f5;
}
.lastdraw-box .lastdraw-header {
    padding: 15px;
    background: #f5f5f5;
}
.lastdraw-box .lastdraw-content .lastdraw-number .lastdraw-digit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #d61414;
    color: #f5f5f5;
    margin: 0 5px;
    z-index: 9;
}
.lastdraw-box .lastdraw-content .lastdraw-number .lastdraw-digit:before,
.lastdraw-box .lastdraw-content .lastdraw-number .lastdraw-digit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #d61414;
    z-index: -1;
}
.lastdraw-box .lastdraw-content .lastdraw-number .lastdraw-digit:before {
    transform: rotate(30deg);
}
.lastdraw-box .lastdraw-content .lastdraw-number .lastdraw-digit:after {
    transform: rotate(60deg);
}
.lastdraw-box .lastdraw-content .lastdraw-number.sub .lastdraw-digit {
    background: #5f5f5f;
    color: #f5f5f5;
}
.lastdraw-box .lastdraw-content .lastdraw-number.sub .lastdraw-digit:before,
.lastdraw-box .lastdraw-content .lastdraw-number.sub .lastdraw-digit:after {
    background: #5f5f5f;
}

footer {
    background: #f5f5f5;
    border-top: 10px solid transparent;
    border-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    min-height: 25px;
}

section .result-box {
    background: #f5f5f5;
    border: 10px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    min-height: 100px;
    max-width: 700px;
}
section .result-box .result-header {
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to left, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    padding-bottom: 12px;
    margin-bottom: 12px;
    background: #2b2b2b;
}
section .result-box .result-header .result-icon {
    width: 45px;
    height: 45px;
    background: #969696;
    /* border: 2px solid #dbdbdb; */
    border-radius: 50px;
    text-align: center;
}
section .result-box .result-header .result-icon img {
    width: 100%;
    height: 100%;
}
section .result-box .result-content .result-separator {
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to left, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    margin: 10px 0;
}
section .result-box .result-content .result-number {
    padding: 15px 0;
}
section .result-box .result-content .result-number .result-digit {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #d61414;
    color: #f5f5f5;
    margin: 0 10px;
    z-index: 9;
}
section .result-box .result-content .result-number .result-digit:before,
section .result-box .result-content .result-number .result-digit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #d61414;
    z-index: -1;
}
section .result-box .result-content .result-number .result-digit:before {
    transform: rotate(30deg);
}
section .result-box .result-content .result-number .result-digit:after {
    transform: rotate(60deg);
}
section .result-box .result-content .result-number.sub-number .result-digit {
    font-size: 22px;
    width: 35px;
    height: 35px;
    margin: 0 6px;
    background: #5f5f5f;
}
section .result-box .result-content .result-number.sub-number .result-digit:before,
section .result-box .result-content .result-number.sub-number .result-digit:after {
    width: 35px;
    height: 35px;
    background: #5f5f5f;
}

.btn.btn-blink {
    animation: slidebg 2s linear infinite;
    background-image: linear-gradient(90deg, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    text-decoration: none !important;
    width: 150px;
    height: 40px;
    border-radius: 5px;
}
.btn.btn-blink:after {
    content: attr(alt);
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #191919;
    color: #f5f5f5;
    line-height: 30px;
    border-radius: 3px;
}

/** Media Query Style **/
@media (min-width: 1200px) {
    .container {
        max-width: 1024px;
    }

    header .img-logo {
        width: 100px;
    }
}

/** Animation **/
@keyframes slidebg {
    to {
        background-position: 20vw;
    }
}