/**

custom CSS


**/




/** bg block on list page **/

.clr-7 {
    background-color: #EBFEFE!important;
}

.clr-8 {
    background-color: #fff6eb!important;
}

.clr-9 {
    background-color: #FFEBEF!important;
}

.clr-10 {
    background-color: #FFEBEB!important;
}

.clr-11 {
    background-color: #EBFAFF!important;
}

.clr-12 {
    background-color: #EBEBFF!important;
}

.clr-13 {
    background-color: #EBFEFE!important;
}

.clr-14 {
    background-color: #fff6eb!important;
}

.clr-15 {
    background-color: #FFEBEF!important;
}

.clr-16 {
    background-color: #FFEBEB!important;
}

.clr-11 {
    background-color: #EBFAFF!important;
}

.clr-17 {
    background-color: #EBEBFF!important;
}

/** tabella orari **/

.fc{
    width: 15%!important;
}


/** LANG SELECTOR **/

.language-selector {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    column-gap: 0.25rem;
    color: #fff;
 }
 .language-selector li.current a {
    background-color: #ffffff;
    color: #1E2544;
 }
 .language-selector a {
    display: inline-flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 100px;
 }
 .language-selector a:hover {
    color: inherit;
 }

 .bd-program-details-slider {
    height: auto!important;
 }

 /** modifiche 06/03/24 **/

 .btn-send{
    background-color: #1E2544;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 30px
 }

 .btn-send:hover{
    background-color: #1E2544!important;
    color: #fff!important;
    border-radius: 5px!important;
    margin-top: 10px!important;
    padding: 10px 30px!important
 }

 .bordered:before {
    border-bottom: 4px solid #fff;
    background: #841834;
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    box-sizing: content-box;
}

.bordered:after {
    border-top: 4px solid #fff;
    background: #841834;
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    box-sizing: content-box;
}

.testimonial{
    color: #ffffff!important;
}

.bd-testimonial-content-2{
    color: #ffffff!important;
}

.bd-testimonial-avatar-title-2{
    color: #ffffff!important;
}