@import url(https://fonts.googleapis.com/css?family=Open+Sans:wght@100;200;300;400;500;600;700;800&display=swap);
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-attachment: fixed !important
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

body {
    background-color: #000000 !important;
    color: hsla(0, 0%, 100%, .08);
    font-weight: 700;
    font-family: Caesar Dressing;
}

.card {
    color: #000;
    background: hsla(0, 0%, 100%, .08);
    border-radius: 10px;
    border: 2px yellow solid;
}

.cardDino {
    height: auto
}

td {
    color: #000
}

.btn {
    color: #032654
}

.btnd {
    margin-left: 5px;
    margin-bottom: 5px
}

tr {
    border-bottom: 1px solid #333
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid white;
}

.form-control::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.form-control:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.form-control::placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(0, 0, 0, .5);
    opacity: 1
}

@media only screen and (max-width:600px) {
    .btnd {
        width: 100%;
        margin-bottom: 5px
    }
    .cardDino {
        height: auto
    }
    .card,
    .cardDino {
        margin-bottom: 10px
    }
}

.footer-item-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 38px;
    color: #fff
}

.input-box {
    padding: .5rem 1.2rem
}

.input-box,
.input-box:focus {
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    border: none;
    color: hsla(0, 0%, 100%, .8)
}

.btn-sound {
    color: #fff;
    background: transparent;
    border: none;
    padding: 10px
}

.subtitle {
    text-align: center
}

.subtitle,
.subtitle-normal {
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    color: yellow
}

.value-text {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 38px;
    background: linear-gradient(264.21deg, #fff 23.71%, #fff 88.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.value-text-12 {
    font-weight: 600;
    font-size: 13px;
    color: #fff
}

.content-text {
    font-size: 16px
}

.content-text,
.content-text14 {
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    color: rgb(255, 255, 255)
}

.content-text14 {
    font-size: 14px
}

.content-text13 {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: yellow
}

.btn-custom {
    justify-content: center;
    align-items: center;
    padding: 2px 30px;
    grid-gap: 10px;
    gap: 10px;
    height: 43px;
    background: rgb(14, 2, 54);
    color: yellow;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid yellow;
}

.launch-title {
    margin-top: 10px;
    color: #fff
}

.countdown,
.launch-title {
    width: 100%;
    text-align: center;
    font-weight: bolder
}

.countdown {
    color: #fb0
}

.middle {
    display: flex;
    justify-content: center;
    color: yellow;
    background: black border-radius: 10px;
    border: 2px yellow solid;
    just
}

}

/*# sourceMappingURL=main.84d555f5.chunk.css.map */