#scs-mod-socialshare {
    z-index: 999999 !important;
}

.btn-outline-dark.ms-2 {
    background-color: #d32f2f;
    border-color: #d32f2f;
    color: #ffffff !important;
}

.btn-outline-dark.ms-2 i,
.btn-outline-dark.ms-2 span {
    color: #ffffff !important;
}

.btn-outline-dark.ms-2:hover {
    background-color: #212529;
    border-color: #212529;
    color: #ffffff !important;
}