h1,
h3,
h4,
p {
    color: #fff
}

.fas {
    color: #77C25A;
}

.own_trending_area {
    box-sizing: border-box;
}

.select {
    -webkit-appearance: none;
    height: auto;
    letter-spacing: 1px;
    color: #777;
    border: 2px solid;
    border-color: #ebebeb;
    padding: 9px 22px;
    background-color: transparent;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    height: auto;
    text-shadow: none;
}

.input-interest {
    -webkit-appearance: none;
    height: auto;
    padding: 9px 22px;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
}

@media only screen and (min-width: 913px) {
    .menu-item-login {
        padding: 10px 20px;
        text-align: center;
        width: 200px;
        background-color: #77C25A;
        border-radius: 5px;
        text-align: center;
        color: white !important;
        background-color: #1d6103
    }

    .menu-item-login:hover::before {
        width: 0px !important;
    }

    .menu-item-register:hover::before {
        width: 0px !important;
    }

    .menu-item-register {
        /* padding: 10px; */
        width: 100px;
        height: auto;
        background-color: #77C25A;
        border-radius: 30px;
        color: white !important;
        text-align: center;
    }
}

.uael_btn__blink:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
    background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    -webkit-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: -1
}

.bold-border {
    box-shadow: 0 0 15px #0a0;
    border: 4px solid #61ce70 !important;
    border-radius: 25px;
}