

.maincontainer-user{
    /* background-color: lightblue; */
    position: relative;
    min-width: calc(100% - 5px);
    max-width: calc(100% - 5px);
    min-height: calc(100% - 40px);
    max-height: calc(100% - 40px);
    margin: 2.5px;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}
.maincontainer-user > .header{
    /* background-color: lightblue; */
    position: relative;
    min-width: 100%;
    max-width: 100%;
    min-height: 40px;
    max-height: auto;
    height: auto;
    align-self: flex-start;
    margin-bottom: 2.5px;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    flex-direction: row;
}
.header > .search-con{
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    margin-right: 15px;
}
    .header > .search-con > #user-search{
        position: relative;
        width: auto;
        height: auto;
        margin: 5px;
        padding: 5px 10px 2.5px 10px;
        font-size: 1.3em;
        border-radius: 10px;
        border: none;
        outline: none;
        cursor:text;
    }
    .header > .search-con > #user-searchicon{
        position: relative;
        min-width: 40px;
        max-width: 40px;
        height: auto;
        margin: 5px;
        color: white;
        font-size: 1.7em;
        cursor: pointer;
    }
.header > .user-widgets{
    /* background-color: wheat; */
    position: relative;
    /* top: 31px; */
    width: 100%;
    /* margin-left: 220px; */
    height: auto;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    flex-direction: row;
}
.header > .user-widgets{
    /* background-color: wheat; */
    position: relative;
    width: auto;
    height: auto;
    /* margin-left: 220px; */
    border-radius: 10px;
    z-index: 1;
    display: flex;
    flex-direction: row;
}
.user-widgets > .widget{
    position: relative;
    /* min-width: 180px; */
    width: auto;
    min-width: 125px;
    height: 25px;
    max-height: 25px;
    margin: 5px;
    margin-left: 8px;
    padding: 4px 15px 2px 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgb(182, 212, 194);
    cursor: pointer;
    transition: transform 0.15s ease;
}
    .widget:hover{
        transform: scale(1.1);
    }
.widget > span{
    font-size: 1.3em;
    overflow-y: hidden;
    overflow-x: hidden;
    cursor: pointer;
}
.widget > span > i{
    position: relative;
    font-size: 1.1em;
    left: -4px;
    top: 1px;
    margin: 0.5px;
    cursor: pointer;
    color: whitesmoke;
}
.widget > span > i:hover{
    transform: none;
}
.widget > label{
    font-size: 1.3em;
    overflow-y: hidden;
    overflow-x: hidden;
    cursor: pointer;
}
.widget > label > i{
    position: relative;
    font-size: 1.1em;
    left: -4px;
    top: 1px;
    margin: 0.5px;
    cursor: pointer;
    color: whitesmoke;
}
.widget > label > i:hover{
    transform: none;
}

