/* new unified custom */


#form-search .form-control {
    transition: all 0.5s ease;
    border-radius: 0;
    font-weight: 500;
    font-size: 1rem;
}


#form-search input[type="text"] {
    height: inherit;
}

#form-search input::placeholder {
    color: #bbbbbb;
}

a.btn-consultar {
    padding: 0.6rem 1.5rem;
}

a.btn-reset {
    padding: 0.6rem 1.5rem;
    background-color: #495057;
    color: #fff !important;
    font-size: 0.9rem;
    text-decoration: none;
}

a.btn-reset:hover, a.btn-reset:focus-visible {
    color: #fff;
    background: #2b2e32;
}

a.btn-reset:focus-visible {
    outline: 2px dotted #888;
    outline-offset: 2px;
}

#content #form-search ul, #content #form-search li {
    margin: inherit;
    list-style-type: none;
}

#content #form-search a {
    color: inherit;
}

.bs-actionsbox .btn-group {
    display: flex;
    gap: 8px;
}

#suggestions .items-carrer {
    cursor: pointer;
}
#suggestions .items-carrer:hover {
    background-color: #f7f7f5;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    max-height: 300px;
    overflow-x: auto;
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    top:42px;
}

#suggestions li {
    display: block;
}

#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}


#content ul.pagination {
    list-style-type: none;
    margin: 0;
}

#content  ul.pagination li {
    margin: 0;
    line-height: inherit;
}

#content  ul.pagination li a {
    text-decoration: inherit;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.page-item.active .page-link {
    background-color: transparent;
    border-color: #dee2e6;
    color: #a8113c;
}

.success {
    color: #155724 !important;
    border-color: #96cea6 !important;
}

.fail {
    border-color: #a8113c !important;
    color: #a8113c !important;
}

#content article.recurs-educatiu h2 {
    padding: 0 0 0.25rem 0;
    font-weight: 500;

}

#content .recurs-educatiu .list-group {
    margin: inherit;
    list-style-type: none;
}

#content .recurs-educatiu .list-group  .list-group-item {
    display: block;
    line-height: 1;
    margin: 0 0 -1px 0;
}

#content .alert-info i {
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: top;
    min-width: 30px;
}

.alert-info {
    background-color: #f0f0f0;
    color: #424242;
    border: #e8e8e8;
}

.alert-info > p {
    padding-bottom: 13px;
    margin: 0 !important;
}

.info-inline > p {
    margin-bottom: 0 !important;
}

#content .recurs-educatiu .alert-info > p > span {
    vertical-align: text-bottom;
}

.nav-pills .show > .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active {
    background-color: #a8113c;
    color: #fff !important;
}

.info-inline > p:first-child {
    display: inline !important;
}

#block-links > div {
    gap: 25px;
}

#block-links a {
    max-width: 25%;
    color: #424242;
}

#content #block-links a i {
    font-size: 2rem;
    color: #424242;
}

#content #block-links a:hover i {
    color:#a8113c !important
}

/*.recurs-educatiu #block-cards-slider .card {
    border-radius: 0;
}

.recurs-educatiu #block-cards-slider .card-body {
    color: #000;
    background: #f0f0f0;
}

.recurs-educatiu #block-cards-slider .card-title {
    padding-bottom: 0;
    line-height: 1em;
    color: #000;

}

.recurs-educatiu #block-cards-slider p {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    line-height: 1.2;
}*/

#block-results .card {
    font-weight: lighter;
    border-color: #a8113c;
}


@media (max-width: 767.98px) {

    #block-links a {
        max-width: 100%;
    }


}
