.calc-matriza-details-item-body {
    width: 200px;
}
.uk-card-border-radius50 {
    border-radius: 50px;
}

.bg-dark-light {
    background-color: #3e4d73
}

.bg-elegant {
    background-color: #2e2e2e
}
.bg-elegant-dark {
    background-color: #212121
}
.bg-elegant-night {
    background-color: #171717 !important
}
.fill-elegant {
    fill: #2e2e2e
}
.fill-elegant-dark {
    fill: #212121
}
.footer {
    display: flex;
    position: relative;
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    text-decoration: none;
    position: relative;
    display: block;
}

.footer ul li .btn {
    margin: 0;
}

.footer ul.links-horizontal:first-child a {
    padding-left: 0;
}

.footer ul.links-horizontal:last-child a {
    padding-right: 0;
}

.footer ul.links-vertical li {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.footer ul.links-vertical li a {
    padding: 5px;
}

.footer ul.links-vertical li a:hover {
    color: inherit !important;
}

.footer ul.icon-box i {
    line-height: 1.7;
}

.footer .social-buttons a, .footer .social-buttons .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0.125rem 0.375rem;
}

.footer .footer-brand {
    font-size: 1.25rem;
    font-weight: 500;
}

.footer .footer-brand img, .footer .footer-brand svg {
    width: 40px;
}

.footer .footer-brand:hover, .footer .footer-brand:focus {
    color: #111111;
}

.footer .copyright {
    font-size: 0.875rem;
}

.footer .pull-center {
    display: inline-block;
    float: none;
}
