body {
    background: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.site-bg {
    background: #deebff;
}
section.index-form {  
    padding: 80px 0;
}
 
a.nav-link {
    font-size: 18px;
    color: #000;
}
a.navbar-brand {
    width: 160px;
}

a.navbar-brand img {
    width: 100%;
}
table.table.transparent-table td,
table.table.transparent-table th {
    background: transparent !important;
    border-color: #333;
}
.header-login-btn {
    text-transform: uppercase;
    font-size: 14px !important;
    background: #fff;
    padding-left: 17px !important;
    padding-right: 17px !important;
}
.header-register-btn {
    font-size: 14px !important;
    background: #276efd;
    padding-left: 17px !important;
    padding-right: 17px !important;
    color: #fff !important;
    text-transform: uppercase;
}
.wrong-img {
    width: 100%;
    max-width: 500px;
}
.header-login-btn:hover ,
.header-register-btn:hover {
    color: #fff !important;
    background: #333 !important;
}
.copy-link {
    background: #d1e3ff;
    padding: 5px 10px 17px 10px;
    display: none;
    text-align: center;
    margin: 28px 0;
}


.copy-link .shorten {
    font-size: 27px;
    color: #000;
    word-break: break-all;
}

.copy-link a.copy-domain {
    font-size: 30px;
    color: #3b64d8;
    margin-left: 10px;
}

.copy-link p {
    margin-top: 12px;
}

li.nav-item.browser-link i {
    color: #3b64d8;
    font-size: 13px;
    margin-left: 1px;
}

img.qr-image {
    width: 120px;
    margin-bottom: 20px;
}

a.format-link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

table small {
    color: #8d8b8b;
}

.table>:not(caption)>*>* {
    border-color: #f0f0f0;
}

td.td-date {
    font-size: 14px;
}

.percent-line {
    width: 100%;
    height: 3px;
    background: #ccc;
    border-radius: 3px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.percent-line-fill {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: #276efd;
    content: '';
    height: 3px;
}

.bg-body.mb-3.p-3 h3 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.chart-block {
    background: #fff;
    margin: 20px 0;
    padding: 20px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #276efd;
}

.navbar-expand-md .navbar-nav .active .nav-link {
    color: #276efd;
}

.index-hero.is-404:after {
    background: url(../404.svg) #f5f8fd;
    background-repeat: no-repeat;
    background-position-x: center;
}

.zr {
    z-index: 1;
    position: relative;
}
nav.d-flex.justify-items-center.justify-content-between p.small.text-muted {
    display: none;
}
@media only screen and (max-width: 470px) {
    .index-hero {
        margin-top: -91px;
        padding: 155px 0;
    }
}
.form-control-lg {
    height: calc(1.5em + 1rem + 3px);
    /* същата като бутона */
}