/**
 * FIRST CONNEXION
 */
.flavr-container.first-connexion .flavr-fixer .flavr-outer {
    width: 621px;
    height: 452px;
    margin-left: 120px;
}

body.season-s1 .flavr-container.first-connexion .flavr-fixer .flavr-outer {
    background: url(/static/img/new-layout/popup/s1-daily-maana.png) no-repeat;
}

body.season-s2 .flavr-container.first-connexion .flavr-fixer .flavr-outer {
    background: url(/static/img/new-layout/popup/s2-daily-maana.png) no-repeat;
}

.flavr-container.first-connexion .flavr-outer::before {
    width: 500px !important;
    left: 120px !important;
    height: 390px !important;
    top: 56px !important;
}

.flavr-container.first-connexion .flavr-outer::after {
    width: 500px !important;
    left: 120px !important;
    height: 390px !important;
    top: 56px !important;
}

.flavr-container.first-connexion .flavr-fixer .flavr-outer .flavr-toolbar {
    width: 250px;
    position: absolute;
    z-index: 3;
    bottom: 29px;
}

.flavr-container.first-connexion .flavr-fixer .flavr-outer .flavr-content {
    padding-bottom: 44px;
}

.flavr-container.first-connexion .flavr-fixer .flavr-outer .flavr-content .flavr-message {
    text-align: center;
    margin-left: -46px;
    width: 300px;
    margin-top: 80px;
}

.flavr-container.first-connexion .flavr-fixer .flavr-outer .flavr-content .flavr-message h1 {
    font-size: 23px;
    letter-spacing: 0;
    width: 90%;
    margin: auto;
}

.flavr-container.first-connexion .flavr-fixer .flavr-outer .flavr-content .flavr-message h1 span {
    display: block;
    color: #321540;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    margin-right: 30px;
    line-height: 14px;
    margin-top: 14px;
}

.flavr-container.first-connexion #first-connexion-reward {
    display: inline-block;
    padding: 0 60px;
    margin: 10px 40px 0 0;
    background: url(/static/img/new-layout/home/connected/maana.png) no-repeat right 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #3EC1D7;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 35px;
    font-weight: 900;
}

/* Popup welcome back */
.flavr-container.welcome-back-popup .flavr-outer {
    padding: 10px 70px 10px 60px !important;
}

.flavr-container.welcome-back-popup .flavr-fixer::before {
    content: '';
    width: 302px;
    height: 257px;
    background: url(/static/img/popup/welcome-back/image-purroko.png);
    background-size: cover;
    position: absolute;
    top: -98px;
    left: 190px;
    z-index: -1;
}

