﻿
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('../images/abominagency/bg_full.png');
    background-size: cover;
    font-family: "Rubik", sans-serif;
}

.mainContent {
    flex: 1 0 auto;
}

/*
    TODO: This isn't a real footer at the moment, as it doesn't float to bottom
*/
.footer {
    flex-shrink: 0;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    /* identical to box height, or 165% */
    text-decoration-line: underline;
    color: #337DFF;
}

.titleDiv {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 100%;
    z-index: 10;
    max-height: 200px;
}

.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo-image {
    max-height:200px;
    width:auto;
}

#joinGameDiv {
    height: 100%;
    text-align: center;
    /*display: flex;
    flex-direction: column;*/

    background-image: url('../images/abominagency/background/fif-background.png');
    background-size: cover;
}



.textSpan {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    /* or 127% */
    text-align: center;
    text-transform: uppercase;
    color: #344184;
}

.textSpanSmall {
    font-size: 14px;
    line-height: 20px;
}

.textSpan.textSpanMedium {
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
}

.textSpanBig {
    font-size: 40px;
    line-height: 49px;
    /*TODO:*/
    /*should be bemio*/
}

.inputClass {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */
    text-align: center;
    color: #344184;
    border: 0;
    box-sizing: border-box;
    border-radius: 4px;
}

.twotoneInputClass {
    font-weight: bold;
}
.twotoneInputClass::placeholder {
    color: #AC62F4;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}
.twotoneInputClass:focus::placeholder {
    color: #E0B9A7;
}
.twotoneInputClass:not(:placeholder-shown) {
    color: #583491;
    font-family: "Rubik", sans-serif;
}
.twotoneInputClass:focus {
    color: #583491;
    background-color: #FCE2D6;
    font-family: "Rubik", sans-serif;
}

.uppercaseInputClass:not(:placeholder-shown) {
    text-transform: uppercase;
}

.gameCodeInputClass {
    margin-top: 10px;
    font-size: 34px;
    font-family: Bemio;
    font-style: normal;
    font-weight: bold;
}

.textSpan {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    /* or 127% */
    text-align: center;
    text-transform: uppercase;
    color: #344184;
}

.nameInputClass {
    font-size: 34px;
    margin-top: 10px;
    font-family: Bemio;
    font-style: normal;
    font-weight: bold;
}

.buttonClass {
    width: 315px;
    height: 64px;
    background: #337DFF;
    border-radius: 41px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    /* identical to box height, or 165% */
    text-align: center;
    color: #FFFFFF;
}

/*.buttonClass:disabled,
.buttonClass[disabled] {
    background-color: #9b74ad;
}*/

.tpNextButtonClass:disabled,
.tpNextButtonClass[disabled] {
    background-color: #9b74ad;
}

.buttonClass.voted {
    background: #5ab873;
}

.joinGameButtonClass {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    background-color: #AC62F4;
    color: white;
}

.joinGameButtonClass:disabled,
.joinGameButtonClass[disabled] {
    background-color: #AA9ABA;
    color: #DAD4F4;
}

#waitingForGameToStartChildDiv {
    /*    padding-left: 30px;
    padding-right: 30px;*/
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#waitingForGameToStartDiv {
}

.waitingMiddle {
    background-image: url('../images/abominagency/background/mascot-noface.png');
    height:100%;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.waitingMiddleImg {
    width: 100%;
}
.waitingBottom {
/*    background-image: url('../images/abominagency/background/mascot-noface-full.png');
    min-height: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;*/
    display: flex;
    /*height: 70%;*/
    /*flex-basis: 60%;*/
    min-height: 70%;
    justify-content: center;
}
.waitingBodyDiv {
    position: absolute;
    height: 500px;
    /*width: 100%;*/
}
.waitingFaceDiv {
    position: relative;
    z-index: 4;
    top: 100px;
    right: -15px;
    /*display: flex;*/
    flex-direction: column;
}
.waitingFaceImageTop {
    width: 250px;
}
.waitingFaceImageBottom {
    width: 244px;
}
.waitingBottomContent {
    /*background-image: url('../images/abominagency/background/mascot-bottom.png');*/
    /*background-image: url('../images/abominagency/background/crumple-paper-bottom.png');*/
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: 3;
    align-self: flex-end;
    background-size: cover;
}
.waitingBottomImg {
    width: 100%;
}

#waitingForPlayersVip, #waitingForPlayersNonVip {
    text-align: center;
    color: #2B1B4C;
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    height: 100%;
    justify-content: center;
    /*display: flex;
    justify-content: center;*/
}

