/*
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.
*/

/* Pebl Popout Wrapper */
.pebl__popout {
    box-sizing: border-box;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    margin: .5em auto 0rem auto;
    background-color: var(--primary-color-dark);
    border-radius: var(--border-radius);
    cursor: pointer;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.pebl__popout.inactive {
    background-color: var(--secondary-color-light);
    box-shadow: var(--boxshadow-two);
}

.pebl__popout.active {
    background-color: var(--primary-color-light);
}

.pebl__popout.active .pebl__popout--popout-header h4 {
    color: var(--dark-font);
}

/* on inactive handle content also */
.pebl__popout .pebl__popout--popout-content {
    display: none;
}

/* on active handle content also */
.pebl__popout.active .pebl__popout--popout-content {
    width: 100%;
    padding: .5rem;
    clear: both;
    background-color: var(--background-light);
}

.pebl__popout--popout-title {
    padding: 0 var(--spacing);
}

.pebl__popout.inactive .pebl__popout--popout-title {
    width: 100%;
    display: block;
    background-color: var(--primary-color-dark);
}

.pebl__popout.active .pebl__popout--popout-title {
    width: 100%;
    display: block;
    background-color: var(--primary-color-light);
}

.pebl__popout--popout-header {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: middle;
}

.pebl__popout--popout-header h4 {
    color: white;
}

.pebl__popout--popout-icon {
    font-size: 24px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.pebl__popout--popout-icon i {
    display: block;
    margin: auto;
    text-align: center;
}

.pebl__popout.active .pebl__popout--popout-icon {
    color: var(--dark-font);
}

.pebl__popout.inactive .pebl__popout--popout-icon {
    color: var(--light-font);
}

.pebl__popout--.popout-content {
    padding: 1em;
    border-left: var(--promary-color) solid var(--side-border-size);
    background-size: 30%;
    line-height: 1.3em;
    background-color: var(--background-light);
}

.popout-content a {
    text-decoration: underline;
    color: blue;
}

.pebl__popout.popout-content h4 {
    font-family: "Helvetica Neue", sans-serif;
    margin-bottom: 0.5em;
    color: #1a569c;
}

.pebl__popout.popout-content .close {
    float: right;
    background: url(/web/20230116054932im_/https://149357434.v2.pressablecdn.com/wp-content/plugins/peblSolutions/assets/Extensions/image/icon-speech1.png) center no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.pebl__popout.popout-content .close:hover {
    color: #fff;
}

.pebl__popout.inactive .popout-content {
    background-color: var(--primary-color-light);
}

.pebl__popout.active .popout-content {
    display: block !important;
}
/*
     FILE ARCHIVED ON 05:49:32 Jan 16, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:33:05 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: 95.554
  exclusion.robots: 0.168
  exclusion.robots.policy: 0.152
  cdx.remote: 0.105
  esindex: 0.013
  LoadShardBlock: 56.424 (3)
  PetaboxLoader3.datanode: 51.429 (4)
  load_resource: 1141.552
  PetaboxLoader3.resolve: 1126.466
*/