body {
    counter-reset: li;
}

.main-header #header-logo {
    font-size: 42px;
    font-weight: 400;
}

.numeros-block .form-group {
    display: inline-flex;
}

.numeros-block .form-group .field-collection-item-row {
    display: flex;
}

.numeros-block .form-group .field-collection-item-row .form-control {
    width: 120px;
}

/* body {
    margin: 0%;
} */
.flex-number {
    display: inline-flex;
    flex-wrap: wrap;
}

.rounded-list {
    list-style: none;
}

.rounded-list li {
    position: relative;
    display: block;
    background-color: #ddd;
    color: #444;
    text-decoration: none;
    padding: 9px;
    width: 150px;
    margin: 15px;
    border-radius: 0 30px 30px 0;

}

.rounded-list li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    background-color: #87ceeb;
    height: 35px;
    width: 35px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    left: -50px;
    top: 0;
}

.fixed-filter {
    width: 23%;
    position: fixed;
    margin-left: 64%;

}

#loader-ajax {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.circle {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.circle::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tab-content > .tab-pane {
    height: 1px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.tab-content > .active {
    height: auto;
    overflow: auto;
    visibility: visible;
}

.position-fixed-col {
    width: 22%;
    position: fixed;
    right: 0;
}