#waitingForPlayersVip {
    background-image: url('../images/abominagency/background/mascot-bottom.png');
    background-size: cover;

}

#waitingForPlayersNonVip {
    background-image: url('../images/abominagency/background/crumple-paper-bottom.png');
    background-size: cover;
}

#waitingForPlayersVip {
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 8px;
}

#waitingVipPlayerCountDiv {
    margin-top: 50px;
    margin: 30px auto;
    padding: 7px 0px;
    text-align: center;
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #2B1B4C;
    width: 300px;
}

.waitingVipNumSpanGood {
    margin-top: 20px;
    color: #61F0BC;
}
.waitingVipNumSpanBad {
    margin-top: 20px;
    color: #C260FF;
}

.startGameButtonClass {
    width: 315px;
    height: 64px;
    border-radius: 41px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    /* identical to box height, or 165% */
    text-align: center;
    font-family: "Titan One", sans-serif;
    font-size: 34px;
}

.startGameButtonActive {
    background: #FFFFFF;
    color: #7A319D;
}
.startGameButtonInActive {
    background: #E4ADF2;
    color: #C98EE6;
}

.designPlayer-top {
    background-image: url('../images/abominagency/background/crumple-paper-top.png');
    background-size: cover;
    background-position: center bottom;
}
.designPlayer-title {
    text-align: center;
    color: #2B1B4C;
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    padding: 30px 0px 20px;
}
.designPlayer-text {
    text-align: center;
    color: #2B1B4C;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 80px 40px
}

#designPlayer-create {
    margin-top: 60px;
}

.designPlayerSwiperTop > .swiper-button-next, .designPlayerSwiperTop > .swiper-button-prev {
    width: 26px;
}
.designPlayerSwiperBot > .swiper-button-next, .designPlayerSwiperBot > .swiper-button-prev {
    width: 26px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
    display: none;
}
.designPlayerSwiperTop {
    height: 143px;
    --swiper-navigation-size: 62px;
    --swiper-navigation-sides-offset: 0px;
}
.designPlayerSwiperTop > .swiper-button-next {
    background-image: url("../images/abominagency/avatars/avatar_arrow_right.png");
}
.designPlayerSwiperTop > .swiper-button-prev {
    background-image: url("../images/abominagency/avatars/avatar_arrow_left.png");
}
.designPlayerSwiperBot {
    height: 91px;
    --swiper-navigation-size: 62px;
    --swiper-navigation-sides-offset: 0px;
}
.designPlayerSwiperBot > .swiper-button-next {
    background-image: url("../images/abominagency/avatars/avatar_arrow_right.png");
}
.designPlayerSwiperBot > .swiper-button-prev {
    background-image: url("../images/abominagency/avatars/avatar_arrow_left.png");
}

.hoodedGuyClass {
    width: 100%;
    height: 100%;
    position: absolute;
    /*z-index: -1;*/
}
.hoodedGuyCanvas {
    width: 100%;
    height: 100%;
}

.monsterCreationSwiper > .swiper-button-next, .monsterCreationSwiper > .swiper-button-prev {
    width: 26px;
}
.monsterCreationSwiper > .swiper-button-next, .monsterCreationSwiper > .swiper-button-prev {
    width: 26px;
}
.monsterCreationSwiper {
/*    height: 143px;*/
    --swiper-navigation-size: 62px;
    --swiper-navigation-sides-offset: 0px;
}
.monsterCreationSwiper > .swiper-button-next {
    background-image: url("../images/abominagency/icons/swiper-next.png");
}
.monsterCreationSwiper > .swiper-button-prev {
    background-image: url("../images/abominagency/icons/swiper-prev.png");
}

.tpNextButtonClass {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    background-color: #7A319D;
    color: white;
}
.tpNextButtonClassDone {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    background-color: #2B1B4C;
    color: #61F0BC;
}
.tpNameForPlayerButton {
    height: 38px;
    margin-top: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    color: #7A319D;
}

.roundDivVoting_Waiting {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.roundDivVoting_Waiting_Content {
    background-image: url('../images/abominagency/background/crumple-paper-bottom.png');
    background-size: cover;
    text-align: center;
    color: #2B1B4C;
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    height: 300px;
    justify-content: center;
    
}

#roundDivScoreBoard_Content {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.seeScreenImage {
    transform: scale(0.5);
}

