.text-shadow{

    text-shadow: rgba(0, 0, 0, 0.13) 2px 2px 4px;


}

.bg-chd-orange{
    background-color: #fb7844 !important;
}

.bg-chd-blue{
    background-color: #08619c !important;
}

.text-chd-orange{
    color: #fb7844 !important;
}

.text-chd-blue{
    color: #08619c !important;
}

.mb-6{
    margin-bottom: 8rem!important;
}

.mt-6{
    margin-top: 8rem!important;
}

.scale-transition{

    transition:transform 0.3s ease-in-out;

}

.scale-small{
    transform:scale(0.8);
}
.scale-in:hover{
    transform:scale(1);
}
.scale-out:hover{
    transform:scale(1.1);
}

.filter-card{

    margin-right: 10px!important;
    margin-left: 10px!important;
    margin-top: 1rem!important;
    height: calc(100% - 2rem)!important;
    border-radius: 20px!important;
}

body.fixed-plugin-open{
    overflow: hidden;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-flex!important;
}

.text-chd{
    color:#08619c!important;
}
.btn{
    word-wrap: initial;
}

#select2-volumes_select2-container{
    display:inline!important;
}