/*
body {
  overflow-y: hidden;
  overflow-x: hidden;
}
*/

/* Scrollbar size */
.container::-webkit-scrollbar {
    width: 5px; /* To change vertical scrollbar width */
    height: 5px; /* To change horizontal scrollbar height */
}
.container::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #3d3d42;
}
.container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5d5d5d;
}
.container::-webkit-scrollbar-thumb:hover{
    background: #868686;
}
.container::-webkit-scrollbar-corner{
    background-color: transparent;
}

.lti-registration {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.guide + footer .copyright-info {
  padding-top: 15px;
}

.notice {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.black {
  color: black;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.form-field {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1em;
  min-height: 26.2px;
  margin-bottom: 4px;
}

.admin-login .form-field {
  width: 450px;
}
.admin-login .form-field input {
  margin-top: 3px;
  display: block;
  height: 26.2px;
}

.login {
  display: flex;
  flex-direction: column;
}

.login .notice {
  padding-bottom: 15px;
}

.login .login-box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 415px;
}

.login .label {
  font-weight: bold;
  font-size: 1em;
}

.lti-tool-parameters {
  width: 655px;
  margin: 0 auto;
  font-size: .9em !important;
  padding-left: 8px;
}

.tool-value-header {
  font-size: 1em !important;
}

.tool-value-container {
  padding-bottom: 10px;
}
.lti-tool-parameters .url {
  font-style: italic;
  font-weight: 500;
}

.register {
  width: 415px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.hidden {
  display: none;
}

.center {
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 0px auto 0;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 190px);
  padding-right: 25px;
}

.tooltip {
  position: relative;
  display: inline-block;
  color: red;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 40px;
  background-color: #5f5f5f;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  margin-left: 5px;
  bottom: -6px;
  position: absolute;
  z-index: 1;
}

.tooltip .help-icon {
  font-size: 28px;
  color: red;
}

.tooltip .tooltiptext a {
  color: red !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.small {
  font-size: .9em;
}

.flex {
  display: flex;
}

.guide {
  width: 100%;
  display: block;
  max-width: 960px;
  margin: 0 auto;
  max-height: calc(100vh - 212px);
  height: 100vh;
}

.button {
  width: 100px !important;
  cursor: pointer;
  align-self: end;
}

@media only screen and (max-width: 960px) {
  .guide {
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 210px);
  }
}
