@charset "UTF-8";
@import url(./Components/Header.css);
@import url(./Components/Footer.css);
@import url(./Components/ProfileFloatingPanel.css);
@import url(./Components/Mobile/MenuBar.css);
@import url(./Components/Mobile/Flyout.css);
@import url(./Components/Mobile/MorePopup.css);
@import url(./Components/Mobile/statsFooterMobile.css);
@import url(./Components/Mobile/da-mobile.css);
@import url(./Components/modal.css);
@import url(./Components/hero.css);
@import url(./Components/playcard.css);
@import url(./Components/breadcrumb.css);
@import url(./Modals/LoginModal.css);
@import url(./Modals/ProfileModal.css);
@import url(./Modals/CreateAccountModal.css);
@import url(./Modals/SetupAcccountModal.css);
@import url(./Modals/privatePoolJC.css);
@import url(./Modals/WatchVideoModal.css);
@import url(./Modals//ChangeName.css);
@import url(./Modals/MatchInfo.css);
@import url(./Modals/playerPredicition.css);
@import url(./Modals/JoinRequests.css);
@import url(./Modals/WarningBox.css);
@import url(./Views/view.css);
@import url(./Views/rules.css);
@import url(./Views/standings.css);
@import url(./Views/topscorer.css);
@import url(./Views/landing.css);
@import url(./Views/globalRanking.css);
@import url(./Views/playNow.css);
@import url(./Views/privatePool.css);
@import url(./Views/maintenance.css);
@import url(./Views/about.css);

@font-face {
    font-family: "sansationbold";
    src: url("../Assets/fonts/Sansation-Bold-webfont.eot");
    src: url("../Assets/fonts/Sansation-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Assets/fonts/Sansation-Bold-webfont.woff") format("woff"), url("../Assets/fonts/Sansation-Bold-webfont.ttf") format("truetype"), url("../Assets/fonts/Sansation-Bold-webfont.svg#sansationbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
    --gray: #434343;
    --light-gray: color-mix(in srgb, var(--gray), white 80%);
    --yellow: #F6D104;
    --yellow-dark: color-mix(in srgb, var(--yellow), black 10%);
    --background-gradient-mobile: linear-gradient(45deg, #FF6060, #CA5ABE);
}

a {
    color: inherit !important;
    text-decoration: underline !important;
}

html {
    overflow: hidden;
}

textarea {
    field-sizing: content;
}

.WebButtonIcon.WebIcon_Info::before {
    content: '\e88e';
}

.WebControl.WebForm.Web_Enabled .WebFrm_Wrapper {
    transition: 300ms;
}

.WebControl.WebForm.Web_Enabled.WebCon_Focus .WebFrm_Wrapper {
    border-color: var(--yellow) !important;
    transition: 300ms;
}

.WebFlPnl {
    z-index: 5;
}

.WebContainer.WebApp.Web_Enabled.desktop {
    padding-top: 154px !important;
}

.df-ModeMobile .WebInlineView>div>div>div>.WebCon_ContentWrp {
    background: var(--background-gradient-mobile)
}

.WebInlineView>div>div>div>.WebCon_ContentWrp {
    background: white;
}

.nopadding>.WebContainer>.WebCon_Sizer>.WebCon_Inner>.WebCon_ContentWrp>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    padding: 0px;
}

.nopadding>.WebCon_Sizer>.WebCon_Content {
    padding: 0px;
}

.nopadding>.WebCon_Sizer>.WebCon_Content>.WebControl>.WebCon_Inner {
    padding: 0px;
    margin: 0px;
}

.WebContainer .WebCon_Content {
    padding: unset;
}

.WebInlineView.nopadding.Web_Enabled>.WebContainer {
    padding: 0px;
}

.WebMenu_Mask {
    background-color: transparent;
}

.WebList_Row.WebList_Selected.Web_Hit::after {
    animation: unset !important;
    content: none;
    background: unset;
    transform: unset;
    height: 0%;
    width: 0%;
}

#viewport>.WebContainer {
    height: inherit;
    overflow-x: hidden;
}

#viewport>.WebContainer>.WebCon_Sizer>.WebCon_Main {
    height: inherit !important;
}

#viewport .WebContainer .WebCon_Main .BaseApp_ViewRegion {
    position: unset !important;
    background-color: white;
}

.WebContainer.WebApp.Web_Enabled.desktop {
    scrollbar-color: var(--light-gray) var(--gray); /* thumb, track */
    scrollbar-width: thin;
}

