:root {
    --purple: #6c5be1;
    --link: #0e58eb;
    --bs-dark: #010509;
    --bs-heading-color: #010509;
    --bs-body-color: #010509;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'Inter var', sans-serif;
    }
}

.link-dark,
.text-dark {
    color: var(--bs-dark) !important;
}

a, .nav-link {
    color: var(--link);
    text-decoration: none;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, opacity .1s ease-in-out !important;
}

a:hover, .nav-link:hover {
    color: var(--bs-dark);
}

a:active {
    opacity: .75;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .75rem;
}

b, strong {
    font-weight: 600;
}

svg {
    fill: currentColor;
}

svg.icon {
    vertical-align: -.125em;
    width: 1em;
    height: 1em;
}

.modal-content {
    border: none;
}

.modal-backdrop {
    background-color: var(--bs-gray-100);
}

.modal-backdrop.show {
    opacity: .85;
}

@media (min-width: 992px) {
    .sidebar-border-start {
        box-shadow: -1px 0 0 0 var(--bs-gray-100);
    }
}

.btn {
    font-weight: 600;
    padding-left: 1em;
    padding-right: 1em;
}

.btn-close:focus {
    box-shadow: none;
}

.fit-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 52.5%;
    background-color: var(--bs-gray-200);
    background-image: linear-gradient(135deg, var(--bs-gray-200) 25%, var(--bs-gray-300) 25%, var(--bs-gray-300) 50%, var(--bs-gray-200) 50%, var(--bs-gray-200) 75%, var(--bs-gray-300) 75%, var(--bs-gray-300) 100%);
    background-size: 8px 8px;
    margin: 0;
}

.fit-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 100%);
}

.fit-img > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 1.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
    margin-bottom: .5rem;
    font-size: 13px;
}

.breadcrumb .breadcrumb-item {
    display: inline;
    color: var(--bs-gray-600);

}

.breadcrumb .breadcrumb-item::before {
    float: none;
    opacity: .5;
}

.breadcrumb .breadcrumb-item a {
    color: var(--bs-gray-600);
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-dark);
}

.adsbygoogle {
    width: 100%;
    margin: 0 auto;
}

.adlabel {
    color:  var(--bs-secondary);
    text-transform: uppercase;
    font-size: 10px;
}

/* ------------------------------------ */

.container {
    width: auto;
    overflow: hidden;
    /*max-width: 1140px;*/
    max-width: 1028px;
}
