@import url(https://fonts.googleapis.com/css2?family=Titan+One&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap);
@font-face {
    font-family: Supercell;
    src: url(../media/Supercell-magic-webfont.cd015568.html)
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -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;
    background-image: url("https://atomicbusd.com/static/images/atom%20bg1.jpg") !important;
}

.bgvideo {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    z-index: 0;
}

body::-webkit-scrollbar {
    width: 4px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(111, 4, 4, 0.3)
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, #fffffe, #fffbf1)
}

body::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(90deg, #0817bb, #00159a)
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media only screen and (max-width:991px) {
    .card_divider {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .header_logo img {
        width: 300px;
        z-index: 999
    }
    .landSet {
        display: flex;
        justify-content: center;
        margin-right: 0 !important
    }
}

.landSet {
    margin-right: 5%
}

.Mui-disabled {
    background-color: #230b72 !important;
    color: #fff !important
}

.MuiGrid-container {
    margin-left: -12px !important
}

.MuiSelect-select {
    padding: 9px 0 !important;
    border: 0 !important;
    outline: 0 !important
}

.MuiSelect-select:hover {
    outline: none !important;
    border: none !important
}

.MuiOutlinedInput-notchedOutline,
.MuiOutlinedInput-notchedOutline:active,
.MuiOutlinedInput-notchedOutline:hover {
    border-color: transparent !important;
    border-style: none !important
}

.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
    border-style: none !important
}

/*# sourceMappingURL=main.c97c6165.chunk.css.map */