/* .new-tools-page .documentation-control .nav-teaser {
  margin-right: 6px;
}

.new-tools-page .documentation-control .nav-teaser .aright-icon {
  margin-top: 0px !important;
}*/

/* .toolsets {
  margin-top: 10px;
}  */

/* .toolset-jwt {
  margin-top: 16px;
} */
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 20px;
    padding-left: 8px;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);    
    background-position: calc(100% - 12px) calc(1em - 2px), calc(100% - 7px) calc(1em - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    -webkit-padding-end: 20px !important;
    -webkit-padding-start: 8px !important;
}
input,textarea,a,select {
    outline-color: #96c841;
}
.yellow-text {
  /* font-size: 13px; */
  /* margin-top: -5px; */
  background-color: #f5faec;
  color: #00467D;
  /* padding: 6px; */
  border: 1px solid #96c841;
  margin-top: 20px;
  font-size: 15px;
  line-height: 17px;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
  /* width: calc(100% - 28px) !important; */
}

.toolsets .yellow-text strong,
/* .toolsets .yellow-text em, */
.toolsets .yellow-text a {
  color: #00467D !important;
}

.toolsets .yellow-text a {
  text-decoration: underline;
}

/* .toolsets .yellow-text.main {
  margin-top: 20px;
  font-size: 15px;
  line-height: 17px;
  padding: 10px;
  border-radius: 4px;
} */

/* .toolsets .yellow-text.error {
  background-color: indianred;
  color: white;
  border: none;
}

.toolsets .yellow-text.error a {
  color: white;
} */

.compact-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 18px;
}

.compact-text.headline {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #00467D;
  margin-top: 25px;
  font-weight: 450;
}

/* .compact-text.white,
.compact-text.white strong {
  color: white;
} */



/* .toolsets .two-column-checkboxes input,
.toolsets .two-column-checkboxes textarea,
.toolsets .two-column-inputs input,
.toolsets .two-column-inputs textarea {
  width: calc(50% - 20px);
} */
/* 
.toolsets .two-column-checkboxes .custom-checkbox,
.toolsets .two-column-inputs .custom-checkbox {
  min-width: unset;
  max-width: unset;
  width: calc(50% - 26px);
  line-height: 22px;
}

.toolsets .two-column-checkboxes .custom-checkbox .check-icon,
.toolsets .two-column-inputs .custom-checkbox .check-icon {
  margin-top: 4px;
}

.toolsets .two-column-checkboxes :last-child,
.toolsets .two-column-inputs :last-child {
  float: right;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .toolsets .two-column-checkboxes .custom-checkbox,
  .toolsets .two-column-inputs .custom-checkbox {
    min-width: unset;
    margin-right: 6px;
    width: calc(100% - 26px);
    float: unset;
  }
} */

/* .toolsets .closable-error.closable-info {
  background-color: rgb(245, 250, 236);
  border: 1px solid rgb(150, 200, 65);
}

.toolsets .closable-error.closable-info .close {
  color: #00467d;
}

.toolsets .closable-error.closable-info p,
.toolsets .closable-error.closable-info a,
.toolsets .closable-error.closable-info strong,
.toolsets .closable-error.closable-info em {
  color: #00467d !important;
} */

/* .toolsets .sectionbody-tools {
  overflow: hidden;
  height: 0px;
  max-height: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: height 0.8s ease;
}

.toolsets .sectionbody-tools.active {
  height: auto;
  max-height: 200000px;
} */

.toolsets textarea,
.toolsets input {
  /* width: calc(100% - 20px); */
  width: 100%;
  font-family: monospace;
  box-sizing: border-box;
  border-radius: 5px;
  /* font-size: 16px; */
  line-height: 20px;
  background-color: rgba(158, 224, 144, 0.06);
  color: black;
  padding: 6px;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  /* border-color: rgb(133, 133, 133); */
  border-image: initial;
  border: 1px solid #d2d2d2;
}

.toolsets textarea:focus,
.toolsets input:focus {
  border: 1px solid #96C841 !important;
  outline: none;
  box-shadow: 0 0 0 1px #96C841;
}

