.bg-img-filter{
    background-blend-mode: luminosity;
    background-color: #1f2d41;
}
.cc-btn:hover{
    background-color:transparent !important;
    text-decoration:underline !important;
}
.cc-btn.cc-allow{
    text-align: right !important;
    border: none !important;
}
.cc-btn.cc-deny{
    text-align: left !important;
    border: none !important;
}
.cc-btn{
    background-color:transparent !important;
    font-weight: 900 !important;
}
.cc-btn .small{
    font-weight: 900 !important;
}
.disabled{
    cursor: not-allowed !important;
}


.child-w-100 > *{
    width: 100%;
}
.bg-secondary-light {
    background-color: #d6d8db !important;
}
.border-radius-1 {
    border-radius: .25rem !important;
}

.card_hover {
    transition: all 0.3s;
}

.card_hover:hover {
    transform: scale(1.03);
}