ul.pagination.text-center{
    font-size: 20px;
    font-weight: bold;
}
.icon-dash-green{
    font-size: 25px;
    color: #00bea9;
}
.icon-dash-gray{
    font-size:25px;
    color: #999;
}
.CircularProgressbar{
    max-width: 100px;
}
.CircularProgressbar-text{
    fill: #333;
    font-size: 25px!important;
    font-weight: 200!important;
}
div.active-company-desc {
    line-height: 15px;
}
ul.react-tabs__tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.react-tabs__tab {
    float: left;
    background-color: rgb(238, 238, 238);
    text-transform: uppercase;
    font-weight:500;
    color:#999;
    padding:3px 10px;
    margin-right:15px;
    cursor: pointer;
    font-size: 15px;
}
li.react-tabs__tab::after{
    content: '\A';
    border-style: solid;
    border-width: 31px 0px 0px 12px;
    border-color:  transparent transparent transparent rgb(238, 238, 238);
    font-size: 0px;
    position:relative;
    top:10px;
    left:22px;

}
li.react-tabs__tab[aria-selected="true"]{
    background-color: white;
    color:#0579da;
    font-weight:700;
}
li.react-tabs__tab[aria-selected="true"]::after{
    border-color:  transparent transparent transparent white;
}
.panel-win-error{
    background-color: #333;
    color: white;
    font-weight: 100; 
    padding: 20px; 
    z-index: 5; 
    position: absolute;
    top: 220px;
    width: 300px;
    left: 12.5px;
    padding-bottom: 0px;
    display: none;
}
.panel-win-error:after{
    content: '\A';
    border-style: solid;
    border-width: 0px 20px 20px 20px;
    border-color: transparent transparent  #333 transparent;
    position: relative;
    top: -160px;
    left: 110px;
}

ul.pagination.text-center{
    font-size: 20px;
    font-weight: bold;
}

.icon-dash-green{
    font-size: 25px;
    color: #00bea9;
}

.icon-dash-gray{
    font-size:25px;
    color: #999;
}

.CircularProgressbar{
    max-width: 100px;
}
.CircularProgressbar-text{
    fill: #333;
    font-size: 25px!important;
    font-weight: 200!important;
}
.CircularProgressbar-path{
    stroke: #999; 
}

.CircularProgressbar-trail{ 
    stroke: #0579da;
}

div.active-company-desc {
    line-height: 15px;
}

.visitor-profile-image{
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    object-fit:cover;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}