<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========================================================================
 * bootstrap-tour - v0.11.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * 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.
 * ========================================================================
 */
.close-btn-bootstrap-tour{
    padding:0px 6px;
    color:#999 !important;
    cursor:pointer;
    font-weight:500;
}
.close-btn-bootstrap-tour:hover{
    color:#333 !important;
    text-decoration:none;
}
.tour-backdrop {
  position: absolute;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-tour{
    border:none !important;
    font-family: 'Roboto', sans-serif;
    z-index:90000000000 !important;
        box-shadow: 0px -10px 20px rgba(0, 0, 0, .2);
}

.tour-tour.bottom{
    margin-top:5px !important;
}
.tour-tour .arrow{
    border-top-color:#fff !important;
    border-bottom-color:#fff !important;
}
.tour-tour .popover-title{
    background-color:#fff !important;
    border-bottom:none !important;
    margin-top:8px;
}
.popover[class*="tour-"] {
  z-index: 11020000 !important;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 0px 14px 9px 14px;
  overflow: hidden;
}
.popover[class*="tour-"] .popover-content {
  padding: 0px 14px;
}
.popover[class*="tour-"] .btn {
    padding:5px 10px !important;
    margin:0px 2px 10px 2px;
}
.popover[class*="tour-"] .popover-navigation .btn-group .btn, .popover[class*="tour-"] .popover-navigation .btn {
  width:auto !important;
  padding:2px 5px !important;
  font-size:12px !important;
  margin:0px 2px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
  display:none;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
</pre></body></html>