.r-font-class {
    background: #4b4b4b;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    color: #fff;
    font-family: arial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    font-size: 14px;
    z-index: 11;
    right: -11px;
    top: 5px;
    position: absolute;
}
.r-font-name-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;

}
.r-font-group-elem {
    position: relative;
    width: auto !important;
    border: 1px solid #ccc !important;
}
#r-metrics-table {
    transition: 0.3s !important;
    width: 100% !important;
    overflow: auto !important;
}
.fixed-now#r-metrics-userData {
    overflow: auto;
    height: 100%;
    position: fixed !important;
    right: 0;
    z-index: 1;
    background: #fff;
    top: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    width: 400px !important;
}
#r-metrics-wrapper-box {
    padding: 2em;
    width: calc( 100% - 400px ) !important;
    margin: 0 !important;
}
.modal-body .form-group label {
    font-size: 15px !important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}