/*
Copyright 2020 Eduworks Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    text-indent: 0px;
    cursor: pointer;
}

.tooltip .tooltiptext {
    opacity: 0;
    display: none;
    cursor: pointer;
    width: 300px;
    background-color: var(--background-lighter);
    border-radius: var(--container-radius);
    padding: var(--spacing-s);
    position: absolute;
    z-index: 1;
    line-height: var(--spacing-m);
    bottom: 125%;
    /*    left: -80px;
    margin-left: -60px;*/
    transition: opacity 1s;
    box-shadow: var(--boxshadow-3);
}

.tooltipArrow {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid var(--dark-cream);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltip.active {
    background-color: lightyellow;
    border-color: transparent;
}

.tooltip.active .tooltiptext {
    display: block;
    opacity: 1;
    word-break: break-word;
}
/*
     FILE ARCHIVED ON 05:22:15 Jan 16, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:33:02 Oct 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 334.284
  exclusion.robots: 0.126
  exclusion.robots.policy: 0.113
  cdx.remote: 0.081
  esindex: 0.012
  LoadShardBlock: 296.96 (3)
  PetaboxLoader3.resolve: 364.446 (4)
  PetaboxLoader3.datanode: 59.768 (4)
  load_resource: 146.457
*/