body {
    background-color: #000;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.body-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wall .message {
    padding: 40px;
}

.wall .messages {
    background-color: #fff;
    border-radius: 20px;
    margin: 10px 0;
}

.wall .messages form {
    outline: none;
    font-family: Avenir;
}

.wall .messages input {
    border: none;
}

.wall .messages .name {
    border-bottom: 1px solid #808080;
}

.btn-babylon {
    color: #fff;
}

.wall .messages textarea {
    border: none;
    resize: none;
    height: 80px;
}

.wall .messages .send-message {
    border: 1px solid #808080;
    border-radius: 20px;
    color: #808080;
    width: 24%;
    font-size: 18px;
}

.wall .wall-message {
    text-align: center;
    color: #fff;
    font-family: Avenir;
    font-size: 14px;
}

.wall .messages .send-button {
    display: flex;
    justify-content: end;
    align-items: center;
}

.wall .messages .send-button span {
    margin-right: 30px;

}

.wall .messages .form-wall {
    margin: 10px 30px;
    color: #808080;
}

.navbar-nav a {
    color: #fff;
    font-family: Avenir;
}

a:active,
a:hover,
a:focus,
li:active,
li:focus,
li:hover {
    color: #fff !important;
}

.nav-link.active {
    color: #fff !important;
}

.element-messages {
    margin-bottom: 30px;
}

.element-message {
    background-color: transparent;
    color: #fff;
    border: 1px solid #808080;
    border-radius: 8px;
    height: 130px;
    margin-top: 30px;
    position: relative;
}

.element-message .card-header,
.element-message .card-body {
    padding: 0;
}

.element-message .avatar img {
    width: 50%;
    min-width: 80px;
    margin: 20px;
}

.element-message .message p {
    font-size: .8rem;
}

.element-message .dot {
    height: 5px;
    width: 5px;
    background-color: #808080;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 10px;
}

.element-message .time {
    color: #808080;
    font-size: 14px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.terms {
    font-size: 12px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.reaction-container {
    max-width: 100%;
    position: relative;
    display: flex;
}

.reaction-btn {
    font-weight: bold;
    color: #7f7f7f;
    position: relative;
    cursor: pointer;
    top: -10px;
    left: 40px;
    border-radius: 15px;
    padding: 2px 8px;
    background: #fff;
}

.reaction-btn:hover .emojies-box-container {
    display: block;
}

.reaction-btn img {
    width: 25px;
}

.like-btn-default {
    font-size: 14px;
    font-family: Avenir;
    font-weight: 100;
}

.emoji-button {
    background: #fff;
    border-radius: 15px;
    padding: 4px 10px;
    color: #808080;
    position: absolute;
    top: -20px;
    left: 100px;
}

.emojies-box-container {
    display: none;
}

.emojies-box {
    width: 180px;
    padding-left: 10px;
    position: absolute;
    top: -6px;
    left: 0px;
    box-shadow: 1px 1px 2px #cccccc, -1px 0px 2px #eeeeee;
    border-radius: 44px 44px;
    display: flex;
    background-color: #fff;
}

ul {
    margin-bottom: 0px;
}

.emojies-box li:hover,
.emojies-box span {
    color: #808080 !important;
}

.emoji {
    list-style-type: none;
    cursor: pointer;
    min-width: 38px;
    height: 38px;
    top: 8px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.emo-woozy {
    transition-delay: 0s;
}

.emo-love {
    transition-delay: .05s;
}

.emo-tongue {
    transition-delay: .1s;
}

.emo-alien {
    transition-delay: .15s;
}

@keyframes reaction_delay {
    0% {
        width: 48px;
        height: 48px;
        top: 60px;
    }

    48% {
        width: 56px;
        height: 56px;
        top: 3px;
    }

    100% {
        width: 48px;
        height: 48px;
        top: 6px;
    }
}

.vote {
    text-decoration: none;
}

.like-stat {
    margin-top: 10px;
}

.like-emo>span {
    display: inline-block;
    margin: 0 -3px -3px 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #EEE;
    border-radius: 50%;
}

.like-details {
    margin-left: 10px;
    color: #9197a3;
    font-size: 12px;
}

.arrow-up {
    display: block;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    text-align: center;
}


.buttons {
    position: relative;
    bottom: 40px;
    margin: 0 auto;
}
  
.buttons img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.buttons a {
    text-decoration: none;
}

.social-media img {
    filter: invert(1);
}