/*
 * Custom CSS
 */
.counter {
    font-size: 12px;
    font-weight: normal;
    color: #8e8e8e !important;
    right: 0px;
}



.main-foto {
    width: fit-content;
    margin: 0 auto;
}

.text-waiting {
    font-size: 14px;
    color: #333;
}

.moderacja-alert {
    float: right;
    width: fit-content;
    padding: 5px 8px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #959595;
    border-color: #848588;
}

.paginacja .page-link {
    color: #777070;
}

.active .page-link {
    color: #fff;
}


.gray-link {
    color: #6f6f6f;
    text-decoration: none !important;
}

.footer-reg {
    margin: 200px 0 0 0;
}

.paginacja nav {
    margin: 0 auto;
    width: fit-content;
}

.zn-img {
    border-radius: 5px;
}

.nav-item {
    padding: 5px 5px;
}

.a-nav-item {
    margin: auto 0 auto 9px;
    padding: 7px 7px;
}

.search-btn {
    color: #8a7878;
    margin: 0 0 0 6px;
}


.a-nav-item a {
    font-optical-sizing: auto;
    font-style: normal;
    color: #2d2d2d;
    text-decoration: none;
}

.a-nav-item a:hover {
    text-decoration: underline;
}

.logo {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #510382;
    text-decoration: none;
    font-size: 28px;
    letter-spacing: 0px;
    width: 230px;
    display: block;
}

.logo span {
    color: #555555;
}

.logo-img {
    padding: 0 2px 10px 0px;
}

.container {
    max-width: 1024px;
}

.home-item {
    font-weight: normal;
    color: #5b5353;
    border-bottom: solid 4px #f3f3f3;
    background: #fff;
    word-break: break-word;
}

.home-item a {
    text-decoration: none;
}

body {
    background: #f3f3f3 !important;
}

.home-detail {
    font-size: 13px;
    color: #7b7b7b;
}

.navbar {
    background: #f2f2f2;
    border-bottom: solid 1px #ccc;
}

.container-main {
    margin: 80px 0 0 0;
    margin-bottom: 0px;
    background: #f3f3f3;
}

.nav-main {
    float: right;
    margin: 0px -12px 0 0;
    padding: 0 !important;
    width: 100%;
}

.nav-main-li {
    float: left;
    list-style: none;
    padding: 10px;
    width: 50%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-main-link {
    text-decoration: none;
    color: #1f224b;
    font-weight: 500;
}

.nav-link-active-l {
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff;
}

.nav-link-active-r {
    border-top: solid 1px #ccc;

    background: #fff;
}

.no-active {
    border-bottom: solid 1px #ccc;
}

.btn-light {
    border: solid 1px #d9d9d9;
    padding: 5px 9px;
    background: aliceblue;
}

@media (min-width: 300px) {
    .home-link a {
        font-weight: normal;
        color: #510382;
        font-size: 16px;
        padding: 0 0 0;
    }



}


@media (min-width: 768px) {
    .home-link a {
        font-weight: initial;
         color:#510382;
        font-size: 22px;
        padding: 0 0 0;
    }
    .home-link a:hover {
        text-decoration: underline;
    }



}

.login-row {
    min-height: calc(100vh - 463px);
    padding: 65px 0 0;
}

.naglowek-header {
    text-align: center;
    padding: 10px;
    /* margin: 0 15px; */
    color: #111;
    font-size: 1.1rem;
}

.naglowek-header a {
    color: #343434;
    transition: 0.5s;
    text-decoration: none;
}
.naglowek-header a:hover {

    text-decoration: underline;
}

.naglowek-header-active {
    border-bottom: solid 2px #f1a315;
}

.naglowek-header-active a {
    color: #000;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #555;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    line-height: 2;
}

.form-group {
    margin-bottom: 1rem;
    padding: 0 10px;
}

.send-button {
    background: #f1a315;
    width: 100%;
    font-weight: 600;
    color: #fff;
    padding: 8px 25px;
    font-size: 1.1rem;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: rgba(0, 0, 0, .075); */
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
}

.btn-link {
    font-weight: 400;
    color: #737373;
    background-color: transparent;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0 0;
}

.btn-link:hover {
    color: #333;
}

.sub-menu {
    max-width: fit-content;
    margin: 0 0 0 auto;
    text-align: right;
}

h1 a {
    color: #351395;
    font-weight: normal;
}

h1 {
    line-height: 2;
    color: #333;
    font-size: 1.3rem;

}

h2 {
    font-size: 22px;
    line-height: 2;
    text-align: center;
    color: #595858;
}

.span-link {
    color: coral;
}

.text-form {
    font-size: 13px;
    padding: 3px 2px;
    color: #a4a4a4;
}

.label-custom {
    font-size: 14px;
    color: #8c8c8c;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    color: #828282;
}

.home-link h1 {
    line-height: 1.3;
    color: #510382;
}
.home-link h1 a:hover {
    text-decoration: underline;
}


.nav-footer {
    background: #e1e1e1;
}

.footer-menu {
    max-width: 394px;
    margin: 0 auto;
}

.nav-item-footer {}

.btn-footer {
    padding: 3px 9px;
    font-size: 16px !important;
    margin: 4px 0px;
}

.arch_info {
    background: #90f59c;
    padding: 5px;
    opacity: 1 !important;
    font-size: 13px;
    font-weight: normal;
    color: #555;
}

.loader {
    border: 7px solid #f3f3f3;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: rgb(243, 243, 243);
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    float: left;
    margin: 0 10px 0 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#info-active a {
    font-size: 1rem;
}

#info-active {
    font-size: 16px;
    padding: 10px 10px;
    margin: 20px 0 20px 0;
    color: #5e5e5e;
    text-align: center;
}

.domain-name {
    font-size: 12px;
    color: #797979;
    margin: 4px 0 0 0;
    text-align: center;
}

.time24 {
    font-weight: lighter;
    color: #605c5c;
}

.reklama {
    background: url('/img/reklama.png') no-repeat center;
    min-height: 20px;
}

.popularne_light {
    font-weight: normal;
    color: #777;
}

.btn-light {
    border: solid 1px #d9d9d9;
    padding: 3px 7px;
    background: aliceblue;
    font-size: 16px;

}

.three_dots a {
    color: #858282;
}