@media (max-width: 767px) {
  .toolsets textarea,
  .toolsets input {
    font-size: 14px;
  }
}

.toolsets textarea {
  min-height: 100px;
  resize: vertical;
}

.toolset-jwt textarea.jwt-input {
  width: 100%;
  min-height: 400px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

/* .toolset-jwt input[type="password"] {
  width: calc(100% - 210px);
  padding: 8px 10px;
} */

.toolsets .secret-input-wrap {
  position: relative;
}

.toolsets .secret-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  /* padding: 6px 44px 6px 10px; */
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: rgba(158, 224, 144, 0.06);
  height: 33px;
}

.toolsets .secret-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  height: 100% !important;
  color: #8b8b8b;
}

.toolsets .secret-toggle:hover {
  color: #6f6f6f;
}

.toolsets .secret-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.toolsets .secret-toggle .icon-eye { display: block; }
.toolsets .secret-toggle .icon-eye-off { display: none; }
.toolsets .secret-toggle[data-visible="true"] .icon-eye,
.toolsets .secret-toggle.visible .icon-eye { display: none; }
.toolsets .secret-toggle[data-visible="true"] .icon-eye-off,
.toolsets .secret-toggle.visible .icon-eye-off { display: block; }

.toolset-jwt .secret-input-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.toolset-jwt .secret-row {
  display: flex;
  gap: 5px;
}

.toolset-jwt .secret-row .custom-checkbox {
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.toolset-jwt .my-contracts {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 8px;
  min-width: unset;
}

.toolset-jwt .custom-checkbox {
  cursor: pointer;
  user-select: none;
  border: 3px solid #2BA3E1;
  border-radius: 4px;
  padding: 0 10px;
  background: #ffffff;
}

.toolset-jwt .custom-checkbox.selected {
  border-color: #96C841;
  color: #ffffff;
  background: #96C841;
}

.toolset-jwt .custom-checkbox .check-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  vertical-align: baseline;
  position: relative;
  opacity: 0;
  top: -1px;
}

.toolset-jwt .custom-checkbox .check-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  transform: rotate(45deg);
}

.toolset-jwt .custom-checkbox.selected .check-icon {
  opacity: 1;
}

.toolsets .sample-selector,
.toolsets .url-selector {
  margin-left: auto;
  max-width: 200px;
  height: 32px;
  background-color: #96C841;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #96C841;
  padding: 4px;
  outline: none;
  line-height: 20px;
}

