@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Roboto+Mono:wght@400&display=swap');

@font-face {   font-family: 'LeagueGothic'; src: url('../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf'); }
@font-face {   font-family: 'InterItalic'; src: url('../fonts/Inter-Italic.otf'); }
@font-face {   font-family: 'InterHomeSemiBold'; src: url('../fonts/Inter-SemiBold.woff'); }

 @font-face {   font-family: 'LeagueGothic'; src: url('../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf'); }
        @font-face {   font-family: 'Inter'; src: url('../fonts/Inter-VariableFont_slnt,wght.ttf'); }
       

@font-face {   font-family: 'Inter'; src: url('../fonts/Inter-VariableFont_slnt,wght.ttf'); }

*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: transparent; 
}

.loading {
    cursor: progress; 
}

.clicked, .clicked:hover {
    transform: translateX(0px) translateY(0px);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); 
    background-color: #00000049;
}
body{
    min-width: 360px;
    min-height: 515px;
    background-color: #1e1e1e;
    position: relative;
}

img, button{
    user-select: none;
}
#loadingScreenFadeOut{
    background-color: #1e1e1e;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    height: 99dvh;
    position: fixed;
    z-index: 9000;
    width: 100dvw;
}
#connexionBoxContainer{
    min-height: 515px;
    position: relative;
    height: 100dvh;

}
#accessLinksSocial{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: fit-content;
    position: inherit;
    margin-left: auto;
    margin-right: 10px;
    position: absolute;
    right: 7px;
    bottom: 17px;
}
#accessLinksSocial > a{
    height: 31px;
    transition: padding-bottom 0.2s ease-out;
}
#accessLinksSocial > a:hover{
    height: 31px;
    padding-bottom: 2px;
}
#accessLinksSocial > a > img{
    max-width: 31px;
    max-height: 31px;
    transition: transform 0.2s ease-out;
}

#accessLinksSocialPassword{
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: start;
    text-align: center;

    width: fit-content;
    position: absolute;
    left: 15px;
    top: 15px;
    margin-top: 0px;
    align-items: center;
}
#accessLinksSocialPasswordInner{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 7px;
    min-height: 26px;
}
#accessLinksSocialPasswordInner > a{
    height: 22px;
    transition: padding-bottom 0.2s ease-out;
}

#accessLinksSocialPasswordInner > a > span{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-out;
    display: flex;
}

.LinksSocialPasswordDiscord{
    background-image: url('../img/icons/access/accessDiscord.png');
    width: 27px;
    height: 100%;
}
.LinksSocialPasswordSS{
    background-image: url('../img/icons/access/accessSS.png');
    width: 26px;
    height: 100%;
}
.LinksSocialPasswordFanbox{
    background-image: url('../img/icons/access/accessFanBox.png');
    width: 81px;
    height: 100%;
}


.LinksSocialPasswordDiscordContainer:hover > .LinksSocialPasswordDiscord{
    display: none !important;
}
.LinksSocialPasswordSSContainer:hover > .LinksSocialPasswordSS{
    display: none !important;
}
.LinksSocialPasswordFanboxContainer:hover > .LinksSocialPasswordFanbox{
    display: none !important;
}

.LinksSocialPasswordDiscordHover{
    background-image: url('../img/icons/access/accessDiscordWhite.png');
    opacity: 0;
}
.LinksSocialPasswordSSHover{
    background-image: url('../img/icons/access/accessSSWhite.png');
    opacity: 0;
}
.LinksSocialPasswordFanboxHover{
    background-image: url('../img/icons/access/accessFanBoxWhite.png');
    opacity: 0;
}

.LinksSocialPasswordDiscordContainer:hover > .LinksSocialPasswordDiscordHover{
    width: 27px;
    opacity: 1;
    height: 100% !important;
}
.LinksSocialPasswordSSContainer:hover > .LinksSocialPasswordSSHover{
    width: 26px;
    opacity: 1;
    height: 100% !important;
}
.LinksSocialPasswordFanboxContainer:hover > .LinksSocialPasswordFanboxHover{
    width: 81px;
    opacity: 1;
    height: 100% !important;
}


