/* custom CSS file */


/* F2P Updates */

.body.install-features-matrix {
    justify-content: center;
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-planet-tower.webp), linear-gradient(180deg, #101010, #171a21, #3d4566);
    background-position: top 0px center, top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 1920px, contain !important;

    .fg-unity-install-block {
        margin-top: 0px;
    }
    
.license-name-block.core-license-name-block.f2p-update {
    justify-content: center;
}

.license-block.core-license.fg-unity-compare.f2p-comparison {
    gap: 0px;
}

.f2p-comparison-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
    max-width: 640px;
    text-align: center;
    text-wrap: balance;
    color: white;
    
    a {
        font-family: 'Lato', sans-serif;
    }
}
    
}

  a.nav-link.w-nav-link.library-nav:before {
      content: "BETA";
      position: absolute;
      font-size: 10px;
	  color: white !important;
      font-family: Lato;
      background: #006a74;
      display: flex;
      height: 14px;
      width: 32px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      border: 1px solid #00d740;
      left: -10px;
      top: 10px;
  }
  
	 nav.nav-menu.w-nav-menu a.top-nav-menu-list-link:hover {
		color: #fff !important;
	}
  
  a.nav-link.w-nav-link.library-nav {
		white-space: nowrap;
	}
	
a.nav-link.w-nav-link.library-nav.library-nav-mobile:before {
    display: none;
}

  a.nav-link.w-nav-link.library-nav.library-nav-mobile:after {
      content: "BETA";
      position: absolute;
      font-size: 10px;
	  color: white !important;
      font-family: Lato;
      background: #006a74;
      display: flex;
      height: 14px;
      width: 32px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      border: 1px solid #00d740;
      left: 118px;
      top: 10px;
  }

.body.f2p-update {
    
    .trending-products-section {
        background-color: transparent;
        background: linear-gradient(0deg, #101010, transparent);
		border-bottom: none !important;
    }
    
}

body.f2p-update:has(.product-listing-section) {
    div#menuspacer {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .body:has(.f2p-update) .slide-container {
        background-position: 70px 0 !important;
        background-size: cover !important;
        justify-content: center;
        background-image: url(/images/hero-bg-fg-f2p.webp);
        align-items: center;
        padding-left: 100px;
    }
}