.maincontainer-user > .container{
    /* background-color: lightblue; */
    position: relative;
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: auto;
    min-height: calc(100% - 45px);
    max-height: calc(100% - 45px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.maincontainer-user > .container > .user-list-header{
    /* background-color: lightblue; */
    position: relative;
    min-width: 900px;
    max-width: calc(100% - 0px);
    width: auto;
    min-height: 35px;
    max-height: 35px;
    margin-bottom: 2.5px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    overflow: none;
}
    .user-list-header > .access-level{
        position: relative;
        width: 100%;
        min-width: 150px;
        max-width: 100%;
        height: auto;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0px 10px 0px 10px;
        margin-top: 6px;
        text-decoration: underline;
    }
    .user-list-header > .first-name{
        position: relative;
        width: 100%;
        min-width: 150px;
        max-width: 100%;
        height: auto;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0px 10px 0px 10px;
        margin-top: 6px;
        text-decoration: underline;
    }
    .user-list-header > .last-name{
        position: relative;
        width: 100%;
        min-width: 150px;
        max-width: 100%;
        height: auto;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0px 10px 0px 10px;
        margin-top: 6px;
        text-decoration: underline;
    }
    .user-list-header > .username{
        position: relative;
        width: 100%;
        min-width: 150px;
        max-width: 100%;
        height: auto;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0px 10px 0px 10px;
        margin-top: 6px;
        text-decoration: underline;
    }
    .user-list-header > .button-con-filler{
        position: relative;
        width: 100%;
        min-width: 180px;
        max-width: 100%;
        min-height: 25px;
        max-height: 25px;
        padding-right: 10px;
        display: flex;
        flex-direction: row;
    }
        .user-list-header > .button-con-filler > .btn-edit{
            position: relative;
            min-width: 90px;
            max-width: 90px;
            height: auto;
            margin: auto;
            text-align: center;
        }
        .user-list-header > .button-con-filler > .btn-remove{
            position: relative;
            min-width: 90px;
            max-width: 90px;
            height: auto;
            margin: auto;
            text-align: center;
        }
.maincontainer-user > .container > .user-list-container{
    /* background-color: lightcoral; */
    position: relative;
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: auto;
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: none;
    border-radius: 15px;
}
    .user-list-container > .user-list-widget{
        /* background-color: lightblue; */
        position: relative;
        min-width: 900px;
        max-width: calc(100% - 0px);
        min-height: 30px;
        max-height: 30px;
        border-radius: 10px;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
        display: flex;
        flex-direction: row;
        overflow: none;
        border-bottom: 2px solid whitesmoke;
        transition: padding 0.15s ease;
    }
        .user-list-container > .user-list-widget:hover{
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: var(--ROW_HIGHLIGHT_COLOR);
        }
        .user-list-widget > .access-level{
            position: relative;
            width: 100%;
            min-width: 150px;
            max-width: 100%;
            height: auto;
            font-size: 1em;
            font-weight: bold;
            padding: 0px 10px 0px 10px;
            margin-top: 6px;
        }
        .user-list-widget > .first-name{
            position: relative;
            width: 100%;
            min-width: 150px;
            max-width: 100%;
            height: auto;
            font-size: 1em;
            font-weight: bold;
            padding: 0px 10px 0px 10px;
            margin-top: 6px;
        }
        .user-list-widget > .last-name{
            position: relative;
            width: 100%;
            min-width: 150px;
            max-width: 100%;
            height: auto;
            font-size: 1em;
            font-weight: bold;
            padding: 0px 10px 0px 10px;
            margin-top: 6px;
        }
        .user-list-widget > .username{
            position: relative;
            width: 100%;
            min-width: 150px;
            max-width: 100%;
            height: auto;
            font-size: 1em;
            font-weight: bold;
            padding: 0px 10px 0px 10px;
            margin-top: 6px;
        }
        .user-list-widget > .button-con{
            position: relative;
            width: 100%;
            min-width: 180px;
            max-width: 100%;
            min-height: 25px;
            max-height: 25px;
            padding-right: 5px;
            display: flex;
            flex-direction: row;
        }
            .user-list-widget > .button-con > .btn-edit{
                position: relative;
                width: 100%;
                height: auto;
                background-color: var(--BTN_COLOR);
                outline: none;
                border: none;
                border-radius: 5px;
                margin-right: 2.5px;
                text-align: center;
            }
            .user-list-widget > .button-con > .btn-remove{
                position: relative;
                width: 100%;
                height: auto;
                background-color: var(--BTN_COLOR);
                outline: none;
                border: none;
                border-radius: 5px;
                margin-left: 2.5px;
                text-align: center;
            }





/* Small phones */
@media (max-width: 480px) {
    .maincontainer-user > .container{
        min-height: auto;
        max-height: auto;
    }
    .maincontainer-user > .header{
        flex-direction: column;
        min-height: auto;
        max-height: auto;
    }
    .header > .search-con{
        width: 100%;
        margin-right: 0px;
    }
        .header > .search-con > #user-search{
            width: 100%;
        }
    
    .user-list-header > span{
        min-width: 150px;
        max-width: 150px;
    }
    .user-list-header > .button-con-filler{
        min-width: 180px;
        max-width: 180px;
    }

    /* .maincontainer-user > .container > .user-list-container{
        min-height: calc(100% - 60px);
        max-height: calc(100% - 60px);
    } */
        .user-list-container > .user-list-widget > span{
            min-width: 150px;
            max-width: 150px;
        }
        .user-list-container > .user-list-widget > .button-con{
            min-width: 180px;
            max-width: 180px;
        }
}


