.circle {
    height: 25px;
    width: 30px;
    background-color: #F2F4F6;
    border-radius: 20%;
    display: inline-block;
    border: 1px solid #F2F4F6;
    vertical-align: top;
    margin-top: -3px;
    margin-bottom: -3px;
    /* Text style */
    color: black;
    font-size: 10px;
    text-align: center;
    padding-top: 4px;
}

.circle.large {
    height: 25px;
    width: 25px;
    padding-top: 5px;
}

.circle.small {
    min-height: 14px;
    max-height: 14px;
    min-width: 14px;
    max-width: 14px;
    vertical-align: middle;
}

.status-circle-grey {
    background-color: #10b981;
}

.status-circle-white {
    background-color: #F9FAFB;
}

.status-circle-green {
    background-color: #10b981;
}

.status-circle-yellow {
    background-color: #e5e56b;
}

.status-circle-black {
    background-color: black;
}

.status-circle-red {
    background-color: #e11d48;
}

.status-circle-orange {
    background-color: #FBA918;
}

.circle.modal_button_validation {
    cursor: pointer;
}
