﻿.item-container {
    /*padding: 4px;*/
    min-width: 62px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.item-dropdown {
    height: 100%;
    width: fit-content;
    position: relative;
}


.action-container {
    height: 100%;
    position: relative;
    border-radius: 5px;
}

.action-container-selected {
    height: 100%;
    position: relative;
    border-radius: 5px;
    background-color: #32405A;
}

.action-container.circle-container {
    padding:2px;
}

.action-container-selected.circle-container {
    padding: 2px;
}

.action-container:hover {
    background-color: #32405A;
    cursor:pointer;
}

.dropdown-content {
    position: absolute;
    top: 41px;
    z-index: 1000000;
    float: right;
}

.dropdown-content-ul {
    list-style-type: none;
    position: absolute;
    background-color: #f6f6f6;
    border-color: #c5c5c5;
    box-shadow: -0px 0px 5px 1px #c5c5c5;
    border-radius: 5px;
    margin-right: 70px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-li {
    width: -webkit-fill-available;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

.item-li {
    width: -webkit-fill-available;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 17px;
    flex-direction: row;
}

.item-li div {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 46px;
    cursor: pointer;
}

.item-li:hover {
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.item-li a{
    color: #464c55;
    width: -webkit-fill-available;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    height: 46px;
    text-decoration: none;
    white-space: nowrap
}

.item-li-img {
    padding-right: 15px;
}

.menu-divider {
    padding-left: 10px;
    padding-right: 5px;
}

.manageuser ul {
    padding-top: 5px;
}
.manageuser .item-li a > div{
    padding-right:7.5px;
}