.LinksSocialPasswordDiscordContainer.hover > .LinksSocialPasswordDiscord{
    display: none !important;
}
.LinksSocialPasswordSSContainer.hover > .LinksSocialPasswordSS{
    display: none !important;
}
.LinksSocialPasswordFanboxContainer.hover > .LinksSocialPasswordFanbox{
    display: none !important;
}


.LinksSocialPasswordDiscordContainer.hover > .LinksSocialPasswordDiscordHover{
    width: 27px;
    opacity: 1;
    height: 100% !important;
}
.LinksSocialPasswordSSContainer.hover > .LinksSocialPasswordSSHover{
    width: 26px;
    opacity: 1;
    height: 100% !important;
}
.LinksSocialPasswordFanboxContainer.hover > .LinksSocialPasswordFanboxHover{
    width: 81px;
    opacity: 1;
    height: 100% !important;
}



#currentPasswordLinksTitle{
    color: #868686;
    font-family: 'Inter', sans-serif;
    font-weight: unset;
    font-size: 0.82em;
    user-select: none;
    display: flex;
    min-height: 19px;
    width: 120px;
    transition: transform 0.1s;

}
#freeToView {
    position: absolute;
    top: 19px;
    right: 100px;
    font-size: 13px;
    display: flex;
    font-family: 'Inter', sans-serif;
    width: fit-content;
    pointer-events: none;
    /* animation: blinkTextColor 2s infinite; */
    color: #868686;
}
#fanartGalleryLink{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    padding-bottom: 0px;
    cursor: pointer;
    font-family: 'LeagueGothic', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 15px;
    right: 20px;
    height: 30px;
}
#ShopLinkAccess{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    padding-bottom: 0px;
    cursor: pointer;
    font-family: 'LeagueGothic', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 51px;
    right: 20px;
    height: 30px;
}

#ShopLinkAccess > a, #fanartGalleryLink > a{
    text-decoration: none;
    color: #868686;
    transform: translateY(-7px);
}

.not-touch-device #ShopLinkAccess:hover > a, .not-touch-device #fanartGalleryLink:hover > a{
    color: #EFEFEF !important;
}


/* DIALOGUE BOX - TEST */
#welcomingTextBox{
    position: fixed;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    opacity: 0;
    transition: opacity 0.6s ease-in-out, transform 0.5s ease-in-out;
}
#imgDialogueBox{
    z-index: 50;    
    cursor: pointer;
    transition: opacity 0.2s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translate(220px, -100px) rotate(2deg);
    max-height: 500px;
    height: 200px;
    transform-origin: top;
    position: relative;
}
#progressText1{
    position: absolute;
    top: 328px; 
    left: 41%;
    z-index: 55;  
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-align: start;
    cursor: pointer;
    max-width: 500px;
    user-select: none;
    transition: opacity 0.3s ease-in-out;
}



#monthlyPasswordInfos{
    color: #868686;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    user-select: none;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: color 0.2s ease-in-out;

    display: flex;
    flex-direction: row;
    gap: 5px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#monthlyPasswordInfos > .testRemaingTime{
    height: 0px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
#monthlyPasswordInfos:hover > .testRemaingTime{
    opacity: 1;
    height: unset;
}


.checkTopLeftCornerInfo.hover{
    color: #EFEFEF;
}

.passFreeName{
 
    color: #9ce977;
    cursor: pointer;
}

.freeDays{

    color: transparent;
    text-align: center;
    
    transition: opacity 0.3s ease-in-out;
    background: linear-gradient(
      rgb(255, 169, 169), 
      yellow, 
      rgb(255, 213, 134), 
      rgb(194, 255, 194), 
      rgb(192, 192, 255), 
      rgb(218, 167, 255), 
      violet, 
      rgb(255, 147, 147)
    );
    -webkit-text-stroke: 0.05em rgba(39, 32, 17, 0.925);
    -webkit-background-clip: text;
    animation: rainbow 60s linear infinite;
    width: fit-content;

    user-select: none;

    font-family: 'Inter', sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    top: -13px;
    letter-spacing: 0px;
    -webkit-text-stroke: unset;

    font-size: 1.1em;
    
    top: -13px;

    margin-bottom: 1px;
  }

  @keyframes rainbow{
    100%{
        background-position: 0 30em;
    }
  }

