@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif !important;
    background: #0f0f10 !important;
    color: #eaeef6 !important;
}

a {
    color: #9392a1;
    text-decoration: underline;
    font-weight: bold;
}


main {
    flex: 1;
    margin-top: 2em;
    margin-bottom: 2em;
}

.list-group-item {
    font-weight: 400 !important;
    background: transparent !important;
    color: #eaeef6;
    border: 1px solid rgb(37, 38, 40);
    border-top-width: 1px;
}

.list-group-item:hover,
.list-group-item:active,
.list-group-item:focus {
    color: #fff !important;
}

.list-group-item.active {
    background-color: #eaeef6 !important;
    border-color: #eaeef6 !important;
    color: #000;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
}

.navbar {
    min-height: 80px !important;
}

.navbar a {
    color: #9392a1 !important;
    font-weight: bold;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    font-size: 1em !important;
    border-bottom: 1px solid transparent !important;
}

.navbar a:hover {
    border-bottom: 1px solid #9392a1 !important;
}

.navbar .site-title {
    margin-left: 0px !important;
}

.navbar .site-title:hover {
    border: 0px !important;
}

.searchbox {
    border: 1px solid #252628;
}

.form-control {
    background: #0f0f10 !important;
    border: 0px !important;
    border-radius: 3px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    color: #9392a1 !important;
    border: 1px solid #252628 !important;
}

.form-control::placeholder {
    color: #9392a1;
}

.searchbox .form-control {
    background: #0f0f10 !important;
    border: 0px !important;
    border-radius: 3px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    color: #9392a1;
}

.searchbox .form-control::placeholder {
    color: #9392a1;
}



.searchbox .btn {
    background: #0f0f10 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 100% !important;
}


footer {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
    color: #fff !important
}

footer #logo {
    margin-bottom: 1em;
}

footer h5 {
    color: #fff !important;
    font-weight: bold !important;
}

footer a {
    color: #979797 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

footer a:hover {
    color: #784392 !important;
}

.result {
    margin-bottom: 1em !important;
}

.result #title {
    margin-bottom: 0px !important;
    word-break: break-all;
}

.result #title a {
    color: #d4d7df !important;
    text-decoration: none !important;
    font-weight: bold !important;
    word-break: break-all;
}

.result #link a {
    color: #898b90 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    word-break: break-all;
}

.result #link {
    margin-bottom: 0px !important;
}

.result #desc {
    color: #898b90 !important;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.card {
  background: #0f0f10 !important;
  border: 1px solid #252628;
    color: #eaeef6 !important;
}


.card-header {
    background: #0f0f10;
}

.latest-searches a {
    text-decoration: none !important;
    color: #898b90 !important;
    font-weight: 400 !important;
}

.latest-searches a:hover {
    text-decoration: underline !important;
}

.pagebuttons a {
    color: #eaeef6 !important;
    text-decoration: none;
    font-size: 1.1em;
}

.alert-danger {
    background: #ff0033 !important;
    border-color: #ff0033 !important;
    color: #fff !important;
}

.adselect {
    cursor: pointer !important;
    border: 2px solid transparent !important;
    background: #eee !important;
}

.adselect:hover,
.adtoggle:checked ~ .adselected {
    border: 2px solid #784392 !important;
}

#keywords-tab {
    display:none;
}

#keywords-tab:target {
    display: flex;
}

#keywords-tab:target ~ #banners-tab {
    display: none !important;
    background: #000 !important;
}

.dirsearch .form-control {
    border-right: 0px !important;
}

.dirsearch .btn-default {
    border: 1px solid #ced4da;
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#recommendations {
    margin-top: 2px !important;
    text-align: left !important;
    border: 1px solid #e3e6e9 !important;
    background: #fff !important;
    position: absolute !important;
    z-index: 100 !important;
    display: none;
    width: 100%;
}

#recommendations div {
    padding: 0.5rem 1rem;
}

#recommendations a {
    color: #784392 !important;
    font-weight: bold !important;
}


.forumpost {
    border: 1px solid #e5e5e5 !important;
    padding: 1em;
    margin-bottom: 1em;
}


.seohold {
    background: #000;
    color: #fff;
    font-family: monospace;
    margin-top: 5em;
    margin-bottom: 5em;
}



.homeads {
    width: 100%;
    max-height: 68px;
}

@media (min-width: 768px) {
    .homeads {
        width: 468px !important;
        max-height: 68px;
    }
}


  .sitelogo {
    width: 100%;
  }

.text-muted,
h4,h5,h6 {
    color: #ffffff57 !important;
}