iframe .switcherOuter, iframe #doc-title{
    display: none;
}


.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
    font-weight: 900
}

.bg-white-30{
    background-color: rgb(255,255,255,0.3);
}

li.hearts {
    list-style-type: '♥';
}

li.hearts::marker {
    text-align: match-parent !important;
    color: red;
}

.no-shadow {
    text-shadow: none;
}

.open-detail-card a {
    color: aqua !important;
}

.box-shadow-24-purple {
    box-shadow: 5px 5px 5px #b83e95;
}

.sh-white-full-1 {
    text-shadow: -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

.sh-red-full-1 {
    text-shadow: -1px -1px 0 #D75E9E,
    1px -1px 0 #D75E9E,
    -1px 1px 0 #D75E9E,
    1px 1px 0 #D75E9E;
}

.bg-xfra-blue {
    background-color: rgba(27, 152, 185, 1);
    background-color: #1B98B9;
}

.hover\:bg-xfra-blue:hover {
    background-color: rgba(27, 152, 185, 1);
    background-color: #1B98B9;
}

.border-24-blue {
    border-color: #233C7A;
    border-color: rgba(35, 60, 122, 1);
}

.bg-24-blue {
    background-color: rgba(35, 60, 122, 1);
    background-color: #233C7A;
}

.bg-24-blue-65 {
    background-color: rgba(35, 60, 122, 0.65);
}

.hover\:bg-24-blue:hover {
    background-color: rgba(35, 60, 122, 1);
    background-color: #233C7A;
}

.bg-24-purple {
    background-color: rgba(29, 77, 135, 1);
    background-color: #1D4D87;
}

.hover\:bg-24-purple:hover {
    background-color: rgba(29, 77, 135, 1);
    background-color: #1D4D87;
}

.open-detail-card{
    width:30px;
    height:30px;
}

.bg-kyr-purple {
    background-color: rgba(143, 75, 131, 1);
    background-color: #8F4B83;
}

.bg-kyr-red {
    background-color: rgba(227, 0, 60, 1);
    background-color: #E3003C;
}

.bg-kyr-peach {
    background-color: rgba(243, 163, 156, 1);
    background-color: #F3A39C;
}

a:hover > span.hover\:visible {
    visibility: visible;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-65 {
    background-color: rgba(255, 255, 255, 0.65);
}

.opacity-50 {
    opacity: 50%;
}

.opacity-60 {
    opacity: 60%;
}

.opacity-65 {
    opacity: 65%;
}

.bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3);
}

.text-xfra-blue {
    color: #1B98B9;
}

.text-24-blue {
    color: #233C7A;
}

.text-24-purple {
    color: #1D4D87;
}

.hover\:text-24-purple:hover {
    color: #1D4D87;
}

.focus\:text-24-purple:focus {
    color: #1D4D87;
}

.text-kyr-purple {
    color: #8F4B83;
}

.text-kyr-red {
    color: #E3003C;
}

.text-kyr-peach {
    color: #F3A39C;
}

.hover\:text-kyr-peach:hover {
    color: #F3A39C;
}

.focus\:text-kyr-peach:focus {
    color: #F3A39C;
}

footer a{
    color: #a0aec0 !important;
}

.p-001 {
    padding: 0.1rem;
}

.max-w-xxs {
    max-width: 10rem;
}

.max-w-lxxs {
    max-width: 15rem;
}

.img-half {
    width: 50%;
}

.img-full {
    width: 100%;
}

.scroll {
    scrollbar-color: #233C7A transparent;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.scroll::-webkit-scrollbar {
    width: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #233C7A;
    border-radius: 20px;
    border: solid 3px transparent
}

.scroll::-webkit-scrollbar-track {
    border: solid 3px transparent
}

.scroll::-webkit-scrollbar-button {
    background: transparent;
    height: 15px;
    border-radius: 50%;
}

.scroll2 {
    scrollbar-color: #b83e95 transparent;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.scroll2::-webkit-scrollbar {
    width: 10px;
}

.scroll2::-webkit-scrollbar-thumb {
    background: #b83e95;
    border-radius: 20px;
    border: solid 3px transparent
}

.scroll2::-webkit-scrollbar-track {
    border: solid 3px transparent
}

.scroll2::-webkit-scrollbar-button {
    background: transparent;
    height: 15px;
    border-radius: 50%;
}

.z-99 {
    z-index: 99;
}

.lastDgoalpassed {
    position: relative;
}

.lastDgoalpassed::after {
    position: absolute;
    content: var(--cagnotte);
    top: var(--diff);
    background-color: rgba(29, 77, 135, 0.5);
    border-radius: 15px;
    padding: 0px 32px 1px;
    /*font-family: 'CalgaryScript';*/
    text-shadow: 0 0 1px black;
    font-size: 1rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2.25rem;
}

.lastDgoalpassed::before {
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 100%;
    border-radius: 0 0 1rem 1rem;
    bottom: var(--bottom);
    border-bottom: solid 2px rgba(29, 77, 135, 0.5);
    z-index: 0;
}