#checkBoxAgeContainer {
    display: flex;
    gap: 8px;
    font-size: 0.79em;
    width: max-content;

    color: #868686;
    font-family: 'Inter', sans-serif;
    flex-direction: row;
    align-items: center;
    max-width: 278px;
    margin-bottom: -4px;
    transform: translateX(-2px);
}
#confirmAgeText{
    max-width: 100%;
    transform: translateX(-2px);
    cursor: pointer;
    user-select: none;
    text-align: start;
}
#confirmAgeText > #termsOfServiceLoginBtn{
    color: #FF2385 !important;
    
    line-height: 20px;
    font-family: 'InterHomeSemiBold', sans-serif;
}
#confirmAgeText > #termsOfServiceLoginBtn:hover{
    color: #EFEFEF !important;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 35px;
    max-width: 20px;
    height: 20px;
    background-color: black;
    border: 2px solid #2d2d2d;
    margin-right: 0px;
    border-radius: 4px;
    cursor: pointer;
    transform: translateX(-1px) translateY(-3px);
}

.custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: black;
    border-radius: 6px;
    cursor: pointer;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: black;
}

.custom-checkbox input:checked ~ .checkmark::after {
    content: "";
    position: absolute;
    display: block;
    left: 54%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-115%, -21%);
}



@keyframes shake {
0%, 100% { padding-left: 0px; 
}
25% { padding-left: 10px; 
}
50% { padding-left: 0px; 
}
75% { padding-left: 10px; 
}
}

@keyframes shake2 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-7px);
    }
    50% {
        transform: translateX(7px);
    }
    100% {
        transform: translateX(0);
    }
}

.shakeAnim {
    animation: shake 0.2s ease-in-out;
}
.shakeAnim2 {
    animation: shake2 0.1s ease-in-out !important;
}

#accessSubscribeStarBtn{
    display: flex;
    flex-direction: row;

    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;

    filter: brightness(100%);
    color: white;
    background-color: #009688;
    font-family: 'LeagueGothic', sans-serif;
    text-align: start;
    font-size: 26px;
    font-weight: 400;
    border-radius: 5px;
    position: relatve;
    align-items: center;
    justify-content: center;
    height: 46px;
 
    width: 100%;
    width: calc(100% - 1px);
    overflow: hidden;
    position: relative;



}
#accessSubscribeStarBtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/icons/access/rainbowSpiral2.gif');
    background-clip: border-box;
    background-size: cover;
    background-position: center;
    background-color: #009688;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.not-touch-device #accessSubscribeStarBtn:hover {
    transform: scale(1.02);
}


.not-touch-device #accessSubscribeStarBtn:hover::after {
    opacity: 0.4;
}
  
#accessSubscribeStarBtn > p > img{
    height: 28px;
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(calc(-50% - 0px));
    filter: brightness(100);
    pointer-events: none;
    
}
#accessSubscribeStarBtn > p{

    color: #FFFFFF;
    position: relative;
    margin-left: 33px;
    pointer-events: none;
}


@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

#textDialogueNext{
    position: absolute;
    z-index: 56;  
    color: white;
    right: 235px;
    bottom: 103px;
    font-size: 22px;
    display: none;

    animation: blink 0.8s infinite; 
    user-select: none;
    cursor: pointer;
}
#characterAloneDialoguePicture{
    z-index: 45;    
}
#AmberSpriteAccess{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 500px;
}
#textBoxDialogueChoices{
    
    position: absolute;
    bottom: 102px;
    left: 41%;
    z-index: 60;  
}
#secondChoices{
    display: none;
    color: white;
    font-weight: 700;
    
    text-align: start;
    cursor: pointer;
    transition: color 0.2s ease-in-out, opacity 0.5s ease-in-out;
    margin-bottom: 10px;
    opacity: 0;
    font-size: 19px;

}
.dialogueChoices{
    display: flex;
    flex-direction: row;
}
.dialogueChoices:hover{
    color: #ff2385;
}
.hoverOption{
    display: none;
    position: absolute;
    left: -20px;
    font-size: 16px;
    color: white;
}

