.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(25, 45, 14, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(35, 56, 101, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(25, 41, 70, 0.6);
}

.marker-cluster-large {
    background-color: rgba(108, 14, 20, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(61, 8, 12, 0.6);
}


.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 30px;
}

.scrollarea {
    overflow-y: scroll;
    height: 90vh;
}

.modal-scrollarea {
    overflow-y: scroll;
    height: 50vh;
}

.loading {
    height: 80vh;
    background: url('../img/loader.gif') no-repeat center;
    padding: 20px;
}

.company-action, .input-group-email {
    opacity: 0.1;
}

.list-group-item:hover .company-action,
.list-group-item.active .company-action,
.list-group-item.import .company-action,
.list-group-item.ignore .company-action,
.list-group-item.wait .company-action,
.list-group-item.vendor .company-action,
.list-group-item:hover .input-group-email
{
    opacity: 1;
}

.list-group-item.active {
    background: #3a3a3a;
}

.list-group-item.import {
    background: #3b4b27;
}

.list-group-item.ignore {
    background: #422129;
}

.list-group-item.wait {
    background: #5e522f;
}

.list-group-item.vendor {
    background: #4b8383;
}

.list-group-item.chain {
    background: #9a9a9a;
}

.circle-toolbox {
    position:absolute;
    z-index: 999;
}

.circle-action button {
    /*margin-bottom: 1px;*/
    --bs-btn-border-radius: 0;
}