@media screen and (max-width: 767px) {
    .body:has(.f2p-update) .slide-container {
        background-image: linear-gradient(180deg, #101010, transparent), url(/images/hero-bg-fg-f2p.webp) !important;
        background-position: right !important;
        padding-left: 0;
    }
}

.body:has(.f2p-update) {
    
    .slide-container {
        background-image: url(/images/hero-bg-fg-f2p.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 1400px;
    }
    
    .headline-span {
        color: #96ce91;
        margin-left: 38px;
        font-family: Lato, sans-serif;
        font-size: 24px;
    }
    
    .heading-3 {
        line-height: 26px;
		font-size: 25px;
    }
    
}

.license-block.f2p-update:not(.core-license, .ultimate-license) img.cover-image {
    top: 2px;
}

.license-block.f2p-update.core-license img.cover-image {
    top: 6px;
	right: 12px;
}

.license-block.f2p-update {
    background-color: #000;
    background-image: url(/images/blue-texture.jpg);
    background-position: 50% 100%;
    background-size: auto;
}

.license-block.f2p-update.core-license {
    background-color: #000;
    background-image: url(/images/green-texture.png);
    background-position: 50% 100%;
    background-size: auto;
}

.license-block.f2p-update.ultimate-license {
    background-color: #000;
    background-image: url(/images/brown-texture.jpg);
    background-position: 50% 100%;
    background-size: auto;
}

.license-block.f2p-update {
    
    .license-name-block {
        background-color: rgba(0, 106, 116, .6);
        border-top: 1px solid #0084ff;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
    }
    
    .license-name-block.ultime-license-name-block {
        background-color: rgba(129, 114, 0, .6);
        border-top: 1px solid #daa520;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
    }
    
    .license-name-block.core-license-name-block {
        background-color: rgba(0, 100, 27, .6);
        border-color: rgb(0, 215, 64);
    }
    
    
    
    .license-name-block.core-license-name-block:before {
        content: "1";
        display: block;
        color: white;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: 7px;
        font-family: 'Lato';
        left: -16px;
        background: radial-gradient(#101010, #00d740 250%);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        padding: 4px;
        border: 1px solid #00d740;
    }

    .license-name-block:before {
        content: "2";
        display: block;
        color: white;
        font-size: 18px;
        font-family: 'Lato';
        font-weight: bold;
        position: absolute;
        top: 7px;
        left: -16px;
        background: radial-gradient(#101010, #0084ff 250%);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        padding: 4px;
        border: 1px solid #0084ff;
    }

    .license-name-block.ultime-license-name-block:before {
        content: "3";
        display: block;
        color: white;
        font-size: 18px;
        font-family: 'Lato';
        font-weight: bold;
        position: absolute;
        top: 7px;
        left: -16px;
        background: radial-gradient(#101010, #daa520 250%);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        padding: 4px;
        border: 1px solid #daa520;
    }
    
}


.license-name {
    font-size: 23px;
}

.license-block-text {
    max-width: 290px;
}

.license-block {
	height: 225px;
}




/* Claim Rewards Page Updates */

body:has(document[filename="claimRewards.php"]):not(:has(div#rewards-container)) {
    background-image: url(/images/fg-body-bg-claim-rewards.webp);
    background-position: top 0px left calc(50% - 48px);
    background-repeat: no-repeat !important;
    background-size: 2040px !important;
    color: white;
    text-align: center;
    background-color: #171a21;
    padding-bottom: 300px;
    position: relative;
    
    h2 {
        color: #ffc229;
        text-align: center;
        text-transform: uppercase;
        font-family: Poppins, sans-serif;
        font-size: 32px;
        display: block;
        margin-top: 32px;
    }
    
    div#flash-messages {
        max-width: 800px;
        margin: auto;
        margin-top: 32px;
    }
    
    hr {
        display: none;
    }
    
    .smallnote {
        margin-top: 32px !important;
        font-family: Lato, sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        padding: 0px 8px;
        text-wrap: balance;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        text-shadow: 2px 2px 6px #101010;
        color: #67c1d3;
    }
    
}

body:has(document[filename="claimRewards.php"]) {
    background-image: url(/images/fg-body-bg-claim-rewards.webp);
    background-position: top 0px left calc(50% - 48px);
    background-repeat: no-repeat !important;
    background-size: 2040px !important;
    color: white;
    text-align: center;
    
	input:not(.button) {
		color: black;
	}

        #flash-messages:has(div) {
            margin-top: 16px;
            margin-bottom: 8px;
            background: #101010;
            display: block;
            padding: 16px;
            border-radius: 8px;
            border: 1px solid goldenrod;
        }
    
    .container.centered form[action="/forums/login.php"] {
        display: flex;
        justify-content: center;
        
        
        table td {
            padding: 8px;
            
            &.smallfont {
                text-transform: uppercase;
                font-weight: bold;
            }
            
            input:not(input[type="checkbox"]) {
                width: 160px;
                height: 24px;
            }
            
            input[type="checkbox"] {
                margin-right: 6px;
                position: relative;
                top: 1px;
            }
            
            label[for="cb_cookieuser_navbar"] {
                text-transform: capitalize;
            }
            
            input.button {
                text-transform: uppercase;
                background-color: #006a74;
                border: 1px solid rgba(0, 191, 255, .6);
                border-radius: 4px;
                justify-content: center;
                background-image: none;
                height: 26px !important;
                padding: 0px;
                min-height: 24px;
                font-family: Poppins, sans-serif;
                font-size: 14px;
                font-weight: 700;
            }
        }
    }
    
    #rewards-container {
        padding-top: 32px;
        color: white;
        font-family: Lato, sans-serif;
        font-size: 18px;
        line-height: 24px;
        max-width: 1400px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin: auto;
        padding-bottom: 48px;
        
        p {
            text-align: center;
        }
        
        .smallnote, > p:first-child, > p:nth-child(2) {
            font-family: Lato, sans-serif;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            padding: 0px 8px;
            text-wrap: balance;
            max-width: 960px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 2px 2px 6px #101010;
        }
        
        .smallnote {
            color: #67c1d3;
        }
        
        a {
            color: #67c1f5;
            text-decoration: none;
            font-family: Lato, sans-serif;
            font-size: 18px;
            line-height: 24px;
        }
        
        h2 {
            color: #ffc229;
            margin-top: 24px;
            text-align: center;
            text-transform: uppercase;
            max-width: 1600px;
            font-family: Poppins, sans-serif;
            font-size: 32px;
            display: block;
        }
        
        .product-list {
            grid-column-gap: 48px;
            grid-row-gap: 48px;
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            max-width: 1400px;
            display: flex;
            padding-bottom: 48px;
            
            .product-card:has(.already-claimed-label) {
                border-color: #333;
            }
            .product-card {
                border-radius: 16px;
                
                .price-block {
                    margin-bottom: -10px !important;
                }
            }
            
            .product-card-content-block {
                background: linear-gradient(#101010, #2e344c);
            }
            
            .product-card-content-block:has(.already-claimed-label) {
                background: linear-gradient(#101010);
            }
            
        }
        
        .submit-bar {
            background: linear-gradient(0deg, #171a21, #101010);
            border-top: 2px solid goldenrod;
            padding-top: 24px;
            padding-bottom: 24px;
            
            &:before {
                content:"";
                display: block;
                pointer-events: none;
                height: 64px;
                width: calc(100% + 16px);
                background: linear-gradient(0deg, #171a21, transparent);
                position: relative;
                left: -8px;
                top: -34px;
                margin-top: -56px;
                
            }
        }
        
        span.label-text {
            color: goldenrod;
            text-transform: uppercase;
            font-size: 14px;
            top: 1px;
            position: relative;
            margin-left: 4px;
        }
        
        span.label-text.claim-label-giftable {
            color: #ff92f6;
        }
        
        .already-claimed-label {
            color: white;
            text-transform: uppercase;
            font-size: 14px;
            font-style: italic;
        }
        
        hr {
            display: none;
        }
        
        button.w-button {
            background-color: #4c6b22;
            border: 1px solid #beee11;
            text-transform: uppercase;
            border-radius: 8px;
            justify-content: center;
            align-items: center;
            width: 170px;
            height: 48px;
            margin-bottom: 20px;
            font-family: Poppins, sans-serif;
            font-size: 14px;
            font-weight: 700;
            display: flex;
            margin: auto;
        }
        
    }
    
    .free-price {
        color: #beee11;
        text-align: center;
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .original-price {
      color: #e54545;
      text-align: center;
      font-family: Poppins, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-decoration: line-through;
    }
    
}

/* New Login Page */

.fg-login-page {
    padding-bottom: 0px;
    background: url('https://www.fantasygrounds.com/images/login-background.webp');
    background-repeat: no-repeat;
    background-size: 2400px;
    background-position: top center;
    background-color: #171a21;
}

.fg-login-page .login-container {
    background-color: transparent;
    color: white;
    font-family: 'Lato';
    border-radius: 16px;
    padding: 32px;
    width: 340px;
    padding-top: 100px;
    background: url('https://www.fantasygrounds.com/images/login-bg-top.png'), linear-gradient(transparent, #001c31);
    background-size: 340px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #f8e3ab;
    
    h2 {
        font-family: 'Poppins';
        text-transform: uppercase;
        font-size: 24px;
        color: white;
    }
	
	p {
		text-align: center;
	}
    
    input {
        border-radius: 0px !important;
    }
    
    .privacy-notice {
        margin-top: 4px;
        margin-bottom: 12px;
        color: #CFCFCF;
        text-wrap: balance;
        line-height: 1.5;
    }
    
    label {
        margin-top: 8px;
        color: goldenrod;
        text-transform: uppercase;
        font-family: 'Poppins';
    }
    
    label.remember-me {
        margin-top: 24px;
        margin-bottom: 24px;
        color: white;
        display: flex;
        justify-content: center;
        font-weight: normal;
        font-family: 'Lato';
        
        input {
            margin: 0px;
            margin-right: 6px;
        }
        
    }
    
	a {
		color: #67c1f5 !important;
		text-decoration: none !important;
		}

	a:hover {
		color: #ffd300 !important;
		text-decoration: none !important;
	}
    
    .links {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
    
	button {
		margin-top: 16px;
		text-transform: uppercase;
		background-color: #006a74;
		border: 1px solid rgba(0, 191, 255, .6);
		border-radius: 8px;
		justify-content: center;
		align-items: center;
		height: 48px;
		margin-bottom: 20px;
		font-family: Poppins, sans-serif;
		font-size: 14px;
		font-weight: 700;
		display: flex;
	}
    
    button:hover {
        background-color: #d17600;
    }
}


/* Forums Header Logo Override */

body:has(div[data-baseurl="https://www.fantasygrounds.com/forums"]) .site-logo a {
    display: block;
    height: 50px;
    width: 220px;
    background: url(https://www.fantasygrounds.com/images/FG-Logo-Outlined.png) no-repeat;
    background-size: contain;
    margin-left: 16px;
}
	
body:has(div[data-baseurl="https://www.fantasygrounds.com/forums"]) .site-logo a img {
    display: none;
}

/* Forge Homepage Carousel Slide */

.dnd50-block.pf2e-block.forge-block {
    background-image: url(https://www.fantasygrounds.com/images/forge-hero-bg-01.jpg);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    height: 100%;
    display: flex
;
}

.slide-container.not-first-slide.dnd50-slide.pf2e-remaster-bundle-slide.forge-slide {
    background-image: url(/images/forge-hero-bg-02.webp);
    background-position: 100px 0;
    background-size: 1400px;
    padding-left: 108px;
}

.forge-slide.pf2e-remaster-bundle-slide .slide-description {
    color: goldenrod;
}


/* Daggerheart Temporary Landing Page */


body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .copyright-DP {
	margin-top: 24px;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) {
    background-color: #24135f !important;
    background-image: linear-gradient(90deg,#18094d 30%,#1c085F00 70%), url(https://www.fantasygrounds.com/images/DH-Landing-Cover-BG.webp) !important;
    background-size: cover !important;
    background-position: top center !important;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-title-container {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-page-title-container {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) section.recommendations-section {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .top-top-matter {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .top-bottom-matter-left {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-details-description-block {
    max-width: 512px;
    text-wrap: pretty;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) p.delete-after + p {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) p.delete-after + p + p {
    display: none;
}


body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-details-description-block h2 {
    font-size: 20px;
    color: #e7c74b;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .signup-block {
    margin-top: 24px;
    background-color: #0e042c;
    color: white;
    text-wrap: pretty;
    border-color: #e7c74b;
    padding: 24px;
    max-width: 500px;
    display: block;
    border-radius: 8px;
    border: 1px solid #e7c74b;  
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) a.signup-block:hover {
    margin-top: 24px;
    background-color: #321686;
    color: #67c1f5 !important;
    text-wrap: pretty;
    border-color: #e7c74b;
    padding: 24px;
    max-width: 500px;
    display: block;
    border-radius: 8px;
    border: 1px solid #e7c74b;  
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .link-alike {
    font-weight: bold;
    color: #67c1f5;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-details-description-block img {
    margin-left: -16px;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-details-description-block > p:last-of-type {
    display: none;
}

body:has(a[href="https://www.daggerheart.com/"]):has(a[href="https://lp.constantcontactpages.com/sl/vPft2cm/newsletter"]):has(a[href="https://www.fantasygrounds.com/home/Discord.php"]) .product-details-description-block > p:nth-last-of-type(2) {
    display: none;
}


/* Cart Alignment Fix */

#tblShoppingCart_wrapper tfoot tr th:last-of-type {
    width: 92px;
}


@media screen and (max-width: 990px) {

    #tblShoppingCart_wrapper tfoot tr th:last-of-type {
        width: 42px;
    }
    
}


/* Automated Sale Updates */

#license-sale-callout {
    display: block;
    position: absolute;
    color: white;
    font-family: 'Poppins';
    font-weight: bold;
    right: 22px;
    top: -4px;
    background: #5200a1;
    padding: 6px 12px;
    border: 1px solid violet;
    font-size: 20px;
    z-index: 9;
    border-radius: 6px; 
}

#sale-timer-countdown {
    display: block;
    position: absolute;
    color: #CFCFCF;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: bold;
    right: 4px;
    width: 204px;
    text-align: center;
    top: -4px;
    background: purple;
    padding: 6px 6px;
    border: 1px solid pink;
    font-size: 13px;
    z-index: 9;
    border-radius: 6px;
}

#sale-countdown {
    color: white;
    font-style: normal;
    font-size: 16px;
}

#sale-message {
    margin: 0px;
    max-width: 196px;
}

@media screen and (max-width: 499px) {
	
#license-sale-callout {
    right: calc(100% - 206px);
    top: -28px;
}

#sale-timer-countdown {
    right: calc(100% - 254px);
    top: -28px;
}

.license-block.core-license {
    margin-top: 16px;
}

.license-block.ultimate-license {
    margin-top: 8px;
}
	
}


/* Tools Page Future Date Update */

.statusPriced.futurerelease {
    outline: 1.5px solid red;
    outline-offset: -3px;
}

/* October Logo Change

.top-nav-container .fg-logo-block {
    align-self: center;
    height: 48px;
    position: relative;
    top: -10px;
}
 */
 
 
 /* SPRING SALE
 
 
 .slide-container {
    background-image: url(/images/hero-bg-spring-sale.webp);
}
 
 
 
 /* License - On Sale


.license-buttons-container .button.buy-button {
    height: 40px;
}

.license-block.core-license .button.buy-button {
    font-size: 0px !important;
}


.license-block.core-license .button.buy-button:after {
    content: "$30.00 License";
    font-size: 12px;
    position: relative;
}

.license-block.core-license .button.buy-button:before {
    font-size: 12px;
}



.license-name-block.core-license-name-block:after {
    content: "40% OFF";
    display: block;
    position: absolute;
    color: white;
    font-family: 'Poppins';
    font-weight: bold;
    right: 22px;
    top: -4px;
    background: #5200a1;
    padding: 6px 12px;
    border: 1px solid violet;
    font-size: 20px;
    z-index: 9;
    border-radius: 6px;
}



.license-name-block.ultime-license-name-block:after {
    content: "PLAY TODAY SALE";
    display: block;
    position: absolute;
    color: white;
    font-family: 'Poppins';
    font-weight: bold;
    right: 4px;
    top: -4px;
    background: purple;
    padding: 6px 12px;
    border: 1px solid pink;
    font-size: 16px;
    z-index: 9;
    border-radius: 6px;
}


 
  
 
 .bundle-description-container .jumbotron {
	background: transparent;
}

 
/* One License Updates */

span.button.product-info-button.page-nav-button.w-button.disabled {
    background: gray;
    color: #CFCFCF;
    border-color: #838383;
}

.getting-started-subtitle.license-update-notification {
    background: #171a21;
    border: 1px solid #ffc229;
    border-radius: 16px;
    padding: 4px 16px;
    padding-top: 12px;
    margin: 16px;
    margin-top: 0px !important;
    max-width: 1440px;
}

.hero-section + .licenses-section .getting-started-subtitle {
    margin: 0px;
    text-wrap: balance;
    max-width: 1300px;
}

span.new-tag {
    font-weight: bold;
    font-style: italic;
    color: #7ac5cc;
}

.hero-section + .licenses-section {
    padding-top: 24px;
}

.licenses-section.storefront {
    padding-top: 24px;
}

a.button.buy-button.shop-content-button.w-button:before {
    display: none;
}

a.button.buy-button.shop-content-button.w-button {
    margin: 0px !important;
    background: #006a74;
    border-color: #7ac5cc;
    padding-left: 8px;
}

a.button.subscribe-button.shop-content-button.w-button {
    background: #006a74;
    color: white;
    border-color: #00a3b3;
}

body:has(.fg-unity-install-block) .license-block {
    height: unset;
    width: unset;
    max-width: 524px;
    min-width: 360px;
}

body:has(.fg-unity-install-block) .license-block .link {
    color: #67c1f5;
    text-decoration: none;
    font-family: revert;
    font-weight: bold;
}

.license-block.ultimate-license img.cover-image {
    width: 150px;
    top: 2px;
}

.license-block.core-license img.cover-image {
    top: 2px;
}


/* Store Bundles Banner */

section#bundles-section {
    padding: 16px;
    background-color: #000125;
    background-image: url(/images/Bundles-Section-Background.webp);
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: top left calc(50% + 8px);
	border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
}

.bundle-buttons {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 16px 0px;
    gap: 24px;
}

.bundle-buttons a {
    background-color: #337ab7 !important;
    border-color: #7ac5cc !important;
}

section#bundles-section h1 {
    text-shadow: 0px 0px 16px black;
    color: white;
    width: fit-content;
    text-wrap: balance;
}



/* 404 Page */


a.hero-button.top-header-button.navigate-home-button.w-button {
    background: #490074 !important;
    border-color: rgba(170, 0, 255, 0.6) !important;
    margin: auto !important;
    margin-top: 40px !important;
	margin-bottom: 20px !important;
}

a.hero-button.top-header-button.navigate-home-button.w-button:hover {
    filter: brightness(1.2);
}

.not-found-container .product-bundles-desc-container {
    max-width: 720px !important;
}

.not-found-container img {
    margin-bottom: 100px;
}

.page-title-container.not-found-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* License Sale in carousel */

.slide-container.not-first-slide.license-sale-slide {
    background-image: linear-gradient(#10101000, rgba(0, 0, 0, 0)), url(/images/hero-bg-fg-license.webp);
    background-position: top right 72px;
}

@media screen and (max-width: 767px) {
    .slide-container.not-first-slide.license-sale-slide {
        background-image: linear-gradient(180deg, #101010, transparent), url(/images/hero-bg-fg-license.webp) !important;
        background-position: center, top left -148px !important;
        background-size: cover, cover;
        padding-left: 0;
    }
  
  .slide-container.not-first-slide.license-sale-slide {
    padding-left: 24px;
  }
  
}


/* Cosmere in carousel */

.game-block.cosmere-rpg {
    background-image: linear-gradient(#101010, rgba(0, 0, 0, 0)), url(/images/cosmere-rpg.jpg);
}

.game-block.cosmere-rpg img {
    width: 220px;
    position: relative;
    top: 12px;
}



/* Affiliate Page Touchup */

head:has(meta[content="Join My Referral Program"]) + body .login-topbar > .logo {
    display: block;
    background: url(https://www.fantasygrounds.com/images/banners/fg-affiliate.webp);
    height: 130px;
    background-size: 1140px;
    background-position: top center;
    background-repeat: no-repeat;
}

head:has(meta[content="Join My Referral Program"]) + body .login-topbar > .logo img {
    display: none;
}

head:has(meta[content="Join My Referral Program"]) + body {
    background: linear-gradient(180deg, #101010 0%, #3d4565 100%);
}

head:has(meta[content="Join My Referral Program"]) + body .login-information {
    color: white;
    line-height: normal;
}

head:has(meta[content="Join My Referral Program"]) + body .login-information h4 {
    font-size: 24px;
    color: #79c8cd;
}


/* PayPal Widget Color Update */

.paypal-buttons iframe {
    background: #FFFFFF !important;
    padding: 16px !important;
    color: black;
}


/* Pathfinder Remaster Bundle Banner */

.dnd50-block.pf2e-block {
    background-image: url(https://www.fantasygrounds.com/images/pf2e-hero-bg-01.jpg);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    height: 100%;
    display: flex;
}

.slide-container.not-first-slide.dnd50-slide.pf2e-remaster-bundle-slide {
    background-image: url(/images/pf2e-hero-bg-02.webp);
    background-position: 100px 0;
    background-size: 1400px;
    padding-left: 108px;
}

a.hero-button.sale-button.dnd50.pf2e-button.w-button {
    background-image: none !important;
    background: #006a74;
}

.pf2e-remaster-bundle-slide .slide-description {
    color: #ebca98;
}


/* Cosmere RPG Kickstarter Additions */

@media screen and (max-width: 767px) {
    .slide-container.not-first-slide.dnd50-slide.cosmere-rpg-ks-slide {
        background-image: url(/images/hero-bg-stormlight-release.webp) !important;
        background-position: 10px -16px !important;
        background-size: 1400px !important;
    }
}

.slide-container.not-first-slide.dnd50-slide.cosmere-rpg-ks-slide {
    background-image: url(/images/hero-bg-stormlight-release.webp);
    background-position: 100px 0;
    background-size: 1400px;
    padding-left: 108px;
}

.dnd50-block.cosmere-block {
    background-image: none !important;
}

.dnd50-block.cosmere-block .hero-buttons-block {
    position: relative;
    top: 48px;
}

a.hero-button.sale-button.dnd50.w-button.cosmere-button {
    background-image: none;
    background-color: #1d3c5f;
    border: 1px solid #7ac8ce;
}

.slide-container.not-first-slide.dnd50-slide.daggerheart-rpg-slide {
    background-image: url(/images/hero-bg-fg-f2p-daggerheart.webp);
    background-position: 100px 0;
    background-size: 1400px;
    padding-left: 108px;
}

.dnd50-block.daggerheart-block {
    background-image: none !important;
}

.dnd50-block.daggerheart-block .hero-buttons-block {
    position: relative;
    top: 48px;
}

a.hero-button.sale-button.dnd50.w-button.daggerheart-button {
    background-image: none;
    background-color: #24135F;
    border: 1px solid #dbb85e;
	color: #dbb85e;
}

/* 2024 Summer Sale Additions */

.slide-container.not-first-slide.dnd50-slide, .slide-container.not-first-slide.summer-sale-slide {
    background-position: 70px 0 !important;
    background-size: 1420px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-left: 70px !important;
}
  
    .slide-container.not-first-slide.dnd50-slide, .slide-container.not-first-slide.summer-sale-slide {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  
  .hero-button.sale-button.summer-sale-button {
  background-color: #06804d;
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.hero-button.sale-button.summer-sale-button:hover {
  filter: brightness(120%);
}

.fg-summer-sale-block {
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  height: 100%;
  display: flex;
}

.summer-sale-big {
  color: #fff;
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.text-span-3 {
  color: #7ac5cc;
}

.text-span-4 {
  color: #7ac5cc;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 78px;
  display: block;
}

.sale-header.summer-sale {
  margin-top: 0;
  font-size: 32px;
}

.slide-description {
  color: #e9d7b7;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.slide-description.summer-sale {
  color: #ffc229;
  margin-top: 0;
}

.slide-container.not-first-slide {
  padding-left: 130px;
}

.slide-container.not-first-slide.dnd50-slide {
  background-image: url(/images/fg-site-hero-dnd50.webp);
  background-position: 100px 0;
  background-size: 1400px;
  padding-left: 108px;
}

.slide-container.not-first-slide.slide-3 {
  background-image: url('/images/hero-wiki-bg.webp');
  background-position: 50% 0;
  background-size: contain;
}

.slide-container.not-first-slide.summer-sale-slide {
  background-image: url('/images/summer-2024.jpg');
  background-position: 100px 0;
  background-size: 1400px;
  padding-left: 108px;
}



/* GENERAL */



body {
    background-color: #171a21;
    padding-bottom: 300px;
    position: relative;
}


a {
  color: #67c1f5;
  text-decoration: none;
}

.page-title-section {
	background: transparent;
}

.alert-danger {
    color: #a94442 !important;
}

.alert-danger h2 {
    color: #a94442 !important;
    font-size: 18px !important;
    margin: 0px;
}

body:has(.product-details-section) .alert.alert-info {
    width: 100% !important;
    text-align: center;
	text-wrap: balance;
}

body:has(.product-details-section) .alert.alert-danger {
    width: 100% !important;
    text-align: center;
	text-wrap: balance;
}



.heading-2 {
    font-size: 32px;
	text-wrap: balance;
}



/* Slider Carousel */


@media screen and (max-width: 767px) {
    .slide-container.not-first-slide.dnd50-slide {
        background-image: none !important;
        padding-left: 0px !important;
        justify-content: center !important;
    }
}

@media screen and (max-width: 767px) {
    .slide-container.not-first-slide.dnd50-slide {
        background-image: none !important;
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .slide-container.not-first-slide.summer-sale-slide {
        background-image: url(/images/summer-m.jpg) !important;
        padding-left: 0px !important;
        justify-content: center !important;
        background-position: center !important;
        background-size: cover !important;
    }
}



@media screen and (max-width: 1471px) {

.games-carousel {
    min-height: 2500px;
	max-width: 100%;
}

}


@media screen and (max-width: 1119px) {

.games-carousel {
    min-height: 3560px;
}

}



@media screen and (max-width: 768px) {

.games-carousel {
    min-height: 7080px;
	
}

.right-arrow-2 {
    width: 48px;
}

.left-arrow-2 {
    width: 48px;
}

}


.browse-games-subtitle {
	text-wrap: balance;
}





/* FONTS */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf');
  }
  
  @font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.ttf');
  }



/* Discovery / Suggestions Page */


.copy-paste-text-block {
    color: black;
}

.page-title-section.personalized-suggestions-title-section {
    background: transparent !important;
}

body:has(.personalized-suggestions-products-listing) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-suggestions.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px left calc(50% - 48px), top center !important;
    background-repeat: no-repeat !important;
    background-size: 1920px, contain !important;
	background-attachment: fixed !important;
}



/* Paizo Personalized Discounts Page */




.page-title-section {
    background: transparent;
	background-color: transparent !important;
}

.personal-suggestions-paizo-section {
    background: transparent !important;
}

body:has(.personal-suggestions-paizo-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-paizo-discounts.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center, top center !important;
    background-repeat: no-repeat !important;
    background-size: 2220px, contain !important;
	background-attachment: fixed !important;
}

body:has(.personal-suggestions-paizo-section) {
    background-color: #171a21;
    color: white;
}

.div-available-discounts-container h2 {
    color: goldenrod;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

.personal-suggestions-paizo-section {
    background: linear-gradient(180deg, #101010 10px, transparent 200px);

    margin: auto;
    padding-bottom: 100px;
}

.personal-suggestions-paizo-section .discovery-header {
    font-family: 'Poppins';
	padding: 24px;
	padding-bottom: 0px;
}

.personal-suggestions-paizo-section .jumbotron p {
    font-family: 'Poppins';
    font-size: 17px;
    text-align: center;
    text-wrap: balance;
    max-width: 720px;
    margin: auto;
}

.personal-suggestions-paizo-section .jumbotron p a {
    text-transform: uppercase;
    background-color: #006a74;
    border: 1px solid rgba(0, 191, 255, .6);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
    margin: auto;
    height: 48px;
    margin-bottom: 16px;
    margin-top: 24px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
}

.personal-suggestions-paizo-section .jumbotron p a:hover {
        background-color: #d17600;
}

.personal-suggestions-paizo-section .filter-options {
    max-width: 800px;
    margin: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.personal-suggestions-paizo-section .filter-options .form-group {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-flow: column;
    gap: 8px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.personal-suggestions-paizo-section .filter-options .form-group label {
    margin-bottom: -4px;
}

.personal-suggestions-paizo-section .filter-options .form-group + button {
    margin-top: 12px;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.personal-suggestions-paizo-section .filter-options h2 {
    text-transform: uppercase;
    color: goldenrod;
    font-size: 18px;
}

.personal-suggestions-paizo-section .jumbotron h4 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #7ac5cc;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
}

.personal-suggestions-paizo-section .discovery-header h3 {
    display: none;
}

body:has(.personal-suggestions-paizo-section) .jumbotron {
    background: transparent;
    max-width: 1120px;
	padding-top: 24px;
    margin: auto;
    padding-bottom: 100px;
}

body:has(.personal-suggestions-paizo-section) .jumbotron img {
    display: none;
}




/* FOOTER */


.footer {
    background-color: #101010;
    flex-flow: column;
	padding: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 300px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}


.footer .legal-block {
    color: goldenrod;
    font-family: 'Poppins';
}

.footer .legal-block a {
    color: white;
    font-family: 'Poppins';
}



/* Order Details Page */



body:has(section#OrderDetail) {
    background-color: #171a21 !important;
    background: url(/images/fg-body-bg-orders.webp), linear-gradient(180deg, #101010, #171a21, #3d4566 120%);
    background-position: top 0px center, top center;
    background-repeat: no-repeat;
    background-size: 1500px, cover;
}

section#OrderDetail {
    background: transparent !important;
    display: flex;
    font-family: 'Noto Sans';
    font-size: 14px;
}

body:has(section#OrderDetail) {
    background-color: #171a21;
}

section#OrderDetail > .container > div:nth-child(2) > p {
    color: white;
    text-align: center;
    font-size: 18px;
}

section#OrderDetail {
    display: flex;
	background: transparent;
    margin: auto;
    justify-content: center;
    gap: 32px;
}


/*
@media screen and (min-height: 767px) {
	
section#OrderDetail {
    min-height: calc(100vh - 215px);
}

}
*/



/* Join Us on Discord Page */


body:has(.discord-intro-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-discord-join.webp), linear-gradient(180deg, #101010, #171a21, #3d4566 120%);
    background-position: top 0px center, top center;
    background-repeat: no-repeat;
    background-size: 1500px, cover;
}

body:has(.discord-intro-section) {
    background-color: #171a21;
    color: white;
}

section.discord-text-widget-section {
    display: flex;
	background: transparent;
    margin: auto;
    justify-content: center;
    gap: 32px;
}


/*
@media screen and (min-height: 767px) {
	
section.discord-text-widget-section {
    min-height: calc(100vh - 295px);
}

}	

*/

@media screen and (max-width: 767px) {
    section.discord-text-widget-section {
        flex-flow: column;
		align-items: center;
    }
}

.discord-intro-section {
    max-width: 400px;
}

.discord-intro-container {
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.discord-intro-container {
    text-align: center;
    font-family: 'Poppins';
    text-wrap: balance;
}

.discord-intro-container H2 {
    color: goldenrod;
    line-height: 1.2;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins';
}

section.discord-widget-section {
    display: flex;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 64px;
}





/* Quick Start Guide Page */


.quickstart-tutorials-container {
    background: transparent !important;
}

body:has(.quickstart-tutorials-container) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-dragon-vista.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center, top center !important;
    background-repeat: no-repeat !important;
    background-size: 1920px, contain !important;
	background-attachment: fixed !important;
}

body:has(.quickstart-tutorials-section) {
    background-color: #171a21;
    color: white;
}

.quickstart-tutorials-container {
    display: flex;
    justify-content: center;
    padding-top: 32px;
    background: linear-gradient(180deg, #101010, transparent 15%);
}

div#divQuickStart p {
    text-align: center;
}

.quickstart-tutorials-container .btn-primary {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    background: black;
}

.quickstart-links-container .jumbotron {
    background: transparent;
    max-width: 1080px;
    margin: auto;
    font-family: 'Poppins';
    
}

.quickstart-links-container .jumbotron H2 {
    color: goldenrod;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins';
    
}

.quickstart-links-container .jumbotron a {
    color: #7ac5cc;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins';
    
}

.quickstart-links-container .jumbotron td {
    min-width: 280px;
    text-wrap: pretty;
    border-color: #838383
}

.quickstart-links-container .jumbotron th {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins';
    
}



/* Steam Sync Page */



body:has(.steam-sync-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-steam.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px left calc(50% - 48px), top center !important;
    background-repeat: no-repeat !important;
    background-size: 2040px, contain !important;
	background-attachment: fixed !important;
}


body:has(.steam-sync-section) h1 {
    margin-top: 32px !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    display: inline-block;
    text-wrap: balance;
}



body:has(.steam-sync-section) .container {
    display: flex;
    justify-content: center;
}

section.steam-sync-section .container {
    padding: 0px !important;
  
}


body:has(.steam-sync-section) .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    display: block !important;
    font-family: 'Poppins';
    font-size: 14px;
}

.steam-sync-section .btn {
    background: black;
    border-color: #006a74;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.steam-sync-section .btn:hover {
    background: #006a74;
    filter: brightness(1.2);
    color: white;
}



section.steam-sync-section {
    display: flex;
    background: transparent;
    margin: auto;
    justify-content: flex-start;
    gap: 32px;
    color: white;
    font-family: 'Noto Sans';
    font-size: 14px;
    max-width: 1080px;
    align-items: flex-start;
    flex-direction: column;
	padding: 24px;
}

/*
@media screen and (min-height: 630px) {
	
	section.steam-sync-section {
		min-height: calc(100vh - 294px);
	}
	
}
*/

section.steam-sync-section > .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    font-family: 'Noto Sans';
}



/* Subscription Pending Page */



section.subscription-pending-section {
    display: flex;
    background: transparent;
    margin: auto;
    justify-content: center;
    gap: 32px;
    color: white;
    font-family: 'Noto Sans';
    max-width: 1080px;
}

/*
@media screen and (min-height: 712px) {
	
	section.subscription-pending-section {
		min-height: calc(100vh - 218px);
	}
	
}
*/

.subscription-pending-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    font-family: 'Noto Sans';
}



body:has(.subscription-pending-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-cart.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px left calc(50% - 48px), top center !important;
    background-repeat: no-repeat !important;
    background-size: 2040px, contain !important;
	background-attachment: fixed !important;
}

body:has(.subscription-pending-section) a {
    color: #67c1f5;
    text-decoration: none;
    font-family: 'Noto Sans';
}

body:has(.subscription-pending-section) a:hover {
    color: #ffd300;
    text-decoration: none;
    font-family: 'Noto Sans';
}

body:has(.subscription-pending-section) a.btn-success {
    color: white;
    text-decoration: none;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 16px;
}



/* Product Key Activation Page */


.activate-key-section {
    background: transparent !important;
}

body:has(.activate-key-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-activate-key.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px left calc(50% - 48px), top center !important;
    background-repeat: no-repeat !important;
    background-size: 2040px, contain !important;
	background-attachment: fixed !important;
}


body:has(.activate-key-section) {
    background-color: #171a21;
    color: white;
}

section.activate-key-section {
    height: calc(100vh - 295px);
    text-wrap: balance;
    display: flex;
  background: linear-gradient(180deg, #101010, transparent)
    
}

.activate-key-container {
    padding-top: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: column;
    gap: 16px;
    text-align: center; 
}

.activate-key-container .form-group {
    font-family: 'Poppins';
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.activate-key-container .form-group input:nth-of-type(2) {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}



/* Order History Page */



body:has(.order-history-details-section) {
    background-color: #171a21 !important;
    background: url(/images/fg-body-bg-orders.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center, top center !important;
    background-repeat: no-repeat !important;
    background-size: 1920px, contain !important;
	background-attachment: fixed !important;
}

.page-title {
    text-wrap: balance;
    font-weight: bold;
}

.order-history-details-section {
    max-width: 1400px;
    margin: auto;
    padding: 0px;
}

body:has(.order-history-intro) .panel {
    font-family: 'Noto Sans';
    border-radius: 12px;
}

body:has(.order-history-intro) form h3 {
    color: white !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

body:has(.order-history-intro) .form-group {
    gap: 12px;
    display: flex;
}

body:has(.order-history-intro) .container {
    display: flex;
    justify-content: center;
}

body:has(.order-history-intro) .panel-heading {
    font-family: 'Poppins';
    text-transform: uppercase;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.order-history-panels-block {
    max-width: 1400px;
    margin: auto;
}

.order-history-panels-block .panel {
    width: -webkit-fill-available;
}

.order-history-panels-block {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 24px;
}




/* FGU Compare Page */



.art-sub-subscribe-section {
    background: transparent !important;
}

body:has(.fg-unity-install-block):has(.fg-unity-compare):has(.art-sub-subscribe-container) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-fgu-compare.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px left calc(50% - 48px), top center !important;
    background-repeat: no-repeat !important;
    background-size: 2040px, contain !important;
	background-attachment: fixed !important;
}

.fg-unity-description-block {
    max-width: 1080px;
    font-family: 'Noto Sans';
    font-size: 14.5px;
}

.fg-unity-description-block {
	padding: 0px;
}

.fg-unity-description-block.fine-print {
    font-size: 13px !important;
    color: #7ac5cc;
    margin-bottom: 32px;
}

body:has(.fg-unity-install-block) .art-sub-subscribe-container {
    background-image: none !important;
}

.fg-unity-install-block {
    margin-top: 24px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.fg-unity-install-block a {
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 12px;
  
    text-transform: uppercase;
}

.button.steam-button {
    background-color: #1b2838;
    background-image: url(../images/steam-icon.png);
    background-position: 6px;
    background-size: 14px;
    padding-left: 26px;
}

.button.steam-button:hover {
    filter: brightness(120%);
}


body:has(.fg-unity-install-block) .license-block {
    height: unset;
}

section.page-title-section.art-sub-page-title:has(.fg-unity-description-block.fine-print) .license-buttons-container a:after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(https://www.fantasygrounds.com/images/download-icon.png);
    background-size: contain;
    background-position: center;
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.fg-unity-compare-list {
  text-wrap: pretty;
  background-color: #171a21;
  border: 1px solid #00d740;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 16px 16px;
  list-style-type: none;
  display: flex;
}

.fg-unity-compare-list.core-license {
  border-color: #0084ff;
}

.fg-unity-compare-list.ultimate-license {
  border-color: #daa520;
}

.fg-unity-compare-list-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.fg-unity-compare-list-item.check {
  background-image: url('../images/green-check-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top: 1px solid rgba(131, 131, 131, .5);
  width: 100%;
  padding-top: 8px;
  padding-left: 48px;
  text-decoration: none;
}

.fg-unity-compare-list-item.check.first-item {
  background-image: url('../images/green-check-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.fg-unity-compare-list-item.no-check {
  padding-left: 48px;
}

.fg-unity-compare-list-item.no-check.check {
  background-image: url('../images/minus-icon.png');
}

.link-4 {
  text-decoration: none;
}



/* Art Subscription Page */


.art-sub-complete-bundle-block form select {
    color: black;
}

.button.buy-button.art-sub-subscribe-button {
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: 14px;
    display: flex;
    max-width: 310px;
    margin: auto;
    margin-top: 24px;
}


.art-sub-subscribe-container {
    background: url(/images/art-sub-bg.webp) !important;
    background-position: top 0px right !important;
    background-repeat: no-repeat !important;
    background-size: 1260px !important;
}

.art-sub-subscribe-section {
    background: transparent !important;
}

body:has(.art-sub-subscribe-section):has(.art-sub-subscribe-container) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-art-sub.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px left calc(50% - 48px), top center !important;
    background-repeat: no-repeat !important;
    background-size: 2040px, contain !important;
	background-attachment: fixed !important;
}

.art-sub-complete-bundle-block form {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.art-sub-complete-bundle-block form select {
    min-height: 32px;
    border-radius: 8px;
    padding: 4px;
}



/* Paizo Sync Page */



body:has(.paizo-account-sync-intro) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-paizo-discounts.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center, top center !important;
    background-repeat: no-repeat !important;
    background-size: 2220px, contain !important;
	background-attachment: fixed !important;
}



/*
@media screen and (min-height: 767px) {
	
	section.page-title-section:has(.paizo-account-sync-intro) {
		min-height: calc(100vh - 218px);
	}
	
}
*/

.page-title-container:has(.paizo-account-sync-intro) {
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


button.button.fg-secondary-button {
    background: black;
    border: 1px solid #00a3b3;
    padding: 8px 16px;
}

button.button.fg-secondary-button:hover {
    filter: brightness(1.2);
}

.paizo-account-sync-intro {

    width: 100%;
}

.paizo-account-sync-intro {
    color: #fff;
    text-align: left;
    text-wrap: pretty;
    max-width: 860px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Noto Sans, sans-serif;
    font-size: 16.5px;
    line-height: 24px;
}

.paizo-account-sync-intro a:hover {
    filter: brightness(1.2);
}

.paizo-account-sync-intro a {
    background: black;
    display: block;
    border: 1px solid #00a3b3;
    padding: 8px 16px;
    margin-top: 24px !important;
    width: fit-content;
    color: white;
}

.paizo-account-sync-intro label {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: goldenrod;
    margin-top: 24px;
}

.paizo-account-sync-intro button {
    margin-top: 12px;
	margin-bottom: 12px;
}

section.page-title-section:has(.paizo-account-sync-intro) .container.alert.alert-information.alert-block.alert-success {

    width: 800px;
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins';
    border-color: #838383;
	background: #101010;
    
}


section.page-title-section:has(.paizo-account-sync-intro) .container.alert.alert-information.alert-block.alert-success a {
    color: white;
}



/* View Cart Page */


.cart-details-section {
    background: transparent !important;
}

body:has(.cart-details-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-cart.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center, top center !important;
    background-repeat: no-repeat !important;
    background-size: 1920px, contain !important;
	background-attachment: fixed !important;
}


.cart-details-block .dataTables_wrapper {
    width: 100%;
}

.cart-details-block .dt-buttons.btn-group {
    margin-bottom: 24px;
}


.cart-details-block {
    background: transparent;
    color: white;
    font-family: 'Noto Sans';
    height: unset;
}

.cart-details-block table.dataTable.stripe tbody tr.odd, .cart-details-block table.dataTable.display tbody tr.odd {
    background-color: #252525;
}

.cart-details-section {
    background-image: linear-gradient(#101010, rgba(0, 0, 0, 0));
    padding-top: 40px;
    padding-bottom: 60px;
}

/*
@media screen and (min-height: 500px) {
	
	.cart-details-section {
		min-height: calc(100vh - 391px);
	}
	
}
*/

.cart-details-block div#divEmptyCart {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #7ac5cc;
}

.cart-details-block table.dataTable tbody tr {
    background-color: #010101;
}

.cart-details-block .panel {
    color: white;
    background: linear-gradient(0deg, #3d4566 5%, #101010);
    border-color: hsl(0deg 0% 51% / 50%);
    border-radius: 24px;
}

button#btnConfirmOrder {
    font-size: 13px;
}

button#btnClearCart {
    font-size: 13px;
}

.cart-details-block .panel-heading {
    display: none;
}

.cart-details-block .panel-body td {
    text-align: left !important;
	border-color: #838383 !important;
}

tfoot th {
   font-size: 15px !important;
}

.cart-details-block td:nth-of-type(4).numeric {
    color: #beee11 !important;
}


.cart-details-block a {
    font-family: 'Poppins';
    text-wrap: pretty;
    line-height: 1.2;
}

.cart-details-block table {
    table-layout: auto;
    display: grid;
}

.cart-details-block table tr {
    table-layout: auto;
    display: grid;
    grid-template-columns: 170px 1fr 100px 100px max-content;
}


.cart-details-block table thead tr {
    display: grid;
    grid-template-columns: 160px 1fr 120px 140px max-content;
}

.cart-details-block table thead tr th {
    width: fit-content !important;
}

.cart-details-block tfoot th {
    text-align: right;
}

.cart-details-block .panel-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-details-block button#btnConfirmOrder {
    padding-left: 12px;
    padding-right: 8px;
    margin-right: 12px;
}

.cart-details-block table.dataTable.stripe tbody tr.odd td, table.dataTable.display tbody tr.odd td {
    background-color: #252525 !important;
}

.cart-details-block table.dataTable tbody td {
    background-color: black !important;
}

.cart-details-block th {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins';
}

.cart-details-block td.numeric.discounted {
    color: #beee11;
}

.cart-details-block .btn {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: bold;
    padding: 6px 12px;
    padding-left: 8px;
}






/* Bundle Details Page */




.bundle-description-container {
    color: #fff;
    background-color: #000;
    border: 1px solid #00a3b3;
    border-radius: 16px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    font-family: Noto Sans, sans-serif;
    font-size: 14.5px;
    line-height: 22px;
    width: 100%;
}


.bundle-description-container .container a.btn-default:hover {
    filter: brightness(1.2);
    background: #006a74;
}


.button.buy-button.product-bundle-complete-button {
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: 14px;
    display: flex;
    max-width: 250px;
    margin: auto;
    margin-top: 24px;
}

.bundle-description-container .container:has(a.btn-default) {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px !important;
}

.bundle-description-container .container a.btn-default {
    background: black;
    font-family: 'Poppins';
    color: white;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    border-color: #006a74;
}Fproduc


.bundle-description-container .jumbotron {
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.bundle-description-container h1:first-of-type {
    display: none;
}

.bundle-description-container > h2:first-of-type {
    display: none;
}

.bundle-description-container > h3:first-of-type {
    margin-top: 0px;
}

.bundle-description-container img {
    margin-bottom: 24px !important;
    width: 420px;
    display: block !important;
    margin: auto;
}

@media screen and (min-width: 767px) {

.bundle-description-container img {
    float: right;
    margin-left: 24px;
}
  
}

.bundle-description-container p {
    font-size: 15px;
    font-family: 'Noto Sans';
    text-wrap: pretty;
}

.product-listing-section {
    background-image: linear-gradient(#101010, rgba(0, 0, 0, 0) 320px);
}






/* Bundles Page */




.bundle-description-container h3 {
    font-size: 18px;
}

.product-listing-section {
    background: transparent !important;
}

body:has(.product-bundles-container) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-bundle-page.webp), linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center, top center !important;
    background-repeat: no-repeat !important;
    background-size: 1920px, contain !important;
	background-attachment: fixed !important;
}

.product-bundles-desc-container {
    text-shadow: 0px 0px 6px BLACK;
}



/* Top Nav */


nav.nav-menu.w-nav-menu a:hover {
    color: goldenrod !important;
}

.top-nav-menu-list-link.with-icon.lfg-menu:hover {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.top-nav-menu-list-link.with-icon.store-menu:hover {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.top-nav-menu-list-link.with-icon:hover {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.navbar.desktop-navbar.w-nav {
    border-radius: 0px;
}

nav.nav-menu.w-nav-menu {
    height: 60px;
}

.profile-image-block {
    background: transparent !important;
	margin-right: -14px !important;
}

.profile-image-block img {
    height: 16px;
    width: 16px;
    border-radius: 0px;
}


.navbar .w-nav-link > .w-nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .w-nav-link > .w-nav-link img {
    height: 32px;
    width: 32px;
    padding: 8px;
    border-radius: 4px;
}


.navbar {
    background-color: #000;
    border-bottom: 1.5px solid #daa520 !important;
}

.top-nav-menu-list-link {
    color: #fff !important;
}

.w-nav-link {
    color: white !important;
}

.username-menu {
    color: #7ac5cc !important;
}

.nav-link a {
	color: #fff !important;
}

img.cart-icon-img {
    height: 32px;
    width: 32px;
    padding: 8px;
    border-radius: 4px;
}

img.cart-icon-img:hover {
    background: #3c763d;
}

.navbar.desktop-navbar {
  margin-bottom: 0px;
}

.mobile-navbar.navbar.w-nav {
    margin-bottom: 0px;
}

.nav-menu span.badge.bg-success {
    background: #4c6b22;
    border: 1px solid #beee11;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
}



/* Home Page */


.games-container.license-flex {
    display: flex;
}

.games-section {
	padding-top: 42px;
}

.license-buttons-container .button:hover {
    filter: brightness(120%);
}

.license-buttons-container .button.buy-button {
    position: relative;
      margin-left: 16px;
      padding-left: 22px;
    padding-right: 8px;
}

.license-buttons-container .button.buy-button:before {
    content: "or";
    color: white;
    position: absolute;
    left: -26px;
    font-weight: 400;
    font-style: italic;
}


.button.subscribe-button {
    padding-left: 8px;
    padding-right: 8px;
}


@media screen and (max-width: 767px) {
    .slide-container {
        background-image: linear-gradient(180deg, #101010, transparent), url(/images/hero-bg-fg.webp) !important;
        background-position: right !important;
        padding-left: 0;
    }
}

@media screen and (max-width: 479px) {
    .image {
        margin-top: 20px;
        left: -15px;
    }
}


.hero-section + .licenses-section {
    background: linear-gradient(180deg, #101010 0%, #3d4565 100%);
}

.w-nav-link {
    padding: 16px 24px;
}

a:focus, a:hover {
    color: #ffd300;
    text-decoration: none;
}

.button:focus, .button:hover {
    color: white;
}

.hero-button:focus, .hero-button:hover {
    color: white;
}




/* Store Page */




.product-tag {
    pointer-events: none;
}

.product-preorder-tag {
    pointer-events: none;
}

.product-card:has(.owned-download-button):after {
        content: "Owned";
    display: flex;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #d17600;
    width: 64px;
    justify-content: center;
    position: absolute;
    left: -1px;
    border: 1px solid goldenrod;
    border-bottom-right-radius: 8px;
	pointer-events: none;
    
}


.licenses-section {
    background-image: linear-gradient(transparent, #3d4566);
}

body:has(.product-listing-section) {
    background-color: #171a21 !important;
    color: white;
    background: url(/images/fg-body-bg-planet-tower.webp), linear-gradient(180deg, #101010, #171a21, #3d4566);
    background-position: top 0px center, top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 1920px, contain !important;
}

.product-listing-section {
    background-image: linear-gradient(#171a21 0%, rgba(0, 0, 0, 0) 35%);
}

.store-search-section {
    background-color: transparent;
}


.product-card-content-block {
    border-top: none !important;
}

.product-title-text {
    bottom: 86px;
}

.store-search-container .input-group {
  max-width: 800px;
  margin: auto;
}

.btn-group, .btn-group-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-search-container button.btn.btn-default.dropdown-toggle {
    border-radius: 0px;
    height: 34px;
    top: 0.5px;
    position: relative;
}

.store-search-container button.btn.btn-primary {
    height: 34px;
    border: 1px solid #fff;
}

.store-search-container .input-group-append {
    display: flex;
    justify-content: center;
}

.store-search-container a.btn.btn-link {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    color: #7ac5cc;
}

.store-search-container a.btn.btn-link:hover {
    text-decoration: none;
    color: goldenrod;
}

div#advancedSearchOptions {
    padding: 16px;
    font-family: 'Poppins';
    background: #3c4466;
    text-transform: uppercase;
    color: white;
    right: -40px;
}


div#advancedSearchOptions .row {
    max-width: 320px;
	min-width: 320px;
}

div#advancedSearchOptions .form-control {
    border-radius: 4px;
}

div#advancedSearchOptions label {
  text-transform: uppercase;
}

div#advancedSearchOptions .row {
  margin-left: 0px;
  margin-right: 0px;
}

div#advancedSearchOptions .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	gap: 6px;
}



div#advancedSearchOptions .form-horizontal .form-group:has(input[type="radio"]) { 
    display: flex;
    flex-wrap: wrap;
}

div#advancedSearchOptions .form-horizontal .form-group:has(input[type="checkbox"]) { 
    display: flex;
    flex-wrap: wrap;
    padding-right: 32px;
    
}

div#advancedSearchOptions .form-horizontal .form-group:has(input[type="checkbox"]) input:nth-child(2) {
    margin-left: 6px !important;
}

div#advancedSearchOptions button.btn.btn-primary {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

div#advancedSearchOptions button.btn.btn-primary:hover {
    filter: brightness(1.2);
}

div#advancedSearchOptions .form-horizontal .form-group:has(input[type="radio"]) {
    display: flex;
    align-items: center;
    gap: 6px;
}

div#advancedSearchOptions input[type="radio"], div#advancedSearchOptions input[type="checkbox"] {
    margin-top: 0px;
}


.store-search-container input#search {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-current-page {
    font-size: 15px;
}



/* Product Details Page */



.product-card #futureRelease {
    content: "Pending Release";
    display: block;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    position: absolute;
    bottom: -8px;
    width: 100%;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: gray;
}

a#addToCartButton {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-shadow: none !important;
    box-shadow: none !important;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #4c6b22;
    border: 1px solid #beee11 !important;
}

a#addToCartButton:hover {
    filter: brightness(1.2);
}

body:has(.recommendations-section):has(.product-page-title) {
    background-color: #171a21 !important;
    color: white;
    background-image: linear-gradient(180deg, #101010, #171a21, #3d4566) !important;
    background-position: top 0px center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-attachment: fixed;
}

.product-details-section {
    background-color: transparent;
	background-image: none;
}


.product-bundle-inline-link:hover {
	color: white;
	filter: brightness(1.2);
}

.product-bundle-cta-block {
    color: white;
    gap: 0px;
    text-wrap: balance;
    text-align: center;
	max-width: 600px;
    margin: auto;
}

.top-bottom-matter-left {
    max-width: 240px;
}

.product-publisher-system-block a {
    font-size: 15px !important;
    color: #7ac5cc;
    padding: 0px;
}

.product-publisher-system-block a:hover {
    color: goldenrod;
    text-decoration: none;
}

.product-v-divider {
    color: goldenrod;
}

.product-title-header-block {
    border-color: goldenrod;
}


.top-bottom-matter-left a:hover {
    filter: brightness(1.2);
}

.product-screenshots-carousel {
    background: linear-gradient(0deg, #101010, #2c3147);
    border: 1px solid rgba(131,131,131,.7) !important;
    border-radius: 16px !important;
    height: auto !important;
    width: unset !important;
}

.carousel-indicators li {
    margin: 0px 4px !important;
    height: 10px !important;
    width: 10px !important;
}

.product-screenshots-carousel .slide {
    padding: 0px;
}

.category-recommendation {
    padding: 12px 12px;
}

.carousel-indicators {
    bottom: -10px;
    background: black;
    width: fit-content;
    padding: 0px 4px;
    margin: auto;
    left: calc(50% - 52px);
    border-radius: 8px;
}

.product-details-description-block h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: goldenrod;
}

@media screen and (max-width: 767px) {
    .category-recommendations-container {
        flex-flow: column;
        align-items: stretch;
    }
}