@media (max-width: 767px) {
  .toolset-jwt textarea.jwt-input {
    min-height: 260px;
  }

  .toolset-jwt .my-contracts {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .toolset-jwt .my-contracts .custom-checkbox {
    flex: 0 0 auto;
  }

  .toolset-jwt .secret-row {
    flex-wrap: nowrap;
    /* align-items: center; */
  }

  .toolset-jwt .secret-row .custom-checkbox {
    min-width: 0;
    width: auto;
    white-space: nowrap;
    flex: 0 0 auto;
    height: 32px;
    line-height: 36px;
    padding: 0 10px;
    margin-top: 1px;
  }

  .toolset-jwt .custom-checkbox {
    width: auto;
    min-width: 50px;
    height: 28px;
    padding: 0 4px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .toolset-jwt .custom-checkbox .check-icon {
    vertical-align: middle;
    top: -1px;
  }

  .toolset-jwt .sample-selector {
    width: auto;
    flex: 1 1 auto;
    max-width: none;
    margin-left: 20px;
    min-width: 90px;
    height: 28px;
    padding: 0 8px;
  }

  .toolset-jwt .button-row {
    flex-wrap: nowrap;
  }

  .toolset-jwt .orange-button-alt {
    width: auto;
    flex: 0 0 auto;
  }

  .toolset-jwt .button-row .signature-valid,
  .toolset-jwt .button-row .signature-not-valid {
    text-align: right;
    float: none !important;
    margin-left: auto;
    margin-right: 0;
    width: auto;
    white-space: nowrap;
    flex: 1 1 auto;
  }
}

.toolsets .orange-button-alt {
  background: #FA961E;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  padding: 0 14px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.toolsets .orange-button-alt:hover {
  background: #F06E55
}

.toolsets .button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 5px 0 5px;
}

.toolset-jwt .orange-button-alt {
  width: 170px;
}

.toolsets input::selection,
.toolsets textarea::selection {
  color: white;
  background: #00467D;
}

/* .toolsets.toolset-jwt .response-ok,
.toolsets.toolset-jwt .response-not-ok, */
/* .toolsets.toolset-speke .signature-not-valid,
.toolsets.toolset-speke .signature-valid, */
.toolsets.toolset-jwt .signature-valid,
.toolsets.toolset-jwt .signature-not-valid,
.toolsets.toolset-widevine-sign .signature-not-valid,
.toolsets.toolset-widevine-sign .signature-valid,
.toolsets.toolset-widevine-sign .response-ok,
.toolsets.toolset-widevine-sign .response-not-ok,
.toolsets.toolset-speke .response-ok,
.toolsets.toolset-speke .response-not-ok{
  float: right;
  /* margin-right: 8px; */
  line-height: 30px;
  letter-spacing: 1px;
  color: #e66363;
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}


/* .toolsets.toolset-jwt .response-ok,
.toolsets.toolset-speke .signature-valid, */
.toolsets.toolset-jwt .signature-valid,
.toolsets.toolset-widevine-sign .signature-valid,
.toolsets.toolset-widevine-sign .response-ok,
.toolsets.toolset-speke .response-ok{
  color: #228b22;
  font-weight: 500;
}

/* .toolset-jwt .signature-valid {
  color: #0f8b0f;
  
} */

/* .toolset-jwt .signature-not-valid {
  color: #c81e1e;
  font-weight: 500;
} */

.toolsets .closable-error {
  background: #e66363;
  color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  
}

.toolsets .closable-error .close {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-top: 1px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}

.toolsets .closable-error .close::before,
.toolsets .closable-error .close::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 3px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
}

.toolsets .closable-error .close::before {
  transform: rotate(45deg);
}

.toolsets .closable-error .close::after {
  transform: rotate(-45deg);
}

.toolsets .closable-error .close:hover {
  opacity: 1;
}

.toolsets .closable-error p {
  margin-bottom: 0px;
}

.toolsets .closable-error a {
  color: white !important;
  text-decoration: underline;
}

/* .reaveal-button,
.clear-button, */
.fake-reaveal-button {
  text-decoration: underline;
  font-style: normal;
  cursor: pointer;
  font-style: normal !important;
  padding: 2px;
  border-radius: 4px;
  margin-left: -4px;
  padding-left: 4px;
  padding-right: 4px;
}

/* .fake-reaveal-button.revealed,
.reaveal-button.revealed,
.clear-button.revealed {
  text-decoration: none;
  cursor: unset;
} */

/* .fake-reaveal-button.flash,
.reaveal-button.flash,
.clear-button.flash {
  animation: fade 2s forwards;
} */

/* .reaveal-button.copy-animate,
.clear-button.copy-animate, */
.fake-reaveal-button.copy-animate {
  animation: copied 1s forwards;
}

/* .reaveal-button .copy-me,
.clear-button .copy-me  */
.fake-reaveal-button .copy-me{
  cursor: pointer;
  text-decoration: underline;
}

@keyframes fade {
  from { background-color: rgba(255, 200, 30, 0.3); }
  to { background-color: rgba(255, 200, 30, 0); }
}

@keyframes copied {
  from { background-color: rgba(150, 200, 65, 0.3); }
  to { background-color: rgba(150, 200, 65, 0); }
}

/* .toolsets.toolset-message h4 {
  border-radius: 5px;
  border: none;
  background-color: #00467D;
  width: unset;
  font-family: monospace;
  margin-bottom: 3px !important;
  margin-top: 3px !important;
  padding-left: 5px;
  cursor: pointer;
  margin-right: 3px;
}

.toolsets.toolset-message h4 span {
  color: white !important;
  padding: 8px;
  line-height: 40px;
  width: calc(100% - 60px);
  display: inline-block;
}

.toolsets.toolset-message h4 .arrow {
  color: white;
} */