.gss-active {margin-bottom: 3rem; width: 100%;}
.gss-users {width: 100%;}
@media all and (min-width: 750px) {
    .gss-active {margin-bottom: 0; width: 40%; margin-right: 3%;}
    .gss-users {width: 56%;}
}


/* realms */
.modal-realm__type-img {
    display: inline-block;
    width: 40px;
    height: auto;
    position: absolute;
    top: 1rem;
    right: 5%;
}

.modal-realm .btn-primary {
    background: #0168c0 -webkit-linear-gradient(283deg, #0168c0 0%, #0168c0 1%, #6e26f1 98%, #6e26f1 100%);
    background: #0168c0 linear-gradient(167deg, #0168c0 0%, #0168c0 1%, #6e26f1 98%, #6e26f1 100%);
    border-color: #4241dd;
}
.modal-realm .btn-primary:hover {
    opacity:  .9;
}

/* END realms */

.m-df__cf-item {
    display: inline-block;
}