.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.card_effect {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 350ms ease !important;
}

.card_effect:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
    transform: translateY(-2%) !important;
}
.card_tag_category {
    transition: all 300ms ease !important;
}

.card_tag_category:hover {
    box-shadow: 2px 2px 12px rgb(0 0 0 / 40%) !important;
    transform: translateY(-1%) !important;
    transition: all 300ms ease !important;
}

.divider-market-1:hover {
    cursor: default !important;
    color: #7052fb !important;
    background-image: linear-gradient(
        to right bottom,
        #d8d0ff,
        #e2dcff,
        #ebe7ff,
        #f5f3ff,
        #ffffff
    );
}

.divider-market-2:hover {
    cursor: default !important;
    color: #ffba49 !important;
    background-image: linear-gradient(
        to right bottom,
        #fff2dc,
        #fff2e9,
        #fff5f7,
        #fffaff,
        #ffffff
    );
}
div#hubspot-messages-iframe-container.widget-align-right {
    display: none !important;
}