@keyframes rotate-welcome-bonus-halo {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes show-welcome-bonus-halo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.flavr-container.welcome-back-popup .flavr-fixer::after {
    content: '';
    width: 600px;
    height: 562px;
    background: url(/static/img/popup/welcome-back/new-layout/halo.png) center no-repeat;
    position: absolute;
    top: -72px;
    left: 19px;
    z-index: -2;
    animation: rotate-welcome-bonus-halo linear infinite 50s, show-welcome-bonus-halo ease-in-out forwards 0.5s;
}

.flavr-container.welcome-back-popup .flavr-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    pointer-events: none;
    background: url(/static/img/popup/welcome-back/image-scroll.png) top left no-repeat, url(/static/img/popup/welcome-back/image-incubator.png) bottom right no-repeat;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-content #close-welcome-back {
    margin-top: 20px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .section-title {
    font-size: 33px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    transform: scale(0.5);
    opacity: 0;
    animation: show-welcome-bonus-reward 0.5s ease-in-out forwards;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back .cpt {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.2);
    animation: show-welcome-bonus-reward-cpt 1s ease-in-out forwards;
}

@keyframes show-welcome-bonus-reward {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes show-welcome-bonus-reward-cpt {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-1 {
    color: #3ec0d7;
    animation-delay: 0.2s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-1 .cpt {
    border: solid #3ec0d7 2px;
    animation-delay: 0.3s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-2 {
    color: #fd8c13;
    animation-delay: 0.4s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-2 .cpt {
    border: solid #fd8c13 2px;
    animation-delay: 0.5s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-3 {
    color: #c5a973;
    animation-delay: 0.6s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-3 .cpt {
    border: solid #c5a973 2px;
    animation-delay: 0.7s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-4 {
    color: #89cb23;
    animation-delay: 0.8s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-4 .cpt {
    border: solid #89cb23 2px;
    animation-delay: 0.9s;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message img {
    margin-top: 20px;
    background: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

/*.flavr-container.welcome-back-popup .flavr-outer {
    width: 483px;
    border-radius: 20px;
    animation: none !important;
}

.flavr-container.welcome-back-popup .flavr-fixer {
    margin-top: 250px;
}

.flavr-container.welcome-back-popup .flavr-fixer .flavr-outer .flavr-toolbar {
    padding: 0 !important;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-image-1 {
    background: url(/static/img/popup/welcome-back/image-purroko.png);
    background-size: cover;
    width: 424px;
    height: 360px;
    position: absolute;
    top: -148px;
    left: 61px;
    z-index: -1;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-image-2 {
    background: url(/static/img/popup/welcome-back/image-scroll.png);
    background-size: cover;
    width: 120px;
    height: 128px;
    position: absolute;
    top: -59px;
    left: -55px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-image-3 {
    background: url(/static/img/popup/welcome-back/image-potion.png);
    background-size: cover;
    width: 82px;
    height: 101px;
    position: absolute;
    bottom: 95px;
    left: -56px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-image-4 {
    background: url(/static/img/popup/welcome-back/image-maana.png);
    background-size: cover;
    width: 58px;
    height: 64px;
    position: absolute;
    top: 170px;
    right: -79px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #popup-image-5 {
    background: url(/static/img/popup/welcome-back/image-incubator.png);
    background-size: cover;
    width: 109px;
    height: 123px;
    position: absolute;
    bottom: -23px;
    right: -22px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message h2 {
    width: 203px;
    color: #34386F;
    font-size: 25px;
    font-weight: bold;
    margin: auto;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message p {
    color: #34386F;
    font-size: 14px;
    font-weight: bold;
    text-align: center !important;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back {
    display: inline-block;
    width: 300px;
    text-align: left;
    height: 33px;
    margin: 2px auto;
    font-size: 16px;
    font-weight: bold;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-1 {
    color: #3cd2d1;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-2 {
    color: #ff9e35;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-3 {
    color: #b2aa89;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back.reward-4 {
    color: #a4ed52;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message .popup-reward-welcome-back img {
    height: 100%;
    vertical-align: bottom;
    margin-right: 9px;
}

.flavr-container.welcome-back-popup .flavr-outer .flavr-message #close-welcome-back {
    margin-top: 24px;
}*/

/* Popup générique */
.flavr-container.generic-popup .flavr-fixer .flavr-outer .flavr-toolbar {
    padding: 0 !important;
}

.flavr-container.generic-popup .flavr-fixer .flavr-outer {
    width: 500px !important;
}

.flavr-container.generic-popup .flavr-fixer .flavr-outer .flavr-message {
    padding-top: 42px;
}

    /* Popup mode vacances */
.flavr-container.vacation .flavr-outer .flavr-message h1 {
    margin: 30px 101px 20px 32px;
}

/*Welcome bonus*/
.flavr-container.welcome-bonus .flavr-fixer .flavr-outer {
    width: 549px;
    height: 373px;
    padding: 100px 230px 0 70px;
}

.flavr-container.welcome-bonus .flavr-fixer::before {
    background-image: url(/static/img/new-layout/home/connected/glow.png);
    content: '';
    width: 579px;
    height: 573px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
    animation: rotate-glow 10s linear infinite;
}

.flavr-container.welcome-bonus .flavr-fixer .flavr-outer .flavr-message h1 {
    margin: 0 0 10px;
    font-size: 26px;
}

.flavr-container.welcome-bonus .flavr-fixer .flavr-outer .flavr-message p {
    margin: 0;
    font-weight: 400;
}

.flavr-container.welcome-bonus .flavr-fixer .flavr-outer .flavr-message {
    padding: 0 10px 10px;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.flavr-container.welcome-bonus .welcome-bonus-maana {
    display: inline-block;
    padding-right: 60px;
    background: url(/static/img/new-layout/home/connected/maana.png) no-repeat right 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #3EC1D7;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 35px;
    font-weight: 900;
}

.flavr-container.welcome-bonus .welcome-bonus-legacyCurrency {
    display: inline-block;
    padding-right: 60px;
    background: url(/static/img/currency/legacy.png) no-repeat right 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #927e4c;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 35px;
    font-weight: 900;
}

body.season-s1 .flavr-container.welcome-bonus .flavr-fixer .flavr-outer {
    background: url(/static/img/new-layout/popup/s1-welcome-bonus.png) no-repeat;
}

body.season-s2 .flavr-container.welcome-bonus .flavr-fixer .flavr-outer {
    width: 513px;
    background: url(/static/img/new-layout/popup/s2-welcome-bonus.png) no-repeat;
}

.flavr-container.welcome-bonus .flavr-outer::before {
    width: 480px !important;
    left: 35px !important;
    height: 382px !important;
}

.flavr-container.welcome-bonus .flavr-outer::after {
    width: 480px !important;
    left: 40px !important;
    height: 382px !important;
}

.flavr-container.accept-tos-popup .flavr-outer {
    width: 490px !important;
    padding: 30px 50px 50px;
}

.flavr-container.accept-tos-popup .flavr-outer .flavr-message h1 {
    padding: 0 20px;
}

.flavr-container.accept-tos-popup .flavr-outer .flavr-message p {
    line-height: 20px;
}

.flavr-container.accept-tos-popup .flavr-outer .flavr-message a {
    line-height: 20px;
    color: var(--main-season-color);
    text-decoration: underline;
    font-weight: bold;
}
