*{
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    background-color: #222;
    background-image:url("https://webcdn.factorio.com/assets/img/web/bg_v4-85.jpg");
}
h1, h2, h3, h4, h5 {
    color: #ffe6c0;
    font-weight: bold;
    line-height: 1.25;
}
/* .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 15%;
} */
/* .cardcolcolauto {
    flex: 0 0 auto;
    width: 160px;
    height: 150px;
} */
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.progress-bar {
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.progress {
    background-color: #555;
}
.dicenter {
    align-items: center;
}
.f-control {
    display: block;
    /* width: 100%; */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.block-shadow {
    background-color: #222;
    box-shadow: 2px .2rem 2rem rgba(0, 0, 0, 0.699) !important;
}
.block-container {
    width: 100%;
    margin-bottom: 15px;
    /* height: 300px; */
}
.nav-bar {
    display: flex;
    width: 100%;
    /* height: 64px; */
    /* padding-right: var(--bs-gutter-x,.75rem); */
    /* padding-left: var(--bs-gutter-x,.75rem); */
    margin-right: auto;
    margin-left: auto;
    --bs-bg-opacity: 1;
    background-color: #222 !important;
}
.inputgroup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* width: 100%; */
}
.col10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.fill {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /* background-image: url('/images/logo.png'); */
}
.card-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.cardrow {
    --bs-gutter-x: -0.5rem;
    /* --bs-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0;
    /* margin-top: calc(-1 * var(--bs-gutter-y)); */
    /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.cardcol {
    flex: 0 0 auto;
    width: 20%;
    /* width: 100%; */
    position:relative;
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    padding: 0;
    /* border-radius: calc(.25rem - 1px); */
}
.cardcol2 {
    width: 250px;
    height: 250px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #0000000a;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    color: rgb(228, 225, 222);
    /* border-radius: .25rem; */
}
.sepdiv {
    height: 4rem;
    background-color: #171717;
    /* border: solid rgba(0, 0, 0, .15); */
    /* border-width: 1px 0; */
    /* box-shadow: inset 0 .5em 1.5em rgba(206, 12, 12, 0.527), inset 0 .125em .5em rgba(0, 0, 0, .15); */
}
.ads-span-block {
    width: 720px;
    height: 150px;
    background-color: rgb(169, 187, 207);
    color: rgb(0, 0, 0);
    /* padding-top: 45px;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 45px; */
}
.nav-shadow {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.74) !important;
}
.card-shadow-lg:hover {
    cursor: pointer;
    box-shadow: 0 2rem 3rem rgba(47, 31, 61, 0.74) !important;
}
.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}
.rounded-5 {
    border-radius: 1rem;
}
.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
} */

.wrapper {
    position: relative;
    min-height: 100%;
}
.content {
    padding-bottom: 90px;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}