#gspmgr-tool,
#gspmgr-tool div,
#gspmgr-tool h2,
#gspmgr-tool label {
  all: revert;
  font-size: 13px;
  color: black;
  direction: ltr;
  text-align: left;
  box-sizing: border-box;
  line-height: 2;
  font-family: sans-serif;
}

#gspmgr-tool #gspmgr-roles {
  all: revert;
}

#gspmgr-tool .gspmgr-btn {
  all: revert;
  border: 1px solid #003e24;
  border-radius: 3px;
  padding: 3px 10px;
  line-height: 1;
}

#gspmgr-tool .gspmgr-btn.gspmgr-btn-primary {
  background: #006d3e;
  color: white;
}

#gspmgr-tool .gspmgr-btn.gspmgr-btn-secondary {
  background: #eee;
  color: black;
}

#gspmgr-tool input[type="text"].gspmgr-cururl-value {
  all: revert;
  width: 80%;
  border: none;
}

#gspmgr-tool #gspmgr-matched-roles {
  all: revert;
  display: inline-block;
}

#gspmgr-tool #gspmgr-matched-roles a {
  all: revert;
  margin-right: 10px;
  text-decoration: none;
}

#gspmgr-tool .gspmgr-header-button.gspmgr-active {
  font-weight: bold;
}

#gspmgr-tool #ogsp-verride-role.gspmgr-role-exists {
  float: right;
}

#gspmgr-loader {
  all: revert;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background-color: rgb(0 0 0 / 64%);
  left: 0;
  top: 0;
  text-align: left;
  direction: ltr;
}

#gspmgr-loader .gspmgr-loader-text {
  all: revert;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 20%;
  color: white;
  text-align: center;
}

#gspmgr-tool .gspmgr-header-buttons {
  all: revert;
  background: #006d3e;
  color: white;
  text-align: center;
  padding: 6px;
}

#gspmgr-tool .gspmgr-header-buttons a {
  all: revert;
  color: white;
  text-decoration: none;
  padding: 5px;
}
#gspmgr-tool .gspmgr-header-buttons a:hover {
  color: white;
}

#gspmgr-tool {
  all: revert;
  direction: ltr !important;
  font-family: sans-serif;
  position: fixed;
  z-index: 99999999;
  background-image: url(../img/logo-small.png);
  background-size: 100%;
  background-color: white;
  box-shadow: 5px 5px 5px #006d3e;
  border: 1px solid #e5e5e5;
  border-radius: 0px 5px 5px 0px;
  left: 0;
  top: calc(50% - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}


#gspmgr-tool:hover {
  width: 55vw;
  height: 100vh;
  background: white;
  opacity: 1;
  top: 0;
}

#gspmgr-tool .gspmgr-tool-content,
#gspmgr-tool .gspmgr-add-role-dialog-container {
  all: revert;
  display: none;
}

#gspmgr-tool:hover .gspmgr-tool-content,
#gspmgr-tool:hover .gspmgr-add-role-dialog-container {
  display: block;
}

#gspmgr-tool .gspmgr-asset-list {
  all: revert;
  width: 100%;
  height: calc(100vh - 160px);
  overflow-x: auto;
  overflow-y: auto;
  display: none;
  font-size: 13px;
}

#gspmgr-tool .gspmgr-btn#gspmgr-stop {
  float: right;
}

#gspmgr-tool .gspmgr-asset-list select {
  all: revert;
  font-size: 13px;
}

#gspmgr-tool .gspmgr-asset-list label.gspmgr-label-url {
  all: revert;
  width: 60%;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
}

#gspmgr-tool .gspmgr-asset-element-actions {
  float: right;
  padding: 5px;
}

#gspmgr-tool .gspmgr-asset-list-container {
  all: revert;
  border: 1px solid #ddd;
}

#gspmgr-tool .gspmgr-asset-list-container.gspmgr-disabled {
  display: none;
}

#gspmgr-tool .gspmgr-visible {
  display: block;
}

#gspmgr-tool .gspmgr-asset-element {
  all: revert;
  padding: 2px;
  margin: 2px;
  border: 1px solid #f1f1f1;
}

#gspmgr-tool .gspmgr-asset-element input[type="checkbox"] {
  all: revert;
  vertical-align: middle;
}

#gspmgr-tool .gspmgr-asset-element:hover {
  background-color: lightyellow;
}

#gspmgr-tool .gspmgr-asset-element-group {
  text-align: center;
  padding-top: 8px;
  background: #eaedf1;
}

#gspmgr-tool .gspmgr-asset-element-group-toggle {
  display: block;
  margin-top: 3px;
  margin-left: 14px;
  float: left;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-13 17:53:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes gspmgr-bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes gspmgr-bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.gspmgr-bounce-in-top {
  -webkit-animation: gspmgr-bounce-in-top 1.1s both;
  animation: gspmgr-bounce-in-top 1.1s both;
}

#gspmgr-tool .gspmgr-add-role-dialog {
  display: none;
}

#gspmgr-tool #gspmgr-add-role {
  float: right;
  margin-left: 15px;
}

#gspmgr-tool #gspmgr-edit-role {
  float: right;
  margin-left: 5px;
}

#gspmgr-tool #gspmgr-delete-role {
  float: right;
  margin-left: 5px;
}

#gspmgr-tool #gspmgr-stop {
  position: absolute;
  top: 10px;
  right: 10px;
}

#gspmgr-tool .gsp-pull-right {
  float: right;
}

#gspmgr-tool input[type="text"],
#gspmgr-tool input[type="email"],
#gspmgr-tool input[type="url"],
#gspmgr-tool input[type="password"],
#gspmgr-tool input[type="search"],
#gspmgr-tool input[type="number"],
#gspmgr-tool input[type="tel"],
#gspmgr-tool input[type="range"],
#gspmgr-tool input[type="date"],
#gspmgr-tool input[type="month"],
#gspmgr-tool input[type="week"],
#gspmgr-tool input[type="time"],
#gspmgr-tool input[type="datetime"],
#gspmgr-tool input[type="datetime-local"],
#gspmgr-tool input[type="color"],
#gspmgr-tool select,
#gspmgr-tool textarea {
  color: #16181a;
  border: 1px solid #dee2e6;
  padding: 0.7rem 0.7rem;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
}
