html, body {
    margin: 0 !important;
}

.bg-dark-grey {
    background-color: #ADB5BD !important;
}
.bg-grey {
    background-color: #DEE2E6 !important;
}

.content-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    background: #f40606;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
}
.content-wrapper .content-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background: #FBFEF9;
    border-radius: 6px;
}
.content-wrapper .content-box .content {
    border-radius: 6px;
}
.content-wrapper .content-box .content .content-footer {
    margin: 0;
    padding: 15px;
    background: #03071E;
    border-radius:  0 0 6px 6px;
}

.card.card-result {
    border-bottom: 1px solid #ADB5BD !important;
}
.card.card-result, .card.card-result .card-header {
    border-radius: 6px 6px 0 0;
    border: none;
}
.card.card-result .card-header {
    background-color: #495057;
    color: #ffffff !important;
    height: 70px !important;
}
.card.card-result .card-header p {
    line-height: 1.15;
}
.card.card-result .card-body {
    border-radius: 0;
}
.card.card-result .card-body img.img-number.primary {
    max-width: 48px;
}
.card.card-result .card-body img.img-number.secondary {
    max-width: 32px;
}
.card.card-result .card-body .result-title small {
    position: absolute;
}

.card.card-content, .card.card-content .card-header {
    border-radius: 0;
    border: none;
}
.card.card-content .card-header {
    background: linear-gradient(to bottom, #E9ECEF, #ADB5BD);
    color: #ffffff !important;
    height: 70px !important;
}
.card.card-content .card-header p {
    line-height: 1.15;
}
.card.card-content .card-body {
    border-radius: 0;
}
.card.card-content .card-footer {
    background-color: #9D0208;
    border-radius: 0;
    border: none;
}

.flip-clock-wrapper {
    margin: 0;
}
.flip-clock-wrapper ul {
    margin: 2px;
    width: 10px !important;
    height: 30px;
    font-size: 20px;
    background: #FAA307;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !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;
    background: #FAA307;
    color: #ffffff !important;
}
.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;
    background: #FAA307;
    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;
}

.img-icon {
    max-width: 32px;
    border-radius: 50px;
    background: #FBFEF9;
    padding: 5px;
}
.img-logo {
    max-width: 150px;
    box-sizing: border-box;
}

table {
    white-space: nowrap;
}
table tbody tr td {
    vertical-align: middle !important;
}
table tbody tr td img.img-number {
    max-width: 24px;
}

.upper-wrapper {
    position: relative;
    border-top: 10px solid #f40606;
}
.upper-wrapper .website-title {
    background: #f40606;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    margin-top: -2px;
}

/** Media Query Style **/
@media (min-width: 993px) {
    .container {
        max-width: 1024px;
    }

    .card.card-result {
        border-right: 1px solid #03071E !important;
        border-bottom: none !important;
    }
    .card.card-result, .card.card-result .card-header {
        border-radius: 6px 0 0 0;
        border: none;
    }

    .card.card-content, .card.card-content .card-header {
        border-radius: 0 6px 0 0;
        border: none;
    }
}
