html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg {
    overflow: hidden;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
}

.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%;
  }
}

.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;
}

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