@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-items .active{
    background-color:none!important;
}
.active{
    background-color: #E84568!important;
}

.navbar-success{
    background-color: #ffffff!important;
    
}
.brand-text{
    color:#E84568;
}

.btn-success{
    background-color: #E84568!important;
    border: 2px solid #E84568!important;
    color:#ffffff;
}

.brand-image{
    border-radius: 0;
    box-shadow: none!important;
}
.navbar-dark{
    background-color: #E84568 !important;
}

.select2-selection__choice__display{
    color: black;
    
}