.goal-description {
    height: 28rem;
    position: absolute;
    top: auto;
    width: 95%;
    border: 1px solid rgba(184, 62, 149, 1);
    margin-left: -10px;
    z-index: 200;
    overflow-y: scroll;
}

#youtube-player {
    width: 100%;
    height: 720px;
}

#youtube-player > section {
    width: 100%;
    height: 100%;
}

#youtube-player > section iframe {
    width: 100%;
    height: 100%;
}


#twitch-player {
    width: 100%;
    max-height: 720px;
    height: 720px;
}

#twitch-player > section {
    width: 100%;
    height: 100%;
}

#twitch-player > section > div {
    width: 100%;
    height: 100%;
}

#twitch-player > section > div > iframe {
    width: 100%;
    height: 100%;
}

.btn-dons{
    background-color: #b83e95 !important;
}

.btn-twitter {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}

.w-28 {
    width: 28%;
}

.w-42 {
    width: 42%;
}

.h-128 {
    height: 32rem;
}

.min-w-50p {
    min-width: 50px;
}

.link-home {
    width: 100%;
    text-align: center;
    text-shadow: 0 0 10px #222325;
}

.bg-peru, .focus\:bg-peru:focus, .hover\:bg-peru:hover {
    background-color: peru;
}

.border-peru {
    border-color: peru;
}

.text-peru {
    color: peru;
}

.table-head {
    /*font-family: 'Caladea', serif;*/
    font-style: italic;
    font-size: 28px;
}

.goal-total {
    /*font-family: 'Caladea', serif;*/
    font-style: italic;
    /* font-size: 22px; */
}

.after\:align-middle::after {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

.after\:h-full::after {
    height: 100%;
}

.after\:h-full::before {
    height: 100%;
}

.after\:align-middle::before {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

.goal-name {
    /*font-family: 'Caladea', serif;*/
    font-style: italic;
}

.slider-wrapper {
    position: relative;
}

.goal-spacing {
    border-spacing: 5px 1rem;
}

.tns-controls {
    /*font-family: 'ZeldaBTW';*/
    text-shadow: 0 0 1px black;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.tns-controls > button {
    color: white;
    font-size: xx-large;
    background-color: peru;
    padding: 7px 5px 0;
    margin: 0 10px;
    border-radius: 15px;
}

.tns-nav {
    text-align: center;
    margin: 10px 0 20px;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: peru;
    opacity: 0.5;
    border: 0;
}

.tns-nav > .tns-nav-active {
    opacity: 1;
}

.slider-arrow {
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    color: peru;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z-1001 {
    z-index: 1001;
}

.slider-arrow.arrow-left {
    left: 0;
}

.slider-arrow.arrow-right {
    right: 0;
}

#partner-list .tns-item {
    display: inline-flex;
    flex-direction: column;
    height: 300px;
}

.guest-target {
    position: relative;
    bottom: 4rem;
}

.header-logo {
    width: 250px;
}

.footer-logo {
    max-width: 60px;
}

.partner-img {
    max-height: 250px;
    margin: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.planning-table {
    min-width: 700px;
}

.glightbox-clean .gslide-description {
    background-color: transparent !important;
    text-align: center;
}

.glightbox-clean .gslide-title {
    color: white !important;
}

.embeded-pdf {
    width: 70%;
    min-height: 500px;
}

.top-33pc {
    top: 33%;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-05 {
    bottom: 0.5rem;
}

.bottom-025 {
    bottom: 0.25rem;
}

.max-w-75pc {
    max-width: 75%;
}

.max-w-95pc {
    max-width: 95%;
}

.sm\:max-h-yt {
    max-height: 250px;
}

.xxl\:container {
    max-width: 1600px;
}

@media (min-width: 640px) {
    .xxl\:container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {

    .lastDgoalpassed::after {
        font-size: 2rem;
        margin-top: 1.25rem;
    }


    .goal-description {
        width: 14%;
    }

    .xxl\:container {
        max-width: 768px;
    }

    .md\:max-h-yt {
        max-height: 500px;
    }

    .md\:item-menu-icon {
        position: relative;
        z-index: 2;
        display: block;
        font-weight: 300;
        top: 16px;
        transition: top .3s;
    }

    .md\:item-menu-label {
        z-index: 1;
        display: block;
        padding: 8px 0 0 0;
        color: rgba(255, 255, 255, .8);
        text-shadow: none;
        text-transform: none;
        font-style: italic;
        font-size: .75em;
        /*font-family: Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;*/
        opacity: 0;
        transition: transform .3s, opacity .3s;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .md\:item-menu-label:hover {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .md\:bottom-5 {
        bottom: 1.25rem;
    }

    .md\:bottom-05 {
        bottom: 0.5rem;
    }

    .md\:bottom-025 {
        bottom: 0.25rem;
    }

}

@media (min-width: 1024px) {
    .xxl\:container {
        max-width: 1024px;
    }

    .slider-arrow.arrow-left {
        right: 100%;
        left: initial;
    }

    .slider-arrow.arrow-right {
        left: 100%;
        right: initial;
    }
}

@media (min-width: 1280px) {
    .xxl\:container {
        max-width: 1280px;
    }

    .max-h-yt {
        max-height: 720px;
    }
}
