.domain a:hover .domain-category {
    
    background-color:rgb(44, 107, 91);
}

.domain a:hover {
    text-decoration: none !important;
}

.title-divider {
    max-width: 70px;
    font-weight: 5px;
    margin-right:auto;
    margin-left:auto;
    border-top: 8px solid white;
    border-radius: 5px;
}

.title-divider-left {
    max-width: 70px;
    font-weight: 5px;
    border-top: 8px solid white;
    border-radius: 5px;
}

.test {
    color:red;
}

body {
    background: #0609c1 !important;
    background: linear-gradient(180deg, rgba(6,9,193,1) 0%, rgba(141,0,255,1) 100%) !important;
}

.bodygradient {
    background: rgb(6,9,193) !important;
    background: linear-gradient(180deg, rgba(6,9,193,1) 0%, rgba(141,0,255,1) 100%) !important;
}

.report-container {
    height: 100vh;
    width:100%;
    overflow: scroll;
}


