#button-import-user-list{
    cursor: pointer;
    background-color: #2391E6;
    color: white;
    padding: 9px;
    border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
}


#button-import-user{
    cursor: pointer;
    background-color: #F0A651;
    color: white;
    border-radius: 3px;
    padding: 9px 24px;
}

#button-add-user{
    cursor: pointer;
    background-color: #F0A651;
    color: white;
    border-radius: 3px;
    padding: 9px 24px;
}

#all-data-user i {
    cursor: pointer;

}


#button-import-group{
    cursor: pointer;
    background-color: #F0A651;
    color: white;
    border-radius: 3px;
    padding: 9px 24px;
}

.button-group{
    cursor: pointer;
    background-color: #F0A651;
    color: white;
    border-radius: 3px;
    padding: 9px 24px;
}
#button-delete-group{
    background-color: #D26A71;
}
.select-group button{
    width: 150px;
    background-color: #8B8B8B;
}
#select-manager-group{
    background-color: #00C856;
}

.button-login{
    background-color: #F0A651;
    width: 150px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: white;
    height: 50px;
}

.button-login:hover{
    color: white !important;
}

.back-group-list{
    background-color: #8E8E8E;
    color: white !important;
    border-radius: 5px !important;
    width: 150px;
    position: absolute !important;
    bottom: 40px;
    left: 15px;
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
}