@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

html, body {
    min-height: 100%;
}
body{
    font-family: 'Lato', sans-serif;
    --bs-danger-rgb: 237,55,57;
    --bs-primary-rgb: 12,149,205;
    --bs-nav-link-color: rgba(51, 51, 51, 1);
    --bs-nav-link-font-size: 13px;
    color: #ffffff;
}
.navbar {
    --bs-navbar-active-color: rgba(236, 32, 40, 1);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .fw-900 {
    font-weight: 900;
}
footer {
    background: #DE1618;
    font-size: 11px;
    text-transform: uppercase;
}
h1, h2 {
    font-weight: 800;
}
.fs-18 {
    font-size: 18px;
}
.fs-15 {
    font-size: 15px;
}
.fs-34 {
    font-size: 34px;
}
.fs-40 {
    font-size: 40px;
}
.text-opacity-60 {
    --bs-text-opacity: .6;
}
.btn-blue-g {
    background: linear-gradient(270deg, #0C95CD 0%, #055C9E 100%);
    color: #ffffff;
    border: none;
    padding: 13px;
}

.form-label, .form-control {
    font-size: 14px;
}
.form-control {
    padding: .8rem .95rem;
}
.btn-check:checked+label.d-flex {
    background: rgba(0, 0, 0, 0.1);
}
main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.prequestion {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.prequestion .spinner-border {
    --bs-spinner-width: 56px;
    --bs-spinner-height: 56px;
    --bs-spinner-border-width: 0.4em;
    --bs-spinner-animation-speed: 1s;
}
.countdown .number {
    font-size: 82px;
}
.gift-image {
    position: relative;
}
.gift-image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.digit-group input {
    width: 18%;
    max-width: 70px;
    background: none;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.6);
    line-height: 44px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: white;
    -moz-appearance: textfield;
}
.digit-group input::-webkit-outer-spin-button,
.digit-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.digit-group input + input {
    margin-left: 6px;
}
.digit-group input:focus {
    outline: none;
}
.typeahead{
	width:calc(100% - 40px);
}