.HoverOption{
    position: absolute;
    left: -20px;
    font-size: 16px;
    color: white;
}

.AmberSpritesEyes1, .AmberSpritesEyes2{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 500px;
    z-index: 500;
    
}
.AmberSpritesEyes2{
    z-index: 600;
}
.AmberSpritesMouth1, .AmberSpritesMouth2, .AmberSpritesMouth3{
    position: absolute;

    bottom: 0;
    left: 0;
    height: 500px;
    z-index: 600;
    
}


.displayNone{
    display: none !important;
}

.displayHalfEyes{
    clip-path: polygon(0% 0%, 55% 0%, 50% 100%, 0% 100%);
}












#accesFormsContainer{
    min-height: 194px;
 
    min-width: 269px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;

    margin: auto;
    max-width: 90%;
}

#login_form{
    display: flex;
    flex-direction: row;
    gap: 8px;
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    margin-top: 5px;
    max-width: 320px;
    width: 100%;
}

/* .g-recaptcha{
    transform: translateX(-50%);
    display: block;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    left: 50%;
} */

#SubscribeStarLoginForm > .g-recaptcha{
    display: none;

}
#SubscribeStarLoginForm{
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    font-family: 'Inter', sans-serif;

    max-width: 320px;
}

#NotAMemberInfos{
    color: #868686;
    font-family: 'Inter', sans-serif;
    width: 100%;
    text-align: start;
    font-size: 0.82em !important;
    margin-top: 9px;
    display: flex;
    gap: 5px;
    user-select: none;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
#NotAMemberInfos > a{
    text-decoration: none;
    color: #ff2385;
    
    font-family: 'InterHomeSemiBold', sans-serif;
}
#NotAMemberInfos.shakeAnim2{
    color: red;
}
#captchaMessage, #captchaMessageSubscribeStar{
    display: none; 
    color: #868686; 
    transform: translate(-50%, 84px); 

    justify-content: center; 
    transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out; 
    opacity: 0;
    font-size: 12px;
    position: absolute; 
    filter: blur(4px);
    font-family: 'Inter', sans-serif;
    left: 50%;
    width: 310px;
}

#passwordInputAndEyeContainer{
    display: flex;
    flex-direction: row;
    position: relative;
    transform: translateX(-1px);
    width: 100%;
    margin-bottom: 30px;
}

input#passwordInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 36px;
    max-height: 43px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #9C9C9C !important;
    background-color: #090909 !important;  
    border: 2px solid #2d2d2d;
    box-shadow: none; 
    text-align: start;

    height: 47px;
    border-radius: 6px;
    outline: none;
 
    padding-left: 10px;
    width: 100%;

    font-size: 0.82em;
    padding-bottom: 1px;
}




@-moz-document url-prefix() {
    .webSecurityPSW {
        font-size: 0.7em !important;
        padding-bottom: 0px !important;
    }
}

input#passwordInput::placeholder {
    color: #9C9C9C; 
    -webkit-text-security: none !important;
}

.webSecurityPSW{
    -webkit-text-security: disc;
}
input#passwordInput.incorrectPasswordRedInput{
    color: red !important;
}


#eye-icon{
    position: absolute;
    width: 19px;
    height: auto;
    right: 11px;
    top: 12px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: brightness(1.5);
    user-select: none;
}
#eye-icon:hover{
    opacity: 1;
}



button{

    font-size: 20px;
    font-weight: 500;
    height: 47px;
    border-radius: 12px;
    background-color: #585858;
    color: #9C9C9C;
    border: none;
    transition: 0.1s;
    padding-bottom: 1px;
    cursor: pointer;
    font-family: 'LeagueGothic', sans-serif;
    font-size: 24px;
    font-weight: 400;
     letter-spacing: 0em;
}   




#PssRvlAcc{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-weight: 600;
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: rgb(122, 122, 122);
    position: fixed;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#alertMessage{
    margin-top: 10px;
    color: red;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(39, 39, 39);
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 1.6em;
    text-align: center;
}

