body {
    background-color: darkgreen;
}
.cards-count {
    background-color: darkgreen;
}

#top-row {
    height: 40px;
}

#sendmessage-text {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
p#cards-count {
    color: white;
    text-align: center;
}

div.gamer {
    color: white;
}

div.empty-card {
    width: 140px;
    height: 100%;
    background-color: darkgreen;
    border: solid 1px white;
    border-radius: 10px;
}

.my-card {
    width: 140px;
    height: 200px;
    display: inline-block;
    border-width: 0px;
    margin-left: 4px;
    margin-right: 4px;
    /*cursor: move;*/
}


card-t > img {
    vertical-align: unset;
    width: 140px;
    height: 100%;
}

.my-card.active img {
    /*width: 140px;*/

    /*border: solid red 3px;*/
    /*border-radius: 10px;*/

    animation: 500ms infinite alternate jumping;
    animation-timing-function: ease-in;
    /*padding: 8px;*/
}

/*.my-card.active {*/
/*    width: 146px;*/

/*    border: solid red 3px;*/
/*    border-radius: 10px;*/

/*    animation: 400ms infinite alternate slidein;*/
/*    !*padding: 4px;*!*/
/*}*/


#chat-buttons {
    margin-bottom: 5px;
}

#inputMessage {
    margin-bottom: 5px;
}

#messages {

}

@keyframes jumping {
    from {
        padding: 0px;
    }

    to {
        padding: 10px;
    }

}

.action-cards {
    width: 140px;
    /*height: 200%;*/
    display: inline-block;
    margin: 4px;

    /*border-width: 0px;*/
}

.btn.btn-primary.actions-button {
    width: 100%;
    height: 85px;
    margin: 0px;
    margin-bottom: 15px;
}

.action-card-separator {
    height: 5px;
}
p#cards-count {
    font-size: 2em;
    /*text-align: center;*/
}

.card {
    width: 140px;
    margin: 4px;
    border: 0px;
}

.img-last-card {
    width: 140px;
    margin: 4px;

}

#last-card {
    margin-left: 25px;
}

.img-last-card.disabled {
    opacity: 0.7;
}

.action-gamer-name {
    /*display: block;*/
    color: white;
    text-align: center;
    margin: 0px;
}

.img-card-cover {
    width: 140px;
    margin: 4px;
    transform: rotate(90deg);
    position: relative;
    top: -120px;
}

.action-card {
    width: 140px;
    height: 200px;
    margin: 0px;
    /*margin-bottom: 10px;*/
}

.gamer-card-number {
    font-weight: bold;
}



.btn.btn-primary, .btn.btn-secondary {
    margin: 4px;
}


div.card.active {
    display: inline-block;
    border: solid red 3px;
    padding: 4px;
}

/*.actionId {*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/

div.scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
