.homepage-title {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #434349 !important;
}

.breadcrumb-start-icon {
    font-size: 1rem;
    color: #c5cbe7;
    padding: 5px;
}

.breadcrumb-start-icon:hover {
    color: #5d78ff;

}

.breadcrumb-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: content;
    -ms-flex-pack: content;
    justify-content: content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.35rem 0 0;
}

.breadcrumb-separator:after {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: " ";
    background: #e7e8ef;
}

.breadcrumb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.25rem 0;
    margin-left: 25px;
}

.breadcrumb-link {
    padding: 0 0.35rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #959cb6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb-link:hover {
    color: #5d78ff;
}

.clicked-button {

    cursor: pointer;
    position: relative;
    border: none;
    transition-duration: 0.4s;
    overflow: hidden;
}

.clicked-button:after {
    content: "";
    background: #498ee9;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.clicked-button:active:after {
    padding: 0;
    margin: 0;
    opacity: 0.4;
    transition: 0s
}

.clicked-button:focus {
    outline: 0;
}

.btn-sm-multiple {
    padding: 0.2rem 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.filter-btn {
    width: 90px !important;
    top: 7.5px;

}

.filtro-label {
    margin-top: 10px;
    margin-right: 10px;
}

.switch-view-row {
    display: inline-flex;
    position: relative;
    right: 45px;
    width: 200px !important;
}

.switch-view-row .type-view {
    position: relative;
    top: 7.5px;
    margin-right: 10px;
    margin-left: 10px;
}

.add-project {
    position: relative;
    top: 7.5px;
    right: 5px;
}

body.modal-open {
    overflow: hidden !important;
    margin-right: 17px;
}

body.modal-open .kt-subheader__toolbar,
body.modal-open .kt-header__topbar-user {
    margin-right: 17px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}


@media (max-width: 770.98px) {
    #cerca-referenti-lente-big {
        padding: 5px;
    }

    #search-referenti-prepend {
        max-width: 40px;
    }

    #kt_select2_1 + .select2-container {
        width: 300px !important;
    }

}

@media (max-width: 1124px) {
    .kt-header {
        background-color: #fff;
    }
}