#erroMessageLogIn, #erroMessageLogIn2, #erroMessageLogIn3{
    color: red;
 
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
    user-select: none;
    transition: opacity 0.2s ease-in-out;
}
#subscribestarMessageError > a {
    cursor: pointer;
    color: #ff2385 !important;
    text-decoration: none;
}
#erroMessageLogIn{
    top: calc(100% - 15px);
    margin-top: 0px;
}
#erroMessageLogIn2{
    top: calc(100% - 15px);
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#privacyPolicyContainer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    user-select: none;
    font-family: 'Inter', sans-serif;
}
#privacyPolicyTitle{
    color: #868686;
    font-family: 'Inter', sans-serif;
    font-weight: unset;
    font-size: 0.82em;
    margin: 15px;
    margin-left: 13px;
    user-select: none;
    cursor: pointer;
    display: flex;

}
#privacyPolicyTitle:hover{
    color: #EFEFEF;
}

#privacyPolicyModal{
    height: 100vh;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    max-width: 700px;
    position: absolute;
    background-color: #f5f5f5;
    color: #1e1e1e;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    z-index: 9000;
    min-width: 340px;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border: none;
}

#privacyPolicyModalCloseBTN{
    height: 18px;

    user-select: none;
    object-fit: contain;
    object-position: right;
    -webkit-tap-highlight-color: transparent; 
    display: flex;
    justify-content: end;
    margin-top: 3px;
    margin-left: auto;
    width: 32px;
    margin-bottom: 7px;
    align-items: center;
}


#xIcon, #xIconHover{
    height: 28px;
    cursor: pointer;
    padding: 6px;
}
#xIconHover{
    display: none;
}
#privacyPolicyModalCloseBTN:hover > #xIcon{
    display: none;
}
#privacyPolicyModalCloseBTN:hover > #xIconHover{
    display: flex;
}

#privacyPolicyList{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: calc(100% - 40px);
    overflow: auto;
    
    padding: 8px;
    padding-top: 0px;
    padding-right: 13px;

}

@-moz-document url-prefix() {
    #privacyPolicyList{
        scrollbar-width: thin;
    }
}

#privacyPolicyList::-webkit-scrollbar{
    width: 11px;
}

#privacyPolicyList::-webkit-scrollbar-track {
    background: #ffffff00;
    
}
  
#privacyPolicyList::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
    border: 2px solid transparent;
    background-clip: content-box;
}
.policyTitles{
    margin-bottom: 15px;
}
#privacyPolicyFirstTitle{
    font-size: 25px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.privacyPolicySection ul{
    padding-left: 20px;
}
.privacyPolicySection h2{
    text-align: center;
}
#updatedInfoAccess{
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    top: 14px;
}
.privacyPolicySection li{
    font-size: 13px;
    margin-bottom: 7px;
    list-style: square;
    padding-left: 7px;
    padding-right: 10px;
}
.privacyPolicySection > h4{
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
}
.privacyPolicySection > h5{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.privacyPolicySection > p{
    font-size: 13px;
    margin-bottom: 15px;

}

#LegalCookiesInfoContainer{
    position: absolute;
    left: 20px;
    top: 10px;
    display: flex;
    flex-direction: column;
    color: rgb(236, 236, 236);
    gap: 6px;
    max-width: 300px;
    min-width: 300px;

    display: none;
    
}
#LegalCookiesTitle{
    cursor: pointer;
    width: fit-content;
    user-select: none;
    font-size: 18px;
}
#legalCookiesFinger{
    position: absolute;
    left: -10px;
    top: 30px;
    height: 35px;
    transform: rotate(10deg);
    opacity: 1;
    transition: opacity 0.2s ease-in-out ;
}
#LegalCookiesDetails{
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    line-height: 25px;
    width: 520px;

    padding: 12px;
    border-radius: 8px;
    z-index: 1200;
    cursor: pointer;
    user-select: none;
    background-color: #292929;
   border: 1px solid #202020;
    color: #e1e1e1;
    padding-left: 25px;
}

#LegalCookiesDetails > span > li{
    margin-top: 5px;
}

