.headroom-wrapper > div > header {
    background-color: #FFFFFF !important;
}

header > div  button {
    color: #73818f !important;
}

@media only screen and (min-width: 960px) {
    .headroom-wrapper{
        height: 63px !important;
    }
    main > div:nth-child(1) {
        margin-top: -20px;
    }

    main > div:nth-child(2) {
        margin-top: -15px;
    }


}

main > div:nth-child(2) {
    height: calc(100vh - 50px);
    overflow-y: auto;
}

.dashboard-card .content , .dashboard-card h2 {
    padding: 7px;
}

.dashboard-card {
    width: 350px !important;
}

.social-provider-card{
    width: 175px !important;
    height: 175px !important;
}

.social-provider-card h3{
    font-size: 15px;
    margin: 0px;
}

body {
    /* overflow: hidden; */
}

body, html {
    height: 100%;
}

.bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.bg::after {
    content: "";
    background-image: url("/images/background.png");
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    /* z-index: -1; */
}