.seeScreenText {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    color: #FFFFFF;
}

.centeredChildDiv {
    display: flex;
    justify-content: center;
}
.p_pitchingIconDiv {
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #2B1B4C;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
.p_tipTextDiv {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    color: #2B1B4C;
    padding-top: 50px;
    text-align: center;
    text-transform: capitalize;
}

.purpleWhiteButton {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    background-color: #7A319D;
    color: white;
}




.twitchLoginButton {
    margin-top: 25px !important;
    width: 280px !important;
    background-color: #9146FF !important;
}

#tosDiv {
    padding-top: 20px;
    font-size: small;
    color: #583491;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: auto;
}

.versionDiv {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #583491;
    font-weight: bold;
    font-size: 12px;
}

.avatar-image-big {
    width: 58%;
    max-width: 300px;
    margin-bottom: 20px;
}

#startGameButton {
    margin-top: 40px;
}

.fancyTiltedText {
    font-family: SignPainter;
    font-size: 49.6px;
    line-height: 58px;
    text-align: center;
    color: #344184;
    text-shadow: -2.5px 1.5px 0px #33C1FF;
    transform: rotate(-7deg);
}

#reconnectOverlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

#reconnectDiv {
    background-color: white;
    width: 100%;
    height: 150px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 201;
}

.roundDivTaskPresentation {
/*    padding-left: 30px;
    padding-right: 30px;*/
    height: 110%; /* This is to fix an issue where if the "Name for me" button is below the height of the screen the background (crinkle paper) does not show */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../images/abominagency/background/crumple-paper-full.jpg');
    background-size: cover;
}
#roundInfoDiv {
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.tpRoundInfoDiv {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    color: #2B1B4C;
}
.tpRoundSubInfoDiv {
    font-family: "Titan One", sans-serif;
    font-size: 20px;
    color: #2B1B4C;
    padding-top: 15px;
}

.hideme {
    visibility: hidden;
}

.tp_header {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.tp_MainContent {
    align-content: center;
    flex-grow: 1;
}
.tp_footer {
    margin-bottom:50px;
}
.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.monsterCreationImage {
    height: 100%;
}
.monsterCreationSwiper {
    height: 150px;
}
#tp_p_name_imageDiv {
    text-align: center;
}
#tp_p_wait_imageDiv {
    text-align: center;
}
#tp_p_wait_textDiv {
    padding-top: 40px;
    font-size: 37px;
    text-align: center;
    color: #2B1B4C;
    font-family: "Nanum Pen Script", cursive;
    font-weight: 400;
    font-style: normal;
}

#tp_p_name_for_me_button {
    border: none;
    background: none;
    text-decoration: underline;
    font-size: larger;
}

.monsterCreationImageWrapper {
    height: 150px;
}
.monsterCreationHead {
}
.monsterCreationBody {
}
.monsterCreationLegs{
}

#tp_p_name_textDiv {
    padding-top: 20px;
    text-align: center;
}
#tp_p_name_nameTextInput {
    font-size: 30px;
}
blockquote {
    background: #eee;
    border-radius: 5px;
    margin: 16px 0;
    text-align: center;
}
blockquote p {
    padding: 15px;
}
[contenteditable='true'] {
    caret-color: red;
}


.roundDivPitching {
    /*padding-left: 30px;
    padding-right: 30px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p_header_grow_1 {
    flex-grow: 1;
}
.p_MainContent {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    background-image: url('../images/abominagency/background/crumple-paper-bottom.png');
    background-size: cover;
}
.p_contentContainer {
    /*padding: 30px;*/
/*    display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}
.p_spacer {
}
.p_tipsClass {
    width: 100%;
    background-color: #D9D9D9;
    text-align: center;
}
#p_tipsDiv {
    font-size: xx-large;
}
.p_notPitching {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#p_youAreNextDiv {
    text-align: center;
}

.roundDivVoting {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v_MainContent {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#v_cardSwiper {
    width: 100%;
    border-radius: 30px;
}
.v_swiperWrapper {
    
}
.v_voteCard {
    /*    border: 2px solid black;
    border-radius: 10px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../images/abominagency/background/crumple-paper-full.jpg');
    background-size: cover;
}
.v_voteCardAvatarNameDiv {
    width: 100%;
    padding: 10px;
    display: flex;
}
#v_reactionIcons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}
.v_reactionBadge {
    background-color: white;
    font-family: "Titan One", sans-serif;
    font-size: 16px;
    color: #2B1B4C;
    padding: 6px 10px;
    margin: 8px;
    border-radius: 8px;
    text-align: center;
    width: 26px;
    height: 44px;
}
.v_reactionBadge > img {
    min-height: 25px;
}
.v_avatarImageTop {
    height: 34.57px;
/*    height: 61%;
    width: 80%;*/
}
.v_avatarImageBot {
    height: 22px;
    /*    height: 39%;
    width: 20%;*/
}
.v_avatarContainer {
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 10px;
}
.v_voteCardNamesDiv {
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    padding-left: 10px;
}
.v_voteCardNames {
    color: #2B1B4C;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    text-align: left;
}
.v_voteCardNamesBold {
    font-weight: bold;
}
.v_monsterImageDiv {
    text-align: center;
}
.monsterImageWrapper {
    height: 120px;
}
.v_voteButton {
    margin-bottom: 20px;
}

