html, body {
    margin: 0 !important;
}

.bg-brown {
    background-color: #ac4b1c;
}
.bg-dark-blue {
    background-color: #4c4c4c;
}
.bg-dark-brown {
    background-color: #3f3f3f;
}
.bg-light-orange {
    background-color: #e95d5d;
}

.card.card-result .card-body {
    border-radius: 0 0 .25rem .25rem;
}
.card.card-result .card-body .result-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #FBFFFE;
    border-bottom: 1px solid #e95d5d;
    text-shadow: 3px 5px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}
.card.card-result .card-body .result-title small {
    position: absolute;
}
.card.card-result .card-body .table,
.card.card-result .card-body .table tbody,
.card.card-result .card-body .table tbody tr {
    border-radius: 5px !important;
}
.card.card-result .card-body .table tbody tr td {
    font-size: 20px;
}
.card.card-result .card-body .table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
}
.card.card-result .card-body .table tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
}
.card.card-result .card-body .result-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 260px;
    background-color: #FBFFFE;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
}
.card.card-result .card-body .result-wrapper .result-number {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    background-color: #e95d5d;
    color: #3f3f3f;
    font-size: 30px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}
.card.card-result .card-body .result-wrapper .result-number:first-child {
    margin-left: 0 !important;
}
.card.card-result .card-body .result-wrapper .result-number:last-child {
    margin-right: 0 !important;
}
.card.card-result .card-body .result-wrapper.secondary {
    max-width: 220px;
}
.card.card-result .card-body .result-wrapper.secondary .result-number {
    font-size: 26px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
}
.card.card-result .card-body .result-wrapper.mini {
    max-width: 150px;
    margin-bottom: 0 !important;
}
.card.card-result .card-body .result-wrapper.mini .result-number {
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    margin: 0 1px;
}
.card.card-result .card-body hr {
    margin-bottom: .75rem;
    border-top: 1px solid #e95d5d;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}

.flip-clock-wrapper {
    margin: 0;
}
.flip-clock-wrapper ul {
    margin: 2px;
    width: 10px !important;
    height: 30px;
    font-size: 20px;
    background: #ac4b1c;
    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: #ac4b1c;
    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: #ac4b1c;
    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-logo {
    max-width: 110px;
}
.img-icon {
    margin-top: -4px;
    background-color: #FBFFFE;
    border-radius: 50px;
}

/** Media Query Style **/
@media (min-width: 993px) {
    .container {
        max-width: 1024px;
    }
}