#loadingSquareSubmitPass{
    height: 100%;
    padding: 5px 0px;
}
#eye-icon, #passwordInput, #submit_pass_before, #submit_pass, #login_form, #SubscribeStarLoginForm, #accessSubscribeStarBtn, #NotAMemberInfos, #monthlyPasswordInfos, #checkBoxAgeContainer{
    transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}
#captcha_button_submit, #subscribestar_button_captcha{
    opacity: 0;
    filter: blur(3px);
    transition: filter 0.2s ease-in-out;
}
.not-touch-device #NotAMemberInfos > a:hover{
    color: #EFEFEF !important;
}

#submit_pass_before, #submit_pass{
    border: none;
    cursor: pointer;
    font-family: 'LeagueGothic', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 6px;
    width: 65px;
    background-color: #ff2385;
    color: #ffffff;
    max-height: 43px;
    border: 2px solid ;

    padding-bottom: 0px !important;
    border: 2px solid #1e1e1e;

    transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;

    min-width: 65px;
}
.grecaptcha-badge{
    display: none !important;
}

.not-touch-device #submit_pass_before:hover{
    transform: scale(1.04) translateY(0px);
}


.logoImg{
    max-width: 100%;
}
.logo{
    position: relative;
    margin-bottom: 29px;
    transform: translateX(0px);     
}
.logo > .construct{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}

#freeDaysContainer{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 5px;
    padding: 15px;
    background-color: #090909;
    max-height: 110px;
    max-width: 320px;
    border: 2px solid #2d2d2d;
    border-radius: 12px;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px;
    cursor: pointer;
    user-select: none !important;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}
#freeDaysContainer > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3px;
    pointer-events: none;
}
.not-touch-device #freeDaysContainer:hover{
    border: 2px solid #868686 !important;
}
.not-touch-device #freeDaysContainer:hover #textInfoFreeDay2{
    color: #EFEFEF !important;
}
.slim-gif{
    max-width: 30%;
    width: 100%;
    pointer-events: none;
}
#rainbowFreeDaysText{
    width: inherit;
    max-width: 75%;
    margin-bottom: 5px;
}
#textInfoFreeDay1{
    opacity: 1;
    color: #ffffff;
}
#textInfoFreeDay2{
    opacity: 1;
    color: #939393;
}

@media only screen and (min-width: 660px) {       
    #freeDaysContainer{
        font-size: 13px;
    }
}
#getCurrentPasswordLink{
    position: absolute;
    top: 52px;
    font-family: 'Inter', sans-serif !important;
    color: #868686;
    font-size: 0.82em;
    user-select: none;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
#getCurrentPasswordLink > #currentPasswordButton{
    color: #FF2385;
    cursor: pointer;
    width: 100%;
    cursor: pointer;    
    font-family: 'InterHomeSemiBold', sans-serif;    
}
#getCurrentPasswordLink.openBubble > #currentPasswordButton {
    color: #ffffff !important;
}
.not-touch-device #getCurrentPasswordLink > #currentPasswordButton:hover{
    color: #ffffff;
}
#getCurrentPasswordLink a{
    text-decoration: none !important;
    color: #1e1e1e;
    padding: 4px 10px;
    background-color: rgba(182, 182, 182, 0);
    border-radius: 5px;
}
.not-touch-device #getCurrentPasswordLink a:hover{
    background-color:rgb(182, 182, 182);
}
#getCurrentPasswordLink > #bubblePasswordLinks{
    position: absolute;
    background-color: #dddddd;
    width: 140px;
    min-height: 50px;
    border-radius: 8px;
    bottom: 33px;
    left: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 12px 7px;
    font-size: 0.88em;
    font-weight: 800;
    row-gap: 1px;
}
#bubblePasswordLinks{
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.8));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
#getCurrentPasswordLink.openBubble > #bubblePasswordLinks{
    pointer-events: all;
    opacity: 1;
}
#passwordLinksTail{
    position: absolute;
    top: calc(100% - 14px);
    font-size: 22px;
    pointer-events: none;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: transparent;
    color: #ddd !important;
}


