
.form-check-input:checked {
    background-color: #000000 !important;
    border-color: #000000;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.25);
    border-color: #000000;
}

.list-group-item.active {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 2px;
    border-bottom-width: thin !important;
}

.list-group-item.active:hover {
    background-color: #212529;
    color: #ffffff;
}


.list-group-item:hover {
    background-color: darkgrey;
    cursor: pointer;
}

.div-border {
    border: 1px solid #000000;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    max-width: 25%;
    transition: background-color 0.3s ease;
}

.div-border:hover {
    cursor: pointer;
    background-color: #e3e3e3;
}

.sms-text {
    text-wrap: wrap;
}

.toast-header-color-success {
    background-color: #3eed3b;
}

.toast-header-color-danger {
    background-color: #ed3b3b;
}

.ml-0 {
    margin-left: 0;
}

.fixed-bottom-30 {
    position: fixed;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 1030;
}

@media screen and (max-width: 750px) {
    .div-border {
        max-width: 50%;
    }

    .fixed-bottom-30 {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}