﻿.card .card-header {
    font-weight: 600 !important;
    font-size: 1rem;
    padding: 1.5rem;
}
.text-red{
    color:#FB3D60;
}
.bg-red{
    background-color: #FEE0E5;
}
.text-green{
    color:#24BB8C;
}
.bg-green{
    background-color: #D8F3EC;
}
.status-header{
    font-weight: 600 !important;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    color:#1C1C1C;
}
.icon-fail{
    font-size: 20px;
    color:#FB3D60;   
}
.icon-success{
    font-size: 20px;
    color:#2ACB97;   
}
.icon-warning{
    font-size: 20px;
    color:#F2A73D;   
}
.center{
    margin-top: 1rem;
}
.text-grey{
    color:#D8D8D8;
}
.tooltip-Box{
    /* //background-color:red; */
    width:10px;
    border-radius: 50%;
    height: 10px;
    margin-top: 5px;
}
#loggerNetlink, #awsLink{
    cursor: pointer;
}
#aq{
    cursor: pointer; 
}
#aws{
    cursor: pointer; 
}