.badge-desktop {
    top: -13px;
    left: 88px;
    z-index: 1;
}

.badge {
    width: 28px !important;
    align-self: center;
    height: fit-content;
    border: 0px;
    background: var(--yellow);
    border-radius: 28px !important;
    padding: unset;
    margin: unset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
}

.badge * {
    width: auto !important;
    min-height: unset !important;
    height: fit-content !important;
    text-align: center;
    color: white;
}

.badge,
.badge * {
    padding: unset !important;
    border-radius: 28px !important;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.button-yellow button {
    position: relative;
    overflow: hidden;
    margin: 5px 0px;
    color: var(--gray);
    height: 37px;
    border-radius: 36px;
    background-position: center;
    transition: background 0.8s;
    /* text-transform: uppercase; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
}

.button-yellow.hollow button {
    border: var(--yellow) solid 2px;
    background-color: transparent !important;
}

.button-yellow.Web_Enabled button {
    background-color: var(--yellow);
}

.button-yellow.Web_Enabled button:hover {
    color: var(--gray);
    background-color: var(--yellow-dark)
}

.button-yellow.Web_Enabled button:focus {
    color: var(--gray);
    background-color: var(--yellow) !important;
}

.header-label,
.info-label {
    text-align: center;
}

.df-ModeMobile .header-label .WebLabel_content,
.df-ModeMobile .info-label .WebLabel_content {
    color: white;
}

.WebSuggestions .WebSug_Selected, .WebSuggestions .WebSug_Selected:hover, .WebSuggestions .WebSug_Selected:focus {
    background:  none repeat scroll 0 0 var(--yellow) !important;
}

.WebCheckbox input:checked+.WebCB_Fake:before {
    background: var(--yellow);
    border: 2px solid var(--yellow);
}

.divider hr {
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--yellow);
}

.divider {
    justify-items: center;
    display: grid;
}

.info-label .WebLabel_content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--gray);
    overflow: visible;
}

.header-label .WebLabel_content {
    font-family: Proxima-nova, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.5rem;
    color: var(--gray);
    overflow: visible;
    text-transform: uppercase;
}

.header .header-top .header-logo button {
    background-image: url("../Assets/DataFlex_Football_Pool_logo_orange_RGB.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.note-label .WebLabel_content {
    color: #ACACAC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.df-ModeMobile .header-label .WebLabel_content {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3.5rem;
}

@keyframes ActivePager {
    0% {
        margin-top: 8px;
    }

    100% {
        margin-top: 0px;
    }
}

.pager {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-top: 8px;
    padding: 0px 2px;
}

.pager.active {
    margin-top: 0;
    animation: ActivePager 0.3s ease-in-out 1;
}

.pager hr {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: gray;
}

.pager.active hr {
    background-color: black;
}

.pager * {
    padding: unset !important;
    margin: unset !important;
}


:not(.ql-snow *)::before,
.WebButton.WebControl button::before {
    font-family: "Material Symbols Outlined" !important;
}

.WebButton.WebControl button::after {
    all: unset;
}

.WebContainer.WebPanel.f>.WebCon_Sizer>.WebCon_Content {
    display: flex !important;
}

.WebContainer.WebPanel.f.center>.WebCon_Sizer>.WebCon_Content {
    align-items: center;
}

.WebContainer.WebPanel.f.s-e>.WebCon_Sizer>.WebCon_Content {
    justify-content: space-evenly;
}

.WebContainer.WebPanel.f.space-around>.WebCon_Sizer>.WebCon_Content {
    justify-content: space-around
}


.f>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    display: flex !important;
}

.f.center>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content,
.g.center>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    align-items: center;
}

.f.column>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    flex-direction: column;
}

.f.row>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    flex-direction: row;
}

.f.j-center>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content,
.g.j-center>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    justify-content: center;
}

.f.space-around>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    justify-content: space-around
}

.f.s-e>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    justify-content: space-evenly;
}

.f>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content>div[style="clear: both;"],
.g>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content>div[style="clear: both;"] {
    display: none !important;
}

.g>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    display: grid !important;
}

.g.auto-2>.WebCon_Inner>div>.WebContainer>.WebCon_Sizer>.WebCon_Content {
    grid-template-columns: auto auto;
}

.auto-w *,
.auto-w {
    width: max-content !important;
}

.margin-u *,
.margin-u {
    margin: unset !important;
}