.rotate .ag-header-cell-label .ag-header-cell-text {

transform: rotate(45deg);
white-space: normal;
font-size: 10.5px;
text-align: center;
font-family: Manrope, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
font-weight: 0;
}
.btn-success{
background-color:#00ac69;
}
hr {
margin: 0.5rem 0;
opacity: 0.05;
}

.card .card-description {
margin-bottom: 0.25rem !important;
}


.bg-twitter {
background: #4747A1;
}

.bg-facebook {
background: #7DA0FA;
}

.bg-google {
background: #dc4a38;
}

.bg-linkedin {
background: #7978E9;
}

.bg-pinterest {
background: #cc2127;
}

.bg-youtube {
background: #e52d27;
}

.bg-github {
background: #333333;
}

.bg-behance {
background: #1769ff;
}

.bg-dribbble {
background: #ea4c89;
}

.bg-reddit {
background: #ff4500;
}
.pointer {
cursor: pointer;
}
.btn-yellow{
background-color:yellow;
}