.votingSwiper > .swiper-button-next, .votingSwiper > .swiper-button-prev {
    width: 26px;
}

.votingSwiper > .swiper-button-next, .votingSwiper > .swiper-button-prev {
    width: 26px;
}

.votingSwiper {
    /*    height: 143px;*/
    --swiper-navigation-size: 62px;
    --swiper-navigation-sides-offset: 0px;
}

.votingSwiper > .swiper-button-next {
    background-image: url("../images/abominagency/avatars/avatar_arrow_right.png");
}

.votingSwiper > .swiper-button-prev {
    background-image: url("../images/abominagency/avatars/avatar_arrow_left.png");
}

.reaction-item-up-show {
    animation-name: reaction-item-up;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}
@keyframes reaction-item-up {
    from {
        transform: translateY(100%);
        opacity: 0;
        transform-origin: bottom;
    }

    to {
        transform: translateY(0%);
        opacity: 1;
        transform-origin: bottom;
    }
}

.reaction-item-down-hide {
    animation-name: reaction-item-down;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes reaction-item-down {
    from {
        transform: translateY(0%);
        opacity: 1;
    }

    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

.voteButtonClass {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    width: 230px;
    padding: 10px;
    border-radius: 50px;
    background-color: #7A319D;
    color: white;
}

.voteButtonVoted {
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    width: 230px;
    padding: 10px;
    background-color: #2B1B4C;
    color: #61F0BC;
}

#seeScreenDiv {
    text-align: center;
}

.creditDiv {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    /*height: 100%;*/
    text-align: center;
}
.creditDiv_MainContent {
    background-image: url('../images/abominagency/background/crumple-paper-long.png');
    background-size: cover;
    height: 100%;
}
.creditDiv_yourCreationsDiv {
    text-align: center;
    color: #2B1B4C;
    font-family: "Titan One", sans-serif;
    font-size: 34px;
    padding-top: 45px;
}
.creditDiv_creationList {
}
.creditDiv_creationDiv {
    padding-bottom: 70px;
}
.creditDiv_nameDiv {
    text-align: center;
    color: #2B1B4C;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.pitch-container {
    display: flex;
    /*flex-basis: calc(50% - 40px);*/
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.pitch-item {
    /*margin: 10px;*/
    display: flex;
    flex-basis: calc(50% - 400px);
    /*margin-left: auto;*/
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.pitch-item-image {
    transform: scale(0.9);
}

/*.pitch-item-up-show {
    animation-name: pitch-item-up;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes pitch-item-up {
    from {
        filter: brightness(30%);
    }

    to {
        filter: brightness(100%);
    }
}*/
.pitch-item-overlay {
    /*position: absolute;*/ /* Sit on top of the page content */
    /*display: block;*/ /* Hidden by default */
    /*width: 100%;*/ /* Full width (cover the whole page) */
    /*height: 100%;*/ /* Full height (cover the whole page) */
    /*background-color: rgba(0,0,0,0.3);*/ /* Black background with opacity */
    /*z-index: 2;*/ /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;*/ /* Add a pointer on hover */
}

.pitch-item-up-show::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: hsl(0, 100%, 0%, 0.3);
    z-index: 100;
    transition: transform 1s ease;

    animation-name: pitch-item-up;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes pitch-item-up {
    from {
        transform: scaleY(1);
        transform-origin: bottom;
    }

    to {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}




















/* Most important thing */
/* https://stackoverflow.com/a/45675761/503550 */
[hidden] {
    display: none;
}