﻿.hub365 .affiliateName {
    color: #90ce59;
    font-weight: bold;
    text-shadow: 0.5px 0.5px #444;
}
.hub365 .pageName {
    color: #0b73d1;
    font-weight: bold;
    text-shadow: 0.5px 0.5px #444;
}

.hub365 .hub365blue {
    background-color: #0B73D1;
}
.hub365 .hub365green {
    background-color: #90CE59;
}
.hub365 .hub365cream {
    background-color: #FFFFB0;
}
.hub365 .hub365peach {
    background-color: #FFFFB0;
}
.hub365 .hub365mint {
    background-color: #8CFFAD;
}
.hub365 .hub365brightblue {
    background-color: #B7FFFF;
}
.hub365 .hub365darkblue {
    background-color: #324978;
}

.flex-menu {
    display: flex;
    font-family: 'Asap',serif;
    margin-bottom: 20px;
}

.flex-menu div {
    position: relative;
    box-sizing: content-box;
    margin: 7px;
    width: 80px;
    height: 80px;
    white-space: nowrap;
    color: white;
    line-height: 1;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.7) 7px 7px 5px;
    border-radius: 5px;
}
.hub365 .flex-menu-item {
    background-color: #0B73D1
}
    .hub365 .flex-menu-item.active {
        background-color: #90CE59;
        
    }
/*
    .flex-menu div::before {
        content: "";
        width: 60px;
        height: 60px;
        background-color: #fff;
        display: inline-block;
        margin: 10px;
        opacity: .25;
        border-radius: 5px;
    }
    */

    .flex-menu div:hover {
        box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 4px;
    }
    .flex-menu div.active {
        box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    }


    


    .flex-menu .flame {
        background-color: #E4572E;
    }
    .flex-menu .darkcornflower {
        background-color: #1b4079;
    }
    .flex-menu .pistachio {
        background-color: #90CE59;
    }
    .flex-menu .teal {
        background-color: #4D7C8A;
    }
    .flex-menu .marigold {
        background-color: #F3A712;
    }
    .flex-menu .oldburgandy {
        background-color:#3F292B;
    }
    .flex-menu .maxblue {
        background-color:#5EB1BF;
    }
    .flex-menu .lilac {
        background-color:#A790A5;
    }
    .flex-menu i {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        top: 40%;
        transform: translateY(-40%);
    }

    .flex-menu a {
        display: block;
        position: absolute;
        line-height: 1;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 80%;
        transform: translateY(-80%);
        font-size: 14px;
        color: white;
        text-align: center;
        word-wrap: break-word;
        white-space: normal;
        font-family: 'Asap',serif;
        text-decoration: none;
    }
    .flex-menu a:first-line {
        line-height: 8.5;
    }
.flex-menu div span.count {
    position: absolute;
    top: 8px;
    color: orange;
    right: 18px;
    text-shadow: 4px 1px black;
}
.flex-menu .active span.count {
    display: none;    
}
.pendingMessage {
    display: inline-block;
    background-color: #90CE59;
    border-radius: 20px;
    padding: 20px;
    color: white;
    font-size: 1.2em;
    box-shadow: 5px 5px #666;
    line-height: 1.2em;
    margin-bottom: 20px;
}