/* ------------------------------- */
/*        Portable Infobox         */
/* ------------------------------- */

.portable-infobox { width: 282px; border: 3px ridge #FF0000; border-radius: 10px; text-align: center; vertical-align: middle; }
    .portable-infobox .pi-horizontal-group { padding: 2px !important; }
    .portable-infobox .pi-header, .portable-infobox .pi-title, .portable-infobox .pi-navigation { margin: 2px; margin-bottom: 0; padding: 0; }
    .portable-infobox .pi-item-spacing { text-align: center; padding: 2px; }
    .portable-infobox .pi-title, .portable-infobox .pi-data-label, .portable-infobox .pi-secondary-background { background-color: #DC143C; color: #FFF; }
    .portable-infobox .pi-section-navigation { margin: 2px; margin-bottom: 0; flex-wrap: wrap; justify-content: center; background: #FF0000; }
    .portable-infobox .pi-section-navigation .pi-section-tab { margin: 0; flex-grow: 1; padding: 2px; }
    .portable-infobox .pi-section-navigation .pi-section-label { height: auto; color: #FFF; font-size: 14px; text-transform: none; }
    .portable-infobox .pi-section-navigation .pi-section-tab:hover .pi-section-label { color: #FFF; cursor: pointer; }
    .portable-infobox .pi-section-navigation .pi-section-active { box-shadow: none; background: #DC143C; }
    .portable-infobox .pi-image-collection-tabs li { max-width: none; }
    .pi-background { background: transparent; }
    .pi-image img { width: 100%; height: auto; margin-top: 2px; }
    .pi-border-color { border-color: #FF0000; }
    .pi-title { border-radius: 6px 6px 0 0; font-weight:bold; }
    .pi-header { border-radius: 0 8px 8px 0; }
        .pi-header:nth-child(2) { border-radius: 0; }
    .pi-data-label { border-radius: 0 8px 8px 0; display: flex; flex-direction: column; justify-content: center; }
    .pi-horizontal-group .pi-data-label { border-radius: 0 0 0 0; display: table-cell; vertical-align: middle; padding: 2px !important; }
    .pi-data-value { margin: 0.4em 0; }
        .pi-navigation:last-child { border-radius: 0 0 6px 6px; margin-bottom: 2px; }
        .pi-navigation:last-child a { color: #FFF; }
    .pi-horizontal-group .pi-data-value { vertical-align: middle; }
    .pi-image-collection { text-align: center; vertical-align: middle; }
    ul.pi-image-collection-tabs { display: flex; flex-wrap: wrap; justify-content: center; border-color: transparent; margin: 2px; margin-bottom: 0; padding: 0; }
    .pi-image-collection-tabs .pi-tab-link { flex-grow: 1; }
    ul.pi-image-collection-tabs li { background: none repeat scroll 0 0 #FF0000; color: #FFF; border: none; font-weight: bold; }
    ul.pi-image-collection-tabs li.current { background: none repeat scroll 0 0 #DC143C; border-color: #DC143C; }
    ul.pi-image-collection-tabs li.current:hover { background-color: #DC143C; }
    .pi-tab-link.pi-item-spacing { text-align: center; vertical-align: middle; }
    .pi-image-collection-tab-content { background-color: transparent; }


/* ------------------------------ */
/*           Styling 01           */
/* ------------------------------ */

.pi-theme-Bloom, .pi-theme-Bloom .pi-border-color { border-color: #64C5FC; }
    .pi-theme-Bloom .pi-title, .pi-theme-Bloom .pi-secondary-font, .pi-theme-Bloom ul.pi-image-collection-tabs li.current { background-color: #3F9EFC; background: linear-gradient(#7DBEFF 25%, #3483D1 75%) !important; }
    .pi-theme-Bloom ul.pi-image-collection-tabs li, .pi-theme-Bloom ul.pi-image-collection-tabs li.current:hover { background-color: #3F9EFC; }
    .pi-theme-Bloom ul.pi-image-collection-tabs li:hover { background-color: #64C5FC; }
    .pi-theme-Bloom ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Bloom ::-webkit-scrollbar-thumb { background: #3F9EFC; border-radius: 6px; }
    .pi-theme-Bloom ::-webkit-scrollbar-thumb:hover { background: #64C5FC !important; }
    .pi-theme-Bloom ::-webkit-scrollbar-thumb:active { background: #64C5FC !important; }

.pi-theme-Stella, .pi-theme-Stella .pi-border-color { border-color: #F52ED1; }
    .pi-theme-Stella .pi-title, .pi-theme-Stella .pi-secondary-font, .pi-theme-Stella ul.pi-image-collection-tabs li.current { background-color: #FC9149; background: linear-gradient(#FFBA8C 25%, #CC753B 75%) !important; }
    .pi-theme-Stella ul.pi-image-collection-tabs li, .pi-theme-Stella ul.pi-image-collection-tabs li.current:hover { background-color: #FC9149; }
    .pi-theme-Stella ul.pi-image-collection-tabs li:hover { background-color: #F52ED1; }
    .pi-theme-Stella ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Stella ::-webkit-scrollbar-thumb { background: #FC9149; border-radius: 6px; }
    .pi-theme-Stella ::-webkit-scrollbar-thumb:hover { background: #F52ED1 !important; }
    .pi-theme-Stella ::-webkit-scrollbar-thumb:active { background: #F52ED1 !important; }

.pi-theme-Flora, .pi-theme-Flora .pi-border-color { border-color: #45BE07; }
    .pi-theme-Flora .pi-title, .pi-theme-Flora .pi-secondary-font, .pi-theme-Flora ul.pi-image-collection-tabs li.current { background-color: #00FF00; background: linear-gradient(#57FF57 25%, #00C400 75%) !important; color: #000; }
    .pi-theme-Flora .pi-navigation:last-child a { color: #000; }
    .pi-theme-Flora ul.pi-image-collection-tabs li, .pi-theme-Flora ul.pi-image-collection-tabs li.current:hover { background-color: #00FF00; color: #000; }
    .pi-theme-Flora ul.pi-image-collection-tabs li:hover { background-color: #45BE07; }
    .pi-theme-Flora ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Flora ::-webkit-scrollbar-thumb { background: #00FF00; border-radius: 6px; }
    .pi-theme-Flora ::-webkit-scrollbar-thumb:hover { background: #45BE07 !important; }
    .pi-theme-Flora ::-webkit-scrollbar-thumb:active { background: #45BE07 !important; }

.pi-theme-Musa, .pi-theme-Musa .pi-border-color { border-color: #F53580; }
    .pi-theme-Musa .pi-title, .pi-theme-Musa .pi-secondary-font, .pi-theme-Musa ul.pi-image-collection-tabs li.current { background-color: #FF008A; background: linear-gradient(#FF4DAD 25%, #CC006E 75%) !important; }
    .pi-theme-Musa ul.pi-image-collection-tabs li, .pi-theme-Musa ul.pi-image-collection-tabs li.current:hover { background-color: #FF008A; }
    .pi-theme-Musa ul.pi-image-collection-tabs li:hover { background-color: #F53580; }
    .pi-theme-Musa ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Musa ::-webkit-scrollbar-thumb { background: #FF008A; border-radius: 6px; }
    .pi-theme-Musa ::-webkit-scrollbar-thumb:hover { background: #F53580 !important; }
    .pi-theme-Musa ::-webkit-scrollbar-thumb:active { background: #F53580 !important; }

.pi-theme-Tecna, .pi-theme-Tecna .pi-border-color { border-color: #D57AFD; }
    .pi-theme-Tecna .pi-title, .pi-theme-Tecna .pi-secondary-font, .pi-theme-Tecna ul.pi-image-collection-tabs li.current { background-color: #9933FF; background: linear-gradient(#B56BFF 25%, #7427C2 75%) !important; }
    .pi-theme-Tecna ul.pi-image-collection-tabs li, .pi-theme-Tecna ul.pi-image-collection-tabs li.current:hover { background-color: #9933FF; }
    .pi-theme-Tecna ul.pi-image-collection-tabs li:hover { background-color: #D57AFD; }
    .pi-theme-Tecna ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Tecna ::-webkit-scrollbar-thumb { background: #9933FF; border-radius: 6px; }
    .pi-theme-Tecna ::-webkit-scrollbar-thumb:hover { background: #D57AFD !important; }
    .pi-theme-Tecna ::-webkit-scrollbar-thumb:active { background: #D57AFD !important; }

.pi-theme-Aisha, .pi-theme-Aisha .pi-border-color { border-color: #4FDFAC; }
    .pi-theme-Aisha .pi-title, .pi-theme-Aisha .pi-secondary-font, .pi-theme-Aisha ul.pi-image-collection-tabs li.current { background-color: #20B2AA; background: linear-gradient(#27E6DB 25%, #157A75 75%) !important; }
    .pi-theme-Aisha ul.pi-image-collection-tabs li, .pi-theme-Aisha ul.pi-image-collection-tabs li.current:hover { background-color: #20B2AA; }
    .pi-theme-Aisha ul.pi-image-collection-tabs li:hover { background-color: #4FDFAC; }
    .pi-theme-Aisha ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Aisha ::-webkit-scrollbar-thumb { background: #20B2AA; border-radius: 6px; }
    .pi-theme-Aisha ::-webkit-scrollbar-thumb:hover { background: #4FDFAC !important; }
    .pi-theme-Aisha ::-webkit-scrollbar-thumb:active { background: #4FDFAC !important; }

.pi-theme-Roxy, .pi-theme-Roxy .pi-border-color { border-color: #62F87A; }
    .pi-theme-Roxy .pi-title, .pi-theme-Roxy .pi-secondary-font, .pi-theme-Roxy ul.pi-image-collection-tabs li.current { background-color: #7AFF7A; background: linear-gradient(#B3FFB3 25%, #5BBD5B 75%) !important; color: #000; }
    .pi-theme-Roxy .pi-navigation:last-child a { color: #000; }
    .pi-theme-Roxy ul.pi-image-collection-tabs li, .pi-theme-Roxy ul.pi-image-collection-tabs li.current:hover { background-color: #7AFF7A; }
    .pi-theme-Roxy ul.pi-image-collection-tabs li:hover { background-color: #62F87A; }
    .pi-theme-Roxy ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Roxy ::-webkit-scrollbar-thumb { background: #7AFF7A; border-radius: 6px; }
    .pi-theme-Roxy ::-webkit-scrollbar-thumb:hover { background: #62F87A !important; }
    .pi-theme-Roxy ::-webkit-scrollbar-thumb:active { background: #62F87A !important; }

.pi-theme-Daphne, .pi-theme-Daphne .pi-border-color { border-color: #FAABB6; }
    .pi-theme-Daphne .pi-title, .pi-theme-Daphne .pi-secondary-font, .pi-theme-Daphne ul.pi-image-collection-tabs li.current { background-color: #00FF7F; background: linear-gradient(#57FFAB 25%, #00BF5F 75%) !important; color: #000 }
    .pi-theme-Daphne .pi-navigation:last-child a { color: #000; }
    .pi-theme-Daphne ul.pi-image-collection-tabs li, .pi-theme-Daphne ul.pi-image-collection-tabs li.current:hover { background-color: #00FF7F; }
    .pi-theme-Daphne ul.pi-image-collection-tabs li:hover { background-color: #FAABB6; }
    .pi-theme-Daphne ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Daphne ::-webkit-scrollbar-thumb { background: #00FF7F; border-radius: 6px; }
    .pi-theme-Daphne ::-webkit-scrollbar-thumb:hover { background: #FAABB6 !important; }
    .pi-theme-Daphne ::-webkit-scrollbar-thumb:active { background: #FAABB6 !important; }

.pi-theme-Specialist, .pi-theme-Specialist .pi-border-color { border-color: #003DB8; }
    .pi-theme-Specialist .pi-title, .pi-theme-Specialist .pi-secondary-font, .pi-theme-Specialist ul.pi-image-collection-tabs li.current { background-color: #003DB8; background: linear-gradient(#355FB5 25%, #002E8C 75%) !important; }
    .pi-theme-Specialist ul.pi-image-collection-tabs li, .pi-theme-Specialist ul.pi-image-collection-tabs li.current:hover { background-color: #355FB5; }
    .pi-theme-Specialist ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Specialist ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Specialist ::-webkit-scrollbar-thumb { background: #003DB8; border-radius: 6px; }
    .pi-theme-Specialist ::-webkit-scrollbar-thumb:hover { background: #355FB5 !important; }
    .pi-theme-Specialist ::-webkit-scrollbar-thumb:active { background: #355FB5 !important; }

.pi-theme-Sky, .pi-theme-Sky .pi-border-color { border-color: #003DB8; }
    .pi-theme-Sky .pi-title, .pi-theme-Sky .pi-secondary-font, .pi-theme-Sky ul.pi-image-collection-tabs li.current { background-color: #79A6FF; background: linear-gradient(#B8D0FF 25%, #5D81C9 75%) !important; }
    .pi-theme-Sky ul.pi-image-collection-tabs li, .pi-theme-Sky ul.pi-image-collection-tabs li.current:hover { background-color: #79A6FF; }
    .pi-theme-Sky ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Sky ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Sky ::-webkit-scrollbar-thumb { background: #79A6FF; border-radius: 6px; }
    .pi-theme-Sky ::-webkit-scrollbar-thumb:hover { background: #003DB8 !important; }
    .pi-theme-Sky ::-webkit-scrollbar-thumb:active { background: #003DB8 !important; }

.pi-theme-Brandon, .pi-theme-Brandon .pi-border-color { border-color: #003DB8; }
    .pi-theme-Brandon .pi-title, .pi-theme-Brandon .pi-secondary-font, .pi-theme-Brandon ul.pi-image-collection-tabs li.current { background-color: #339966; background: linear-gradient(#45D68D 25%, #216342 75%) !important; }
    .pi-theme-Brandon ul.pi-image-collection-tabs li, .pi-theme-Brandon ul.pi-image-collection-tabs li.current:hover { background-color: #339966; }
    .pi-theme-Brandon ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Brandon ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Brandon ::-webkit-scrollbar-thumb { background: #339966; border-radius: 6px; }
    .pi-theme-Brandon ::-webkit-scrollbar-thumb:hover { background: #003DB8 !important; }
    .pi-theme-Brandon ::-webkit-scrollbar-thumb:active { background: #003DB8 !important; }

.pi-theme-Helia, .pi-theme-Helia .pi-border-color { border-color: #003DB8; }
    .pi-theme-Helia .pi-title, .pi-theme-Helia .pi-secondary-font, .pi-theme-Helia ul.pi-image-collection-tabs li.current { background-color: #FF6811; background: linear-gradient(#FF8E4D 25%, #BF4D0B 75%) !important; }
    .pi-theme-Helia ul.pi-image-collection-tabs li, .pi-theme-Helia ul.pi-image-collection-tabs li.current:hover { background-color: #FF6811; }
    .pi-theme-Helia ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Helia ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Helia ::-webkit-scrollbar-thumb { background: #FF6811; border-radius: 6px; }
    .pi-theme-Helia ::-webkit-scrollbar-thumb:hover { background: #003DB8 !important; }
    .pi-theme-Helia ::-webkit-scrollbar-thumb:active { background: #003DB8 !important; }

.pi-theme-Riven, .pi-theme-Riven .pi-border-color { border-color: #003DB8; }
    .pi-theme-Riven .pi-title, .pi-theme-Riven .pi-secondary-font, .pi-theme-Riven ul.pi-image-collection-tabs li.current { background-color: #D6009E; background: linear-gradient(#D642B0 25%, #A8007C 75%) !important; }
    .pi-theme-Riven ul.pi-image-collection-tabs li, .pi-theme-Riven ul.pi-image-collection-tabs li.current:hover { background-color: #D6009E; }
    .pi-theme-Riven ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Riven ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Riven ::-webkit-scrollbar-thumb { background: #D6009E; border-radius: 6px; }
    .pi-theme-Riven ::-webkit-scrollbar-thumb:hover { background: #003DB8 !important; }
    .pi-theme-Riven ::-webkit-scrollbar-thumb:active { background: #003DB8 !important; }

.pi-theme-Timmy, .pi-theme-Timmy .pi-border-color { border-color: #003DB8; }
    .pi-theme-Timmy .pi-title, .pi-theme-Timmy .pi-secondary-font, .pi-theme-Timmy ul.pi-image-collection-tabs li.current { background-color: #FFBF00; background: linear-gradient(#FFD557 25%, #CC9900 75%) !important; }
    .pi-theme-Timmy ul.pi-image-collection-tabs li, .pi-theme-Timmy ul.pi-image-collection-tabs li.current:hover { background-color: #FFBF00; }
    .pi-theme-Timmy ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Timmy ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Timmy ::-webkit-scrollbar-thumb { background: #FFBF00; border-radius: 6px; }
    .pi-theme-Timmy ::-webkit-scrollbar-thumb:hover { background: #003DB8 !important; }
    .pi-theme-Timmy ::-webkit-scrollbar-thumb:active { background: #003DB8 !important; }

.pi-theme-Nabu, .pi-theme-Nabu .pi-border-color { border-color: #003DB8; }
    .pi-theme-Nabu .pi-title, .pi-theme-Nabu .pi-secondary-font, .pi-theme-Nabu ul.pi-image-collection-tabs li.current { background-color: #9E009E; background: linear-gradient(#CC00CC 25%, #730073 75%) !important; }
    .pi-theme-Nabu ul.pi-image-collection-tabs li, .pi-theme-Nabu ul.pi-image-collection-tabs li.current:hover { background-color: #9E009E; }
    .pi-theme-Nabu ul.pi-image-collection-tabs li:hover { background-color: #003DB8; }
    .pi-theme-Nabu ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Nabu ::-webkit-scrollbar-thumb { background: #9E009E; border-radius: 6px; }
    .pi-theme-Nabu ::-webkit-scrollbar-thumb:hover { background: #003DB8 !important; }
    .pi-theme-Nabu ::-webkit-scrollbar-thumb:active { background: #003DB8 !important; }

.pi-theme-Roy, .pi-theme-Roy .pi-border-color { border-color: #333399; }
    .pi-theme-Roy .pi-title, .pi-theme-Roy .pi-secondary-font, .pi-theme-Roy ul.pi-image-collection-tabs li.current { background-color: #8181FF; background: linear-gradient(#B8B8FF 25%, #6767C9 75%) !important; }
    .pi-theme-Roy ul.pi-image-collection-tabs li, .pi-theme-Roy ul.pi-image-collection-tabs li.current:hover { background-color: #8181FF; }
    .pi-theme-Roy ul.pi-image-collection-tabs li:hover { background-color: #333399; }
    .pi-theme-Roy ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Roy ::-webkit-scrollbar-thumb { background: #8181FF; border-radius: 6px; }
    .pi-theme-Roy ::-webkit-scrollbar-thumb:hover { background: #333399 !important; }
    .pi-theme-Roy ::-webkit-scrollbar-thumb:active { background: #333399 !important; }

.pi-theme-Paladin, .pi-theme-Paladin .pi-border-color { border-color: #8A0000; }
    .pi-theme-Paladin .pi-title, .pi-theme-Paladin .pi-secondary-font, .pi-theme-Paladin ul.pi-image-collection-tabs li.current { background-color: #8A0000; background: linear-gradient(#C40000 25%, #630000 75%) !important; }
    .pi-theme-Paladin ul.pi-image-collection-tabs li, .pi-theme-Paladin ul.pi-image-collection-tabs li.current:hover { background-color: #C40000; }
    .pi-theme-Paladin ul.pi-image-collection-tabs li:hover { background-color: #8A0000; }
    .pi-theme-Paladin ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Paladin ::-webkit-scrollbar-thumb { background: #C40000; border-radius: 6px; }
    .pi-theme-Paladin ::-webkit-scrollbar-thumb:hover { background: #8A0000 !important; }
    .pi-theme-Paladin ::-webkit-scrollbar-thumb:active { background: #8A0000 !important; }

.pi-theme-Thoren, .pi-theme-Thoren .pi-border-color { border-color: #8A0000; }
    .pi-theme-Thoren .pi-title, .pi-theme-Thoren .pi-secondary-font, .pi-theme-Thoren ul.pi-image-collection-tabs li.current { background-color: #FDE910; background: linear-gradient(#FFF159 25%, #C7B70A 75%) !important; color: #000; }
    .pi-theme-Thoren .pi-navigation:last-child a { color: #000; }
    .pi-theme-Thoren ul.pi-image-collection-tabs li, .pi-theme-Thoren ul.pi-image-collection-tabs li.current:hover { background-color: #FDE910; color: #000; }
    .pi-theme-Thoren ul.pi-image-collection-tabs li:hover { background-color: #8A0000; color: #FFF; }
    .pi-theme-Thoren ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Thoren ::-webkit-scrollbar-thumb { background: #FDE910; border-radius: 6px; }
    .pi-theme-Thoren ::-webkit-scrollbar-thumb:hover { background: #8A0000 !important; }
    .pi-theme-Thoren ::-webkit-scrollbar-thumb:active { background: #8A0000 !important; }

.pi-theme-Nex, .pi-theme-Nex .pi-border-color { border-color: #8A0000; }
    .pi-theme-Nex .pi-title, .pi-theme-Nex .pi-secondary-font, .pi-theme-Nex ul.pi-image-collection-tabs li.current { background-color: #009E75; background: linear-gradient(#00DBA2 25%, #007557 75%) !important; }
    .pi-theme-Nex ul.pi-image-collection-tabs li, .pi-theme-Nex ul.pi-image-collection-tabs li.current:hover { background-color: #009E75; }
    .pi-theme-Nex ul.pi-image-collection-tabs li:hover { background-color: #8A0000; }
    .pi-theme-Nex ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Nex ::-webkit-scrollbar-thumb { background: #009E75; border-radius: 6px; }
    .pi-theme-Nex ::-webkit-scrollbar-thumb:hover { background: #8A0000 !important; }
    .pi-theme-Nex ::-webkit-scrollbar-thumb:active { background: #8A0000 !important; }

.pi-theme-Icy, .pi-theme-Icy .pi-border-color { border-color: #003366; }
    .pi-theme-Icy .pi-title, .pi-theme-Icy .pi-secondary-font, .pi-theme-Icy ul.pi-image-collection-tabs li.current { background-color: #99CCFF; background: linear-gradient(#C4E2FF 25%, #7BA2C9 75%) !important; }
    .pi-theme-Icy ul.pi-image-collection-tabs li, .pi-theme-Icy ul.pi-image-collection-tabs li.current:hover { background-color: #99CCFF; }
    .pi-theme-Icy ul.pi-image-collection-tabs li:hover { background-color: #003366; }
    .pi-theme-Icy ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Icy ::-webkit-scrollbar-thumb { background: #99CCFF; border-radius: 6px; }
    .pi-theme-Icy ::-webkit-scrollbar-thumb:hover { background: #003366 !important; }
    .pi-theme-Icy ::-webkit-scrollbar-thumb:active { background: #003366 !important; }

.pi-theme-Darcy, .pi-theme-Darcy .pi-border-color { border-color: #8B00FF; }
    .pi-theme-Darcy .pi-title, .pi-theme-Darcy .pi-secondary-font, .pi-theme-Darcy ul.pi-image-collection-tabs li.current { background-color: #800080; background: linear-gradient(#BF00BF 25%, #590059 75%) !important; }
    .pi-theme-Darcy ul.pi-image-collection-tabs li, .pi-theme-Darcy ul.pi-image-collection-tabs li.current:hover { background-color: #800080; }
    .pi-theme-Darcy ul.pi-image-collection-tabs li:hover { background-color: #8B00FF; }
    .pi-theme-Darcy ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Darcy ::-webkit-scrollbar-thumb { background: #800080; border-radius: 6px; }
    .pi-theme-Darcy ::-webkit-scrollbar-thumb:hover { background: #8B00FF !important; }
    .pi-theme-Darcy ::-webkit-scrollbar-thumb:active { background: #8B00FF !important; }

.pi-theme-Stormy, .pi-theme-Stormy .pi-border-color { border-color: #660033; }
    .pi-theme-Stormy .pi-title, .pi-theme-Stormy .pi-secondary-font, .pi-theme-Stormy ul.pi-image-collection-tabs li.current { background-color: #CC0066; background: linear-gradient(#CF3481 25%, #9E004F 75%) !important; }
    .pi-theme-Stormy ul.pi-image-collection-tabs li, .pi-theme-Stormy ul.pi-image-collection-tabs li.current:hover { background-color: #CC0066; }
    .pi-theme-Stormy ul.pi-image-collection-tabs li:hover { background-color: #660033; }
    .pi-theme-Stormy ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Stormy ::-webkit-scrollbar-thumb { background: #CC0066; border-radius: 6px; }
    .pi-theme-Stormy ::-webkit-scrollbar-thumb:hover { background: #660033 !important; }
    .pi-theme-Stormy ::-webkit-scrollbar-thumb:active { background: #660033 !important; }

.pi-theme-Darkar, .pi-theme-Darkar .pi-border-color { border-color: #800000; }
    .pi-theme-Darkar .pi-title, .pi-theme-Darkar .pi-secondary-font, .pi-theme-Darkar ul.pi-image-collection-tabs li.current { background-color: #990000; background: linear-gradient(#D10000 25%, #690000 75%) !important; }
    .pi-theme-Darkar ul.pi-image-collection-tabs li, .pi-theme-Darkar ul.pi-image-collection-tabs li.current:hover { background-color: #990000; }
    .pi-theme-Darkar ul.pi-image-collection-tabs li:hover { background-color: #800000; }
    .pi-theme-Darkar ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Darkar ::-webkit-scrollbar-thumb { background: #990000; border-radius: 6px; }
    .pi-theme-Darkar ::-webkit-scrollbar-thumb:hover { background: #800000 !important; }
    .pi-theme-Darkar ::-webkit-scrollbar-thumb:active { background: #800000 !important; }

.pi-theme-Valtor, .pi-theme-Valtor .pi-border-color { border-color: #990099; }
    .pi-theme-Valtor .pi-title, .pi-theme-Valtor .pi-secondary-font, .pi-theme-Valtor ul.pi-image-collection-tabs li.current { background-color: #990033; background: linear-gradient(#CC0044 25%, #6E0025 75%) !important; }
    .pi-theme-Valtor ul.pi-image-collection-tabs li, .pi-theme-Valtor ul.pi-image-collection-tabs li.current:hover { background-color: #990033; }
    .pi-theme-Valtor ul.pi-image-collection-tabs li:hover { background-color: #990099; }
    .pi-theme-Valtor ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Valtor ::-webkit-scrollbar-thumb { background: #990033; border-radius: 6px; }
    .pi-theme-Valtor ::-webkit-scrollbar-thumb:hover { background: #990099 !important; }
    .pi-theme-Valtor ::-webkit-scrollbar-thumb:active { background: #990099 !important; }

.pi-theme-Ogron, .pi-theme-Ogron .pi-border-color { border-color: #696969; }
    .pi-theme-Ogron .pi-title, .pi-theme-Ogron .pi-secondary-font, .pi-theme-Ogron ul.pi-image-collection-tabs li.current { background-color: #FF0000; background: linear-gradient(#FF4D4D 25%, #C40000 75%) !important; }
    .pi-theme-Ogron ul.pi-image-collection-tabs li, .pi-theme-Ogron ul.pi-image-collection-tabs li.current:hover { background-color: #FF0000; }
    .pi-theme-Ogron ul.pi-image-collection-tabs li:hover { background-color: #696969; }
    .pi-theme-Ogron ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Ogron ::-webkit-scrollbar-thumb { background: #FF0000; border-radius: 6px; }
    .pi-theme-Ogron ::-webkit-scrollbar-thumb:hover { background: #696969 !important; }
    .pi-theme-Ogron ::-webkit-scrollbar-thumb:active { background: #696969 !important; }

.pi-theme-Gantlos, .pi-theme-Gantlos .pi-border-color { border-color: #A9A9A9; }    
    .pi-theme-Gantlos .pi-title, .pi-theme-Gantlos .pi-secondary-font, .pi-theme-Gantlos ul.pi-image-collection-tabs li.current { background-color: #EDED5C; background: linear-gradient(#EDED91 25%, #BFBF49 75%) !important; color: #000; }
    .pi-theme-Gantlos .pi-navigation:last-child a { color: #000; }
    .pi-theme-Gantlos ul.pi-image-collection-tabs li, .pi-theme-Gantlos ul.pi-image-collection-tabs li.current:hover { background-color: #EDED5C; color: #000; }
    .pi-theme-Gantlos ul.pi-image-collection-tabs li:hover { background-color: #A9A9A9; color: #FFF; }
    .pi-theme-Gantlos ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Gantlos ::-webkit-scrollbar-thumb { background: #EDED5C; border-radius: 6px; }
    .pi-theme-Gantlos ::-webkit-scrollbar-thumb:hover { background: #A9A9A9 !important; }
    .pi-theme-Gantlos ::-webkit-scrollbar-thumb:active { background: #A9A9A9 !important; }

.pi-theme-Anagan, .pi-theme-Anagan .pi-border-color { border-color: #5F9EA0; }
    .pi-theme-Anagan .pi-title, .pi-theme-Anagan .pi-secondary-font, .pi-theme-Anagan ul.pi-image-collection-tabs li.current { background-color: #6B2D00; background: linear-gradient(#A84600 25%, #451D00 75%) !important; }
    .pi-theme-Anagan ul.pi-image-collection-tabs li, .pi-theme-Anagan ul.pi-image-collection-tabs li.current:hover { background-color: #6B2D00; }
    .pi-theme-Anagan ul.pi-image-collection-tabs li:hover { background-color: #5F9EA0; }
    .pi-theme-Anagan ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Anagan ::-webkit-scrollbar-thumb { background: #6B2D00; border-radius: 6px; }
    .pi-theme-Anagan ::-webkit-scrollbar-thumb:hover { background: #5F9EA0 !important; }
    .pi-theme-Anagan ::-webkit-scrollbar-thumb:active { background: #5F9EA0 !important; }

.pi-theme-Duman, .pi-theme-Duman .pi-border-color { border-color: #696969; }
    .pi-theme-Duman .pi-title, .pi-theme-Duman .pi-secondary-font, .pi-theme-Duman ul.pi-image-collection-tabs li.current { background-color: #D60046; background: linear-gradient(#D43B6D 25%, #9C0033 75%) !important; }
    .pi-theme-Duman ul.pi-image-collection-tabs li, .pi-theme-Duman ul.pi-image-collection-tabs li.current:hover { background-color: #D60046; }
    .pi-theme-Duman ul.pi-image-collection-tabs li:hover { background-color: #696969; }
    .pi-theme-Duman ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Duman ::-webkit-scrollbar-thumb { background: #D60046; border-radius: 6px; }
    .pi-theme-Duman ::-webkit-scrollbar-thumb:hover { background: #696969 !important; }
    .pi-theme-Duman ::-webkit-scrollbar-thumb:active { background: #696969 !important; }

.pi-theme-Tritannus, .pi-theme-Tritannus .pi-border-color { border-color: #9966FF; }
    .pi-theme-Tritannus .pi-title, .pi-theme-Tritannus .pi-secondary-font, .pi-theme-Tritannus ul.pi-image-collection-tabs li.current { background-color: #009900; background: linear-gradient(#00D600 25%, #006600 75%) !important; }
    .pi-theme-Tritannus ul.pi-image-collection-tabs li, .pi-theme-Tritannus ul.pi-image-collection-tabs li.current:hover { background-color: #009900; }
    .pi-theme-Tritannus ul.pi-image-collection-tabs li:hover { background-color: #9966FF; }
    .pi-theme-Tritannus ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Tritannus ::-webkit-scrollbar-thumb { background: #009900; border-radius: 6px; }
    .pi-theme-Tritannus ::-webkit-scrollbar-thumb:hover { background: #9966FF !important; }
    .pi-theme-Tritannus ::-webkit-scrollbar-thumb:active { background: #9966FF !important; }

.pi-theme-Selina, .pi-theme-Selina .pi-border-color { border-color: #5C8496; }
    .pi-theme-Selina .pi-title, .pi-theme-Selina .pi-secondary-font, .pi-theme-Selina ul.pi-image-collection-tabs li.current { background-color: #9BA858; background: linear-gradient(#CDDE73 25%, #6A733D 75%) !important; }
    .pi-theme-Selina ul.pi-image-collection-tabs li, .pi-theme-Selina ul.pi-image-collection-tabs li.current:hover { background-color: #9BA858; }
    .pi-theme-Selina ul.pi-image-collection-tabs li:hover { background-color: #5C8496; }
    .pi-theme-Selina ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Selina ::-webkit-scrollbar-thumb { background: #9BA858; border-radius: 6px; }
    .pi-theme-Selina ::-webkit-scrollbar-thumb:hover { background: #5C8496 !important; }
    .pi-theme-Selina ::-webkit-scrollbar-thumb:active { background: #5C8496 !important; }

.pi-theme-Acheron, .pi-theme-Acheron .pi-border-color { border-color: #A37AAE; }
    .pi-theme-Acheron .pi-title, .pi-theme-Acheron .pi-secondary-font, .pi-theme-Acheron ul.pi-image-collection-tabs li.current { background-color: #A50021; background: linear-gradient(#D9002B 25%, #700016 75%) !important; }
    .pi-theme-Acheron ul.pi-image-collection-tabs li, .pi-theme-Acheron ul.pi-image-collection-tabs li.current:hover { background-color: #A50021; }
    .pi-theme-Acheron ul.pi-image-collection-tabs li:hover { background-color: #A37AAE; }
    .pi-theme-Acheron ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Acheron ::-webkit-scrollbar-thumb { background: #A50021; border-radius: 6px; }
    .pi-theme-Acheron ::-webkit-scrollbar-thumb:hover { background: #A37AAE !important; }
    .pi-theme-Acheron ::-webkit-scrollbar-thumb:active { background: #A37AAE !important; }

.pi-theme-KB, .pi-theme-KB .pi-border-color { border-color: #000080; }
    .pi-theme-KB .pi-title, .pi-theme-KB .pi-secondary-font, .pi-theme-KB ul.pi-image-collection-tabs li.current { background-color: #FFF46E; background: linear-gradient(#FFF8A3 25%, #D6CD5C 75%) !important; color: #000; }
    .pi-theme-KB .pi-navigation:last-child a { color: #000; }
    .pi-theme-KB ul.pi-image-collection-tabs li, .pi-theme-KB ul.pi-image-collection-tabs li.current:hover { background-color: #FFF46E; color: #000; }
    .pi-theme-KB ul.pi-image-collection-tabs li:hover { background-color: #000080; color: #FFF; }
    .pi-theme-KB ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-KB ::-webkit-scrollbar-thumb { background: #FFF46E; border-radius: 6px; }
    .pi-theme-KB ::-webkit-scrollbar-thumb:hover { background: #000080 !important; }
    .pi-theme-KB ::-webkit-scrollbar-thumb:active { background: #000080 !important; }

.pi-theme-Mandragora, .pi-theme-Mandragora .pi-border-color { border-color: #008080; }
    .pi-theme-Mandragora .pi-title, .pi-theme-Mandragora .pi-secondary-font, .pi-theme-Mandragora ul.pi-image-collection-tabs li.current { background-color: #006400; background: linear-gradient(#00B300 25%, #004500 75%) !important; }
    .pi-theme-Mandragora ul.pi-image-collection-tabs li, .pi-theme-Mandragora ul.pi-image-collection-tabs li.current:hover { background-color: #006400; }
    .pi-theme-Mandragora ul.pi-image-collection-tabs li:hover { background-color: #008080; }
    .pi-theme-Mandragora ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Mandragora ::-webkit-scrollbar-thumb { background: #006400; border-radius: 6px; }
    .pi-theme-Mandragora ::-webkit-scrollbar-thumb:hover { background: #008080 !important; }
    .pi-theme-Mandragora ::-webkit-scrollbar-thumb:active { background: #008080 !important; }

.pi-theme-Belladona, .pi-theme-Belladona .pi-border-color { border-color: #4D4D4D; }
    .pi-theme-Belladona .pi-title, .pi-theme-Belladona .pi-secondary-font, .pi-theme-Belladona ul.pi-image-collection-tabs li.current { background-color: #003561; background: linear-gradient(#005BA6 25%, #000E1A 75%) !important; }
    .pi-theme-Belladona ul.pi-image-collection-tabs li, .pi-theme-Belladona ul.pi-image-collection-tabs li.current:hover { background-color: #003561; }
    .pi-theme-Belladona ul.pi-image-collection-tabs li:hover { background-color: #4D4D4D; }
    .pi-theme-Belladona ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Belladona ::-webkit-scrollbar-thumb { background: #003561; border-radius: 6px; }
    .pi-theme-Belladona ::-webkit-scrollbar-thumb:hover { background: #4D4D4D !important; }
    .pi-theme-Belladona ::-webkit-scrollbar-thumb:active { background: #4D4D4D !important; }

.pi-theme-Lysslis, .pi-theme-Lysslis .pi-border-color { border-color: #4D4D4D; }
    .pi-theme-Lysslis .pi-title, .pi-theme-Lysslis .pi-secondary-font, .pi-theme-Lysslis ul.pi-image-collection-tabs li.current { background-color: #500073; background: linear-gradient(#7200A3 25%, #250036 75%) !important; }
    .pi-theme-Lysslis ul.pi-image-collection-tabs li, .pi-theme-Lysslis ul.pi-image-collection-tabs li.current:hover { background-color: #500073; }
    .pi-theme-Lysslis ul.pi-image-collection-tabs li:hover { background-color: #4D4D4D; }
    .pi-theme-Lysslis ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Lysslis ::-webkit-scrollbar-thumb { background: #500073; border-radius: 6px; }
    .pi-theme-Lysslis ::-webkit-scrollbar-thumb:hover { background: #4D4D4D !important; }
    .pi-theme-Lysslis ::-webkit-scrollbar-thumb:active { background: #4D4D4D !important; }

.pi-theme-Tharma, .pi-theme-Tharma .pi-border-color { border-color: #4D4D4D; }
    .pi-theme-Tharma .pi-title, .pi-theme-Tharma .pi-secondary-font, .pi-theme-Tharma ul.pi-image-collection-tabs li.current { background-color: #B22222; background: linear-gradient(#E32929 25%, #7A1717 75%) !important; }
    .pi-theme-Tharma ul.pi-image-collection-tabs li, .pi-theme-Tharma ul.pi-image-collection-tabs li.current:hover { background-color: #B22222; }
    .pi-theme-Tharma ul.pi-image-collection-tabs li:hover { background-color: #4D4D4D; }
    .pi-theme-Tharma ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Tharma ::-webkit-scrollbar-thumb { background: #B22222; border-radius: 6px; }
    .pi-theme-Tharma ::-webkit-scrollbar-thumb:hover { background: #4D4D4D !important; }
    .pi-theme-Tharma ::-webkit-scrollbar-thumb:active { background: #4D4D4D !important; }

.pi-theme-Politea, .pi-theme-Politea .pi-border-color { border-color: #FF99FF; }
    .pi-theme-Politea .pi-title, .pi-theme-Politea .pi-secondary-font, .pi-theme-Politea ul.pi-image-collection-tabs li.current { background-color: #CC99FF; background: linear-gradient(#E4C9FF 25%, #9D76C4 75%) !important; color: #000; }
    .pi-theme-Politea .pi-navigation:last-child a { color: #000; }
    .pi-theme-Politea ul.pi-image-collection-tabs li, .pi-theme-Politea ul.pi-image-collection-tabs li.current:hover { background-color: #CC99FF; color: #000; }
    .pi-theme-Politea ul.pi-image-collection-tabs li:hover { background-color: #FF99FF; }
    .pi-theme-Politea ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Politea ::-webkit-scrollbar-thumb { background: #CC99FF; border-radius: 6px; }
    .pi-theme-Politea ::-webkit-scrollbar-thumb:hover { background: #FF99FF !important; }
    .pi-theme-Politea ::-webkit-scrollbar-thumb:active { background: #FF99FF !important; }

.pi-theme-V, .pi-theme-V .pi-border-color { border-color: #0000CD; }
    .pi-theme-V .pi-title, .pi-theme-V .pi-secondary-font, .pi-theme-V ul.pi-image-collection-tabs li.current { background-color: #191970; background: linear-gradient(#2424A6 25%, #0E0E3D 75%) !important; }
    .pi-theme-V ul.pi-image-collection-tabs li, .pi-theme-V ul.pi-image-collection-tabs li.current:hover { background-color: #191970; }
    .pi-theme-V ul.pi-image-collection-tabs li:hover { background-color: #0000CD; }
    .pi-theme-V ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-V ::-webkit-scrollbar-thumb { background: #191970; border-radius: 6px; }
    .pi-theme-V ::-webkit-scrollbar-thumb:hover { background: #0000CD !important; }
    .pi-theme-V ::-webkit-scrollbar-thumb:active { background: #0000CD !important; }

.pi-theme-P, .pi-theme-P .pi-border-color { border-color: #FF00FF; }
    .pi-theme-P .pi-title, .pi-theme-P .pi-secondary-font, .pi-theme-P ul.pi-image-collection-tabs li.current { background-color: #FF69B4; background: linear-gradient(#FFA3D1 25%, #CC528F 75%) !important; }
    .pi-theme-P ul.pi-image-collection-tabs li, .pi-theme-P ul.pi-image-collection-tabs li.current:hover { background-color: #FF69B4; }
    .pi-theme-P ul.pi-image-collection-tabs li:hover { background-color: #FF00FF; }
    .pi-theme-P ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-P ::-webkit-scrollbar-thumb { background: #FF69B4; border-radius: 6px; }
    .pi-theme-P ::-webkit-scrollbar-thumb:hover { background: #FF00FF !important; }
    .pi-theme-P ::-webkit-scrollbar-thumb:active { background: #FF00FF !important; }

.pi-theme-S, .pi-theme-S .pi-border-color { border-color: #00BFFF; }
    .pi-theme-S .pi-title, .pi-theme-S .pi-secondary-font, .pi-theme-S ul.pi-image-collection-tabs li.current { background-color: #1E90FF; background: linear-gradient(#61B1FF 25%, #1672CC 75%) !important; }
    .pi-theme-S ul.pi-image-collection-tabs li, .pi-theme-S ul.pi-image-collection-tabs li.current:hover { background-color: #1E90FF; }
    .pi-theme-S ul.pi-image-collection-tabs li:hover { background-color: #00BFFF; }
    .pi-theme-S ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S ::-webkit-scrollbar-thumb { background: #1E90FF; border-radius: 6px; }
    .pi-theme-S ::-webkit-scrollbar-thumb:hover { background: #00BFFF !important; }
    .pi-theme-S ::-webkit-scrollbar-thumb:active { background: #00BFFF !important; }

.pi-theme-A, .pi-theme-A .pi-border-color { border-color: #A0522D; }
    .pi-theme-A .pi-title, .pi-theme-A .pi-secondary-font, .pi-theme-A ul.pi-image-collection-tabs li.current { background-color: #F4A460; background: linear-gradient(#F5C59D 25%, #BD814D 75%) !important; }
    .pi-theme-A ul.pi-image-collection-tabs li, .pi-theme-A ul.pi-image-collection-tabs li.current:hover { background-color: #F4A460; }
    .pi-theme-A ul.pi-image-collection-tabs li:hover { background-color: #A0522D; }
    .pi-theme-A ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-A ::-webkit-scrollbar-thumb { background: #F4A460; border-radius: 6px; }
    .pi-theme-A ::-webkit-scrollbar-thumb:hover { background: #A0522D !important; }
    .pi-theme-A ::-webkit-scrollbar-thumb:active { background: #A0522D !important; }

.pi-theme-F, .pi-theme-F .pi-border-color { border-color: #FFD700; }
    .pi-theme-F .pi-title, .pi-theme-F .pi-secondary-font, .pi-theme-F ul.pi-image-collection-tabs li.current { background-color: #FFFF66; background: linear-gradient(#FFFF9C 25%, #CFCF55 75%) !important; color: #000; }
    .pi-theme-F .pi-navigation:last-child a { color: #000; }
    .pi-theme-F ul.pi-image-collection-tabs li, .pi-theme-F ul.pi-image-collection-tabs li.current:hover { background-color: #FFFF66; color: #000; }
    .pi-theme-F ul.pi-image-collection-tabs li:hover { background-color: #FFD700; }
    .pi-theme-F ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-F ::-webkit-scrollbar-thumb { background: #FFFF66; border-radius: 6px; }
    .pi-theme-F ::-webkit-scrollbar-thumb:hover { background: #FFD700 !important; }
    .pi-theme-F ::-webkit-scrollbar-thumb:active { background: #FFD700 !important; }

.pi-theme-W, .pi-theme-W .pi-border-color { border-color: #228B22; }
    .pi-theme-W .pi-title, .pi-theme-W .pi-secondary-font, .pi-theme-W ul.pi-image-collection-tabs li.current { background-color: #7FFF00; background: linear-gradient(#A9FF54 25%, #64C900 75%) !important; color: #000; }
    .pi-theme-W .pi-navigation:last-child a { color: #000; }
    .pi-theme-W ul.pi-image-collection-tabs li, .pi-theme-W ul.pi-image-collection-tabs li.current:hover { background-color: #7FFF00; color: #000; }
    .pi-theme-W ul.pi-image-collection-tabs li:hover { background-color: #228B22; }
    .pi-theme-W ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-W ::-webkit-scrollbar-thumb { background: #7FFF00; border-radius: 6px; }
    .pi-theme-W ::-webkit-scrollbar-thumb:hover { background: #228B22 !important; }
    .pi-theme-W ::-webkit-scrollbar-thumb:active { background: #228B22 !important; }

.pi-theme-H, .pi-theme-H .pi-border-color { border-color: #FFF; }
    .pi-theme-H .pi-title, .pi-theme-H .pi-secondary-font, .pi-theme-H ul.pi-image-collection-tabs li.current { background-color: #FFF5CC; background: linear-gradient(#FFFDF2 25%, #D4CAA3 75%) !important; color: #000; }
    .pi-theme-H .pi-navigation:last-child a { color: #000; }
    .pi-theme-H ul.pi-image-collection-tabs li, .pi-theme-H ul.pi-image-collection-tabs li.current:hover { background-color: #FFF5CC; color: #000; }
    .pi-theme-H ul.pi-image-collection-tabs li:hover { background-color: #FFF; }
    .pi-theme-H ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-H ::-webkit-scrollbar-thumb { background: #FFF5CC; border-radius: 6px; }
    .pi-theme-H ::-webkit-scrollbar-thumb:hover { background: #FFF !important; }
    .pi-theme-H ::-webkit-scrollbar-thumb:active { background: #FFF !important; }

.pi-theme-U, .pi-theme-U .pi-border-color { border-color: #7FFF00; }
    .pi-theme-U .pi-title, .pi-theme-U .pi-secondary-font, .pi-theme-U ul.pi-image-collection-tabs li.current { background-color: #4169E1; background: linear-gradient(#7490E3 25%, #3352B0 75%) !important; }
    .pi-theme-U ul.pi-image-collection-tabs li, .pi-theme-U ul.pi-image-collection-tabs li.current:hover { background-color: #4169E1; }
    .pi-theme-U ul.pi-image-collection-tabs li:hover { background-color: #7FFF00; color: #000; }
    .pi-theme-U ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-U ::-webkit-scrollbar-thumb { background: #4169E1; border-radius: 6px; }
    .pi-theme-U ::-webkit-scrollbar-thumb:hover { background: #7FFF00 !important; }
    .pi-theme-U ::-webkit-scrollbar-thumb:active { background: #7FFF00 !important; }

.pi-theme-E, .pi-theme-E .pi-border-color { border-color: #7458C1; }
    .pi-theme-E .pi-title, .pi-theme-E .pi-secondary-font, .pi-theme-E ul.pi-image-collection-tabs li.current { background-color: #4B0082; background: linear-gradient(#6A00B8 25%, #35005C 75%) !important; }
    .pi-theme-E ul.pi-image-collection-tabs li, .pi-theme-E ul.pi-image-collection-tabs li.current:hover { background-color: #4B0082; }
    .pi-theme-E ul.pi-image-collection-tabs li:hover { background-color: #7458C1; }
    .pi-theme-E ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-E ::-webkit-scrollbar-thumb { background: #4B0082; border-radius: 6px; }
    .pi-theme-E ::-webkit-scrollbar-thumb:hover { background: #7458C1 !important; }
    .pi-theme-E ::-webkit-scrollbar-thumb:active { background: #7458C1 !important; }

.pi-theme-G, .pi-theme-G .pi-border-color { border-color: #6B8E23; }
    .pi-theme-G .pi-title, .pi-theme-G .pi-secondary-font, .pi-theme-G ul.pi-image-collection-tabs li.current { background-color: #7FFF00; background: linear-gradient(#A4FF4A 25%, #5FBF00 75%) !important; color: #000; }
    .pi-theme-G .pi-navigation:last-child a { color: #000; }
    .pi-theme-G ul.pi-image-collection-tabs li, .pi-theme-G ul.pi-image-collection-tabs li.current:hover { background-color: #7FFF00; color: #000; }
    .pi-theme-G ul.pi-image-collection-tabs li:hover { background-color: #6B8E23; color: #FFF; }
    .pi-theme-G ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-G ::-webkit-scrollbar-thumb { background: #7FFF00; border-radius: 6px; }
    .pi-theme-G ::-webkit-scrollbar-thumb:hover { background: #6B8E23 !important; }
    .pi-theme-G ::-webkit-scrollbar-thumb:active { background: #6B8E23 !important; }

.pi-theme-W2, .pi-theme-W2 .pi-border-color { border-color: #4682B4; }
    .pi-theme-W2 .pi-title, .pi-theme-W2 .pi-secondary-font, .pi-theme-W2 ul.pi-image-collection-tabs li.current { background-color: #59A4E3; background: linear-gradient(#97B6D1 25%, #37658C 75%) !important; }
    .pi-theme-W2 ul.pi-image-collection-tabs li, .pi-theme-W2 ul.pi-image-collection-tabs li.current:hover { background-color: #59A4E3; }
    .pi-theme-W2 ul.pi-image-collection-tabs li:hover { background-color: #4682B4; }
    .pi-theme-W2 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-W2 ::-webkit-scrollbar-thumb { background: #59A4E3; border-radius: 6px; }
    .pi-theme-W2 ::-webkit-scrollbar-thumb:hover { background: #4682B4 !important; }
    .pi-theme-W2 ::-webkit-scrollbar-thumb:active { background: #4682B4 !important; }

.pi-theme-PL, .pi-theme-PL .pi-border-color { border-color: #38EB86; }
    .pi-theme-PL .pi-title, .pi-theme-PL .pi-secondary-font, .pi-theme-PL ul.pi-image-collection-tabs li.current { background-color: #7FFFD4; background: linear-gradient(#B3FFE5 25%, #14C78B 75%) !important; color: #000; }
    .pi-theme-PL .pi-navigation:last-child a { color: #000; }
    .pi-theme-PL ul.pi-image-collection-tabs li, .pi-theme-PL ul.pi-image-collection-tabs li.current:hover { background-color: #7FFFD4; color: #000; }
    .pi-theme-PL ul.pi-image-collection-tabs li:hover { background-color: #38EB86; color: #FFF; }
    .pi-theme-PL ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-PL ::-webkit-scrollbar-thumb { background: #7FFFD4; border-radius: 6px; }
    .pi-theme-PL ::-webkit-scrollbar-thumb:hover { background: #38EB86 !important; }
    .pi-theme-PL ::-webkit-scrollbar-thumb:active { background: #38EB86 !important; }

.pi-theme-R, .pi-theme-R .pi-border-color { border-color: #7FFFD4; }
    .pi-theme-R .pi-title, .pi-theme-R .pi-secondary-font, .pi-theme-R ul.pi-image-collection-tabs li.current { background-color: #B0C4DE; background: linear-gradient(#CBFF96 25%, #FFFF85 75%) !important; color: #000; }
    .pi-theme-R .pi-navigation:last-child a { color: #000; }
    .pi-theme-R ul.pi-image-collection-tabs li, .pi-theme-R ul.pi-image-collection-tabs li.current:hover { background-color: #7FFFD4; }
    .pi-theme-R ul.pi-image-collection-tabs li:hover { background-color: #70DBB7; }
    .pi-theme-R ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-R ::-webkit-scrollbar-thumb { background: #7FFFD4; border-radius: 6px; }
    .pi-theme-R ::-webkit-scrollbar-thumb:hover { background: #70DBB7 !important; }
    .pi-theme-R ::-webkit-scrollbar-thumb:active { background: #70DBB7 !important; }

.pi-theme-SH, .pi-theme-SH .pi-border-color { border-color: #93D5DB; }
    .pi-theme-SH .pi-title, .pi-theme-SH .pi-secondary-font, .pi-theme-SH ul.pi-image-collection-tabs li.current { background-color: #E6CCFF; background: linear-gradient(#0066FF, #66FF99) !important; }
    .pi-theme-SH ul.pi-image-collection-tabs li, .pi-theme-SH ul.pi-image-collection-tabs li.current:hover { background-color: #17EBBA; }
    .pi-theme-SH ul.pi-image-collection-tabs li:hover { background-color: #93D5DB; }
    .pi-theme-SH ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-SH ::-webkit-scrollbar-thumb { background: #17EBBA; border-radius: 6px; }
    .pi-theme-SH ::-webkit-scrollbar-thumb:hover { background: #93D5DB !important; }
    .pi-theme-SH ::-webkit-scrollbar-thumb:active { background: #93D5DB !important; }

.pi-theme-SU, .pi-theme-SU .pi-border-color { border-color: #ECD1FA; }
    .pi-theme-SU .pi-title, .pi-theme-SU .pi-secondary-font, .pi-theme-SU ul.pi-image-collection-tabs li.current { background-color: #E6CCFF; background: linear-gradient(#FFCCFF 25%, #EECCFF 75%) !important; }
    .pi-theme-SU ul.pi-image-collection-tabs li, .pi-theme-SU ul.pi-image-collection-tabs li.current:hover { background-color: #E6CCFF; }
    .pi-theme-SU ul.pi-image-collection-tabs li:hover { background-color: #ECD1FA; }
    .pi-theme-SU ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-SU ::-webkit-scrollbar-thumb { background: #E6CCFF; border-radius: 6px; }
    .pi-theme-SU ::-webkit-scrollbar-thumb:hover { background: #ECD1FA !important; }
    .pi-theme-SU ::-webkit-scrollbar-thumb:active { background: #ECD1FA !important; }


/* ------------------------- */
/*       Styling 02          */
/* ------------------------- */

.pi-theme-S1, .pi-theme-S2, .pi-theme-S3, .pi-theme-S4, .pi-theme-S5, .pi-theme-S6, .pi-theme-S7, .pi-theme-S8, .pi-theme-MV, .pi-theme-SP, .pi-theme-PP, .pi-theme-WW, .pi-theme-LA, .pi-theme-WB, .pi-theme-Spell, .pi-theme-Game { border: solid 3px; }

.pi-theme-S1, .pi-theme-S1 .pi-border-color { border-color: rgba(255, 105, 180, 0.4); }
    .pi-theme-S1 .pi-title, .pi-theme-S1 .pi-secondary-font, .pi-theme-S1 ul.pi-image-collection-tabs li.current, .pi-theme-S1 ul.pi-image-collection-tabs li, .pi-theme-S1 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(255, 105, 180, 0.4); }
    .pi-theme-S1 ul.pi-image-collection-tabs li:hover { background-color: rgba(230, 96, 163, 0.4); }
    .pi-theme-S1 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S1 ::-webkit-scrollbar-thumb { background: rgba(255, 105, 180, 0.4); border-radius: 6px; }
    .pi-theme-S1 ::-webkit-scrollbar-thumb:hover { background: rgba(230, 96, 163, 0.4) !important; }
    .pi-theme-S1 ::-webkit-scrollbar-thumb:active { background: rgba(230, 96, 163, 0.4) !important; }

.pi-theme-S2, .pi-theme-S2 .pi-border-color { border-color: rgba(255, 69, 0, 0.4); }
    .pi-theme-S2 .pi-title, .pi-theme-S2 .pi-secondary-font, .pi-theme-S2 ul.pi-image-collection-tabs li.current, .pi-theme-S2 ul.pi-image-collection-tabs li, .pi-theme-S2 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(255, 69, 0, 0.4); }
    .pi-theme-S2 ul.pi-image-collection-tabs li:hover { background-color: rgba(227, 61, 0, 0.4); }
    .pi-theme-S2 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S2 ::-webkit-scrollbar-thumb { background: rgba(255, 69, 0, 0.4); border-radius: 6px; }
    .pi-theme-S2 ::-webkit-scrollbar-thumb:hover { background: rgba(227, 61, 0, 0.4) !important; }
    .pi-theme-S2 ::-webkit-scrollbar-thumb:active { background: rgba(227, 61, 0, 0.4) !important; }

.pi-theme-S3, .pi-theme-S3 .pi-border-color { border-color: rgba(238, 130, 238, 0.4); }
    .pi-theme-S3 .pi-title, .pi-theme-S3 .pi-secondary-font, .pi-theme-S3 ul.pi-image-collection-tabs li.current, .pi-theme-S3 ul.pi-image-collection-tabs li, .pi-theme-S3 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(238, 130, 238, 0.4); }
    .pi-theme-S3 ul.pi-image-collection-tabs li:hover { background-color: rgba(209, 115, 209, 0.4); }
    .pi-theme-S3 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S3 ::-webkit-scrollbar-thumb { background: rgba(238, 130, 238, 0.4); border-radius: 6px; }
    .pi-theme-S3 ::-webkit-scrollbar-thumb:hover { background: rgba(209, 115, 209, 0.4) !important; }
    .pi-theme-S3 ::-webkit-scrollbar-thumb:active { background: rgba(209, 115, 209, 0.4) !important; }

.pi-theme-S4, .pi-theme-S4 .pi-border-color { border-color: rgba(255, 0, 255, 0.4); }
    .pi-theme-S4 .pi-title, .pi-theme-S4 .pi-secondary-font, .pi-theme-S4 ul.pi-image-collection-tabs li.current, .pi-theme-S4 ul.pi-image-collection-tabs li, .pi-theme-S4 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(255, 0, 255, 0.4); }
    .pi-theme-S4 ul.pi-image-collection-tabs li:hover { background-color: rgba(222, 0, 222, 0.4); }
    .pi-theme-S4 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S4 ::-webkit-scrollbar-thumb { background: rgba(255, 0, 255, 0.4); border-radius: 6px; }
    .pi-theme-S4 ::-webkit-scrollbar-thumb:hover { background: rgba(222, 0, 222, 0.4) !important; }
    .pi-theme-S4 ::-webkit-scrollbar-thumb:active { background: rgba(222, 0, 222, 0.4) !important; }

.pi-theme-S5, .pi-theme-S5 .pi-border-color { border-color: rgba(255, 215, 0, 0.4); }
    .pi-theme-S5 .pi-title, .pi-theme-S5 .pi-secondary-font, .pi-theme-S5 ul.pi-image-collection-tabs li.current, .pi-theme-S5 ul.pi-image-collection-tabs li, .pi-theme-S5 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(255, 215, 0, 0.4); color: #000; }
    .pi-theme-S5 .pi-navigation:last-child a { color: #000; }
    .pi-theme-S5 ul.pi-image-collection-tabs li:hover { background-color: rgba(209, 176, 0, 0.4); }
    .pi-theme-S5 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S5 ::-webkit-scrollbar-thumb { background: rgba(255, 215, 0, 0.4); border-radius: 6px; }
    .pi-theme-S5 ::-webkit-scrollbar-thumb:hover { background: rgba(209, 176, 0, 0.4) !important; }
    .pi-theme-S5 ::-webkit-scrollbar-thumb:active { background: rgba(209, 176, 0, 0.4) !important; }

.pi-theme-S6, .pi-theme-S6 .pi-border-color { border-color: rgba(255, 218, 185, 0.4); }
    .pi-theme-S6 .pi-title, .pi-theme-S6 .pi-secondary-font, .pi-theme-S6 ul.pi-image-collection-tabs li.current, .pi-theme-S6 ul.pi-image-collection-tabs li, .pi-theme-S6 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(255, 218, 185, 0.4); color: #000; }
    .pi-theme-S6 .pi-navigation:last-child a { color: #000; }
    .pi-theme-S6 ul.pi-image-collection-tabs li:hover { background-color: rgba(219, 188, 160, 0.4); }
    .pi-theme-S6 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S6 ::-webkit-scrollbar-thumb { background: rgba(255, 218, 185, 0.4); border-radius: 6px; }
    .pi-theme-S6 ::-webkit-scrollbar-thumb:hover { background: rgba(219, 188, 160, 0.4) !important; }
    .pi-theme-S6 ::-webkit-scrollbar-thumb:active { background: rgba(219, 188, 160, 0.4) !important; }

.pi-theme-S7, .pi-theme-S7 .pi-border-color { border-color: rgba(127, 255, 212, 0.4); }
    .pi-theme-S7 .pi-title, .pi-theme-S7 .pi-secondary-font, .pi-theme-S7 ul.pi-image-collection-tabs li.current, .pi-theme-S7 ul.pi-image-collection-tabs li, .pi-theme-S7 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(127, 255, 212, 0.4); color: #000; }
    .pi-theme-S7 .pi-navigation:last-child a { color: #000; }
    .pi-theme-S7 ul.pi-image-collection-tabs li:hover { background-color: rgba(101, 201, 168, 0.4); }
    .pi-theme-S7 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S7 ::-webkit-scrollbar-thumb { background: rgba(127, 255, 212, 0.4); border-radius: 6px; }
    .pi-theme-S7 ::-webkit-scrollbar-thumb:hover { background: rgba(101, 201, 168, 0.4) !important; }
    .pi-theme-S7 ::-webkit-scrollbar-thumb:active { background: rgba(101, 201, 168, 0.4) !important; }

.pi-theme-S8, .pi-theme-S8 .pi-border-color { border-color: rgba(128, 0, 0, 0.4); }
    .pi-theme-S8 .pi-title, .pi-theme-S8 .pi-secondary-font, .pi-theme-S8 ul.pi-image-collection-tabs li.current, .pi-theme-S8 ul.pi-image-collection-tabs li, .pi-theme-S8 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(128, 0, 0, 0.4); }
    .pi-theme-S8 ul.pi-image-collection-tabs li:hover { background-color: rgba(176, 0, 0, 0.4); }
    .pi-theme-S8 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S8 ::-webkit-scrollbar-thumb { background: rgba(128, 0, 0, 0.4); border-radius: 6px; }
    .pi-theme-S8 ::-webkit-scrollbar-thumb:hover { background: rgba(176, 0, 0, 0.4) !important; }
    .pi-theme-S8 ::-webkit-scrollbar-thumb:active { background: rgba(176, 0, 0, 0.4) !important; }
    
.pi-theme-S9, .pi-theme-S9 .pi-border-color { border-color: rgba(255, 33, 33, 0.4); }
    .pi-theme-S9 .pi-title, .pi-theme-S9 .pi-secondary-font, .pi-theme-S9 ul.pi-image-collection-tabs li.current, .pi-theme-S9 ul.pi-image-collection-tabs li, .pi-theme-S9 ul.pi-image-collection-tabs li.current:hover { background-color: rgba(255, 33, 33, 0.4); }
    .pi-theme-S9 ul.pi-image-collection-tabs li:hover { background-color: rgba(224, 29, 29, 0.4); }
    .pi-theme-S9 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-S9 ::-webkit-scrollbar-thumb { background: rgba(255, 33, 33, 0.4); border-radius: 6px; }
    .pi-theme-S9 ::-webkit-scrollbar-thumb:hover { background: rgba(224, 29, 29, 0.4) !important; }
    .pi-theme-S9 ::-webkit-scrollbar-thumb:active { background: rgba(224, 29, 29, 0.4) !important; }

.pi-theme-MV, .pi-theme-MV .pi-border-color { border-color: rgba(65, 105, 225, 0.4); }
    .pi-theme-MV .pi-title, .pi-theme-MV .pi-secondary-font, .pi-theme-MV ul.pi-image-collection-tabs li.current, .pi-theme-MV ul.pi-image-collection-tabs li, .pi-theme-MV ul.pi-image-collection-tabs li.current:hover { background-color: rgba(65, 105, 225, 0.4); }
    .pi-theme-MV ul.pi-image-collection-tabs li:hover { background-color: rgba(48, 77, 166, 0.4); }
    .pi-theme-MV ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-MV ::-webkit-scrollbar-thumb { background: rgba(65, 105, 225, 0.4); border-radius: 6px; }
    .pi-theme-MV ::-webkit-scrollbar-thumb:hover { background: rgba(48, 77, 166, 0.4) !important; }
    .pi-theme-MV ::-webkit-scrollbar-thumb:active { background: rgba(48, 77, 166, 0.4) !important; }

.pi-theme-SP, .pi-theme-SP .pi-border-color { border-color: rgba(188, 143, 143, 0.4); }
    .pi-theme-SP .pi-title, .pi-theme-SP .pi-secondary-font, .pi-theme-SP ul.pi-image-collection-tabs li.current, .pi-theme-SP ul.pi-image-collection-tabs li, .pi-theme-SP ul.pi-image-collection-tabs li.current:hover { background-color: rgba(188, 143, 143, 0.4); }
    .pi-theme-SP ul.pi-image-collection-tabs li:hover { background-color: rgba(222, 93, 158, 0.4); }
    .pi-theme-SP ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-SP ::-webkit-scrollbar-thumb { background: rgba(188, 143, 143, 0.4); border-radius: 6px; }
    .pi-theme-SP ::-webkit-scrollbar-thumb:hover { background: rgba(222, 93, 158, 0.4) !important; }
    .pi-theme-SP ::-webkit-scrollbar-thumb:active { background: rgba(222, 93, 158, 0.4) !important; }

.pi-theme-PP, .pi-theme-PP .pi-border-color { border-color: rgba(139, 0, 139, 0.4); }
    .pi-theme-PP .pi-title, .pi-theme-PP .pi-secondary-font, .pi-theme-PP ul.pi-image-collection-tabs li.current, .pi-theme-PP ul.pi-image-collection-tabs li, .pi-theme-PP ul.pi-image-collection-tabs li.current:hover { background-color: rgba(139, 0, 139, 0.4); }
    .pi-theme-PP ul.pi-image-collection-tabs li:hover { background-color: rgba(189, 0, 189, 0.4); }
    .pi-theme-PP ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-PP ::-webkit-scrollbar-thumb { background: rgba(139, 0, 139, 0.4); border-radius: 6px; }
    .pi-theme-PP ::-webkit-scrollbar-thumb:hover { background: rgba(189, 0, 189, 0.4) !important; }
    .pi-theme-PP ::-webkit-scrollbar-thumb:active { background: rgba(189, 0, 189, 0.4) !important; }

.pi-theme-WW, .pi-theme-WW .pi-border-color { border-color: rgba(148, 0, 211, 0.4); }
    .pi-theme-WW .pi-title, .pi-theme-WW .pi-secondary-font, .pi-theme-WW ul.pi-image-collection-tabs li.current, .pi-theme-WW ul.pi-image-collection-tabs li, .pi-theme-WW ul.pi-image-collection-tabs li.current:hover { background-color: rgba(148, 0, 211, 0.4); }
    .pi-theme-WW ul.pi-image-collection-tabs li:hover { background-color: rgba(107, 0, 153, 0.4); }
    .pi-theme-WW ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-WW ::-webkit-scrollbar-thumb { background: rgba(148, 0, 211, 0.4); border-radius: 6px; }
    .pi-theme-WW ::-webkit-scrollbar-thumb:hover { background: rgba(107, 0, 153, 0.4) !important; }
    .pi-theme-WW ::-webkit-scrollbar-thumb:active { background: rgba(107, 0, 153, 0.4) !important; }

.pi-theme-LA, .pi-theme-LA .pi-border-color { border-color: rgba(50, 205, 50, 0.4); }
    .pi-theme-LA .pi-title, .pi-theme-LA .pi-secondary-font, .pi-theme-LA ul.pi-image-collection-tabs li.current, .pi-theme-LA ul.pi-image-collection-tabs li, .pi-theme-LA ul.pi-image-collection-tabs li.current:hover { background-color: rgba(50, 205, 50, 0.4); color: #000; }
    .pi-theme-LA .pi-navigation:last-child a { color: #000; }
    .pi-theme-LA ul.pi-image-collection-tabs li:hover { background-color: rgba(41, 163, 41, 0.4); }
    .pi-theme-LA ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-LA ::-webkit-scrollbar-thumb { background: rgba(50, 205, 50, 0.4); border-radius: 6px; }
    .pi-theme-LA ::-webkit-scrollbar-thumb:hover { background: rgba(41, 163, 41, 0.4) !important; }
    .pi-theme-LA ::-webkit-scrollbar-thumb:active { background: rgba(41, 163, 41, 0.4) !important; }

.pi-theme-WB, .pi-theme-WB .pi-border-color { border-color: rgba(0, 255, 60, 0.4); }
    .pi-theme-WB .pi-title, .pi-theme-WB .pi-secondary-font, .pi-theme-WB ul.pi-image-collection-tabs li.current { background-color: rgba(0, 255, 60, 0.4); color: #000; }
    .pi-theme-WB .pi-navigation:last-child a { color: #000; }
    .pi-theme-WB ul.pi-image-collection-tabs li, .pi-theme-WB ul.pi-image-collection-tabs li.current:hover { background-color: rgba(0, 255, 60, 0.4); color: #000; }
    .pi-theme-WB ul.pi-image-collection-tabs li:hover { background-color: rgba(0, 196, 46, 0.4); }
    .pi-theme-WB ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-WB ::-webkit-scrollbar-thumb { background: rgba(0, 255, 60, 0.4); border-radius: 6px; }
    .pi-theme-WB ::-webkit-scrollbar-thumb:hover { background: rgba(0, 196, 46, 0.4) !important; }
    .pi-theme-WB ::-webkit-scrollbar-thumb:active { background: rgba(0, 196, 46, 0.4) !important; }


/* ------------------------ */
/*        Stying 03         */
/* ------------------------ */

.pi-theme-Comic, .pi-theme-Book, .pi-theme-C1, .pi-theme-C2, .pi-theme-C3, .pi-theme-C4, .pi-theme-C5, .pi-theme-C6, .pi-theme-C7, .pi-theme-C8, .pi-theme-C9, .pi-theme-CW { border: solid 1px; }

.pi-theme-Comic { border-color: #B5B5FF; box-shadow: 0 0 10px 5px #B5B5FF; }
    .pi-theme-Comic .pi-border-color { border-color: #B5B5FF; }
    .pi-theme-Comic .pi-title, .pi-theme-Comic .pi-secondary-font, .pi-theme-Comic ul.pi-image-collection-tabs li.current, .pi-theme-Comic ul.pi-image-collection-tabs li, .pi-theme-Comic ul.pi-image-collection-tabs li.current:hover { background-color: #B5B5FF; }
    .pi-theme-Comic ul.pi-image-collection-tabs li { background-color: #9191FF; }
    .pi-theme-Comic ul.pi-image-collection-tabs li:hover { background-color: #E6E6FF; }
    .pi-theme-Comic ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Comic ::-webkit-scrollbar-thumb { background: #B5B5FF; border-radius: 6px; }
    .pi-theme-Comic ::-webkit-scrollbar-thumb:hover { background: #E6E6FF !important; }
    .pi-theme-Comic ::-webkit-scrollbar-thumb:active { background: #E6E6FF !important; }

.pi-theme-Book { border-color: #A8FFDB; box-shadow: 0 0 10px 5px #A8FFDB; }
    .pi-theme-Book .pi-border-color { border-color: #A8FFDB; }
    .pi-theme-Book .pi-title, .pi-theme-Book .pi-secondary-font, .pi-theme-Book ul.pi-image-collection-tabs li.current, .pi-theme-Book ul.pi-image-collection-tabs li.current:hover { background-color: #A8FFDB; color: #000; }
    .pi-theme-Book ul.pi-image-collection-tabs li { background-color: #7BEDBE; color:#000; }
    .pi-theme-Book .pi-navigation:last-child a { color: #000; }
    .pi-theme-Book ul.pi-image-collection-tabs li:hover { background-color: #E6FFF5; }
    .pi-theme-Book ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Book ::-webkit-scrollbar-thumb { background: #A8FFDB; border-radius: 6px; }
    .pi-theme-Book ::-webkit-scrollbar-thumb:hover { background: #E6FFF5 !important; }
    .pi-theme-Book ::-webkit-scrollbar-thumb:active { background: #E6FFF5 !important; }

.pi-theme-C1 { border-color: #FFC4E2; box-shadow: 0 0 10px 5px #FFC4E2; }
    .pi-theme-C1 .pi-border-color { border-color: #FFC4E2; }
    .pi-theme-C1 .pi-title, .pi-theme-C1 .pi-secondary-font, .pi-theme-C1 ul.pi-image-collection-tabs li.current, .pi-theme-C1 ul.pi-image-collection-tabs li, .pi-theme-C1 ul.pi-image-collection-tabs li.current:hover { background-color: #FFC4E2; color: #000; }
    .pi-theme-C1 ul.pi-image-collection-tabs li { background-color: #FF9CCE; }
    .pi-theme-C1 .pi-navigation:last-child a { color: #000; }
    .pi-theme-C1 ul.pi-image-collection-tabs li:hover { background-color: #FFDEEF; }
    .pi-theme-C1 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C1 ::-webkit-scrollbar-thumb { background: #FFC4E2; border-radius: 6px; }
    .pi-theme-C1 ::-webkit-scrollbar-thumb:hover { background: #FFDEEF !important; }
    .pi-theme-C1 ::-webkit-scrollbar-thumb:active { background: #FFDEEF !important; }

.pi-theme-C2 { border-color: #FFA685; box-shadow: 0 0 10px 5px #FFA685; }
    .pi-theme-C2 .pi-border-color { border-color: #FFA685; }
    .pi-theme-C2 .pi-title, .pi-theme-C2 .pi-secondary-font, .pi-theme-C2 ul.pi-image-collection-tabs li.current, .pi-theme-C2 ul.pi-image-collection-tabs li, .pi-theme-C2 ul.pi-image-collection-tabs li.current:hover { background-color: #FFA685; }
    .pi-theme-C2 ul.pi-image-collection-tabs li { background-color: #FF9269; }
    .pi-theme-C2 ul.pi-image-collection-tabs li:hover { background-color: #FFC2AB; }
    .pi-theme-C2 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C2 ::-webkit-scrollbar-thumb { background: #FFA685; border-radius: 6px; }
    .pi-theme-C2 ::-webkit-scrollbar-thumb:hover { background: #FFC2AB !important; }
    .pi-theme-C2 ::-webkit-scrollbar-thumb:active { background: #FFC2AB !important; }

.pi-theme-C3 { border-color: #EDB2ED; box-shadow: 0 0 10px 5px #EDB2ED; }
    .pi-theme-C3 .pi-border-color { border-color: #EDB2ED; }
    .pi-theme-C3 .pi-title, .pi-theme-C3 .pi-secondary-font, .pi-theme-C3 ul.pi-image-collection-tabs li.current, .pi-theme-C3 ul.pi-image-collection-tabs li, .pi-theme-C3 ul.pi-image-collection-tabs li.current:hover { background-color: #EDB2ED; color: #000; }
    .pi-theme-C3 ul.pi-image-collection-tabs li { background-color: #EB81EB; }
    .pi-theme-C3 .pi-navigation:last-child a { color: #000; }
    .pi-theme-C3 ul.pi-image-collection-tabs li:hover { background-color: #EBCEEB; }
    .pi-theme-C3 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C3 ::-webkit-scrollbar-thumb { background: #EDB2ED; border-radius: 6px; }
    .pi-theme-C3 ::-webkit-scrollbar-thumb:hover { background: #EBCEEB !important; }
    .pi-theme-C3 ::-webkit-scrollbar-thumb:active { background: #EBCEEB !important; }

.pi-theme-C4 { border-color: #FCA2FC; box-shadow: 0 0 10px 5px #FCA2FC; }
    .pi-theme-C4 .pi-border-color { border-color: #FCA2FC; }
    .pi-theme-C4 .pi-title, .pi-theme-C4 .pi-secondary-font, .pi-theme-C4 ul.pi-image-collection-tabs li.current, .pi-theme-C4 ul.pi-image-collection-tabs li, .pi-theme-C4 ul.pi-image-collection-tabs li.current:hover { background-color: #FCA2FC; color: #000; }
    .pi-theme-C4 ul.pi-image-collection-tabs li { background-color: #FA7AFA; }
    .pi-theme-C4 .pi-navigation:last-child a { color: #000; }
    .pi-theme-C4 ul.pi-image-collection-tabs li:hover { background-color: #FFB8FF; }
    .pi-theme-C4 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C4 ::-webkit-scrollbar-thumb { background: #FCA2FC; border-radius: 6px; }
    .pi-theme-C4 ::-webkit-scrollbar-thumb:hover { background: #FFB8FF !important; }
    .pi-theme-C4 ::-webkit-scrollbar-thumb:active { background: #FFB8FF !important; }

.pi-theme-C5 { border-color: #FCE97E; box-shadow: 0 0 10px 5px #FCE97E; }
    .pi-theme-C5 .pi-border-color { border-color: #FCE97E; }
    .pi-theme-C5 .pi-title, .pi-theme-C5 .pi-secondary-font, .pi-theme-C5 ul.pi-image-collection-tabs li.current, .pi-theme-C5 ul.pi-image-collection-tabs li, .pi-theme-C5 ul.pi-image-collection-tabs li.current:hover { background-color: #FCE97E; color: #000; }
    .pi-theme-C5 ul.pi-image-collection-tabs li { background-color: #F5DC4E; }
    .pi-theme-C5 .pi-navigation:last-child a { color: #000; }
    .pi-theme-C5 ul.pi-image-collection-tabs li:hover { background-color: #EDE19D; }
    .pi-theme-C5 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C5 ::-webkit-scrollbar-thumb { background: #FCE97E; border-radius: 6px; }
    .pi-theme-C5 ::-webkit-scrollbar-thumb:hover { background: #EDE19D !important; }
    .pi-theme-C5 ::-webkit-scrollbar-thumb:active { background: #EDE19D !important; }

.pi-theme-C6 { border-color: #FFDAB9; box-shadow: 0 0 10px 5px #FFDAB9; }
    .pi-theme-C6 .pi-border-color { border-color: #FFDAB9; }
    .pi-theme-C6 .pi-title, .pi-theme-C6 .pi-secondary-font, .pi-theme-C6 ul.pi-image-collection-tabs li.current, .pi-theme-C6 ul.pi-image-collection-tabs li, .pi-theme-C6 ul.pi-image-collection-tabs li.current:hover { background-color: #FFDAB9; color: #000; }
    .pi-theme-C6 ul.pi-image-collection-tabs li { background-color: #F2BE8F; }
    .pi-theme-C6 .pi-navigation:last-child a { color: #000; }
    .pi-theme-C6 ul.pi-image-collection-tabs li:hover { background-color: #FFECDB; }
    .pi-theme-C6 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C6 ::-webkit-scrollbar-thumb { background: #FFDAB9; border-radius: 6px; }
    .pi-theme-C6 ::-webkit-scrollbar-thumb:hover { background: #FFECDB !important; }
    .pi-theme-C6 ::-webkit-scrollbar-thumb:active { background: #FFECDB !important; }

.pi-theme-C7 { border-color: #86F0CE; box-shadow: 0 0 10px 5px #86F0CE; }
    .pi-theme-C7 .pi-border-color { border-color: #86F0CE; }
    .pi-theme-C7 .pi-title, .pi-theme-C7 .pi-secondary-font, .pi-theme-C7 ul.pi-image-collection-tabs li.current, .pi-theme-C7 ul.pi-image-collection-tabs li, .pi-theme-C7 ul.pi-image-collection-tabs li.current:hover { background-color: #86F0CE; color: #000; }
    .pi-theme-C7 ul.pi-image-collection-tabs li { background-color: #51E8B8; }
    .pi-theme-C7 .pi-navigation:last-child a { color: #000; }
    .pi-theme-C7 ul.pi-image-collection-tabs li:hover { background-color: #B5EBD9; }
    .pi-theme-C7 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C7 ::-webkit-scrollbar-thumb { background: #86F0CE; border-radius: 6px; }
    .pi-theme-C7 ::-webkit-scrollbar-thumb:hover { background: #B5EBD9 !important; }
    .pi-theme-C7 ::-webkit-scrollbar-thumb:active { background: #B5EBD9 !important; }

.pi-theme-C8 { border-color: #824A4A; box-shadow: 0 0 10px 5px #824A4A; }
    .pi-theme-C8 .pi-border-color { border-color: #824A4A; }
    .pi-theme-C8 .pi-title, .pi-theme-C8 .pi-secondary-font, .pi-theme-C8 ul.pi-image-collection-tabs li.current, .pi-theme-C8 ul.pi-image-collection-tabs li, .pi-theme-C8 ul.pi-image-collection-tabs li.current:hover { background-color: #824A4A; }
    .pi-theme-C8 ul.pi-image-collection-tabs li { background-color: #752E2E; }
    .pi-theme-C8 ul.pi-image-collection-tabs li:hover { background-color: #806161; }
    .pi-theme-C8 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C8 ::-webkit-scrollbar-thumb { background: #824A4A; border-radius: 6px; }
    .pi-theme-C8 ::-webkit-scrollbar-thumb:hover { background: #806161 !important; }
    .pi-theme-C8 ::-webkit-scrollbar-thumb:active { background: #806161 !important; }

.pi-theme-C9 { border-color: #FA7D7D; box-shadow: 0 0 10px 5px #FA7D7D; }
    .pi-theme-C9 .pi-border-color { border-color: #FA7D7D; }
    .pi-theme-C9 .pi-title, .pi-theme-C9 .pi-secondary-font, .pi-theme-C9 ul.pi-image-collection-tabs li.current, .pi-theme-C9 ul.pi-image-collection-tabs li, .pi-theme-C9 ul.pi-image-collection-tabs li.current:hover { background-color: #FA7D7D; }
    .pi-theme-C9 ul.pi-image-collection-tabs li { background-color: #EB5E5E; }
    .pi-theme-C9 ul.pi-image-collection-tabs li:hover { background-color: #EB9B9B; }
    .pi-theme-C9 ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-C9 ::-webkit-scrollbar-thumb { background: #FA7D7D; border-radius: 6px; }
    .pi-theme-C9 ::-webkit-scrollbar-thumb:hover { background: #EB9B9B !important; }
    .pi-theme-C9 ::-webkit-scrollbar-thumb:active { background: #EB9B9B !important; }

.pi-theme-CW { border-color: #B15FD4; box-shadow: 0 0 10px 5px #B15FD4; }
    .pi-theme-CW .pi-border-color { border-color: #B15FD4; }
    .pi-theme-CW .pi-title, .pi-theme-CW .pi-secondary-font, .pi-theme-CW ul.pi-image-collection-tabs li.current, .pi-theme-CW ul.pi-image-collection-tabs li, .pi-theme-CW ul.pi-image-collection-tabs li.current:hover { background-color: #B15FD4; }
    .pi-theme-CW ul.pi-image-collection-tabs li { background-color: #9D3AC7; }
    .pi-theme-CW ul.pi-image-collection-tabs li:hover { background-color: #B980D1; }
    .pi-theme-CW ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-CW ::-webkit-scrollbar-thumb { background: #B15FD4; border-radius: 6px; }
    .pi-theme-CW ::-webkit-scrollbar-thumb:hover { background: #B980D1 !important; }
    .pi-theme-CW ::-webkit-scrollbar-thumb:active { background: #B980D1 !important; }


/* ------------------------ */
/*        Styling 04        */
/* ------------------------ */

.pi-theme-Spell, .pi-theme-Spell .pi-border-color { border-color: #000; }
    .pi-theme-Spell .pi-title, .pi-theme-Spell .pi-secondary-background { background-color: #000; }
    .pi-theme-Spell .pi-data-label, .pi-theme-Spell ul.pi-image-collection-tabs li.current, .pi-theme-Spell ul.pi-image-collection-tabs li:hover { background-color: #7ECA8A; }
    .pi-theme-Spell ul.pi-image-collection-tabs li { background-color: #000; }
    .pi-theme-Spell ul.pi-image-collection-tabs li:hover, .pi-theme-Spell ul.pi-image-collection-tabs li.current:hover { background-color: #4E8056; }
    .pi-theme-Spell ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Spell ::-webkit-scrollbar-thumb { background: #7ECA8A; border-radius: 6px; }
    .pi-theme-Spell ::-webkit-scrollbar-thumb:hover { background: #4E8056 !important; }
    .pi-theme-Spell ::-webkit-scrollbar-thumb:active { background: #000 !important; }


/* ------------------------- */
/*        Styling 05         */
/* ------------------------- */

.pi-theme-Song, .pi-theme-Song .pi-border-color { border-color: #F53580; }
    .pi-theme-Song .pi-title, .pi-theme-Song .pi-secondary-font, .pi-theme-Song ul.pi-image-collection-tabs li.current, .pi-theme-Song ul.pi-image-collection-tabs li:hover { background-image: url('https://images.wikia.nocookie.net/winx/images/2/2a/Sfondo_special.gif'); }
    .pi-theme-Song ul.pi-image-collection-tabs li, .pi-theme-Song ul.pi-image-collection-tabs li.current:hover { background-color: #F53580; }
    .pi-theme-Song ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Song ::-webkit-scrollbar-thumb { background: #F53580; border-radius: 6px; }
    .pi-theme-Song ::-webkit-scrollbar-thumb:hover { background: #D12C6C !important; }
    .pi-theme-Song ::-webkit-scrollbar-thumb:active { background: #D12C6C !important; }


/* ------------------------- */
/*        Styling 06         */
/* ------------------------- */

.pi-theme-Game { border: 3px dashed; }
    .pi-theme-Game, .pi-theme-Game .pi-border-color { border-color: rgba(255, 255, 255, 0.75) }
    .pi-theme-Game .pi-title, .pi-theme-Game .pi-secondary-font, .pi-theme-Game ul.pi-image-collection-tabs li.current, .pi-theme-Game ul.pi-image-collection-tabs li:hover { color: #000; background-color: hsl(55,45%,90%);  background-image: linear-gradient(-116deg, transparent 40%, hsl(0,80%,80%) 0, hsl(0,80%,80%) 42%, transparent 42%), linear-gradient( 116deg, transparent 41%, hsl(0,80%,80%) 0, hsl(0,80%,80%) 43%, transparent 43%), linear-gradient(-116deg, transparent 40%, hsl(0,0%,40%) 0, hsl(0,0%,40%) 42%, transparent 42%), linear-gradient(116deg, transparent 41%, hsl(0,0%,40%) 41%, hsl(0,0%,40%) 43%, transparent 43%), linear-gradient(-115deg, hsl(0,0%,40%) 16.5%, transparent 0 ), linear-gradient(-65deg, hsl(0,0%,40%) 16.5%, transparent 0), linear-gradient(115deg, hsl(0,0%,40%) 16.5%, transparent 0), linear-gradient(65deg, hsl(0,0%,40%) 16.5%, transparent 0), linear-gradient(-115deg, hsl(0,80%,80%) 16.5%, transparent 0), linear-gradient(-65deg, hsl(0,80%,80%) 16.5%, transparent 0), linear-gradient(115deg, hsl(0,80%,80%) 16.5%, transparent 0), linear-gradient(65deg, hsl(0,80%,80%) 16.5%, transparent 0); background-size: 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em, 8em 8em; background-position: 3em -8em, -3em -8em, -9em 8em, 9em 8em, 0, 0, 0, 0, 4em, 4em, 4em, 4em; text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF; }
    .pi-theme-Game ul.pi-image-collection-tabs li, .pi-theme-Game ul.pi-image-collection-tabs li.current:hover { background-color: rgba(89, 89, 89, .3); }
    .pi-theme-Game ul.pi-image-collection-tabs li:hover { background-color: rgba(194, 194, 194, .2); }
    .pi-theme-Game .pi-navigation:last-child a { color: #000; }
    .pi-theme-Game ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Game ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .2); border-radius: 6px; }
    .pi-theme-Game ::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, .3) !important; }
    .pi-theme-Game ::-webkit-scrollbar-thumb:active { background: rgba(255, 255, 255, .3) !important; }


/* ------------------------ */
/*        Stying 07         */
/* ------------------------ */

.pi-theme-Wiki { border: 3px groove; }
	.pi-theme-Wiki, .pi-theme-Wiki .pi-border-color { border-color: #BFE6EF; background-color: #E6F5F9; }
    .pi-theme-Wiki .pi-title, .pi-theme-Wiki .pi-secondary-font, .pi-theme-Wiki ul.pi-image-collection-tabs li.current:hover { background-color: #BFE6EF; color: #000; }
    .pi-theme-Wiki ul.pi-image-collection-tabs li.current { background-color: #BFE6EF; }
    .pi-theme-Wiki ul.pi-image-collection-tabs li { background-color: #A3C2C9; color: #000; }
    .pi-theme-Wiki .pi-navigation:last-child a { color: #000; }
    .pi-theme-Wiki ul.pi-image-collection-tabs li:hover, .pi-theme-Wiki ul.pi-image-collection-tabs li.current:hover { background-color: #E6FFF5; }
    .pi-theme-Wiki ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Wiki ::-webkit-scrollbar-thumb { background: #BFE6EF; border-radius: 6px; }
    .pi-theme-Wiki ::-webkit-scrollbar-thumb:hover { background: #E6FFF5 !important; }
    .pi-theme-Wiki ::-webkit-scrollbar-thumb:active { background: #A3C2C9 !important; }


/* ------------------------ */
/*        Stying 08         */
/* ------------------------ */

.pi-theme-Transformation, .pi-theme-Transformation .pi-border-color { border-color: #0F52BA; }
    .pi-theme-Transformation .pi-title, .pi-theme-Transformation .pi-data-label, .pi-theme-Transformation ul.pi-image-collection-tabs li.current, .pi-theme-Transformation .pi-section-navigation .pi-section-active, .pi-theme-Transformation .pi-navigation { background-image: url('https://images.wikia.nocookie.net/winx/images/b/be/Blue-baddie-17.jpg'); }
    .pi-theme-Transformation .pi-secondary-background, .pi-theme-Transformation ul.pi-image-collection-tabs li, .pi-theme-Transformation ul.pi-image-collection-tabs li.current:hover, .pi-theme-Transformation .pi-section-navigation { background-color: #0F52BA; }
    .pi-theme-Transformation ul.pi-image-collection-tabs li:hover, .pi-theme-Transformation .pi-section-navigation .pi-section-tab:hover { background-color: #0B3D8A; }
    .pi-theme-Transformation ::-webkit-scrollbar { width: 12px; height: 12px; }
    .pi-theme-Transformation ::-webkit-scrollbar-thumb { background: #0F52BA; border-radius: 6px; }
    .pi-theme-Transformation ::-webkit-scrollbar-thumb:hover { background: #0B3D8A !important; }
    .pi-theme-Transformation ::-webkit-scrollbar-thumb:active { background-image: url('https://images.wikia.nocookie.net/winx/images/b/be/Blue-baddie-17.jpg') !important; }