/* GLOBAL STYLES */
/* -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    height: 100%;
    width: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.vl {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    height: 25px;
}

.em-dropdown::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.em-dropdown {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

a:hover,
a:active {
    /* font-size: 110%; */
    font-weight: bolder;
    text-decoration: underline;
}

.em-dropdown {
    width: 100%;
    max-height: 128px;
    overflow-y: scroll;
    border-radius: 15px;
    border: 3px solid grey;
    text-align: center;
}

.container_image {
    align-items: center;
    float: center;
}

.image {
    float: left;
    padding: 5px;
}

.center_div {
    text-align: center;
    color: black;
    height: 100%;
    width: 100%;
    font-size: 18px;
}
