﻿div {
    font-family: "Segoe UI";
}

/*.menu-flex-container {
            margin: 50px;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            background-color: #f1f1ff;
            border-radius: 10px;
            box-shadow: 5px 5px 5px lightgray;
        }*/

.menu-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    padding: 20px;
    justify-content: flex-start;
    margin: 20px;
    background-color: #ffffff;
    /*box-shadow: 5px 5px 5px lightgray;*/    
}

.menu-flex-section-bar {
    background-color: #f2f7fc;
    color: #222222;
    border: 0px solid;
    border-radius: 0px;
    height: 50px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    flex: 1;
    box-shadow: 3px 3px 5px #eeeeee;
}

/*.menu-flex-item {
            background-color: #ddddee;
            margin: 20px;
            padding: 10px;
            min-height: 200px;
            max-height: 200px;
            width: 25%;
            min-width: 350px;
            font-size: 30px;*/
/*font: "arial";*/
/*border-radius: 10px;
            flex: 0 0 30%;
            border: 0px solid #333;
            transition: all .3s ease-in-out;
            box-shadow: 5px 5px 5px lightgray;
        }

        .menu-flex-item:hover {
            background-color: #e7e7f7;
            transform: scale(1.02) perspective(1px);
        }*/

/*.menu-flex-item {
    background-color: #f7f7ff;
    color: #222222;
    border: 0px solid;
    border-radius: 0px;
    height: 100px;
    min-width: 300px;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all .2s ease-in-out;
    flex: 0.5;
    box-shadow: 3px 3px 5px #eeeeee;
}*/

.menu-flex-item {
    background-color: #ffffff;
    color: #222222;
    border: 0px solid;
    border-radius: 0px;
    height: 100px;
    min-width: 250px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    transition: all .2s ease-in-out;
    flex: 1;
    box-shadow: 3px 3px 5px #eeeeee;
}

    .menu-flex-item:hover {
        transform: scale(1.02);
        cursor: pointer;
    }

.menu-flex-item-content {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: center;*/
    align-items: center;
    height: 100px;
}

.menu-flex-item-icon {
    color: #009de1;
    background-color: #fdfdfd;
    border: 0px solid #333;
    border-radius: 3px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    max-width: 60px;
    flex: 0 0 60px;
    padding: 10px;
    margin-left: 20px;
    margin-right: 10px;
    align-self: center;
    box-shadow: 3px 3px 5px #dddddd;
}

.menu-flex-item-text {
    color: #111166;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    border: 0px solid #333;
    border-radius: 10px;
    padding: 10px;
    align-self: center;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    font-size: 20px;
    flex-grow: 100;
}