#connexion_box.clickedEnterBtn #submit_pass_before, #connexion_box.clickedEnterBtn #passwordInput, #connexion_box.clickedEnterBtn #eye-icon, #connexion_box.clickedEnterBtn #SubscribeStarLoginForm, #connexion_box.clickedEnterBtn #NotAMemberInfos, #connexion_box.clickedEnterBtn #checkBoxAgeContainer, #connexion_box.clickedEnterBtn #monthlyPasswordInfos, #connexion_box.clickedEnterBtn #freeDaysContainer, #connexion_box.clickedEnterBtn #getCurrentPasswordLink{
    opacity: 0 !important;
    pointer-events: none !important;
    filter: blur(2px);
}
#connexion_box.clickedEnterBtnSubscribestar #submit_pass_before, #connexion_box.clickedEnterBtnSubscribestar #passwordInput, #connexion_box.clickedEnterBtnSubscribestar #eye-icon, #connexion_box.clickedEnterBtnSubscribestar #NotAMemberInfos, #connexion_box.clickedEnterBtnSubscribestar #checkBoxAgeContainer, #connexion_box.clickedEnterBtnSubscribestar #monthlyPasswordInfos, #connexion_box.clickedEnterBtnSubscribestar #freeDaysContainer, #connexion_box.clickedEnterBtnSubscribestar #getCurrentPasswordLink{
    opacity: 0 !important;
    pointer-events: none !important;
    filter: blur(2px);
}

#erroMessageLogIn2{
    display: none !important;
}

#passwordInput:focus, #passwordInput:hover, #passwordInput.input-with-content, .custom-checkbox:hover{
    border: 2px solid #868686 !important;
}

#currentPasswordButton.errorMessageBlink{
    animation: blinkPinkTextColor 2s infinite;
}

@keyframes blinkPinkTextColor {
    0%, 49% {
        color: #FF2385;
    }
    50%, 100% {
        color: #EFEFEF;
    }
}

@keyframes blinkTextColor {
    0%, 49% {
        color: #868686;
    }
    50%, 100% {
        color: #EFEFEF;
    }
}
#spotlightOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    background: radial-gradient(
        circle 100px at center,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 60%,
        rgba(0, 0, 0, 0.7) 100%
    );
    transition: all 0.3s ease;
    pointer-events: none;
}


@media only screen and (max-width: 799.9px) {
    .logo{
        max-width: 100%;
        margin: auto;
        margin-bottom: 29px;
        object-fit: cover;
        object-position: center;
   
    }

    #LegalCookiesInfoContainer{
        max-width: 170px;
        min-width: 170px;
    }
    #legalCookiesFinger{
        position: absolute;
        left: -10px;
        top: 50px;
    }

    #privacyPolicyModal{
        max-height: calc(100dvh - 20px);
    }
    .privacyPolicySection > p{
        font-size: 13px;
    }

    #connexion_box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        margin-top: auto;
        min-width: 260px;
    }

    #LegalCookiesDetails{
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        margin-left: 0px;
        line-height: 25px;
        font-size: 14px;
        max-width: 330px;
        background-color: #292929;
       border: 1px solid #202020;
        margin-top: 7px;
    }


    #accessLinksSocial{
        gap: 9px;
        max-height: 28px;
        bottom: 12px;
    }

    #LegalCookiesTitle{
        font-size: 18px;
    }

    #accessLinksSocial > a > img{
        max-height: 28px;
        transition: transform 0.2s ease-out;
        object-fit: contain;
    }

    #privacyPolicyTitle{
        font-size: 0.82em;
        margin-bottom: 15px;
    }

    #monthlyPasswordInfos > .passwordInfosText24H{
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    
}


@media only screen and (min-width: 800px) {

    .logo{
        max-width: 100%;
        margin: auto;
        animation-iteration-count: 1;
        margin-bottom: 29px;
    }

    #connexion_box{
        max-width: 484px;
        margin-top: auto;
        z-index: 1000;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: auto;
        z-index: 1000;
        

    }
    #LegalCookiesTitle{
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #freeToView{
        top: 15px;
        right: 88px;
    }
    #fanartGalleryLink, #ShopLinkAccess{
        font-size: 27px;
    }
    #ShopLinkAccess{
        top: 46px;  
        
    }
    #accesFormsContainer{
        gap: 25px;
    }
}