/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/

 *,
 ::after,
 ::before {
     box-sizing: border-box
 }


 [tabindex="-1"]:focus:not(:focus-visible) {
     outline: 0 !important
 }

 abbr[data-original-title],
 abbr[title] {
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
     cursor: help;
     border-bottom: 0;
     -webkit-text-decoration-skip-ink: none;
     text-decoration-skip-ink: none
 }


 a:not([href]):not([class]) {
     color: inherit;
     text-decoration: none
 }

 a:not([href]):not([class]):hover {
     color: inherit;
     text-decoration: none
 }

 [role=button] {
     cursor: pointer
 }

 .stretched-link::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     pointer-events: auto;
     content: "";
     background-color: rgba(0, 0, 0, 0)
 }




 